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