Added content selection on focus for list search boxes
[fa-stable.git] / CHANGELOG.txt
1 /**
2 * @version $Id$
3 * @package FrontAccounting
4 * @copyright (C) 2005 - 2008 FrontAccounting
5 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
6 * FrontAccounting is Free Software
7 */
8
9 1. Changelog
10 ------------
11 This is a changelog for FrontAccounting All releases.
12
13 Legend:
14
15 # -> Bug Fix
16 + -> Addition
17 ! -> Change
18 - -> Removed
19 ! -> Note
20 $ -> Affected files
21
22 ---------------------------------------Release Candidate 1-------------------------------
23 10-Jun-2008 Janusz Dobrowolski
24 # Some more fixes related to ajax combos usage
25 $ /includes/ui/ui_lists.inc
26   /inventory/cost_update.php
27   /inventory/prices.php
28   /inventory/purchasing_data.php
29   /inventory/reorder_level.php
30   /inventory/includes/item_adjustments_ui.inc
31   /inventory/inquiry/stock_status.php
32   /manufacturing/inquiry/where_used_inquiry.php
33   /manufacturing/manage/bom_edit.php
34   /purchasing/includes/ui/po_ui.inc
35   /js/inserts.js
36   
37 09-Jun-2008 Janusz Dobrowolski
38 # Some additional fixes related to last big committment
39 $ /gl/gl_journal.php
40   /gl/gl_deposit.php
41   /gl/gl_payment.php
42   /includes/ajax.inc
43   /includes/reserved.inc
44   /includes/ui/ui_lists.inc
45   /includes/ui/ui_view.inc
46   /js/inserts.js
47   /js/utils.js
48   /sales/includes/ui/sales_order_ui.inc
49   /themes/default/default.css
50   /themes/aqua/default.css
51   /themes/cool/default.css
52
53 08-Jun-2008 Joe Hunt
54 ! Preparing for release candidate 1
55 $ config.php
56
57 08-Jun-2008 Joe Hunt
58 ! Set 'max_execution_time' to 60 seconds by ini_set.
59 $ /install/save.php
60
61 07-Jun-2008 Joe Hunt
62 # Fixed a layout bug in footer.inc
63 $ /includes/page/footer.inc
64
65 07-Jun-2008 Joe Hunt
66 ! Changed install.html and update.html
67 $ install.html
68   update.html
69 + New files, change_current_user_password.php and alter2.sql
70 $ /admin/change_current_user_password.php
71   /sql/alter2.sql
72 ! Changed some files for layout
73 $ /lang/en_US/stylesheet.css
74   /themes/aqua/default.css
75   /themes/aqua/renderer.php
76   /themes/cool/default.css
77   /themes/cool/renderer.php
78   /themes/default/default.css
79   /themes/default/renderer.php
80 ! Changed install sql scripts
81 $ /sql/en_US-demo.sql
82   /sql/en_US-new.sql
83   
84 07-Jun-2008 Janusz Dobrowolski
85 + Added ajax functionality and ui hints to sales form entry pages.
86 $ /sales/sales_order_entry.php
87   /sales/includes/ui/sales_order_ui.inc
88 + Added option for hints display, changed input/lists functions API
89 $ /admin/display_prefs.php
90   /admin/db/users_db.inc
91   /includes/current_user.inc
92   /includes/prefs/userprefs.inc
93   /includes/ui/ui_input.inc
94   /themes/default/renderer.php
95   /sql/alter.sql
96 + List functions rewrite. Added ajax functionality, universal combo_input().
97 $ /includes/ui/ui_lists.inc
98 + Ajaxified exchange_rate_display()
99 $ /includes/ui/ui_view.inc
100 + Added methods for setting focus and page reload to $Ajax class
101 $ /includes/ajax.inc
102   /includes/main.inc
103 + Added comma separated css element selectors
104 $ /js/behaviour.js
105 ! Searchable select js changes related to new ui_lists.inc changes
106 $ /js/inserts.js
107   /js/utils.js
108 + Additional style definitions for various ajax controls
109 $ /themes/default/default.css
110 ! Fixes related to changed input/lists API and ajax extensions
111 $ /admin/company_preferences.php
112   /admin/fiscalyears.php
113   /admin/forms_setup.php
114   /admin/gl_setup.php
115   /dimensions/dimension_entry.php
116   /dimensions/inquiry/search_dimensions.php
117   /gl/bank_transfer.php
118   /gl/includes/ui/gl_deposit_ui.inc
119   /gl/includes/ui/gl_journal_ui.inc
120   /gl/includes/ui/gl_payment_ui.inc
121   /gl/inquiry/bank_inquiry.php
122   /gl/inquiry/gl_account_inquiry.php
123   /gl/inquiry/gl_trial_balance.php
124   /gl/manage/gl_account_types.php
125   /gl/manage/gl_accounts.php
126   /includes/ui/ui_controls.inc
127   /inventory/includes/item_adjustments_ui.inc
128   /inventory/includes/stock_transfers_ui.inc
129   /inventory/inquiry/stock_movements.php
130   /manufacturing/search_work_orders.php
131   /manufacturing/work_order_add_finished.php
132   /manufacturing/work_order_entry.php
133   /manufacturing/includes/work_order_issue_ui.inc
134   /manufacturing/manage/bom_edit.php
135   /purchasing/supplier_payment.php
136   /purchasing/includes/ui/grn_ui.inc
137   /purchasing/includes/ui/invoice_ui.inc
138   /purchasing/includes/ui/po_ui.inc
139   /purchasing/inquiry/po_search.php
140   /purchasing/inquiry/po_search_completed.php
141   /purchasing/inquiry/supplier_allocation_inquiry.php
142   /purchasing/inquiry/supplier_inquiry.php
143   /sales/customer_credit_invoice.php
144   /sales/customer_delivery.php
145   /sales/customer_invoice.php
146   /sales/includes/ui/sales_credit_ui.inc
147   /sales/inquiry/customer_allocation_inquiry.php
148   /sales/inquiry/customer_inquiry.php
149   /sales/inquiry/sales_deliveries_view.php
150   /sales/inquiry/sales_orders_view.php
151   /taxes/tax_groups.php
152
153 06-Jun-2008 Joe Hunt
154 # Final fixes in html layout
155 $ /admin/create_coy.php
156   /gl/gl_deposit.php
157   /gl/gl_payment.php
158   /gl/manage/exchange_rates.php
159   /inventory/prices.php
160   /inventory/purchasing_date.php
161   /inventory/reorder_level.php
162   /inventory/inquiry/stock_status.php
163   /manufacturing/inquiry/where_used_inquiry.php
164   /manufacturing/manage/bom_edit.php
165   
166 05-Jun-2008 Joe Hunt
167 ! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based.
168 $ /includes/ui/ui_view.inc
169 # Fixed a html layout bug
170 $ /includes/page/header.inc
171
172 31-May-2008 Joe Hunt
173 # A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists!
174 $ /gl/view/gl_deposit_view.php
175   /gl/view/gl_payment_view.php
176   /includes/ui/ui_controls.inc
177   /includes/ui/ui_lists.inc
178   /includes/ui/ui_view.inc
179   /manufacturing/work_order_add_finished.php
180   /manufacturing/includes/manufacturing_ui.inc
181   /manufacturing/view/work_order_view.php
182   /manufacturing/view/wo_issue_view.php
183   /sales/inquiry/customer_allocation_inquiry.php
184   /sales/inquiry/customer_inquiry.php
185
186 30-May-2008 Joe Hunt
187 # Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
188 $ /inventory/inquiry/stock_movements.php
189   /reporting/rep302.php
190
191 28-May-2008 Joe Hunt
192 # More bugs related to debtor_trans changes (positive amounts)
193 $ /gl/includes/db/gl_db_banking.inc
194   /sales/allocations/customer_allocate.php
195   /sales/includes/db/custalloc_db.inc
196   /sales/inquiry/customer_allocation_inquiry.php
197
198 27-May-2008 Joe Hunt
199 # Changed more files with new html/css.
200 $ /includes/page/header.inc
201   /purchasing/inquiry/supplier_allocation_inquiry.php
202   /sales/credit_note_entry.php
203   
204 26-May-2008 Joe Hunt
205 # Fixed many minor bugs, new ones as well as debtor_trans related.
206 ! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change.
207 $ /admin/backups.php
208   /admin/create_coy.php
209   /admin/inst_lang.php
210   /admin/inst_module.php
211   /gl/manage/exchange_rates.php
212   /includes/session.inc
213   /includes/page/header.inc
214   /includes/ui/ui_controls.inc
215   /includes/ui/ui_input.inc
216   /includes/ui/ui_lists.inc
217   /includes/ui/ui_view.inc
218   /purchasing/allocations/supplier_allocate.php
219   /sales/allocations/customer_allocate.php
220   /sales/includes/db/sales_credit_db.inc
221   /sales/inquiry/customer_allocation_inquiry.php
222   /themes/aqua/default.css
223   /themes/cool/default.css
224   /themes/default/default.css
225   
226 23-May-2008 Joe Hunt
227 # Minor bug in dimensions.php (Outstanding Dimensions)
228 $ /applications/dimensions.php
229   /dimensions/inquiry/search_dimensions.php
230   
231 23-May-2008 Janusz Dobrowolski
232 ! Include file order / error handling order fixed once again.
233 $ /includes/main.inc
234   /includes/session.inc
235   
236 23-May-2008 Joe Hunt
237 ! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the
238   correct renderer.php.
239 $ frontaccounting.php
240   /includes/page/header.inc
241   /includes/page/footer.inc
242   /themes/default/renderer.php
243   /themes/cool/renderer.php
244   /themes/aqua/renderer.php
245
246 22-May-2008 Janusz Dobrowolski
247 ! Error handler switching moved to session.inc for early error catching
248 $ /includes/main.inc
249   /includes/session.inc
250 ! Cosmetic cleanup
251   /js/utils.js
252   
253 18-May-2008 Janusz Dobrowolski
254 # Added explicit ob_end_flush() on shutdown needed for php5
255 $ /includes/main.inc
256 # Fixed for www servers on nonstandard listening ports.
257 $ /js/JsHttpRequest.js
258
259 18-May-2008 Joe Hunt
260 # Bug when inserting new records in debtor_trans.
261 $ /sales/includes/db/cust_trans_db.inc
262
263 16-May-2008 Janusz Dobrowolski
264 + Rewritten errors/messages handling, unified for ajax/user/php errors
265 $ /includes/errors.inc
266   /includes/main.inc
267   /includes/ui/ui_msgs.inc
268 + Framework extended for ajax functionality, javascript code organization improvements.
269 $ /config.php
270   /includes/JsHttpRequest.php (new file)
271   /includes/ajax.inc (new file)
272   /includes/current_user.inc
273   /includes/session.inc
274   /includes/lang/language.php
275   /includes/page/footer.inc
276   /includes/page/header.inc
277   /includes/ui/ui_controls.inc
278   /includes/ui/ui_input.inc
279   /includes/ui/ui_view.inc
280   /js/JsHttpRequest.js (new file)
281   /js/allocate.js (new file)
282   /js/utils.js (new file)
283   /js/behaviour.js
284   /js/inserts.js
285   /themes/aqua/images (new dir)
286   /themes/aqua/images/button_ok.png (new file)
287   /themes/aqua/images/locate.png (new file)
288   /themes/cool/images (new dir)
289   /themes/coll/images/button_ok.png (new file)
290   /themes/coll/images/locate.png (new file)
291   /themes/default/images/button_ok.png (new file)
292   /themes/default/images/progressbar.gif (new file)
293   /themes/default/images/progressbar1.gif (new file)
294   /themes/default/images/progressbar2.gif (new file)
295   /themes/default/default.css
296   /themes/aqua/default.css
297   /themes/cool/default.css
298 ! Payment allocation js functions moved to allocate.js
299 $ /purchasing/allocations/supplier_allocate.php 
300   /sales/allocations/customer_allocate.php
301 ! Some initializations moved from sales_order_ui.inc
302 $ /sales/includes/cart_class.inc
303 + Added javascript compression routine
304 $ /includes/main.inc
305
306 14-May-2008 Joe Hunt
307 # Minor bugs in the former fixing.
308 $ /includes/ui/ui_lists.inc
309
310 14-May-2008 Joe Hunt
311 # When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
312   the records when there were no search values.
313 $ /includes/ui/ui_lists.inc
314
315 09-May-2008 Joe Hunt
316 ! Due to differences in Javascript the script update_db.php had to be changed.
317 ! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
318 $ /update_db.php
319   /sql/en_US-new.sql
320   /sql/en_US-demo.sql
321   
322 09-May-2008 Janusz Dobrowolski
323 # Automatic calculation of not set item prices from home currency and base sales type settings.
324 $ /admin/company_preferences.php
325   /admin/db/company_db.inc
326   /includes/ui/ui_lists.inc
327   /sales/includes/cart_class.inc
328   /sales/includes/sales_db.inc
329   /sales/includes/db/sales_order_db.inc
330   /sales/includes/db/sales_types_db.inc
331   /sales/includes/ui/sales_credit_ui.inc
332   /sales/includes/ui/sales_order_ui.inc
333   /sales/manage/sales_types.php
334   /sql/alter.sql
335 # Fixed dev bug blocking change of price on order entry.
336 $ /sales/includes/ui/sales_order_ui.inc
337 # Small display fix
338 $ /sales/manage/sales_people.php
339
340 30-Apr-2008 Joe Hunt
341 # Fixed price update also in purchase order
342 $ /purchasing/includes/ui/po_ui.inc
343
344 30-Apr-2008 Janusz Dobrowolski
345 # Fixed price update when changing item in sales order.
346 $ /includes/ui/ui_lists.inc
347   /js/inserts.js
348   /sales/includes/ui/sales_order_ui.inc
349
350 24-Apr-2008 Janusz Dobrowolski
351 + Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file.
352 $ /company/0/reporting (added new directory)
353   /company/0/reporting/index.php
354   /admin/create_coy.php
355   /reporting/includes/reports_classes.inc
356 # Warnings turned off in case of charset not supported by htmlspecialchars().
357 $ /includes/db/connect_db.inc
358 # Added content type encoding header
359 $ /includes/page/header.inc
360
361 24-Apr-2008 Joe Hunt
362 # Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to
363   /includes/prefs/sysprefs.inc
364 $ /includes/ui/items_cart.inc  
365 # Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc
366 $ /reporting/includes/pdf_report.inc
367
368 23-Apr-2008 Joe Hunt
369 ! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.
370   It will make it easier to design your own document layouts.
371 $ /reporting/includes/pdf_report.inc
372   /reporting/includes/header2.inc (new file)
373   
374 20-Apr-2008 Janusz Dobrowolski
375 # Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
376 $ /admin/create_coy.php
377 ! Added missing include_once directives.
378 $ /includes/ui/items_cart.inc
379   /includes/ui/ui_lists.inc
380   /includes/ui/ui_view.inc
381 + Added ini default_charset unnecessary for planned ajax calls.
382 $ /includes/lang/language.inc
383
384 19-Apr.2008 Joe Hunt
385 # Bug (right to left text was done if price decimals were 3). A test sentense from a while
386   ago wasn't removed.
387 $ /reporting/includes/pdf_report.inc
388
389 18-Apr-2008 Janusz Dobrowolski
390 # Additional checks on provisions and break point entry.
391 $ /sales/manage/sales_people.php
392 ! Modules purchasing, sales and taxes sealed against XSS attacks
393 $ /install/save.php
394   /admin/db/maintenance_db.inc
395   /purchasing/includes/db/grn_db.inc
396   /purchasing/includes/db/invoice_items_db.inc
397   /purchasing/includes/db/po_db.inc
398   /purchasing/includes/db/supp_trans_db.inc
399   /purchasing/manage/suppliers.php
400   /sales/includes/db/credit_status_db.inc
401   /sales/includes/db/cust_trans_db.inc
402   /sales/includes/db/cust_trans_details_db.inc
403   /sales/includes/db/sales_order_db.inc
404   /sales/includes/db/sales_types_db.inc
405   /sales/manage/customer_branches.php
406   /sales/manage/customers.php
407   /sales/manage/sales_areas.php
408   /sales/manage/sales_people.php
409   /taxes/db/item_tax_types_db.inc
410   /taxes/db/tax_groups_db.inc
411   /taxes/db/tax_types_db.inc
412
413 18-Apr-2008 Joe Hunt
414 ! Module gl sealed against XSS Attacks
415 $ /gl/includes/db/gl_db_accounts.inc
416   /gl/includes/db/gl_db_account_types.inc
417   /gl/includes/db/gl_db_bank_accounts.inc
418   /gl/includes/db/gl_db_bank_trans.inc
419   /gl/includes/db/gl_db_bank_trans_types.inc
420   /gl/includes/db/gl_db_currencies.inc
421   /gl/includes/db/gl_db_trans.inc
422   
423 18-Apr-2008 Janusz Dobrowolski
424 ! Modules admin and dimensions sealed against XSS attacks
425 $ /admin/payment_terms.php
426   /admin/shipping_companies.php
427   /admin/db/company_db.inc
428   /admin/db/maintenance_db.inc
429   /admin/db/users_db.inc
430   /admin/db/voiding_db.inc
431   /dimensions/includes/dimensions_db.inc
432
433 18-Apr-2008 Joe Hunt
434 ! Modules includes, inventory and manufacturing sealed against XSS attacks
435 $ /includes/db/comments_db.inc
436   /includes/db/inventory_db.inc
437   /includes/db/references_db.inc
438   /inventory/includes/db/items_category_db.inc
439   /inventory/includes/db/items_db.inc
440   /inventory/includes/db/items_locations_db.inc
441   /inventory/includes/db/items_units_db.inc
442   /inventory/includes/db/movement_types_db.inc
443   /manufacturing/includes/db/work_centres_db.inc
444   /manufacturing/includes/db/work_orders_db.inc
445   /manufacturing/includes/db/work_orders_quick_db.inc
446   /manufacturing/includes/db/work_order_issues_db.inc
447   /manufacturing/includes/db/work_order_produce_items_db.inc
448   
449 18-Apr-2008 Janusz Dobrowolski
450 ! Changed db_escape function to avoid XSS attacks via js db injection
451 $ /includes/db/connect_db.inc
452 # Database inserts/updates secured against js injection
453 $ /admin/db/maintenance_db.inc
454   /gl/includes/db/gl_db_accounts.inc
455   /purchasing/includes/db/po_db.inc
456   /sales/sales_order_entry.php
457   /sales/includes/db/sales_order_db.inc
458
459 16-Apr-2008 Joe Hunt
460 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
461 $ /includes/ui/ui_lists.inc
462
463 09-Apr-2008 Janusz Dobrowolski
464 # Fixed number formatting bug in standard cost update.
465 $ /inventory/cost_update.php
466
467 -------------------- 2,0 Beta - released ----------------------------
468
469 06-Apr-2008 Joe Hunt
470 ! Changed install.html and update.html to fit the new unstable release 2.0
471 ! Changed demo sql script to fit the 2.0 unstable.
472 $ install.html
473   update.html
474   /sql/en_US-demo.sql
475   
476 06-Apr-2008 Janusz Dobrowolski
477 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
478   /sales/customer_invoice.php
479 # Fixed typo causing error while adding new tax type.
480   /taxes/tax_types.php
481   
482 05-Apr-2008 Joe Hunt
483 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
484 $ /admin/create_coy.php
485
486 05-Apr-2008 Joe Hunt
487 # Removed annoying warnings in several reports. 
488 $ config.php 
489   /reporting/rep102.php
490   /reporting/rep104.php
491   /reporting/rep201.php
492   /reporting/rep203.php
493   /reporting/rep705.php
494   /reporting/rep706.php
495   /reporting/rep707.php
496   /reporting/rep709.php
497   /reporting/reports_main.php
498   /reporting/includes/pdf_report.inc
499   
500 04-Apr-2008 Janusz Dobrowolski
501 # Javascript bugfix in selecting orders for template.
502 $ /sales/inquiry/sales_orders_view.php
503
504 04-Apr-2008 Joe Hunt
505 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
506 + Preparing for download of release 2.0b on SourceForge.
507 $ config.php
508   update.html
509   /sql/en_US-new.sql
510   /sql/en_US-demo.sql
511   
512 02-Apr-2008 Janusz Dobrowolski
513 # Removed selector expansion on space key for multi-line selectors
514 $ /js/inserts.js
515 ! Hiding search button in combo selectors for javascript enabled browsers
516 $ /includes/ui/ui_lists.inc
517   /js/inserts.js
518 + Focus set to invalid form field after submit check fail
519 $ /admin/company_preferences.php
520   /admin/fiscalyears.php
521   /admin/gl_setup.php
522   /admin/payment_terms.php
523   /admin/shipping_companies.php
524   /admin/users.php
525   /admin/void_transaction.php
526   /dimensions/dimension_entry.php
527   /gl/bank_transfer.php
528   /gl/gl_deposit.php
529   /gl/gl_journal.php
530   /gl/gl_payment.php
531   /gl/manage/bank_accounts.php
532   /gl/manage/bank_trans_types.php
533   /gl/manage/currencies.php
534   /gl/manage/exchange_rates.php
535   /gl/manage/gl_account_classes.php
536   /gl/manage/gl_account_types.php
537   /gl/manage/gl_accounts.php
538   /inventory/adjustments.php
539   /inventory/cost_update.php
540   /inventory/prices.php
541   /inventory/purchasing_data.php
542   /inventory/transfers.php
543   /inventory/manage/item_categories.php
544   /inventory/manage/item_units.php
545   /inventory/manage/items.php
546   /inventory/manage/locations.php
547   /inventory/manage/movement_types.php
548   /manufacturing/work_order_add_finished.php
549   /manufacturing/work_order_entry.php
550   /manufacturing/work_order_issue.php
551   /manufacturing/work_order_release.php
552   /manufacturing/manage/bom_edit.php
553   /manufacturing/manage/work_centres.php
554   /purchasing/po_entry_items.php
555   /purchasing/po_receive_items.php
556   /purchasing/supplier_credit.php
557   /purchasing/supplier_credit_grns.php
558   /purchasing/supplier_invoice.php
559   /purchasing/supplier_invoice_grns.php
560   /purchasing/supplier_payment.php
561   /purchasing/supplier_trans_gl.php
562   /purchasing/allocations/supplier_allocate.php
563   /purchasing/manage/suppliers.php
564   /sales/credit_note_entry.php
565   /sales/customer_credit_invoice.php
566   /sales/customer_delivery.php
567   /sales/customer_invoice.php
568   /sales/customer_payments.php
569   /sales/sales_order_entry.php
570   /sales/allocations/customer_allocate.php
571   /taxes/item_tax_types.php
572   /taxes/tax_groups.php
573   /taxes/tax_types.php
574 # Set default focus in update_db.php
575 $ /admin/backups.php
576
577 29-Mar-2008 Janusz Dobrowolski
578 # Changed gl_all_accounts_list() API
579 $ /includes/ui/ui_lists.inc
580 + Enhanced list accessability in kbd usage via space key
581 $ js/inserts.js
582
583 28-Mar-2008 Janusz Dobrowolski
584 # Fixed headers for various display mode
585 $ /sales/inquiry/sales_orders_view.php
586
587 28-Mar-2008 Joe Hunt
588 + Added print document options in inquiries.
589 $ /sales/inquiry/customer_inquiry.php
590   /sales/inquiry/sales_orders_view.php
591   /sales/inquiry/sales_deliveries_view.php
592   /purchasing/inquiry/po_search.php
593   /purchasing/inquiry/po_search_completed.php
594   
595 28-Mar-2008 Joe Hunt
596 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
597 $ /sales/includes/db/customers_db.inc
598 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
599 $ /sales/includes/db/sales_credit_db.inc
600 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
601 $ /reporting/includes/doctext.inc
602   /reporting/includes/doctext2.inc
603 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
604 $ /reporting/rep101.php
605   /reporting/rep102.php
606
607 28-Mar-2008 Janusz Dobrowolski
608 # Layout/focus fixes for no_[customer/supplier/item]_list option on
609 $  /includes/ui/ui_lists.inc
610    /purchasing/includes/ui/po_ui.inc
611    /sales/credit_note_entry.php
612    /sales/sales_order_entry.php
613    /sales/includes/ui/sales_credit_ui.inc
614    /sales/includes/ui/sales_order_ui.inc
615
616 27-Mar-2008 Janusz Dobrowolski
617 + Automatic first field focus on page start, focus order preserved between form updates
618 $  /gl/inquiry/gl_account_inquiry.php
619    /includes/page/footer.inc
620    /includes/ui/ui_controls.inc
621    /includes/ui/ui_input.inc
622    /includes/ui/ui_lists.inc
623    /includes/ui/ui_view.inc
624    /js/inserts.js
625    /sales/sales_order_entry.php
626    /sales/credit_note_entry.php
627    /sales/includes/ui/sales_credit_ui.inc
628    /sales/includes/ui/sales_order_ui.inc
629 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
630 $  /includes/ui/ui_input.inc
631 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
632 $  /gl/gl_deposit.php
633    /gl/gl_journal.php
634    /gl/gl_payment.php
635    /gl/includes/ui/gl_deposit_ui.inc
636    /gl/includes/ui/gl_journal_ui.inc
637    /gl/includes/ui/gl_payment_ui.inc
638    /includes/ui/ui_view.inc
639    /purchasing/po_entry_items.php
640    /purchasing/includes/ui/po_ui.inc
641    /sales/sales_order_entry.php
642    /sales/includes/ui/sales_credit_ui.inc
643    /sales/includes/ui/sales_order_ui.inc
644    /js/inserts.js
645 ! get_js_set_focus moved from ui_view (this is only standalone form).
646    /update_db.php
647 # Fixed debit/credit entry check 
648 $  /gl/gl_journal.php
649 # Restored GET/POST security check on path_to_root
650 $  /config.php
651
652 26-Mar-2008 Janusz Dobrowolski
653 # Bug fixes in purchase module related to tax structure changes.
654 $  /purchasing/includes/supp_trans_class.inc
655    /purchasing/includes/db/invoice_db.inc
656    /purchasing/includes/db/invoice_items_db.inc
657    /purchasing/includes/ui/invoice_ui.inc
658    /reporting/rep105.php
659
660 25-Mar-2008 Janusz Dobrowolski
661 ! Per company pdf, backup and graphics directories in 'company' dir.
662 $  /company (new dir)
663    /company/0 (new dir)
664    /company/0/images/ (new dir)
665    /company/0/images/102.jpg    (moved from inventory/manage/image)
666    /company/0/images/103.jpg    (moved from inventory/manage/image)
667    /company/0/images/104.jpg    (moved from inventory/manage/image)
668    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
669    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
670    /admin/backups.php
671    /admin/create_coy.php
672    /admin/db/maintenance_db.inc
673    /install/index.php
674    /reporting/rep102.php
675    /reporting/rep104.php
676    /reporting/rep202.php
677    /reporting/rep303.php
678    /reporting/rep706.php
679    /reporting/rep707.php
680    /reporting/includes/pdf_report.inc
681    /inventory/manage/items.php
682
683 + jscript component caching (enables browser caching and future compression)
684 $  /includes/session.inc
685    /includes/main.inc
686    /includes/page/header.inc
687    /includes/ui/ui_view.inc
688    /admin/display_prefs.php
689    /config.php
690
691 - Removed obsolete file
692 $  /sales/includes/ui/print_invoice.inc
693
694 21-Mar-2008 Janusz Dobrowolski
695 ! Total Allocation/Left to Allocate update without page submit.
696 $  /includes/ui/ui_view.inc
697    /purchasing/allocations/supplier_allocate.php
698    /sales/allocations/customer_allocate.php
699 # Fixed unvisable under IE editbutton
700 $  /themes/aqua/default.css
701    /themes/cool/default.css
702    /themes/default/default.css
703
704 20-Mar-2008 Janusz Dobrowolski
705 # Excluding delivery notes from Customer Balances, removed warnings. 
706 $  /reporting/rep101.php 
707 # Divide by zero fix on order_price==0 in new supplier invoice
708 $  /purchasing/supplier_invoice_grns.php
709 # Database bug fix in new customer entry
710 $  /sales/manage/customers.php
711 # Small bug fix (warnings) in is_date() function.
712 $  /includes/date_functions.inc
713
714 18-Mar-2008 Janusz Dobrowolski
715 # Line items editor uses POST method - no disappearing shippment info.
716 $  /sales/credit_note_entry.php
717    /sales/sales_order_entry.php
718    /sales/includes/ui/sales_credit_ui.inc
719    /sales/includes/ui/sales_order_ui.inc
720 + Added edit_button_cell() function
721 $  /includes/ui/ui_controls.inc
722 + Helper function for finding indexed submit $_POST vars.
723 $  /includes/ui/ui_input.inc
724 + New class .editbutton for buttons. Default view is link alike.
725 $  /themes/aqua/default.css
726    /themes/cool/default.css
727    /themes/default/default.css
728
729 17-Mar-2008 Janusz Dobrowolski
730 # Added rounding when needed to avoid document non cosistent documents.
731 $  /includes/banking.inc
732    /purchasing/supplier_credit_grns.php
733    /purchasing/supplier_invoice_grns.php
734    /purchasing/includes/supp_trans_class.inc
735    /purchasing/includes/ui/invoice_ui.inc
736    /purchasing/includes/ui/po_ui.inc
737    /reporting/rep107.php
738    /reporting/rep109.php
739    /reporting/rep110.php
740    /reporting/rep209.php
741    /sales/includes/cart_class.inc
742    /sales/includes/ui/sales_credit_ui.inc
743    /sales/includes/ui/sales_order_ui.inc
744    /sales/view/view_credit.php
745    /sales/view/view_dispatch.php
746    /sales/view/view_invoice.php
747    /sales/view/view_sales_order.php
748    /taxes/tax_calc.inc
749 # Sign bug for customer transactions
750 $  /reporting/rep709.php
751 # Include file conflict fix
752 $ /purchasing/includes/ui/invoice_ui.inc
753   /gl/manage/bank_accounts.php
754   /manufacturing/inquiry/where_used_inquiry.php
755   /purchasing/manage/suppliers.php
756   
757 16-Mar-2008 Janusz Dobrowolski
758 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
759 $  /js/behaviour.js
760    /js/inserts.js
761 + Added javascript source collecting functions
762 $  /includes/main.inc
763 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
764 + Added global js code collecting arrays  $js_lib, $js_static
765 $  /includes/session.inc
766 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
767 $  /includes/ui/ui_view.inc
768 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
769 $  /includes/page/footer.inc
770    /includes/page/header.inc
771 ! Added including of data_checks.inc
772 $  /includes/ui.inc
773 + User side percent/exrate/qty/price input formatting via onblur handler.
774 $  /admin/gl_setup.php
775    /gl/gl_budget.php
776    /gl/manage/exchange_rates.php
777    /includes/ui/ui_input.inc
778    /inventory/purchasing_data.php
779    /inventory/reorder_level.php
780    /inventory/includes/item_adjustments_ui.inc
781    /inventory/includes/stock_transfers_ui.inc
782    /manufacturing/work_order_entry.php
783    /manufacturing/manage/bom_edit.php
784    /purchasing/po_entry_items.php
785    /purchasing/po_receive_items.php
786    /purchasing/supplier_credit.php
787    /purchasing/supplier_credit_grns.php
788    /purchasing/supplier_invoice_grns.php
789    /purchasing/supplier_trans_gl.php
790    /purchasing/allocations/supplier_allocate.php
791    /purchasing/includes/ui/po_ui.inc
792    /sales/customer_delivery.php
793    /sales/customer_invoice.php
794    /sales/allocations/customer_allocate.php
795    /sales/includes/ui/sales_credit_ui.inc
796    /sales/includes/ui/sales_order_ui.inc
797    /taxes/tax_groups.php
798    /taxes/tax_types.php
799
800 14-Mar-2008 Janusz Dobrowolski
801  + All forms fixed to accept user native numeric format.
802  $ /admin/gl_setup.php
803    /gl/bank_transfer.php
804    /gl/gl_budget.php
805    /gl/gl_deposit.php
806    /gl/gl_journal.php
807    /gl/gl_payment.php
808    /gl/includes/db/gl_db_banking.inc
809    /gl/includes/ui/gl_deposit_ui.inc
810    /gl/includes/ui/gl_journal_ui.inc
811    /gl/includes/ui/gl_payment_ui.inc
812    /gl/manage/exchange_rates.php
813    /inventory/adjustments.php
814    /inventory/cost_update.php
815    /inventory/prices.php
816    /inventory/purchasing_data.php
817    /inventory/reorder_level.php
818    /inventory/transfers.php
819    /inventory/includes/item_adjustments_ui.inc
820    /inventory/includes/stock_transfers_ui.inc
821    /inventory/manage/item_units.php
822    /manufacturing/work_order_entry.php
823    /manufacturing/inquiry/where_used_inquiry.php
824    /manufacturing/manage/bom_edit.php
825    /purchasing/po_entry_items.php
826    /purchasing/po_receive_items.php
827    /purchasing/supplier_credit_grns.php
828    /purchasing/supplier_invoice_grns.php
829    /purchasing/supplier_payment.php
830    /purchasing/supplier_trans_gl.php
831    /purchasing/allocations/supplier_allocate.php
832    /purchasing/includes/ui/po_ui.inc
833    /purchasing/inquiry/po_search.php
834    /sales/credit_note_entry.php
835    /sales/customer_credit_invoice.php
836    /sales/customer_delivery.php
837    /sales/customer_invoice.php
838    /sales/customer_payments.php
839    /sales/sales_order_entry.php
840    /sales/allocations/customer_allocate.php
841    /sales/includes/ui/sales_credit_ui.inc
842    /sales/includes/ui/sales_order_ui.inc
843    /sales/manage/customers.php
844    /sales/manage/sales_people.php
845    /sales/view/view_credit.php
846    /sales/view/view_dispatch.php
847    /sales/view/view_invoice.php
848    /sales/view/view_receipt.php
849    /sales/view/view_sales_order.php
850    /taxes/item_tax_types.php
851    /taxes/tax_groups.php
852    /taxes/tax_types.php
853  + User format functions for percent/price/exrate amounts display.
854  $ /includes/current_user.inc
855  + Input checking functions for numeric input fields in user native format
856  $ /includes/data_checks.inc
857  + Numeric input fields in user native format
858  $ /includes/ui/ui_input.inc
859  + Javascript function for conversion to/from user native numeric format.
860  $ /includes/ui/ui_view.inc
861  + New class amount for numeric input
862  $ /themes/aqua/default.css
863    /themes/cool/default.css
864    /themes/default/default.css
865  # Removed warning on adding component
866    /manufacturing/manage/bom_edit.php
867  # Quantity display correction
868    /manufacturing/inquiry/where_used_inquiry.php
869  # Fixed add_customer_trans() call
870    /gl/includes/db/gl_db_banking.inc
871
872 12-Mar-2008 Joe Hung
873  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
874  - Removed default insertion of Units of Measure. Not neccessary.
875  $ /sql/alter.sql
876    /admin/db/maintenance_db.inc (added support for update)
877
878 11-Mar-2008 Janusz Dobrowolski
879  + Table of measure moved into new table item_units
880  ! Removed $themes[] from config.php, theme list based on directory structure
881  $ /config.php
882    /includes/ui/ui_lists.inc
883    /applications/inventory.php
884    /inventory/includes/inventory_db.inc
885    /inventory/includes/db/items_units_db.inc
886    /inventory/manage/item_units.php
887    /inventory/manage/items.php
888    /sql/alter.sql
889
890 11-Mar-2008 Joe Hunt
891  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
892  $ /sales/customer_invoice.php
893    /sales/customer_delivery.php
894  
895 10-Mar-2008 Joe Hunt
896  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
897  $ /sales/sales_order_entry.php
898  
899 10-Mar-2008 Janusz Dobrowolski
900  + Added price list selector to sales entry (debtor_master gives only default one)
901  + Added optional submit_on_change parameter to sales ui lists
902  $ /includes/ui/ui_lists.inc
903    /sales/sales_order_entry.php
904    /sales/includes/ui/sales_credit_ui.inc
905    /sales/includes/ui/sales_order_ui.inc
906  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
907  $ /sales/includes/cart_class.inc
908    /includes/ui/ui_view.inc
909    /sales/includes/sales_db.inc
910  # Fixed bogus sales_type lists in edition mode
911  $ /sales/customer_delivery.php
912    /sales/customer_invoice.php
913  # Smaller fixes, cart_class.sales_type name change
914  $ /sales/includes/ui/sales_credit_db.inc
915    /sales/credit_note_entry.php
916    /sales/customer_credit_invoice.php
917    /sales/includes/cart_class.inc
918    /sales/includes/db/sales_credit_db.inc
919    /sales/includes/db/sales_delivery_db.inc
920    /sales/includes/db/sales_invoice_db.inc
921    /sales/includes/db/sales_order_db.inc
922    /sales/includes/ui/sales_credit_ui.inc
923  # One another pmWiki name conflict removed
924  $ /admin/display_prefs.php
925  
926 09-Mar-2008 Joe Hunt
927  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
928  $ /dimensions/includes/dimensions_db.inc
929    /gl/includes/db/gl_db_banking.inc
930    /includes/main.inc
931    /inventory/includes/db/items_adjust_db.inc
932    /manufacturing/includes/db/work_order_issues_db.inc
933    /manufacturing/includes/db/work_order_produce_items_db.inc
934    /manufacturing/includes/db/work_orders_db.inc
935    /manufacturing/includes/db/work_orders_quick_db.inc
936    /purchasing/includes/db/grn_db.inc
937    /purchasing/includes/db/po_db.inc
938    /purchasing/includes/db/supp_payment_db.inc
939    /reporting/includes/form_types.inc (File removed)
940    /sales/includes/db/sales_delivery_db.inc
941    /sales/includes/db/sales_invoice_db.inc
942    /sales/includes/db/sales_order_db.inc
943    /sql/alter.sql
944  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
945  $ /reporting/rep101.php
946    /reporting/rep201.php
947  # clone replacement do_clone() for both PHP 4 and PHP 5.
948  $ /includes/ui/ui_view.inc (at the very bottom)
949    /sales/includes/cart_class.inc
950    
951 07-Mar-2008 Janusz Dobrowolski
952  ! Changed name tax type uniqueness constraint to (name, rate)
953  $ /includes/ui/ui_lists.inc
954    /taxes/items_tax_types.php
955  ! Tax included option moved from tax_group to sales_types table
956  $ includes/ui/ui_view.inc
957    /purchasing/includes/ui/invoice_ui.inc
958    /taxes/tax_calc.inc
959    /taxes/tax_groups.php
960    /taxes/db/tax_groups_db.inc
961    /sql/alter.sql
962  # Final rewriting of sales module, a lot of bugfixes.
963  + Template delivery/invoicing
964  + Concurrent document editing control on sql level
965  + Most of sales documents are now editable
966  + Some links to print documents after entry
967  ! Changed javascript helper function for customer allocations
968  $ /applications/customers.php
969    /includes/ui/ui_input.inc
970    /reporting/rep107.php
971    /reporting/rep109.php
972    /reporting/rep110.php
973    /sales/credit_note_entry.php
974    /sales/customer_credit_invoice.php
975    /sales/customer_delivery.php
976    /sales/customer_invoice.php
977    /sales/customer_payments.php
978    /sales/sales_order_entry.php
979    /sales/allocations/customer_allocate.php
980    /sales/allocations/customer_allocation_main.php
981    /sales/includes/cart_class.inc
982    /sales/includes/sales_db.inc
983    /sales/includes/sales_ui.inc
984    /sales/includes/db/cust_trans_db.inc
985    /sales/includes/db/cust_trans_details_db.inc
986    /sales/includes/db/custalloc_db.inc
987    /sales/includes/db/customers_db.inc
988    /sales/includes/db/payment_db.inc
989    /sales/includes/db/sales_credit_db.inc
990    /sales/includes/db/sales_delivery_db.inc
991    /sales/includes/db/sales_invoice_db.inc
992    /sales/includes/db/sales_order_db.inc
993    /sales/includes/db/sales_types_db.inc
994    /sales/includes/ui/print_invoice.inc
995    /sales/includes/ui/sales_credit_ui.inc
996    /sales/includes/ui/sales_order_ui.inc
997    /sales/inquiry/customer_allocation_inquiry.php
998    /sales/inquiry/customer_inquiry.php
999    /sales/inquiry/sales_deliveries_view.php
1000    /sales/inquiry/sales_orders_view.php
1001    /sales/manage/credit_status.php
1002    /sales/manage/sales_types.php
1003    /sales/view/view_credit.php
1004    /sales/view/view_dispatch.php
1005    /sales/view/view_invoice.php
1006    /sales/view/view_receipt.php
1007    /sales/view/view_sales_order.php
1008 # Removed function name conflict with wiki help system
1009    /includes/lang/language.php
1010    
1011 06-Mar-2008 Janusz Dobrowolski
1012  + Wiki help links integration
1013  $ /config.php
1014    /includes/page/header.inc
1015    /includes/lang/language.php
1016  + Optional debuging with xdebug module
1017  $ /index.php
1018    /includes/db/connect_db.inc
1019  ! Concurrent edition fix
1020  $  /includes/systypes.inc
1021  # Table header fix
1022  $  /manufacturing/manage/bom_edit.php
1023  # Menu layout fixes
1024  $ /themes/aqua/renderer.php
1025    /themes/cool/renderer.php
1026    /themes/default/renderer.php
1027  # Removed warning about nonexistent $_GET variable
1028  $ /dimensions/inquiry/search_dimensions.php
1029  # MySQL 3.xx CAST bug fix
1030  $ /includes/db/manufacturing_db.inc
1031    /manufacturing/includes/db/work_order_requirements_db.inc
1032    /manufacturing/inquiry/where_used_inquiry.php
1033
1034 04-Mar-2008 Joe Hunt
1035  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
1036    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
1037  $ /inventory/cost_update.php
1038    /purchasing/includes/db/grn_db.inc and
1039    /manufacturing/manage/bom_edit.php. 
1040    /manufacturing/includes/db/work_orders_db.inc
1041    /manufacturing/includes/db/work_orders_quick_db.inc
1042    /manufacturing/work_order_entry.php
1043   
1044 21-Feb-2008 Joe Hunt
1045  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
1046  $ /admin/view_print_transaction.php
1047    /applications/setup.php
1048   
1049 17-Feb-2008 Joe Hunt
1050  ! Minor change in menu and function in view_print_transaction.php
1051  $ /admin/view_print_transaction.php
1052    /application/setup.php
1053  + Preparing for print of single documents
1054  $ /reporting/includes/reporting.inc
1055  ! Removing 'out' field in table tax_types
1056  $ /sql/alter.sql
1057    /taxes/tax_types.php
1058    /taxes/db/tax_types_db.inc
1059  + Added 2 functions in ui_input.inc, button and button_cell
1060    /includes/ui/ui_input.inc
1061
1062 11-Feb-2008 Joe Hunt
1063  + Added file, update_db.php, for updating company databases from an SQL script.
1064  $ update_db.php (New file)
1065    update.html
1066   
1067 06-Fef-2008 Joe Hunt
1068  + Added Report, Salesman Listing, rep106.php. 
1069  $ /reporting/reports_main.php
1070    /reporting/rep106.php
1071   
1072 06-Feb-2008 Janusz Dobrowolski
1073  + Separation of customer invoice issue and goods delivery.
1074  + Batch invoicing for more than one delivery
1075  # Corrected inadequate shipping tax calculations.
1076  ! Default debugging status changed to off.
1077  $ /taxes/tax_calc.inc
1078    /taxes/db/tax_groups_db.inc
1079    /admin/db/voiding_db.inc
1080    /applications/customers.php
1081    /includes/systypes.inc
1082    /includes/types.inc
1083    /includes/ui/ui_controls.inc
1084    /includes/ui/ui_lists.inc
1085    /includes/ui/ui_view.inc
1086    /inventory/inquiry/stock_status.php
1087    /reporting/rep105.php
1088    /reporting/rep107.php
1089    /reporting/rep109.php
1090    /reporting/rep110.php 
1091    /reporting/rep209.php
1092    /reporting/reports_main.php
1093    /reporting/includes/doctext.inc
1094    /reporting/includes/doctext2.inc
1095    /reporting/includes/form_types.inc
1096    /reporting/includes/pdf_report.inc
1097    /reporting/includes/reports_classes.inc
1098    /sales/customer_credit_invoice.php
1099    /sales/customer_invoice.php
1100    /sales/sales_order_entry.php
1101    /sales/customer_delivery.php 
1102    /sales/includes/db/sales_delivery_db.inc 
1103    /sales/includes/ui/print_invoice.inc 
1104    /sales/includes/cart_class.inc
1105    /sales/includes/sales_db.inc
1106    /sales/includes/db/cust_trans_db.inc
1107    /sales/includes/db/cust_trans_details_db.inc
1108    /sales/includes/db/sales_credit_db.inc
1109    /sales/includes/db/sales_invoice_db.inc
1110    /sales/includes/db/sales_order_db.inc
1111    /sales/includes/ui/sales_order_ui.inc
1112    /sales/inquiry/customer_allocation_inquiry.php
1113    /sales/inquiry/customer_inquiry.php
1114    /sales/inquiry/sales_orders_view.php
1115    /sales/inquiry/sales_deliveries_view.php 
1116    /sales/view/view_dispatch.php
1117    /sales/view/view_invoice.php
1118    /sales/view/view_sales_order.php
1119    /sql/alter.sql
1120    config.php
1121   
1122 01-Feb-2008 Joe Hunt
1123  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
1124  $ /sales/includes/cart_class.inc
1125    /sales/includes/db/sales_credit_db.inc
1126    /sales/includes/db/sales_invoice_db.inc
1127    /sales/includes/db/sales_order_db.inc
1128    /sales/includes/db/cust_trans_details_db.inc
1129    /sales/includes/ui/sales_order_ui.inc
1130    /sales/includes/ui/sales_credit_ui.inc
1131    /sales/credit_note_entry.php
1132    /sales/customer_credit_invoice.php
1133    /sales/sales_order_entry.php
1134    /sales/customer_invoice.php
1135
1136 31-Jan-2008 Joe Hunt
1137  ! New Release 2.0 Pre Alpha
1138  $ config.php
1139  # Fixed a release 2 related bug in create_coy.php
1140  $ /admin/create_coy.php
1141  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
1142    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
1143    with these databases changes without any new files. They are coming as soon as possible.
1144  $ /sql/alter.sql (New file)  
1145  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
1146    and 2 related files
1147  $ /purchasing/supplier_trans_gl.php
1148    /purchasing/includes/db/invoice_items_db.inc
1149  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
1150  $ /includes/ui/ui_lists.inc
1151    /purchasing/includes/ui/po_ui.inc
1152    /sales/includes/ui/sales_order_ui.inc
1153    /admin/company_preferences.php
1154    /admin/db/company_db.inc
1155    config.php
1156  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
1157    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
1158  $ /sales/manage/sales_people.php
1159    /includes/ui/ui_input.inc
1160  
1161 -------------------- 2,0 Pre Alpha - above ----------------------------
1162 31-Jan-2008 Janusz Dobrowolski
1163  # Minor bugfix in db_import()
1164  $ /admin/db/maintenance_db.inc
1165  
1166 30-Jan-2008 Janusz Dobrowolski
1167  # Minor display fix in tax_types.php
1168  $ /taxes/tax_types.php
1169  ! Format cleanup on some files.
1170  $ /gl/includes/gl_db.inc
1171    /gl/includes/gl_ui.inc
1172    /applications/application.php
1173    frontaccounting.php
1174    index.php
1175    
1176 -------------------- 1.16 Stable Released ----------------------
1177 28-Jan-2008 Joe Hunt
1178  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
1179    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
1180    and $no_supplier_list. Default is the normal behavior for all listboxes.
1181  $ /includes/ui/ui_lists.inc
1182    /sales/includes/ui/sales_orders_ui.inc
1183    /purchases/includes/ui/po_ui.inc
1184    /themes/default/images/locate.png (New file)
1185    config.php
1186
1187  + Added ALTER TABLE possibility in db_import. For future releases.
1188  $ /admin/db/maintenence_db.inc  
1189
1190  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
1191  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
1192  $ /includes/db/connect_db.inc
1193    /includes/ui/ui_lists.inc
1194    /includes/page/header.inc
1195    /access/login.php
1196    
1197 16-Jan-2008 Joe Hunt
1198  # When login screen is displayed after session timeout page content is broken. It
1199    is because of NOT using absolute paths in href attribute theme elements.
1200  $ /access/login.php
1201  
1202 30-Dec-2007 Joe Hunt
1203  # Minor adjustments in function db_export on line 325
1204  $ /admin/db/maintenance_db.inc
1205  
1206 29-Dec-2007 Joe Hunt
1207  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
1208  $ config.php
1209  
1210  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
1211    Also fixed a unneccessary str_replace when importing sql scripts.
1212  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
1213  $ /admin/db/maintenance_db.inc
1214    /reporting/includes/pdf_report.inc
1215    
1216 13-Dec-2007 Joe Hunt
1217  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
1218  $ /gl/inquiry/gl_trial_balance.php
1219    /gl/inquiry/gl_account_inquiry.php
1220
1221 13-Dec-2007 Joe Hunt
1222  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
1223  $ /admin/db/voiding_db.inc
1224  
1225 06-Dec-2007 Joe Hunt
1226  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
1227  $ /gl/gl_payment.php
1228    /gl/includes/ui/gl_payment_ui.inc
1229    
1230  ! Changed $loc_notification to be set to 0 instead of 1.
1231  $ config.php
1232  
1233 -------------------- 1.15 Stable Released ----------------------
1234 05-Dec-2007 Joe Hunt
1235  + Added email notification to stock location when available stock is below reorder level
1236  $ config.php
1237    /sales/includes/db/sales_order_db.inc
1238    
1239  # Fixed bugs in Open balances when account is not a balance account
1240  $ /gl/inquiry/gl_trial_balance.php
1241    /gl/inquiry/gl_account_inquiry.php
1242    /reporting/rep704.php
1243    /reporting/rep708.php
1244    
1245 -------------------- 1.14 Stable Released ----------------------
1246 01-Oct-2007 Joe Hunt
1247  ! Major change in the installation of modules to also accept an SQL-file for upload.
1248  $ config.php
1249    /admin/inst_module.php
1250    /admin/db/maintenance_db.inc
1251    
1252 30-Sep-2007 Joe Hunt
1253  # The following files were still vulnerable. Fixed
1254  $ /access/login.php
1255    /includes/lang/language.php
1256
1257 -------------------- 1.13 Stable Released ----------------------
1258 14-Sep-2007 Joe Hunt
1259  + Added optional link for electronic payment on invoices (PayPal). 
1260  ! Better support for install/update languages.  
1261  ! Minor adjustments
1262  # Fixed a vulnerable item in config.php
1263  $ config.php
1264
1265 14-Sep-2007 Joe Hunt
1266  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
1267  # config.php has been vulnerable. Fixed.
1268  $ /admin/inst_lang.php
1269  $ config.php
1270  
1271 10-Sep-2007 Joe Hunt
1272  ! Changed Bank Address field from text to textarea (multirows)
1273  $ /gl/manage/bank_accounts.php
1274  
1275 06-Sep-2007 Joe Hunt
1276  + Added optional link for electronic payment on invoices (PayPal)
1277  $ /reporting/reports_main.php
1278    /reporting/rep107.php
1279    /reporting/includes/report_classes.inc
1280    /reporting/includes/pdf_report.inc
1281    /reporting/includes/doc_text.inc
1282    /reporting/includes/doc_text2.inc
1283    
1284 23-Aug-2007 Joe Hunt
1285  # Unnecessary parameter ($db) in check_for_recursive_bom
1286  $ /manufacturing/manage/bom_edit.php
1287  
1288 21-Aug-2007 Joe Hunt
1289  # Bug in /includes/lang/gettext.php (249) affecting changing language!
1290  $ /includes/lang/gettext.php
1291  
1292 08-Aug-2007 Joe Hunt
1293  # Minor adjustments
1294  $ config.php
1295    /access/login.php
1296    /admin/create_coy.php
1297    /reporting/includes/pdf_report.inc
1298    
1299 04-Aug-2007 Joe Hunt
1300  + Added a default fiscal year in the en_US-new.sql and start references.
1301  $ /sql/en_US-new.sql
1302  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
1303  $ /lang/en_US/LC_MESSAGES/en_US.mo
1304  
1305 03-Aug-2007 Joe Hunt
1306  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
1307  $ /sales/includes/db/sales_order_db.inc
1308  
1309 23-Jul-2007 Joe Hunt
1310  # Changed <? in front of 2 files to <?php.
1311  $ /purchasing/includes/purchasing_ui.inc
1312    /reporting/includes/class.mail.inc
1313    
1314 -------------------- 1.12 Stable Released ----------------------
1315 21-Jul-2007 Joe Hunt
1316  + Added option to handle Jalali and Islamic Calendars
1317  ! Minor adjustments
1318  $ config.php
1319    /gl/includes/db/gl_db_trans.inc
1320    /includes/date_functions.inc
1321    /includes/ui/ui_input.inc
1322    /includes/ui/ui_lists.inc
1323    /includes/ui/ui_view.inc
1324    /purchasing/po_receive_items.php
1325    /purchasing/includes/ui/invoice_ui.inc
1326    /purchasing/includes/ui/po_ui.inc
1327    /reporting/rep705.php
1328    /sales/includes/db/sales_order_db.inc
1329    /sales/includes/ui/sales_order_ui.inc
1330    
1331 20-Jul-2007 Joe Hunt
1332  ! Changed parameters on report Sales Order. Option to print as Quote.
1333  $ /reporting/reports_main.php
1334    /reporting/rep109.php
1335    /reporting/includes/pdf_report.inc
1336    /reporting/includes/doctext.inc
1337    /reporting/includes/doctext2.inc
1338  
1339 19-Jul-2007 Joe Hunt
1340  + Added Budget Entry in General Ledger. Includes Dimensions.
1341  $ config.php
1342    /applications/generalledger.php
1343    /gl/gl_budget.php (New File!)
1344    /gl/includes/db/gl_db_trans.inc
1345    /includes/date_functions.inc
1346    /reporting/report_classes.inc
1347    
1348 -------------------- 1.11 Stable Released ----------------------
1349 04-Jul-2007 Joe Hunt
1350  ! Option for using alpha numeric chart of accounts.
1351  $ config.php
1352    /gl/manage/gl_accounts.php
1353    /gl/includes/db/gl_db_accounts.inc
1354    /gl/includes/db/gl_db_bank_trans.inc
1355    /gl/includes/db/gl_db_trans.inc
1356    /gl/inquiry/gl_trial_balance.inc
1357    /admin/db/company_db.inc
1358    /inventory/includes/db/items_db.inc
1359    /sales/manage/customer_branches.inc
1360
1361 04-Jul-2007 Joe Hunt
1362  # Problems retrieving language texts for poEdit in long javascripts
1363  $ /includes/ui/ui_view.inc
1364  
1365 04-May-2007 Joe Hunt
1366  # Database error when updating more than one item row in Sales Orders.
1367  $ /sales/includes/db/sales_order_db.inc
1368  # Database error when inserting work order issues. Fixed.
1369  $ /manufacturing/includes/db/work_order_issues_db.inc
1370  
1371 03-May-2007 Joe Hunt
1372  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
1373  $ /includes/db/manufacturing_db.inc
1374    /manufacturing/includes/db/work_order_requirements_db.inc
1375
1376 02-May-2007 Joe Hunt
1377  # Missing details on Purchase Order when emailing and printing
1378  $ /reporting/rep209.php
1379  
1380 -------------------- 1.1 Stable Released ----------------------
1381 02-May-2007 Joe Hunt
1382  + Enabled module addons and all the below bugfixes. No changes in database structure.
1383  - Removed /sql/basic.sql (included in the other sql files)
1384  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
1385    (not needed anymore).
1386  + Addition of update.html  
1387  $ /admin/inst_module.php (New file!)
1388    /applications/customers.php
1389    /applications/dimensions.php
1390    /applications/generalledger.php
1391    /applications/inventory.php
1392    /applications/manufacturing.php
1393    /applications/setup.php
1394    /applications/suppliers.php
1395    /install/index.php
1396    /install/save.php
1397    /modules/inst_modules.php (New folder and new file!)
1398    /modules/index.php (New file!)
1399    /sql/en_US-demo.sql
1400    /sql/en_US-new.sql
1401    install.html
1402    update.html (New file!)
1403    
1404 01-May-2007 Joe Hunt
1405  # Missing measure of units when printing sales orders
1406  # Update of Sales People caused a database error
1407  $ /sales/manage/sales_people.php
1408    /reporting/rep109.php
1409  
1410 30-Apr-2007 Joe Hunt
1411  + The selected menu tab is now shown with same background as hover color.
1412  $ config.php (default tab line 77. Change if you want)
1413    /includes/page/header.inc
1414    
1415 28-Apr-2007 Joe Hunt
1416  # When saving work order entries a lot of debug boxes appeared. Fixed
1417  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
1418  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
1419  $ /includes/db/manufacturing_db.inc
1420    /manufacturing/work_order_entry.php
1421    /manufacturing/includes/work_order_issue_ui.inc
1422    /manufacturing/includes/db/work_order_requirements_db.inc
1423    /manufacturing/includes/db/work_orders_quick_db.inc
1424    /manufacturing/inquiry/where_used_inquiry.php
1425    
1426 25-Apr-2007 Joe Hunt
1427  # Missing Date Picker
1428  $ /sales/customer_invoice.php
1429  # No JS popup window
1430  $ /sales/view/view_invoice.php
1431  
1432 24-Apr-2007 Joe Hunt
1433  ! New and better Date Picker, better cool theme.
1434  $ /includes/ui/ui_input.inc
1435    /includes/ui/ui_view.inc
1436    /reporting/includes/reports_classes.inc
1437    /themes/cool/default.css
1438
1439 -------------------- 1.0.1 Stable Released ----------------------
1440 23-Apr-2007 Joe Hunt
1441  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
1442    the changes for selection lists customers/suppliers and the Audit Trail.
1443
1444 22-Apr-2007 Joe Hunt
1445  ! Changed the two selection lists for customers/suppliers in reports to a single one with
1446    No Filter
1447  ! Changed the sort order in these selection lists from id to name.
1448  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
1449  $ /reporting/reports_main.php
1450    /reporting/rep101.php
1451    /reporting/rep102.php
1452    /reporting/rep201.php
1453    /reporting/rep202.php
1454    /reporting/rep203.php
1455    /reporting/rep204.php
1456    /reporting/includes/reports_classes.inc
1457    /includes/ui/ui_lists.inc
1458    /gl/includes/db/gl_db_trans.inc
1459    config.php
1460    
1461 22-Apr-2007 Joe Hunt
1462  + Date Picker for all date fields.
1463  $ config.php
1464    /admin/fiscalyears.php
1465    /admin/void_transaction.php
1466    /includes/ui/ui_view.inc
1467    /includes/ui/ui_input.inc
1468    /dimensions/dimension_entry.php
1469    /dimensions/inquiry/search_dimensions.php
1470    /gl/gl_journal.php
1471    /gl/gl_deposit.php
1472    /gl/gl_payment.php
1473    /gl/bank_transfer.php
1474    /gl/inquiry/bank_inquiry.php
1475    /gl/inquiry/gl_account_inquiry.php
1476    /gl/inquiry/gl_trial_balance.php
1477    /gl/manage/exchange_rates.php
1478    /inventory/adjustments.php
1479    /inventory/transfers.php
1480    /inventory/inquiry/stock_movements.php
1481    /inventory/manage/items.php
1482    /manufacturing/work_order_add_finished.php
1483    /manufacturing/work_order_entry.php
1484    /manufacturing/work_order_issue.php
1485    /manufacturing/work_order_release.php
1486    /purchasing/supplier_payment.php
1487    /purchasing/po_entry_items.php
1488    /purchasing/po_receive_items.php
1489    /purchasing/supplier_credit.php
1490    /purchasing/supplier_credit_grns.php
1491    /purchasing/supplier_invoice.php
1492    /purchasing/supplier_invoice_grns.php
1493    /purchasing/supplier_trans_gl.php
1494    /purchasing/includes/ui/po_ui.inc
1495    /purchasing/inquity/po_search.php
1496    /purchasing/inquiry/po_search_completed.php
1497    /purchasing/inquiry/supplier_allocation_inquiry.php
1498    /purchasing/inquiry/supplier_inquiry.php
1499    /reporting/reports_main.php
1500    /reporting/includes/reports_classes.inc
1501    /sales/credit_note_entry.php
1502    /sales/customer_credit_invoice.php
1503    /sales/customer_payments.php
1504    /sales/sales_order_entry.php
1505    /sales/includes/ui/sales_order_ui.inc
1506    /sales/inquiry/customer_allocation_inquiry.php
1507    /sales/inquiry/customer_inquiry.php
1508    /sales/inquiry/sales_orders_view.php
1509    New image files:
1510    /themes/default/images/cal.gif
1511    /themes/default/images/next.gif
1512    /themes/default/images/prev.gif
1513
1514 19-Apr-2007 Joe Hunt
1515  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
1516  # Bug no 1703891, Reserved MySQL words used as column names, fixed
1517  $ /taxes/db/tax_types_db.inc
1518
1519  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
1520  $ /gl/manage/gl_accounts.php
1521    /gl/includes/db/gl_db_accounts.inc
1522    /includes/ui/ui_input.inc
1523
1524 18-Apr-2007 Joe Hunt
1525  # Bug no 1702594, Logon Loop, fixed
1526  $ config.php
1527
1528 -------------------- 1.0a Stable Released ----------------------
1529 10-Apr-2007 Joe Hunt
1530  ! Release 1.0a established on SourceForge, fixing the bugs.
1531
1532 11-Apr-2007 Joe Hunt
1533  # Bug No 1698214, Creating Items, fixed
1534  $ /includes/ui/ui_lists.inc
1535  # Bug no 1698216, Item Movements, fixed
1536  $ /inventory/manage/items.php
1537
1538 -------------------- 1.0 Stable Released ----------------------
1539 10-Apr-2007 Joe Hunt
1540  ! Release 1.0 established on SourceForge.
1541
1542 2. Copyright and disclaimer
1543 ---------------------------
1544 This application is opensource software released under the GPL.  Please
1545 see source code and the LICENSE file