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