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