Preparing graphic links, changes
[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/agpl-3.0.html GNU/AGPL
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 21-Nov-2008 Joe Hunt
23 + Preparing for Graphic Links instead of Text Links (user display option, default)
24   (new field in 0_users, graphic_links)
25 $ config.php
26   /admin/display_prefs.php
27   /admin/create_coy.php
28   /admin/inst_lang.php
29   /admin/inst_module.php
30   /admin/db/users_db.inc
31   /includes/current_user.inc
32   /includes/prefs/userprefs.inc
33   /includes/ui/ui_controls.inc
34   /includes/ui/ui_input.inc
35   /includes/ui/ui_view.inc
36   /reporting/includes/reporting.inc
37   /sql/alter2.1.sql 
38   /themes/default/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
39           invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
40   /themes/aqua/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
41           invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
42   /themes/cool/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
43           invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
44   
45 20-Nov-2008 Joe Hunt
46 + Added new AGPL license file
47 $ /doc/license.txt (new file)
48
49 19-Nov-2008 Janusz Dobrowolski
50 # Fixed error handling during database upgrade in normal and forced mode.
51 $ /admin/db/maintenance_db.inc
52 ! Additions needed for foreign item codes support.
53 $ /sql/alter2.1.php
54   /sql/alter2.1.sql
55
56 19-Nov-2008 Joe Hunt
57 ! Changed the default header2.inc.
58 $ /reporting/includes/header2.inc
59
60 18-Nov-2008 Janusz Dobrowolski
61 + System upgrade page for site admins
62 $ /admin/db/maintenance_db.inc
63   /applications/setup.php
64   /admin/inst_upgrade.php       (new)
65   /sql/alter2.1.php             (new)
66 ! Added $tbpref parameter to get_user_prefs()
67 $ /admin/db/company_db.inc
68 # Next fixes to db_pager behaviour.
69 $ /includes/db_pager.inc
70   /includes/ui/db_pager_view.inc
71   /dimensions/inquiry/search_dimensions.php
72   /inventory/inquiry/stock_movements.php
73   /manufacturing/search_work_orders.php
74   /manufacturing/inquiry/where_used_inquiry.php
75   /purchasing/allocations/supplier_allocation_main.php
76   /purchasing/inquiry/po_search.php
77   /purchasing/inquiry/po_search_completed.php
78   /purchasing/inquiry/supplier_allocation_inquiry.php
79   /purchasing/inquiry/supplier_inquiry.php
80   /sales/allocations/customer_allocation_main.php
81   /sales/inquiry/customer_allocation_inquiry.php
82   /sales/inquiry/customer_inquiry.php
83   /sales/inquiry/sales_deliveries_view.php
84   /sales/inquiry/sales_orders_view.php
85
86 16-Nov-2008 Janusz Dobrowolski
87 ! Rewritten for paged query results.
88 $ /inventory/inquiry/stock_movements.php
89 + Added optional footer and header in db_pager, simplified usage.
90 $ /includes/db_pager.inc
91   /includes/ui/db_pager_view.inc
92 ! Code cleanup.
93 $ /dimensions/inquiry/search_dimensions.php
94   /manufacturing/search_work_orders.php
95   /manufacturing/inquiry/where_used_inquiry.php
96   /purchasing/inquiry/po_search.php
97   /purchasing/inquiry/po_search_completed.php
98   /purchasing/inquiry/supplier_allocation_inquiry.php
99   /purchasing/inquiry/supplier_inquiry.php
100   /sales/inquiry/customer_allocation_inquiry.php
101   /sales/inquiry/customer_inquiry.php
102   /sales/inquiry/sales_deliveries_view.php
103   /sales/inquiry/sales_orders_view.php
104
105 16-Nov-2008 Joe Hunt
106 + Added Attachment of Documents and a couple of links from supplier invoice/credit note
107 $ /admin/attachments.php (new file)
108   /applications/setup.php
109   /purchasing/supplier_credit,php
110   /purchasing/supplier_invoice.php
111   /sql/alter2.1.sql
112 # Minor bug in view_print_transactions.php
113 $ /admin/view_print_transactions.php
114
115 15-Nov-2008 Joe Hunt
116 + Added Quick Entries in GL Journal Entry and changed some needed fixes.
117 $ /gl/gl_bank.php
118   /gl/gl_journal.php
119   /gl/includes/db/gl_db_bank_accounts.inc
120   /gl/includes/ui/gl_bank_ui.inc
121   /gl/includes/ui/gl_journal_ui.inc
122   /includes/ui/ui_lists.inc
123   
124 15-Nov-2008 Joe Hunt
125 + Added Tax Inquiry in Banking and General Ledger tab.
126 $ /applications/generalledger.php
127   /gl/inquiry/tax_inquiry.php (new file)
128   
129 14-Nov-2008 Joe Hunt
130 + Added Sales Groups and Recurrent Invoices.
131 $ /applications/customers.php
132   /includes/ui/ui_lists.inc
133   /reporting/includes/reporting.inc
134   /reporting/rep108.php
135   /sales/includes/db/branches_db.inc
136   /sales/includes/db/sales_credit_db.inc
137   /sales/includes/db/sales_delivery_db.inc
138   /sales/includes/db/sales_invoice_db.inc
139   /sales/inquiry/sales_orders_view.php
140   /sales/manage/customer_branches.php
141   /sales/manage/customers.php
142   /sql/alter2.1.sql
143   /sales/create_recurrent_invoices.php (new file)
144   /sales/manage/recurrent_invoices.php (new file)
145   /sales/manage/sales_groups.php (new file)
146
147 13-Nov-2008 Janusz Dobrowolski
148 ! Rewritten for paged query results.
149 $ /dimensions/inquiry/search_dimensions.php
150 # Removed obsolete dimension list submit_on_change option.
151 $ /sales/includes/ui/sales_order_ui.inc
152   /sales/credit_note_entry.php
153   /sales/includes/ui/sales_credit_ui.inc
154
155 12-Nov-2008 Janusz Dobrowolski
156 ! Rewritten for paged query results.
157 $ /manufacturing/search_work_orders.php
158   /manufacturing/inquiry/where_used_inquiry.php
159   /purchasing/allocations/supplier_allocation_main.php
160   /sales/allocations/customer_allocation_main.php
161 ! Code reorganization to reuse sql query by db_pager.
162   /purchasing/includes/db/supp_trans_db.inc
163   /purchasing/includes/db/suppalloc_db.inc
164   /sales/includes/db/custalloc_db.inc
165 ! Added $echo parameter to view_stock_status()
166 $ /includes/ui/ui_view.inc
167 # Fixed sql query (duplicated rows in query result)
168 $ /sales/inquiry/customer_inquiry.php
169 # Fixed bom selection via $_GET['stock_id']
170 $  /manufacturing/manage/bom_edit.php
171
172 12-Nov-2008 Joe Hunt
173 ! Added dimension entries in delivery and invoice forms
174 $ /includes/ui/ui_lists.inc
175   /sales/credit_note_entry.php
176   /sales/includes/cart_class.inc
177   /sales/includes/db/cust_trans_db.inc
178   /sales/includes/db/sales_credit_db.inc
179   /sales/includes/db/sales_delivery_db.inc
180   /sales/includes/db/sales_invoice_db.inc
181   /sales/includes/db/sales_order_db.inc
182   /sales/includes/sales_db.inc
183   /sales/includes/ui/sales_credit_ui.inc
184   /sales/includes/ui/sales_order_ui.inc
185   /sales/sales_order_entry.php
186   /sql/alter2.1.sql
187   
188 12-Nov-2008 Janusz Dobrowolski
189 ! Changed db_pager API for inserted columns.
190 $ /includes/db_pager.inc
191   /includes/ui/db_pager_view.inc
192 ! Fixed $cols according to api change.
193 $ /purchasing/inquiry/supplier_inquiry.php
194   /sales/inquiry/customer_allocation_inquiry.php
195   /sales/inquiry/customer_inquiry.php
196   /sales/inquiry/sales_deliveries_view.php
197   /sales/inquiry/sales_orders_view.php
198 ! Rewritten for paged query results.
199 $ /purchasing/inquiry/po_search.php
200   /purchasing/inquiry/po_search_completed.php
201   /purchasing/inquiry/supplier_allocation_inquiry.php
202
203 10-Nov-2008 Janusz Dobrowolski
204 # Suppressed page update after import errors
205 $ /admin/backups.php
206 # More fail safe db_import()
207 $ /admin/db/maintenance_db.inc
208 # Added check for POS relations before account delete.
209 $ /gl/manage/bank_accounts.php
210 # Fixed for MySQL <4.0.18, removed bank_trans_types
211 $ /sql/alter2.1.sql
212 # Fixed page update after branch/customer change.
213 $ /sales/includes/ui/sales_order_ui.inc
214
215 10-Nov-2008 Joe Hunt
216 ! changing the default.css style sheets to handle the new navibar/buttons
217 $ /themes/default/default.css 
218   /themes/aqua/default.css
219   /themes/cool/default.css
220   /themes/cool/images/sort_asc.gif
221   /themes/cool/images/sort_desc.gif
222   
223 10-Nov-2008 Joe Hunt
224 ! Changed Bank Statement Report in accourding to Bank Account Change
225 $ /reporting/rep601.php
226   /reporting/includes/reports_classes.inc
227 # Removed Type header from bank inquiry.
228   /gl/inquiry/bank_inquiry.php
229   
230 09-Nov-2008 Janusz Dobrowolski
231 ! Allowed multiply bank accounts on one GL account, removed obsolete bank trans type.
232 $ /applications/generalledger.php
233   /gl/bank_transfer.php
234   /gl/gl_bank.php
235   /gl/includes/db/gl_db_bank_accounts.inc
236   /gl/includes/db/gl_db_bank_trans.inc
237   /gl/includes/db/gl_db_banking.inc
238   /gl/includes/db/gl_db_trans.inc
239   /gl/includes/ui/gl_bank_ui.inc
240   /gl/inquiry/bank_inquiry.php
241   /gl/manage/bank_accounts.php
242   /gl/view/bank_transfer_view.php
243   /gl/view/gl_deposit_view.php
244   /gl/view/gl_payment_view.php
245   /includes/banking.inc
246   /includes/data_checks.inc
247   /includes/types.inc
248   /includes/ui/ui_lists.inc
249   /purchasing/supplier_payment.php
250   /purchasing/includes/db/supp_payment_db.inc
251   /purchasing/includes/db/supp_trans_db.inc
252   /purchasing/view/view_supp_payment.php
253   /sales/customer_payments.php
254   /sales/includes/db/payment_db.inc
255   /sales/includes/db/sales_invoice_db.inc
256   /sales/view/view_receipt.php
257   /sql/alter2.1.sql
258 ! Fixed session name for multiuser debuging tests.
259   /includes/lang/language.php
260 ! Preparing to paged table view in customer_allocation_main.php 
261 $ /sales/includes/db/cust_trans_db.inc
262   /sales/includes/db/custalloc_db.inc
263 # Small fix to avoid sql conflicts
264 $ /sales/includes/db/sales_points_db.inc
265 # Changes to POS addition related to above changes.
266 $ /includes/ui/ui_lists.inc
267   /sales/includes/db/sales_points_db.inc
268   /sales/manage/sales_points.php
269   /sql/alter2.1.sql
270
271 09-Nov-2008 Joe Hunt
272 ! changed Quick Entries in Bank Payments/Deposits (Banking and General Ledger) to also work as Automatic Codings.
273 $ /includes/ui/ui_lists.inc 
274   /includes/ui/ui_input.inc 
275   /gl/gl_bank.php
276   /gl/includes/db/gl_db_bank_accounts.inc
277   /gl/includes/ui/gl_bank_ui.inc
278   /gl/manage/gl_quick_entries.php
279 ! New table, 0:quick_entry_lines, change to 0_quick_entries
280 $ /sql/alter2.1.sql
281
282 08-Nov-2008 Janusz Dobrowolski
283 ! Rewritten for paged query results.
284 $ /purchasing/inquiry/supplier_inquiry.php
285 # Fixed broken table content after customer selector change.
286 $ /sales/inquiry/customer_allocation_inquiry.php
287   /sales/inquiry/customer_inquiry.php
288   /sales/inquiry/sales_deliveries_view.php
289   /sales/inquiry/sales_orders_view.php
290
291 05-Nov-2008 Janusz Dobrowolski
292 ! Changed dbpager API.
293 $ /includes/ui/db_pager_view.inc
294 # Polishing db_pager code.
295 $ /includes/db_pager.inc
296 + Added array_replace() and array_append() helpers.
297 $ /includes/main.inc
298 # Fixed multiply sales document view links.
299 $ /includes/ui/ui_view.inc
300 ! Rewritten for paged query results.
301 $ /sales/inquiry/customer_allocation_inquiry.php
302   /sales/inquiry/customer_inquiry.php
303   /sales/inquiry/sales_deliveries_view.php
304 ! Code cleanup.
305 $ /sales/inquiry/sales_orders_view.php
306
307 04-Nov-2008 Janusz Dobrowolski
308 + Added db_pager widget for paged/sorted sql query display.
309 $ /includes/db_pager.inc (New)
310   /includes/ui/db_pager_view.inc (New)
311   /themes/aqua/images/sort_asc.gif (New)
312   /themes/aqua/images/sort_desc.gif (New)
313   /themes/aqua/images/sort_none.gif (New)
314   /themes/cool/images/sort_asc.gif (New)
315   /themes/cool/images/sort_desc.gif (New)
316   /themes/cool/images/sort_none.gif (New)
317   /themes/default/images/sort_asc.gif (New)
318   /themes/default/images/sort_desc.gif (New)
319   /themes/default/images/sort_none.gif (New)
320   /themes/default/default.css
321   /themes/aqua/default.css
322 + Added query size user preference.
323 $ /admin/display_prefs.php
324   /admin/db/users_db.inc
325   /includes/current_user.inc
326   /includes/prefs/userprefs.inc
327   /sql/alter2.1.sql
328 + Added helper functions for array manipulation.
329 $ /includes/main.inc
330 + Added mysql_fetch_assoc() wrapper.
331 $ /includes/db/connect_db.inc
332 ! Paged query result.
333 $ /sales/inquiry/sales_orders_view.php
334 # Two smaller fixes.
335 $ /js/inserts.js
336
337 31-Oct-2008 Janusz Dobrowolski
338 + POS and cash sale support.
339 $ /admin/users.php
340   /admin/db/users_db.inc
341   /applications/setup.php
342   /includes/current_user.inc
343   /includes/ui/ui_lists.inc
344   /sales/sales_order_entry.php
345   /sales/includes/cart_class.inc
346   /sales/includes/sales_db.inc
347   /sales/includes/ui/sales_order_ui.inc
348   /sales/manage/sales_points.php (New)
349   /sales/includes/db/sales_points_db.inc (New)
350   /sales/includes/cart_class.inc
351   /sales/includes/db/sales_invoice_db.inc
352   /sales/includes/db/sales_order_db.inc
353   /sql/alter2.1.sql
354 # Fixed focus after error display.
355 $ /js/utils.js
356 # Fixed buggy output when SetLineWidth is used before first AddPage call.
357 $ /reporting/includes/tcpdf.php
358 # Fixed sign in payment view.
359 $ /sales/view/view_receipt.php
360 # Fixed missing hotkeys support for print links.
361 $ /reporting/includes/reporting.inc
362
363 30-Oct-2008 Joe Hunt
364 ! Added Quick Entries in Bank Payments/Deposits (Banking and General Ledger).
365 $ /applications/generalledger.php 
366   /includes/data_checks.inc
367   /includes/types.inc
368   /includes/ui/ui_lists.inc
369   /gl/gl_bank.php
370   /gl/includes/db/gl_db_bank_accounts.inc
371   /gl/includes/ui/gl_bank_ui.inc
372   /gl/manage/gl_quick_entries.php
373   /sales/manage/customer_branches.php
374 ! New table, 0_quick_entries
375 $ /sql/alter2.1.sql
376 ! Changed GL Accounts form. The tax_code is now Tax Group instead of Tax Type.
377 $ /gl/manage/gl_accounts.php
378
379 24-Oct-2008 Janusz Dobrowolski
380 ! Added hotkeys to final menu options.
381 $ /dimensions/dimension_entry.php
382   /gl/bank_transfer.php
383   /gl/gl_bank.php
384   /gl/gl_journal.php
385   /inventory/adjustments.php
386   /inventory/transfers.php
387   /manufacturing/work_order_add_finished.php
388   /manufacturing/work_order_issue.php
389   /manufacturing/work_order_release.php
390   /purchasing/po_entry_items.php
391   /purchasing/po_receive_items.php
392   /purchasing/supplier_payment.php
393   /sales/credit_note_entry.php
394   /sales/customer_credit_invoice.php
395   /sales/customer_invoice.php
396   /sales/customer_payments.php
397   /sales/sales_order_entry.php
398 # Fixed TCPDF errors display.
399 $ /reporting/includes/tcpdf.php
400 # Fixed page position after message display.
401 $  /js/utils.js
402
403 23-Oct-2008 Janusz Dobrowolski
404 + Improved report module performance, also usable without javascript.
405 $ /reporting/reports_main.php
406   /reporting/includes/class.pdf.inc
407   /reporting/includes/pdf_report.inc
408   /reporting/includes/reports_classes.inc
409   /reporting/includes/header2.inc
410 + Hotkey support for viewer links.
411 $ /includes/ui/ui_view.inc
412   /js/inserts.js
413 + Added purchase order printing after entry.
414 $ /purchasing/po_entry_items.php
415 + Added hotkeys to credit note final menu.
416 $ /sales/credit_note_entry.php
417 # Fixed submit button for IE7
418 $ /includes/ui/ui_input.inc
419 # Fixed ajax popup flicker.
420 $ /js/utils.js
421 # Fix after 2.0.4 merge
422 $ /sales/inquiry/sales_orders_view.php
423
424 23-Oct-2008 Joe Hunt
425 ! Merging the changes up to 2-0-4
426 $ /purchasing/supplier_invoice.php
427   /purchasing/supplier_credit.php
428   /purchasing/includes/db/invoice_db.inc
429   /purchasing/includes/db/grn_db.inc
430   /purchasing/includes/ui/invoice_ui.inc
431   /purchasing/supplier_invoice_grns.php (File removed)
432   /purchasing/supplier_credit_grns.php (File removed)
433   /purchasing/supplier_trans_gl.php (File removed)
434   /gl/inquiry/gl_trial_balance.php
435   /gl/inquiry/gl_account_inquiry.php
436   /reporting/rep704.php
437   /reporting/rep708.php
438   /sql/en_US-demo.sql
439   /sales/includes/ui/sales_order_ui.inc
440   /sales/inquiry/sales_orders_view.php
441   
442 20-Oct-2008 Janusz Dobrowolski
443 # Fix for pdf reports (php 5.2.4 issue)
444 $ /reporting/includes/pdf_report.inc
445
446 19-Oct-2008 Janusz Dobrowolski
447 + User interface mode (full vs fallback) detected and set on login
448 $ /access/login.php
449   /includes/current_user.inc
450   /includes/session.inc
451   /includes/ui/ui_input.inc
452   /includes/ui/ui_lists.inc
453 + More sales documents available for printing from inquiry page.
454 $ /sales/inquiry/customer_inquiry.php
455   /reporting/includes/header2.inc
456 ! Changed version info.
457 $ /config.php
458 # Fixed ajax popup/redirection.
459 $ /reporting/includes/pdf_report.inc
460   /includes/ajax.inc
461
462 17-Oct-2008 Janusz Dobrowolski
463 + Added ajax request indicator.
464 $ /js/utils.js
465   /themes/aqua/renderer.php
466   /themes/aqua/images/ajax-loader.gif (new)
467   /themes/cool/renderer.php
468   /themes/cool/images/ajax-loader.gif (new)
469   /themes/default/renderer.php
470   /themes/default/images/ajax-loader.gif (new)
471 + Added optional popup for pdf reports display.
472 $ /admin/display_prefs.php
473   /admin/users.php
474   /admin/db/users_db.inc
475   /includes/current_user.inc
476   /includes/prefs/userprefs.inc
477   /reporting/includes/pdf_report.inc
478   /sql/alter2.1.sql
479 # Changed message for missing currency rate.
480 $ /includes/banking.inc
481 # Fixed submit/button behaviour.
482 $ /js/inserts.js
483 # Fixed canceling order.
484 $ /sales/sales_order_entry.php
485 # Fixed typo in css
486 $ /themes/aqua/default.css
487 # Fixed pdf_debug mode
488 $ /reporting/includes/reporting.inc
489   /reporting/includes/reports_classes.inc
490
491 15-Oct-2008 Janusz Dobrowolski
492 + Added remote printing support
493 $ /admin/print_profiles.php (new)
494   /admin/printers.php (new)
495   /admin/db/printers_db.inc (new)
496   /reporting/prn_redirect.php (new)
497   /reporting/includes/printer_class.inc (new)
498   /sql/alter2.1.sql (new)
499   /config.php
500   /admin/display_prefs.php
501   /admin/users.php
502   /admin/db/users_db.inc
503   /applications/setup.php
504   /includes/current_user.inc
505   /includes/prefs/userprefs.inc
506   /includes/ui/ui_lists.inc
507   /js/inserts.js
508   /js/utils.js
509   /reporting/rep109.php
510   /reporting/reports_main.php
511   /reporting/includes/pdf_report.inc
512   /reporting/includes/reporting.inc
513   /reporting/includes/reports_classes.inc
514 !Fixes related to changed printing api.
515 $ /admin/view_print_transaction.php
516   /purchasing/inquiry/po_search.php
517   /purchasing/inquiry/po_search_completed.php
518   /sales/customer_credit_invoice.php
519   /sales/customer_delivery.php
520   /sales/customer_invoice.php
521   /sales/sales_order_entry.php
522   /sales/inquiry/customer_inquiry.php
523   /sales/inquiry/sales_deliveries_view.php
524   /sales/inquiry/sales_orders_view.php
525 + Added optional id parameter for label helpers; added value for buttons.
526 $ /includes/ui/ui_input.inc
527 + Added ajax popup screen command.
528 $ /includes/ajax.inc
529 # Skipping index.php file during flush_dir()
530 $ /includes/main.inc
531
532 06-Oct-2008 Janusz Dobrowolski
533 + Menu hotkeys system implementation.
534 $ /includes/page/header.inc
535   /includes/ui/ui_controls.inc
536   /includes/ui/ui_input.inc
537   /js/JsHttpRequest.js
538   /js/inserts.js
539   /js/utils.js
540   /reporting/includes/reports_classes.inc
541   /sales/sales_order_entry.php
542   /sales/manage/customers.php
543   /themes/aqua/default.css
544   /themes/aqua/renderer.php
545   /themes/cool/default.css
546   /themes/cool/renderer.php
547   /themes/default/default.css
548   /themes/default/renderer.php
549 + Access keys added to menu options strings.
550 $ /config.php
551   /applications/customers.php
552   /applications/dimensions.php
553   /applications/generalledger.php
554   /applications/inventory.php
555   /applications/manufacturing.php
556   /applications/setup.php
557   /applications/suppliers.php
558   /reporting/reports_main.php
559
560 ------------------------------- Release 2.0.3 --------------------------------------------
561 06-Oct-2008 Joe Hunt
562 ! Release 2.0.3
563 $ config.php
564 # Bug [0000072] Item stock movement should check for if there is empty Inventory.
565 $ /inventory/inquiry/stock_movements.php
566
567 05-Oct-2008 Janusz Dobrowolski
568 # Bugfix [0000063] Bad update of parent document lines after edition of sales documents.
569 $ /sales/includes/cart_class.inc
570   /sales/includes/sales_db.inc
571   /sales/includes/db/sales_credit_db.inc
572   /sales/includes/db/sales_delivery_db.inc
573   /sales/includes/db/sales_invoice_db.inc
574 # Bugfix [0000071] Ordering for customer with bad history available after F4 - Return
575 $ /sales/manage/customers.php
576
577 04-Oct-2008 Joe Hunt
578 # Bug [0000069] Constraint on voiding delivery note if a non voided, linked invoice exists.
579 $ /admin/db/voiding_db.inc
580 # Bug [0000061] Cost Update doesn't compute correctly after inventory adjust.
581 $ /inventory/includes/db/item_adjust_db.inc
582
583 01-Oct-2008 Joe Hunt
584 # When deleting the last module in FA a parce error arose:
585 $ /admin/inst_module.php
586   /admin/inst_lang.php
587
588 30-Sep-2008 Janusz Dobrowolski
589 # Bug [0000067] Settled supplier documents were displayed as overdued.
590 $ /purchasing/inquiry/supplier_inquiry.php
591   /purchasing/inquiry/supplier_allocation_inquiry.php
592 # Bug [0000068] Removed unneeded constraint on edition of fully allocated sales doc.
593 $ /sales/allocations/customer_allocation_main.php
594
595 29-Sep-2008 Janusz Dobrowolski
596 # Bug [0000065] Changing item type during adding new item caused record reset.
597 $ /inventory/manage/items.php
598
599 26-Sep-2008 Joe Hunt
600 # Bug [0000064] Credit This on an invoice should automatically allocate the credit to that invoice
601 $ /sales/includes/db/sales_credit_db.inc
602
603 26-Sep-2008 Janusz Dobrowolski
604 # Bug [0000062] Delivery Modifitication - duplicated tax details.
605 $ /sales/includes/db/sales_delivery_db.inc
606
607 25-Sep-2008 Joe Hunt
608 # if MySQL is in strict sql mode, a couple of files didn't pass that. Better not use strict sql mode.
609   This is not necessary, because FA handle this internally. in my.ini(win) or my.cnf(linux) set sql-mode="".
610 $ /gl/gl_budget.php
611   /includes/db/comments_db.inc
612   /inventory/cost_update.php
613   /purchasing/includes/db/supp_trans_db.inc
614   /sales/includes/db/cust_trans_db.inc
615 # Bug [0000060] table prefix error message and inconsistency at install
616 $ /admin/db/maintenance_db.inc
617   /install/index.php
618   /install/save.php
619 # Bug [0000061] Delivery Modifitication (standard cost change)
620 $ /sales/includes/db/sales_delivery_db.inc
621
622 ------------------------------- Release 2.0.2 --------------------------------------------
623 23-Sep-2008 Joe Hunt
624 ! Release 2.0.2
625 $ config.php
626 ! Increased time_out to 3 minutes.
627 $ /install/save.php
628
629 23-Sep-2008 Joe Hunt
630 # Bug [0000059] Direct Invoice or Delivery Notes doesn't account for negative inventory flag
631 $ /sales/sales_order_entry.php
632
633 21-Sep-2008 Janusz Dobrowolski
634 + Added submit_on_change option for date fields
635 $ /includes/ui/ui_input.inc
636 + Automatic exchange rate update after document date change
637 $ /gl/bank_transfer.php
638   /gl/gl_bank.php
639   /gl/includes/db/gl_db_rates.inc
640   /gl/includes/ui/gl_bank_ui.inc
641   /includes/banking.inc
642   /includes/ui/ui_view.inc
643   /purchasing/supplier_payment.php
644   /sales/customer_payments.php
645   /sales/includes/cart_class.inc
646 # Sales/purchase terms update after document date change [0000058]
647 $ /purchasing/includes/ui/invoice_ui.inc
648   /purchasing/includes/ui/po_ui.inc
649   /sales/customer_invoice.php
650 # Fixed edit line total, price update after date change
651 $ /sales/includes/ui/sales_credit_ui.inc
652   /sales/includes/ui/sales_order_ui.inc
653 # Fixed unneeded page reload on enter key in text inputs
654 $ /js/inserts.js
655 # Fixed session variables conflicts with some third party software (e.g. XRMS)
656 $ /includes/lang/language.php
657 # Fixed calendar flicker, removed buttons from exchange_rate_display()
658 $ /includes/ui/ui_view.inc
659 ! Default delivery required by changed to 1 day.
660 $ /includes/prefs/sysprefs.inc
661 # Small bug fix 
662 $ /sales/includes/sales_db.inc
663
664 20-Sep-2008 Joe Hunt
665 # Fix for exchange variation when allocating payments. re-inserted in System and GL Setup.
666 $ /admin/gl_setup.php
667   /admin/db/company_db
668   /includes/banking.inc
669   /purchasing/allocations/supplier_allocate.php
670   /purchasing/includes/db/suppalloc_db.inc
671   /sales/allocations/customer_allocate.php
672   /sales/includes/db/custalloc_db.inc
673   /sales/includes/db/payment_db.inc
674   /sales/includes/db/sales_credit_db.inc
675 ! New tcpdf.php file. Minor bugfixes from tcpdf.org
676   /reporting/includes/tcpdf.php
677 ! Layout adjustments
678   /dimensions/includes/dimensions_ui.inc
679   /dimensions/view/view_dimension.php
680   /inventory/view/view_adjustment.php
681   /manufacturing/view/work_order_view.php
682   
683 18-Sep-2008 Janusz Dobrowolski
684 + Support for calling external pages during document entry (e.g. for adding customer/supplier/items).
685 $ /index.php
686   /includes/ui/ui_controls.inc
687   /includes/ui/ui_input.inc
688   /includes/ui/ui_lists.inc
689   /js/inserts.js
690 + Add/view on F4 in customer/supplier selectors
691 $ /gl/gl_bank.php
692 + Add/view on F4 in supplier/items selectors
693 $ /purchasing/po_entry_items.php
694   /inventory/manage/items.php
695 + Add/view on F4 in supplier selector
696 $ /purchasing/supplier_credit.php
697   /purchasing/supplier_invoice.php
698   /purchasing/supplier_payment.php
699   /purchasing/allocations/supplier_allocation_main.php
700   /purchasing/manage/suppliers.php
701   /inventory/purchasing_data.php
702 + Add/view on F4 in customer selector
703   /sales/credit_note_entry.php
704   /sales/customer_payments.php
705   /sales/sales_order_entry.php
706   /sales/allocations/customer_allocation_main.php
707   /sales/includes/ui/sales_credit_ui.inc
708   /sales/includes/ui/sales_order_ui.inc
709   /sales/manage/customer_branches.php
710   /sales/manage/customers.php
711 # Syntax error introduced in previous update fixed
712 $ /inventory/prices.php
713 # Fixed retreiving of exchange rates [0000057]
714 $ /gl/manage/exchange_rates.php
715   /includes/banking.inc
716   /includes/ui/ui_view.inc
717
718 18-Sep-2008 Joe Hunt
719 + New Report - Bank Statement.
720 $ /reporting/reports_main.php
721   /reporting/rep601.php (new file)
722   
723 17-Sep-2008 Joe Hunt
724 ! New PDF tcpdf.php file. Support for cid-0 fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
725   New cid-0 fonts will be available for download when release 2.0.2 is shipping. Reduces file size enormouusly
726 $ /reporting/includes/tcpdf.php
727 ! Inventory column option in Report Stock Sheet Check.
728 $ /reporting/reports_main.php
729   /reporting/rep303.php
730   
731 11-Sep-2008 Janusz Dobrowolski
732 # Fixed slash quotation problems on direct POST values display.
733 $ /includes/session.inc
734   /includes/db/connect_db.inc
735 # Added missing db_escape on person_id.
736 $ /gl/includes/db/gl_db_bank_trans.inc
737   /gl/includes/db/gl_db_trans.inc
738 # Added error message and suppressed db update on failed ECB exchange rate read.
739 $ /includes/ui/ui_view.inc
740
741 10-Sep-2008 Janusz Dobrowolski
742 # Fixed company folders renaming after company remove.
743 $ /admin/create_coy.php
744 # Fixed list selectors' behaviour during search.
745 $ /includes/ui/ui_lists.inc
746 # Fixed page update after item search. Closes bugs [0000051],[0000054].
747 $ /inventory/cost_update.php
748   /inventory/prices.php
749   /inventory/purchasing_data.php
750   /inventory/reorder_level.php
751   /inventory/includes/item_adjustments_ui.inc
752   /inventory/includes/stock_transfers_ui.inc
753   /inventory/inquiry/stock_status.php
754   /inventory/manage/items.php
755   /manufacturing/includes/work_order_issue_ui.inc
756   /manufacturing/inquiry/where_used_inquiry.php
757   /purchasing/includes/ui/po_ui.inc
758   /sales/includes/ui/sales_credit_ui.inc
759   /sales/includes/ui/sales_order_ui.inc
760
761 09-Sep-2008 Joe Hunt
762 # Bug [0000055] Rasmus detected a cost diff. bug and changed some code for us. Very appreciated.
763 $ /purchasing/includes/db/invoice_db.inc
764
765 ------------------------------- Release 2.0.1 --------------------------------------------
766 07-Sep-2008 Joe Hunt
767 ! Release 2.0.1
768 $ config.php
769
770 05-Sep-2008 Janusz Dobrowolski
771 # Bug [0000046] Sales invoice not working on some php versions (php bug #40509)
772 $ /sales/includes/sales_db.inc
773   /sales/includes/db/sales_credit_db.inc
774 ! Obsolete code removed
775 $ /sales/customer_credit_invoice.php
776
777 05-Sep-2008 Joe Hunt
778 # Bug [0000053] Missing GL postings on item issue on Work Order
779 $ /manufacturing/includes/db/work_order_quick_db.inc
780   /manufacturing/includes/db/work_order_issues_db.inc
781   /manufacturing/includes/db/work_order_produce_items_db.inc
782 ! Bad layout in aging on report Statements
783 $ /reporting/rep108.php
784
785 04-Sep-2008 Joe Hunt
786 # Bug [0000050] Invoice no. on all sales reports
787 $ /reporting/includes/doctext.inc
788   /reporting/includes/doctext2.inc
789   
790 04-Sep-2008 Joe Hunt
791 # Bug [0000052] Inventory Valuation Report
792 $ /reporting/rep301.php
793
794 04-Sep-2008 Joe Hunt
795 # Bug [0000047] Not possible to view delivery sequence
796 $ /purchasing/supplier_credit_grns.php
797   /purchasing/supplier_invoice_grns.php
798   /purchasing/includes/db/grn_db.inc
799   /purchasing/includes/ui/invoice_ui.inc
800   /purchasing/view/view_po.php
801   /purchasing/view/view_supp_credit.php
802 # Bug [0000048] Crediting invoice and choosing gl account for items to be written off doesn't work  
803 $ /sales/includes/db/sales_credit_db.inc  
804
805 03-Sep-2008 Janusz Dobrowolski
806 # Fixed fatal error handling in php5
807 $ /includes/errors.inc
808   /includes/session.inc
809 # Fixed display of errors while saving sales documents
810 $ /sales/sales_order_entry.php
811
812 03-Sep-2008 Joe Hunt
813 # Bug [0000044] Standard Cost error on credit note. Reopened. Stock Movement forgot the credit note.
814 $ /inventory/inquiry/stock_movements.php
815   /purchasing/includes/db/grn_db.inc
816   /purchasing/includes/invoice_db.inc
817
818 03-Sep-2008 Joe Hunt
819 # Bug [0000043] Inventory Adjustment Session doesn't update standard cost
820 # Bug [0000044] Standard Cost error on credit note
821 $ /inventory/includes/db/items_adjust_db.inc
822   /purchasing/includes/db/grn_db.inc
823   /purchasing/includes/invoice_db.inc
824 # Bug [0000045] Cannot close fiscal year 
825 $ /admin/fiscalyears.php
826 # Update screen bug in Bank Account Inquiry.
827   $ /gl/inquiry/bank_inquiry.php
828
829 02-Sep-2008 Joe Hunt
830 # Bug when selecting report, List of Journal Entries, by type. Nothing selected.
831 $ /reporting/includes/reports_classes.inc
832 $ /reporting/rep702.php
833
834 01-Sep-2008 Joe Hunt
835 ! Up-to-date translation file (some strings were missing, single quotations in .inc files)
836 $ /lang/new_language_template/LC_MASSAGES/empty.po
837   /lang/en_US/LC_MESSAGES/en_US.mo
838
839 31-Aug-2008 Janusz Dobrowolski
840 + Added ajax support for file uploading
841 $ /js/utils.js
842 # Final fix for logo file upload
843 $ /admin/company_preferences.php
844 # Fixed item image file upload
845 $ /inventory/manage/items.php
846
847 30-Aug-2008 Janusz Dobrowolski
848 ! Up to date translation file
849 $ /lang/new_language_template/LC_MASSAGES/empty.po
850 # Fixed broken &amp's in backup files [0000040]
851 $ /admin/db/maintenance_db.inc
852 # Temporary fix (sync page reload) for uploading logo file
853 $ /admin/company_preferences.php
854 -------------------------------2.0 Final --------------------------------------------
855 21_aug-2008 Joe Hunt
856 ! config.php file. Version changed to 2.0
857 $ config.php
858 ! Set time out to 120 seconds.
859 $ /install/save.php
860 # Removed js warnings on index pages
861 $ /js/utils.js
862
863 20-Aug-2008 Joe Hunt
864 # Bug [0000037] Price diff and deliveries between po receive and supp invoice. (Again)
865 $ /includes/db/inventory_db.inc
866   /purchase/includes/db/grn_db.inc
867   /purchase/includes/db/invoice_db.inc
868
869 20-Aug-2008
870 # [0000041] Voiding PO GRN's could be dangerous, if deliveries have been done. Eliminating it. Use item adjustment with 0 price.
871 $ /admin/db/voiding_db.inc
872 # Fixing a minor bug in grn_db.inc
873 $ /purchasing/includes/db/grn_db.inc 
874   
875 19-Aug-2008 Joe Hunt
876 # Fixed some color conversion problems in the new PDF Engine
877 $ /reporting/includes/pdf_report.inc
878   /reporting/includes/class.pdf.inc
879   
880 19-Aut-2008 Joe Hunt
881 ! Optimized the textwraplines in pdf_report.inc and header2.inc
882   /reporting/includes/pdf_report.inc
883   /reporting/includes/header2.inc (This is important to download too!)
884   
885 19-Aug-2008 Joe Hunt
886 ! Replacing the PDF Engine with a slightly modified TCPDF
887 $ /reporting/fonts/helvetica*.php (new php files)
888   /reporting/fonts/*.atm files removed
889   /reporting/includes/pdf_report.inc (changed)
890   /reporting/includes/class.pdf.inc (changed)
891   /reporting/includes/barcodes.php (new file)
892   /reporting/includes/htmlcolors.php (new file)
893   /reporting/includes/html_entity_decode_php4.php (new file)
894   /reporting/includes/tcpdf.php (new file, the PDF engine)
895   /reporting/includes/unicode_data2.php (new file, reduced unicode_data.php)
896   
897 18-Aug-2008 Joe Hunt
898 # Bug [0000038] Voiding a cost update doesn't void even if it says so. There will now be an error msg saying
899   that this can not be done. 
900 $ /admin/db/voiding_db.inc
901
902 18-Aug-2008 Joe Hunt
903 # Bug [0000037] Price diff and deliveries between po receive and supp invoice.
904 $ /purchase/includes/db/grn_db.inc
905   /purchase/includes/db/invoice_db.inc
906   
907 16-Aug-2008 Janusz Dobrowolski
908 # Fixed first supplier add confirmation [0000039].
909 $ /purchasing/manage/suppliers.php
910 # Fixed entering direct documents with date in the past [0000036]
911 $ /sales/customer_delivery.php
912   /sales/includes/cart_class.inc
913 # Fixed date_picker caching in debug mode
914 $ /includes/ui/ui_view.inc
915 # Some focus fixes after user entry error
916 $ /sales/manage/credit_status.php
917   /sales/manage/customer_branches.php
918   /sales/manage/sales_areas.php
919   /sales/manage/sales_people.php
920
921 08-Aug-2008 Joe Hunt
922 # Wrong email-adress field taken when emailing documents [0000035].
923 $ /sales/includes/db/cust_trans_db.inc
924
925 02-Aug-2008 Joe Hunt
926 # Use Item Sales Account as default when creating new branch. Customer Branch Sales Account overrides Item Sales Accounts.
927 $ /sales/manage/customer_branches.php
928
929 01-Aug-2008 Joe Hunt
930 ! Customer Dimension overrides an Item Dimension when creating GL transactions
931 $ /sales/includes/db/customers_db.inc
932   /sales/includes/db/sales_credit_db.inc
933   /sales/includes/db/sales_delivery_db.inc
934   /sales/includes/db/sales_invoice_db.inc
935   
936 31-Jul-2008 Joe Hunt
937 + Added a new menu entry after that Bank Payment or Bank Deposit has been processed.
938 $ /gl/gl_bank.php
939
940 30-Jul-2008 Joe Hunt
941 ! Currency selection in Price Listing Report
942 $ /reporting/rep104.php
943   /reporting/reports_main.php
944   
945 28-Jul-2008 Janusz Dobrowolski
946 # Fixed control buttons reset after record deletion.
947 $ /admin/fiscalyears.php
948   /admin/payment_terms.php
949   /admin/shipping_companies.php
950   /gl/manage/bank_accounts.php
951   /gl/manage/currencies.php
952   /gl/manage/gl_account_classes.php
953   /gl/manage/gl_account_types.php
954   /inventory/manage/item_categories.php
955   /inventory/manage/item_units.php
956   /inventory/manage/locations.php
957   /inventory/manage/movement_types.php
958   /manufacturing/manage/work_centres.php
959   /sales/manage/credit_status.php
960   /sales/manage/customer_branches.php
961   /sales/manage/sales_areas.php
962   /sales/manage/sales_people.php
963   /sales/manage/sales_types.php
964   /taxes/item_tax_types.php
965   /taxes/tax_groups.php
966   /taxes/tax_types.php
967
968 27-Jul-2008 Janusz Dobrowolski
969 # Fixed record selection on pages using non-numeric selectors with simple_page_mode() helper. 
970 $ /includes/ui/ui_controls.inc
971   /includes/ui/ui_input.inc
972   /inventory/manage/item_units.php
973 # Fixed focus setting on multi-form pages.
974 $ /js/utils.js
975 # Fixed ajax reload
976 $ /manufacturing/work_order_release.php
977
978 26-Jul-2008 Janusz Dobrowolski
979 ! Potentially dangerous for whole FA site operations are currently available only for admins of first registered company (site admins).
980 $ /config.php
981   /admin/create_coy.php
982   /admin/inst_lang.php
983   /admin/inst_module.php
984   /includes/current_user.inc
985 # Small layout fix
986   /admin/fiscalyears.php
987
988 25-Jul-2008 Joe Hunt
989 # Minor adjustments
990 $ /includes/page/header.inc
991   /manufacturing/work_order_release.php
992   
993 25-Jul-2008 Joe Hunt
994 # Default application setting does not work [0000034]
995 $ /includes/page/header.inc
996
997 25-Jul-2008 Joe Hunt
998 ! The built version in config.php now shows the last change date of this file (CHANGELOG.txt).
999 $ config.php
1000
1001 25-Jul-2008 Joe Hunt
1002 # Missing GL transactions when producing advanced manufacturing [0000032].
1003 $ /manufacturing/includes/db/work_order_produce_items_db.inc
1004
1005 24-Jul-2008 Janusz Dobrowolski
1006 + Added fatal error handling during ajax calls - [0000003] closed
1007 $ includes/session.inc
1008 # Fixed hints for lists without submit [0000026]
1009 $ includes/ui/ui_lists.inc
1010 # Removed not used file (related to [0000023])
1011 $ sql/basic.sql
1012
1013 24-Jul-2008 Joe Hunt
1014 # Pressing the link in the meta_forward function may result in a blank page.
1015 $ /includes/ui/ui_controls.inc
1016
1017 23-Jul-2008 Joe Hunt
1018 # Increment reference bug in GL Deposit and missing hyperlink parameter.
1019 $ /gl/gl_bank.php
1020   /gl/includes/gl_bank_ui.inc
1021   
1022 22-Jul-2008 Janusz Dobrowolski
1023 # Corrected backup maintenance page display during script download.
1024 $ /admin/backups.php
1025
1026 20-Jul-2008 Janusz Dobrowolski
1027 # Corrected reports page display after yesterday change.
1028 $ /reporting/reports_main.php
1029
1030 19-Jul-2008 Janusz Dobrowolski
1031 ! Content of js-only pages superseded by the requirement notification in non-js browsers.
1032 $ /admin/backups.php
1033   /reporting/reports_main.php
1034 + Support for js only divs/pages.
1035 $ /includes/main.inc
1036   /includes/ui/ui_controls.inc
1037   /js/inserts.js
1038 # Fixed page usability in non-js mode.
1039 $ /sales/inquiry/sales_orders_view.php
1040 # Small table view fix
1041 $ /admin/inst_lang.php
1042
1043 18-Jul-2008 Janusz Dobrowolski
1044 + Added optional processing progressbar for submit buttons
1045 $ /includes/ui/ui_input.inc
1046   /includes/ui/ui_lists.inc
1047   /js/inserts.js
1048   /themes/aqua/images/progressbar.gif (new)
1049   /themes/cool/images/progressbar.gif (new)
1050   /themes/default/images/progressbar.gif (new)
1051 # Fixed database error after empty supplier search result [0000022]
1052 $ /purchasing/supplier_credit.php
1053   /purchasing/supplier_invoice.php
1054 # Fixed focus after update
1055 $ /admin/company_preferences.php
1056 # Fixed message typo.
1057 $ /admin/create_coy.php
1058 # Fixed line edition layout
1059 $ /inventory/includes/item_adjustments_ui.inc
1060
1061 18-Jul-2008 Joe Hunt
1062 # Parse error fixed [0000021] in customer_credit_invoice.php
1063 $ /sales/customer_credit_invoice.php
1064
1065 15-Jul-2008 Janusz Dobrowolski
1066 # Fixed bug [0000018] - unwanted freight cost reset on page update.
1067 $ /sales/customer_delivery.php
1068
1069 14-Jul-2008 Janusz Dobrowolski
1070 # Fixed bug [0000017] - error while checking qoh
1071 $ /includes/ui/items_cart.inc
1072   /manufacturing/work_order_issue.php
1073 # Fixed ajax update
1074 $ /gl/manage/gl_accounts.php
1075
1076 13-Jul-2008 Joe Hunt
1077 + Added GL Summary of Tax Report (rep709.php). Usable only if different Tax Accounts are used.
1078 $ /reporting/rep709.php
1079
1080 12-Jul-2008 Joe Hunt
1081 ! Rewrite of Tax Report (rep709.php).
1082 $ /reporting/rep709.php
1083
1084 09-Jul-2008 Janusz Dobrowolski
1085 # Corrections to maximum input lengths
1086 $ /gl/manage/bank_accounts.php
1087   /gl/manage/gl_account_classes.php
1088 # Fixed spare Back link on restricted pages
1089 $ /includes/session.inc
1090 # Fixed bank_account_types_list()
1091 $ /includes/ui/ui_lists.inc
1092 # Fixed warning about unexisting POST var
1093 $ /sales/manage/customers.php
1094
1095 08-Jul-2008 Janusz Dobrowolski
1096 # Added validation of entered quantities
1097 $ /sales/customer_credit_invoice.php
1098 # Fixed ajax update (0000015) and quantity checks
1099 $ /sales/customer_delivery.php
1100   /sales/customer_invoice.php
1101 # Fixed invalid voiding sales invoice/delivery/credit (0000016)
1102 $ /sales/includes/db/sales_delivery_db.inc
1103   /sales/includes/db/sales_invoice_db.inc
1104   /sales/includes/sales_db.inc
1105 # Fixed setting document date to Today() 
1106 $ /sales/includes/cart_class.inc
1107
1108 08-Jul-2008 Joe Hunt
1109 + Addition in test of duplicate fiscal year
1110 $ /admin/fiscalyears.php
1111
1112 07-Jul-2008 Joe Hunt
1113 # Corrected a subbug in 00000012 (blank page in sales_types.php).
1114 $ /sales/manage/sales_types.php
1115
1116 07-Jul-2008 Janusz Dobrowolski
1117 + Added ajax
1118 $ /admin/fiscalyears.php
1119   /inventory/purchasing_data.php
1120 # Corrected factor parameter checking (fixes 00000012)
1121 $ /sales/includes/sales_db.inc
1122 ! Changed selector for fiscal year functions to id
1123 $ /admin/db/company_db.inc
1124 # Checking options parameter for combos 
1125 $ /includes/ui/ui_lists.inc
1126
1127 06-Jul-2008 Janusz Dobrowolski
1128 + Ajax additions
1129 $ /admin/view_print_transaction.php
1130   /admin/void_transaction.php
1131   /dimensions/dimension_entry.php
1132   /manufacturing/work_order_entry.php
1133   /manufacturing/manage/bom_edit.php
1134   /sales/manage/customer_branches.php
1135 + Default value calculated for new prices
1136 $ /inventory/prices.php
1137 + Optional default value for input_num()
1138 $ /includes/ui/ui_input.inc
1139 + Submit on change option for currency lists
1140 $ /includes/ui/ui_lists.inc
1141 # factor parameter in get_price() is now optional
1142 $ /sales/includes/sales_db.inc
1143 # Smaller fix to ajax page content update
1144 $ /sales/manage/customers.php
1145
1146 05-Jul-2008 Janusz Dobrowolski
1147 + Ajax additions
1148 $ /admin/change_current_user_password.php
1149   /admin/company_preferences.php
1150   /admin/forms_setup.php
1151   /admin/gl_setup.php
1152   /admin/payment_terms.php
1153   /admin/shipping_companies.php
1154   /admin/users.php
1155   /inventory/manage/item_categories.php
1156   /inventory/manage/item_units.php
1157   /inventory/manage/locations.php
1158   /inventory/manage/movement_types.php
1159   /manufacturing/manage/work_centres.php
1160   /sales/manage/credit_status.php
1161   /sales/manage/sales_areas.php
1162   /sales/manage/sales_people.php
1163   /sales/manage/sales_types.php
1164   /taxes/item_tax_types.php
1165   /taxes/tax_groups.php
1166   /taxes/tax_types.php
1167 # Gettext fixes
1168 $ /gl/manage/bank_accounts.php
1169   /gl/manage/bank_trans_types.php
1170   /gl/manage/currencies.php
1171   /gl/manage/gl_account_classes.php
1172   /gl/manage/gl_account_types.php
1173   /gl/manage/gl_accounts.php
1174
1175 04-Jul-2008 Janusz Dobrowolski
1176 + Ajax additions
1177   /gl/inquiry/bank_inquiry.php
1178   /gl/inquiry/gl_account_inquiry.php
1179   /gl/inquiry/gl_trial_balance.php
1180   /gl/manage/bank_accounts.php
1181   /gl/manage/bank_trans_types.php
1182   /gl/manage/currencies.php
1183   /gl/manage/exchange_rates.php
1184   /gl/manage/gl_account_classes.php
1185   /gl/manage/gl_account_types.php
1186   /gl/manage/gl_accounts.php
1187 ! Changed layout for simple db table editor pages
1188 $ /includes/ui/ui_input.inc
1189 - Removed unused GL account settings.
1190 $ /admin/gl_setup.php
1191   /admin/db/company_db.inc
1192   /gl/manage/gl_accounts.php
1193 # Fixed default sales account for customer branch.
1194 $ /admin/gl_setup.php
1195   /sales/manage/customer_branches.php
1196 # Fixed focus after ajax page reload.
1197 $ /includes/ajax.inc
1198 # Fixed optional submit for yesno and gl_all_accounts lists.
1199 $ /includes/ui/ui_lists.inc
1200
1201 01-Jul-2008 Janusz Dobrowolski
1202 + Ajax additions
1203   /gl/bank_transfer.php
1204   /gl/gl_budget.php
1205   /gl/gl_journal.php
1206   /gl/includes/ui/gl_journal_ui.inc
1207 + Added client side calculations for budget
1208   /gl/gl_budget.php
1209   /js/budget.js
1210 # Fixed default POST assigning [fixes 0000009]
1211   /includes/ui/ui_lists.inc
1212 # Fixed submit type in submit_row()
1213   /includes/ui/ui_input.inc
1214 # Small display fix
1215   /gl/manage/currencies.php
1216 ! Code cleanup
1217   /gl/gl_bank.php
1218   /gl/includes/ui/gl_bank_ui.inc
1219   /inventory/adjustments.php
1220   /inventory/transfers.php
1221   /purchasing/po_entry_items.php
1222   /sales/sales_order_entry.php
1223   /sales/credit_note_entry.php
1224
1225 29-Jun-2008 Janusz Dobrowolski
1226 ! Rewritten bank deposit/payment related files, added ajax
1227   /gl/gl_deposit.php (removed)
1228   /gl/gl_payment.php (removed)
1229   /gl/gl_bank.php (added)
1230   /gl/includes/ui/gl_bank_ui.inc (new file)
1231   /gl/includes/ui/gl_deposit_ui.inc (removed)
1232   /gl/includes/ui/gl_payment_ui.inc (removed)
1233   /gl/includes/db/gl_db_banking.inc
1234   /gl/gl_journal.php
1235   /manufacturing/search_work_orders.php
1236   /applications/generalledger.php
1237 + Added fallback flag for non-js mode only ui elements
1238 $ /js/inserts.js
1239 ! Default value from POST for check_box,hidden and text_cells inputs
1240 $ /includes/ui/ui_input.inc
1241 ! Rewritten non-sql list selectors
1242 $ /includes/ui/ui_lists.inc
1243   /purchasing/inquiry/supplier_allocation_inquiry.php
1244   /purchasing/inquiry/supplier_inquiry.php
1245 ! Added trans_type parameter to items_cart()  
1246 $ /includes/ui/items_cart.inc
1247   /inventory/adjustments.php
1248   /inventory/transfers.php
1249   /manufacturing/work_order_issue.php
1250
1251 27-Jun-2008 Janusz Dobrowolski
1252 + Ajax additions
1253 $ /dimensions/dimension_entry.php
1254   /dimensions/inquiry/search_dimensions.php
1255   /manufacturing/work_order_add_finished.php
1256   /manufacturing/work_order_issue.php
1257   /manufacturing/work_order_release.php
1258   /manufacturing/includes/work_order_issue_ui.inc
1259   /manufacturing/search_work_orders.php
1260 ! Default $selected_id=null (ie current $_POST value) for all lists;
1261    standard view (ie with search box) of stock_component_list()
1262 $ /includes/ui/ui_lists.inc
1263 # Fixed selection for outstanding work orders
1264 $ /manufacturing/search_work_orders.php
1265 # Fixed stock item links
1266 $ /inventory/includes/item_adjustments_ui.inc
1267   /inventory/includes/stock_transfers_ui.inc
1268 # Fixed typo in menu option
1269 $ /applications/manufacturing.php
1270
1271 27-Jun-2008 Joe Hunt
1272 # Minor html adjustment in login.php
1273 $ /access/login.php
1274 # Fixed a bug when trying to create a duplicate year
1275 $ /admin/fiscalyears.php
1276 # Fixed a misspelled parameter (OutstandingOnly) in manufacturing.php
1277 $ /applications/manufacturing.php
1278
1279 26-Jun-2008 Janusz Dobrowolski
1280 + Ajax additions
1281 $ /includes/ui/ui_lists.inc
1282   /inventory/adjustments.php
1283   /inventory/cost_update.php
1284   /inventory/prices.php
1285   /inventory/transfers.php
1286   /inventory/includes/item_adjustments_ui.inc
1287   /inventory/includes/stock_transfers_ui.inc
1288   /inventory/inquiry/stock_movements.php
1289   /inventory/manage/items.php
1290   /manufacturing/work_order_entry.php
1291   /purchasing/po_entry_items.php
1292 ! Changes to items_cart API (line_items indexed by line# instead of stock_id)
1293 $ /includes/ui/items_cart.inc
1294 # Fixed bug 0000008 (call to no more existing function)
1295 $ /sales/includes/db/sales_types_db.inc
1296
1297 25-Jun-2008 Joe Hunt
1298 # Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu
1299 $ /purchasing/includes/ui/invoice_ui.inc
1300
1301 25-Jun-2008 Janusz Dobrowolski
1302 # Fixed bug 0000004, removed nested forms in supplier invoice/credit
1303 $ /purchasing/includes/ui/invoice_ui.inc
1304
1305 25-Jun-2008 Joe Hunt
1306 # Fixed bug when updating/saving Tax Group Items
1307 $ /includes/ui/ui_lists.inc
1308
1309 24-Jun-2008 Joe Hunt
1310 # Fixed inconsistencies in customer and supplier aging 
1311 $ /sales/includes/db/customers_db.inc
1312   /sales/inquiry/customer_inquiry.php
1313   /purchasing/includes/db/suppliers_db.inc
1314   /reporting/rep102.php
1315   /reporting/rep202.php
1316 # Fixed a bug when trying to back the inv.date and due date in Direct Invoicing.
1317 $ /sales/sales_order_entry.php
1318
1319
1320 23-Jun-2008 Janusz Dobrowolski
1321 + Ajax additions to sales and purchasing modules
1322 $ /purchasing/po_receive_items.php
1323   /purchasing/supplier_credit.php
1324   /purchasing/supplier_credit_grns.php
1325   /purchasing/supplier_invoice.php
1326   /purchasing/supplier_invoice_grns.php
1327   /purchasing/supplier_trans_gl.php
1328   /purchasing/allocations/supplier_allocate.php
1329   /purchasing/includes/ui/invoice_ui.inc
1330   /sales/customer_credit_invoice.php
1331   /sales/allocations/customer_allocate.php
1332 # Fixed edition of purchase order (bug #0000001)
1333 $ /purchasing/includes/ui/po_ui.inc
1334 ! Improved client side allocation functions
1335 $ /js/allocate.js
1336 + Optional coloured price_format()
1337 $ /js/utils.js
1338   /js/inserts.js
1339 ! Async update of locations selector
1340 $ /includes/ui/ui_lists.inc
1341 # Fixed warning on pages without default focus.
1342 $ /includes/ui/ui_controls.inc
1343 # Fixed initial display for numeric inputs with dec=0. 
1344 $ /includes/ui/ui_input.inc
1345
1346 21-Jun-2008 Janusz Dobrowolski
1347 + Ajax additions to sales and purchasing modules
1348 $ /purchasing/po_entry_items.php
1349   /purchasing/supplier_payment.php
1350   /purchasing/allocations/supplier_allocate.php
1351   /purchasing/includes/ui/po_ui.inc
1352   /purchasing/inquiry/po_search.php
1353   /purchasing/inquiry/po_search_completed.php
1354   /purchasing/inquiry/supplier_allocation_inquiry.php
1355   /purchasing/inquiry/supplier_inquiry.php
1356   /purchasing/manage/suppliers.php
1357   /sales/manage/customers.php
1358
1359 21-Jun-2008 Joe Hunt
1360 + Added upload functionality to company logo. Better names on lists search.
1361 $ /admin/company_preferences.php
1362 ! Better layout on company logo print-out
1363 $ /reporting/includes/header2.inc
1364
1365 ---------------------------------------Release Candidate 2-------------------------------
1366 20-Jun-2008 Joe Hunt
1367 ! 2.0 Release Candidate 2
1368 $ config.php
1369   update.html
1370   
1371 20-Jun-2008 Joe Hunt
1372 ! In reorder_level.php the heading gets updated as well
1373 $ /inventory/reorder_level.php
1374 ! Changes the -1 to 'User Quantiry Decimals' in the table for units.
1375 $ /inventory/manage/item_units.php
1376
1377 20-Jun-2008 Janusz Dobrowolski
1378 # Proper error handling even after exit() call.
1379 $ /includes/errors.inc
1380   /includes/main.inc
1381   /includes/session.inc
1382 # Fixed initial combo selection.
1383   /includes/ui/ui_lists.inc
1384 # Layout fixes to customer edition.
1385   /sales/manage/customers.php
1386 # Added order table reload after template option change
1387   /sales/inquiry/sales_orders_view.php
1388
1389 19-Jun-2008 Janusz Dobrowolski
1390 + Added ajax improvements
1391 $ /purchasing/allocations/supplier_allocation_main.php
1392   /sales/customer_delivery.php
1393   /sales/customer_invoice.php
1394   /sales/allocations/customer_allocation_main.php
1395   /sales/manage/customers.php
1396 + Ajax added to check helper function
1397 $ /includes/ui/ui_input.inc
1398 # Fixing database error in branch exist check on empty customer_id
1399 $ /includes/data_checks.inc
1400 # Layout fix for hyperlink_params_td()
1401 $ /includes/ui/ui_controls.inc
1402 # Fix for initial combo position
1403 $ /includes/ui/ui_lists.inc
1404 # Fix to select onchange extension
1405 $ /js/inserts.js
1406
1407 19-Jun-2008 Joe Hunt
1408 ! changed so the due date is updated when changing customer in direct invoice.
1409 $ /sales/includes/ui/sales_order_ui.inc
1410
1411 19-Jun-2008 Joe Hunt
1412 # Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
1413 $ /sales/customer_credit_invoice.php
1414
1415 18-Jun-2008 Janusz Dobrowolski
1416 + Added ajax improvements
1417 $ /sales/credit_note_entry.php
1418   /sales/customer_payments.php
1419   /sales/sales_order_entry.php
1420   /sales/includes/ui/sales_credit_ui.inc
1421   /sales/includes/ui/sales_order_ui.inc
1422   /sales/inquiry/customer_allocation_inquiry.php
1423   /sales/inquiry/customer_inquiry.php
1424 + Added optional trigger parameter to div_start()
1425 $ /includes/ui/ui_controls.inc
1426 + Added dec attribute ajax update for amount fields 
1427 $ /includes/ui/ui_input.inc
1428 + Ajaxified stock item types and credit types lists
1429 $ /includes/ui/ui_lists.inc
1430 # Fixed onblur for amount fields, extended onchange event handling for selects
1431 $ /js/inserts.js
1432 # Fixed addAssign() js handler for nonstandard attributes
1433 $ /js/utils.js
1434 # Fixed bug in stock item image upload
1435 $ /inventory/manage/items.php
1436
1437 17-Jun-2008 Joe Hunt
1438 ! More files with Quantity routines needed fix due to php4 related issue.
1439 $ /includes/current_user.inc
1440   /manufacturing/work_order_entry.php
1441   /manufacturing/inquiry/where_used_inquiry.php
1442   /manufacturing/manage/bom_edit.php
1443   /purchasing/po_receive_items.php
1444   /purchasing/supplier_credit_grns.php
1445   /purchasing/supplier_invoice_grns.php
1446   /sales/customer_credit_invoice.php
1447   /sales/includes/ui/sales_order_ui.inc
1448
1449 16-Jun-2008 Joe Hunt
1450 ! Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here).
1451 $ /reporting/includes/header2.inc
1452   /reporting/doctext.inc
1453   /reporting/doctext2.inc
1454   
1455 16-Jun-2008 Joe Hunt
1456 ! Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
1457 $ /includes/current_user.inc
1458   /includes/ui/ui_input.inc
1459   /includes/ui/ui_lists.inc
1460   /inventory/reorder_level.inc
1461   /inventory/includes/item_adjustments_ui.inc
1462   /inventory/includes/stock_transfers_ui.inc
1463   /inventory/includes/db/items_units_db.inc
1464   /inventory/inquiry/stock_movements.php
1465   /inventory/inquiry/stock_status.php
1466   /inventory/manage/item_units.php
1467   /inventory/view/view_adjustment.php
1468   /inventory/view/view_transfer.php
1469   /manufacturing/search_work_orders.php
1470   /manufacturing/work_order_entry.php
1471   /manufacturing/includes/manufacturing_ui.inc
1472   /manufacturing/includes/work_order_issue_ui.inc
1473   /manufacturing/inquiry/where_used_inquiry.php
1474   /manufacturing/manage/bom_edit.php
1475   /manufacturing/view/wo_issue_view.php
1476   /manufacturing/view/wo_production_view.php
1477   /purchasing/po_receive_items.php
1478   /purchasing/supplier_credit_grns.php
1479   /purchasing/supplier_invoice_grns.php
1480   /purchasing/includes/ui/invoice_ui.inc
1481   /purchasing/includes/ui/po_ui.inc
1482   /purchasing/view/view_grn.php
1483   /purchasing/view/view_po.php
1484   /reporting/rep105.php
1485   /reporting/rep107.php
1486   /reporting/rep108.php
1487   /reporting/rep109.php
1488   /reporting/rep110.php
1489   /reporting/rep204.php
1490   /reporting/rep209.php
1491   /reporting/rep301.php
1492   /reporting/rep302.php
1493   /reporting/rep303.php
1494   /reporting/rep401.php
1495   /sales/customer_credit_invoice.php
1496   /sales/customer_delivery.php
1497   /sales/customer_invoice.php
1498   /sales/includes/ui/sales_credit_ui.inc
1499   /sales/includes/ui/sales_order_ui.inc
1500   /sales/view/view_credit.php
1501   /sales/view/view_dispatch.php
1502   /sales/view/view_invoice.php
1503   /sales/view/view_sales_order.php
1504   
1505 15-Jun-2008 Janusz Dobrowolski
1506 + Ajax driven delivery and order queries.
1507 $ /sales/inquiry/sales_deliveries_view.php
1508   /sales/inquiry/sales_orders_view.php
1509 + Added searchbox class selector for text inputs with onchange event handlers.
1510 ! Added text selection after focus.
1511 $ /js/inserts.js
1512   /js/utils.js
1513 + Added submit_on_change option to ref input functions, fixed data picker
1514 $ /includes/ui/ui_input.inc
1515 # Fixed bug in non-js mode for combos type 0 (stock_items_lists).
1516 $ /includes/ui/ui_lists.inc
1517
1518 15-Jun-2008 Joe Hunt
1519 # Changed so Invoice Template gets the current day instead of original day.
1520 $ /sales/sales_order_entry.php
1521
1522 15-Jun-2008 Joe Hunt
1523 # Bug in tax_types_list (spec_id)
1524 $ /includes/ui/ui_lists.inc
1525
1526 14-Jun-2008 Joe Hunt
1527 # Minor annoying layout bug in stock movements.
1528 $ /inventory/inquiry/stock_movements.php
1529
1530 14-Jun-2008 Joe Hunt
1531 ! The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here.
1532   Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default.
1533 ! If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the 
1534   transactions from Direct Invoice and Credit Note will be allocated immediately when placing.
1535 $ /includes/ui/ui_lists.inc
1536   /sales/includes/db/sales_invoice_db.inc
1537   /sales/includes/db/sales_credit_db.inc
1538   /sales/manage/customer_branches.php
1539   .
1540 12-Jun-2008 Joe Hunt
1541 + New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period.
1542 $ /reporting/reports_main.php
1543   /reporting/rep304.php (new file)
1544   
1545 ---------------------------------------Release Candidate 1-------------------------------
1546 10-Jun-2008 Janusz Dobrowolski
1547 # Some more fixes related to ajax combos usage
1548 $ /includes/ui/ui_lists.inc
1549   /inventory/cost_update.php
1550   /inventory/prices.php
1551   /inventory/purchasing_data.php
1552   /inventory/reorder_level.php
1553   /inventory/includes/item_adjustments_ui.inc
1554   /inventory/inquiry/stock_status.php
1555   /manufacturing/inquiry/where_used_inquiry.php
1556   /manufacturing/manage/bom_edit.php
1557   /purchasing/includes/ui/po_ui.inc
1558 # Fixed focus issues
1559 $ /gl/gl_journal.php
1560   /gl/gl_deposit.php
1561   /gl/gl_payment.php
1562   /js/inserts.js
1563   
1564 09-Jun-2008 Janusz Dobrowolski
1565 # Some additional fixes related to last big committment
1566 $ /gl/gl_journal.php
1567   /gl/gl_deposit.php
1568   /gl/gl_payment.php
1569   /includes/ajax.inc
1570   /includes/reserved.inc
1571   /includes/ui/ui_lists.inc
1572   /includes/ui/ui_view.inc
1573   /js/inserts.js
1574   /js/utils.js
1575   /sales/includes/ui/sales_order_ui.inc
1576   /themes/default/default.css
1577   /themes/aqua/default.css
1578   /themes/cool/default.css
1579
1580 08-Jun-2008 Joe Hunt
1581 ! Preparing for release candidate 1
1582 $ config.php
1583
1584 08-Jun-2008 Joe Hunt
1585 ! Set 'max_execution_time' to 60 seconds by ini_set.
1586 $ /install/save.php
1587
1588 07-Jun-2008 Joe Hunt
1589 # Fixed a layout bug in footer.inc
1590 $ /includes/page/footer.inc
1591
1592 07-Jun-2008 Joe Hunt
1593 ! Changed install.html and update.html
1594 $ install.html
1595   update.html
1596 + New files, change_current_user_password.php and alter2.sql
1597 $ /admin/change_current_user_password.php
1598   /sql/alter2.sql
1599 ! Changed some files for layout
1600 $ /lang/en_US/stylesheet.css
1601   /themes/aqua/default.css
1602   /themes/aqua/renderer.php
1603   /themes/cool/default.css
1604   /themes/cool/renderer.php
1605   /themes/default/default.css
1606   /themes/default/renderer.php
1607 ! Changed install sql scripts
1608 $ /sql/en_US-demo.sql
1609   /sql/en_US-new.sql
1610   
1611 07-Jun-2008 Janusz Dobrowolski
1612 + Added ajax functionality and ui hints to sales form entry pages.
1613 $ /sales/sales_order_entry.php
1614   /sales/includes/ui/sales_order_ui.inc
1615 + Added option for hints display, changed input/lists functions API
1616 $ /admin/display_prefs.php
1617   /admin/db/users_db.inc
1618   /includes/current_user.inc
1619   /includes/prefs/userprefs.inc
1620   /includes/ui/ui_input.inc
1621   /themes/default/renderer.php
1622   /sql/alter.sql
1623 + List functions rewrite. Added ajax functionality, universal combo_input().
1624 $ /includes/ui/ui_lists.inc
1625 + Ajaxified exchange_rate_display()
1626 $ /includes/ui/ui_view.inc
1627 + Added methods for setting focus and page reload to $Ajax class
1628 $ /includes/ajax.inc
1629   /includes/main.inc
1630 + Added comma separated css element selectors
1631 $ /js/behaviour.js
1632 ! Searchable select js changes related to new ui_lists.inc changes
1633 $ /js/inserts.js
1634   /js/utils.js
1635 + Additional style definitions for various ajax controls
1636 $ /themes/default/default.css
1637 ! Fixes related to changed input/lists API and ajax extensions
1638 $ /admin/company_preferences.php
1639   /admin/fiscalyears.php
1640   /admin/forms_setup.php
1641   /admin/gl_setup.php
1642   /dimensions/dimension_entry.php
1643   /dimensions/inquiry/search_dimensions.php
1644   /gl/bank_transfer.php
1645   /gl/includes/ui/gl_deposit_ui.inc
1646   /gl/includes/ui/gl_journal_ui.inc
1647   /gl/includes/ui/gl_payment_ui.inc
1648   /gl/inquiry/bank_inquiry.php
1649   /gl/inquiry/gl_account_inquiry.php
1650   /gl/inquiry/gl_trial_balance.php
1651   /gl/manage/gl_account_types.php
1652   /gl/manage/gl_accounts.php
1653   /includes/ui/ui_controls.inc
1654   /inventory/includes/item_adjustments_ui.inc
1655   /inventory/includes/stock_transfers_ui.inc
1656   /inventory/inquiry/stock_movements.php
1657   /manufacturing/search_work_orders.php
1658   /manufacturing/work_order_add_finished.php
1659   /manufacturing/work_order_entry.php
1660   /manufacturing/includes/work_order_issue_ui.inc
1661   /manufacturing/manage/bom_edit.php
1662   /purchasing/supplier_payment.php
1663   /purchasing/includes/ui/grn_ui.inc
1664   /purchasing/includes/ui/invoice_ui.inc
1665   /purchasing/includes/ui/po_ui.inc
1666   /purchasing/inquiry/po_search.php
1667   /purchasing/inquiry/po_search_completed.php
1668   /purchasing/inquiry/supplier_allocation_inquiry.php
1669   /purchasing/inquiry/supplier_inquiry.php
1670   /sales/customer_credit_invoice.php
1671   /sales/customer_delivery.php
1672   /sales/customer_invoice.php
1673   /sales/includes/ui/sales_credit_ui.inc
1674   /sales/inquiry/customer_allocation_inquiry.php
1675   /sales/inquiry/customer_inquiry.php
1676   /sales/inquiry/sales_deliveries_view.php
1677   /sales/inquiry/sales_orders_view.php
1678   /taxes/tax_groups.php
1679
1680 06-Jun-2008 Joe Hunt
1681 # Final fixes in html layout
1682 $ /admin/create_coy.php
1683   /gl/gl_deposit.php
1684   /gl/gl_payment.php
1685   /gl/manage/exchange_rates.php
1686   /inventory/prices.php
1687   /inventory/purchasing_date.php
1688   /inventory/reorder_level.php
1689   /inventory/inquiry/stock_status.php
1690   /manufacturing/inquiry/where_used_inquiry.php
1691   /manufacturing/manage/bom_edit.php
1692   
1693 05-Jun-2008 Joe Hunt
1694 ! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based.
1695 $ /includes/ui/ui_view.inc
1696 # Fixed a html layout bug
1697 $ /includes/page/header.inc
1698
1699 31-May-2008 Joe Hunt
1700 # A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists!
1701 $ /gl/view/gl_deposit_view.php
1702   /gl/view/gl_payment_view.php
1703   /includes/ui/ui_controls.inc
1704   /includes/ui/ui_lists.inc
1705   /includes/ui/ui_view.inc
1706   /manufacturing/work_order_add_finished.php
1707   /manufacturing/includes/manufacturing_ui.inc
1708   /manufacturing/view/work_order_view.php
1709   /manufacturing/view/wo_issue_view.php
1710   /sales/inquiry/customer_allocation_inquiry.php
1711   /sales/inquiry/customer_inquiry.php
1712
1713 30-May-2008 Joe Hunt
1714 # Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
1715 $ /inventory/inquiry/stock_movements.php
1716   /reporting/rep302.php
1717
1718 28-May-2008 Joe Hunt
1719 # More bugs related to debtor_trans changes (positive amounts)
1720 $ /gl/includes/db/gl_db_banking.inc
1721   /sales/allocations/customer_allocate.php
1722   /sales/includes/db/custalloc_db.inc
1723   /sales/inquiry/customer_allocation_inquiry.php
1724
1725 27-May-2008 Joe Hunt
1726 # Changed more files with new html/css.
1727 $ /includes/page/header.inc
1728   /purchasing/inquiry/supplier_allocation_inquiry.php
1729   /sales/credit_note_entry.php
1730   
1731 26-May-2008 Joe Hunt
1732 # Fixed many minor bugs, new ones as well as debtor_trans related.
1733 ! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change.
1734 $ /admin/backups.php
1735   /admin/create_coy.php
1736   /admin/inst_lang.php
1737   /admin/inst_module.php
1738   /gl/manage/exchange_rates.php
1739   /includes/session.inc
1740   /includes/page/header.inc
1741   /includes/ui/ui_controls.inc
1742   /includes/ui/ui_input.inc
1743   /includes/ui/ui_lists.inc
1744   /includes/ui/ui_view.inc
1745   /purchasing/allocations/supplier_allocate.php
1746   /sales/allocations/customer_allocate.php
1747   /sales/includes/db/sales_credit_db.inc
1748   /sales/inquiry/customer_allocation_inquiry.php
1749   /themes/aqua/default.css
1750   /themes/cool/default.css
1751   /themes/default/default.css
1752   
1753 23-May-2008 Joe Hunt
1754 # Minor bug in dimensions.php (Outstanding Dimensions)
1755 $ /applications/dimensions.php
1756   /dimensions/inquiry/search_dimensions.php
1757   
1758 23-May-2008 Janusz Dobrowolski
1759 ! Include file order / error handling order fixed once again.
1760 $ /includes/main.inc
1761   /includes/session.inc
1762   
1763 23-May-2008 Joe Hunt
1764 ! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the
1765   correct renderer.php.
1766 $ frontaccounting.php
1767   /includes/page/header.inc
1768   /includes/page/footer.inc
1769   /themes/default/renderer.php
1770   /themes/cool/renderer.php
1771   /themes/aqua/renderer.php
1772
1773 22-May-2008 Janusz Dobrowolski
1774 ! Error handler switching moved to session.inc for early error catching
1775 $ /includes/main.inc
1776   /includes/session.inc
1777 ! Cosmetic cleanup
1778   /js/utils.js
1779   
1780 18-May-2008 Janusz Dobrowolski
1781 # Added explicit ob_end_flush() on shutdown needed for php5
1782 $ /includes/main.inc
1783 # Fixed for www servers on nonstandard listening ports.
1784 $ /js/JsHttpRequest.js
1785
1786 18-May-2008 Joe Hunt
1787 # Bug when inserting new records in debtor_trans.
1788 $ /sales/includes/db/cust_trans_db.inc
1789
1790 16-May-2008 Janusz Dobrowolski
1791 + Rewritten errors/messages handling, unified for ajax/user/php errors
1792 $ /includes/errors.inc
1793   /includes/main.inc
1794   /includes/ui/ui_msgs.inc
1795 + Framework extended for ajax functionality, javascript code organization improvements.
1796 $ /config.php
1797   /includes/JsHttpRequest.php (new file)
1798   /includes/ajax.inc (new file)
1799   /includes/current_user.inc
1800   /includes/session.inc
1801   /includes/lang/language.php
1802   /includes/page/footer.inc
1803   /includes/page/header.inc
1804   /includes/ui/ui_controls.inc
1805   /includes/ui/ui_input.inc
1806   /includes/ui/ui_view.inc
1807   /js/JsHttpRequest.js (new file)
1808   /js/allocate.js (new file)
1809   /js/utils.js (new file)
1810   /js/behaviour.js
1811   /js/inserts.js
1812   /themes/aqua/images (new dir)
1813   /themes/aqua/images/button_ok.png (new file)
1814   /themes/aqua/images/locate.png (new file)
1815   /themes/cool/images (new dir)
1816   /themes/coll/images/button_ok.png (new file)
1817   /themes/coll/images/locate.png (new file)
1818   /themes/default/images/button_ok.png (new file)
1819   /themes/default/images/progressbar.gif (new file)
1820   /themes/default/images/progressbar1.gif (new file)
1821   /themes/default/images/progressbar2.gif (new file)
1822   /themes/default/default.css
1823   /themes/aqua/default.css
1824   /themes/cool/default.css
1825 ! Payment allocation js functions moved to allocate.js
1826 $ /purchasing/allocations/supplier_allocate.php 
1827   /sales/allocations/customer_allocate.php
1828 ! Some initializations moved from sales_order_ui.inc
1829 $ /sales/includes/cart_class.inc
1830 + Added javascript compression routine
1831 $ /includes/main.inc
1832
1833 14-May-2008 Joe Hunt
1834 # Minor bugs in the former fixing.
1835 $ /includes/ui/ui_lists.inc
1836
1837 14-May-2008 Joe Hunt
1838 # When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
1839   the records when there were no search values.
1840 $ /includes/ui/ui_lists.inc
1841
1842 09-May-2008 Joe Hunt
1843 ! Due to differences in Javascript the script update_db.php had to be changed.
1844 ! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
1845 $ /update_db.php
1846   /sql/en_US-new.sql
1847   /sql/en_US-demo.sql
1848   
1849 09-May-2008 Janusz Dobrowolski
1850 # Automatic calculation of not set item prices from home currency and base sales type settings.
1851 $ /admin/company_preferences.php
1852   /admin/db/company_db.inc
1853   /includes/ui/ui_lists.inc
1854   /sales/includes/cart_class.inc
1855   /sales/includes/sales_db.inc
1856   /sales/includes/db/sales_order_db.inc
1857   /sales/includes/db/sales_types_db.inc
1858   /sales/includes/ui/sales_credit_ui.inc
1859   /sales/includes/ui/sales_order_ui.inc
1860   /sales/manage/sales_types.php
1861   /sql/alter.sql
1862 # Fixed dev bug blocking change of price on order entry.
1863 $ /sales/includes/ui/sales_order_ui.inc
1864 # Small display fix
1865 $ /sales/manage/sales_people.php
1866
1867 30-Apr-2008 Joe Hunt
1868 # Fixed price update also in purchase order
1869 $ /purchasing/includes/ui/po_ui.inc
1870
1871 30-Apr-2008 Janusz Dobrowolski
1872 # Fixed price update when changing item in sales order.
1873 $ /includes/ui/ui_lists.inc
1874   /js/inserts.js
1875   /sales/includes/ui/sales_order_ui.inc
1876
1877 24-Apr-2008 Janusz Dobrowolski
1878 + Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file.
1879 $ /company/0/reporting (added new directory)
1880   /company/0/reporting/index.php
1881   /admin/create_coy.php
1882   /reporting/includes/reports_classes.inc
1883 # Warnings turned off in case of charset not supported by htmlspecialchars().
1884 $ /includes/db/connect_db.inc
1885 # Added content type encoding header
1886 $ /includes/page/header.inc
1887
1888 24-Apr-2008 Joe Hunt
1889 # Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to
1890   /includes/prefs/sysprefs.inc
1891 $ /includes/ui/items_cart.inc  
1892 # Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc
1893 $ /reporting/includes/pdf_report.inc
1894
1895 23-Apr-2008 Joe Hunt
1896 ! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.
1897   It will make it easier to design your own document layouts.
1898 $ /reporting/includes/pdf_report.inc
1899   /reporting/includes/header2.inc (new file)
1900   
1901 20-Apr-2008 Janusz Dobrowolski
1902 # Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
1903 $ /admin/create_coy.php
1904 ! Added missing include_once directives.
1905 $ /includes/ui/items_cart.inc
1906   /includes/ui/ui_lists.inc
1907   /includes/ui/ui_view.inc
1908 + Added ini default_charset unnecessary for planned ajax calls.
1909 $ /includes/lang/language.inc
1910
1911 19-Apr.2008 Joe Hunt
1912 # Bug (right to left text was done if price decimals were 3). A test sentense from a while
1913   ago wasn't removed.
1914 $ /reporting/includes/pdf_report.inc
1915
1916 18-Apr-2008 Janusz Dobrowolski
1917 # Additional checks on provisions and break point entry.
1918 $ /sales/manage/sales_people.php
1919 ! Modules purchasing, sales and taxes sealed against XSS attacks
1920 $ /install/save.php
1921   /admin/db/maintenance_db.inc
1922   /purchasing/includes/db/grn_db.inc
1923   /purchasing/includes/db/invoice_items_db.inc
1924   /purchasing/includes/db/po_db.inc
1925   /purchasing/includes/db/supp_trans_db.inc
1926   /purchasing/manage/suppliers.php
1927   /sales/includes/db/credit_status_db.inc
1928   /sales/includes/db/cust_trans_db.inc
1929   /sales/includes/db/cust_trans_details_db.inc
1930   /sales/includes/db/sales_order_db.inc
1931   /sales/includes/db/sales_types_db.inc
1932   /sales/manage/customer_branches.php
1933   /sales/manage/customers.php
1934   /sales/manage/sales_areas.php
1935   /sales/manage/sales_people.php
1936   /taxes/db/item_tax_types_db.inc
1937   /taxes/db/tax_groups_db.inc
1938   /taxes/db/tax_types_db.inc
1939
1940 18-Apr-2008 Joe Hunt
1941 ! Module gl sealed against XSS Attacks
1942 $ /gl/includes/db/gl_db_accounts.inc
1943   /gl/includes/db/gl_db_account_types.inc
1944   /gl/includes/db/gl_db_bank_accounts.inc
1945   /gl/includes/db/gl_db_bank_trans.inc
1946   /gl/includes/db/gl_db_bank_trans_types.inc
1947   /gl/includes/db/gl_db_currencies.inc
1948   /gl/includes/db/gl_db_trans.inc
1949   
1950 18-Apr-2008 Janusz Dobrowolski
1951 ! Modules admin and dimensions sealed against XSS attacks
1952 $ /admin/payment_terms.php
1953   /admin/shipping_companies.php
1954   /admin/db/company_db.inc
1955   /admin/db/maintenance_db.inc
1956   /admin/db/users_db.inc
1957   /admin/db/voiding_db.inc
1958   /dimensions/includes/dimensions_db.inc
1959
1960 18-Apr-2008 Joe Hunt
1961 ! Modules includes, inventory and manufacturing sealed against XSS attacks
1962 $ /includes/db/comments_db.inc
1963   /includes/db/inventory_db.inc
1964   /includes/db/references_db.inc
1965   /inventory/includes/db/items_category_db.inc
1966   /inventory/includes/db/items_db.inc
1967   /inventory/includes/db/items_locations_db.inc
1968   /inventory/includes/db/items_units_db.inc
1969   /inventory/includes/db/movement_types_db.inc
1970   /manufacturing/includes/db/work_centres_db.inc
1971   /manufacturing/includes/db/work_orders_db.inc
1972   /manufacturing/includes/db/work_orders_quick_db.inc
1973   /manufacturing/includes/db/work_order_issues_db.inc
1974   /manufacturing/includes/db/work_order_produce_items_db.inc
1975   
1976 18-Apr-2008 Janusz Dobrowolski
1977 ! Changed db_escape function to avoid XSS attacks via js db injection
1978 $ /includes/db/connect_db.inc
1979 # Database inserts/updates secured against js injection
1980 $ /admin/db/maintenance_db.inc
1981   /gl/includes/db/gl_db_accounts.inc
1982   /purchasing/includes/db/po_db.inc
1983   /sales/sales_order_entry.php
1984   /sales/includes/db/sales_order_db.inc
1985
1986 16-Apr-2008 Joe Hunt
1987 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
1988 $ /includes/ui/ui_lists.inc
1989
1990 09-Apr-2008 Janusz Dobrowolski
1991 # Fixed number formatting bug in standard cost update.
1992 $ /inventory/cost_update.php
1993
1994 -------------------- 2,0 Beta - released ----------------------------
1995
1996 06-Apr-2008 Joe Hunt
1997 ! Changed install.html and update.html to fit the new unstable release 2.0
1998 ! Changed demo sql script to fit the 2.0 unstable.
1999 $ install.html
2000   update.html
2001   /sql/en_US-demo.sql
2002   
2003 06-Apr-2008 Janusz Dobrowolski
2004 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
2005   /sales/customer_invoice.php
2006 # Fixed typo causing error while adding new tax type.
2007   /taxes/tax_types.php
2008   
2009 05-Apr-2008 Joe Hunt
2010 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
2011 $ /admin/create_coy.php
2012
2013 05-Apr-2008 Joe Hunt
2014 # Removed annoying warnings in several reports. 
2015 $ config.php 
2016   /reporting/rep102.php
2017   /reporting/rep104.php
2018   /reporting/rep201.php
2019   /reporting/rep203.php
2020   /reporting/rep705.php
2021   /reporting/rep706.php
2022   /reporting/rep707.php
2023   /reporting/rep709.php
2024   /reporting/reports_main.php
2025   /reporting/includes/pdf_report.inc
2026   
2027 04-Apr-2008 Janusz Dobrowolski
2028 # Javascript bugfix in selecting orders for template.
2029 $ /sales/inquiry/sales_orders_view.php
2030
2031 04-Apr-2008 Joe Hunt
2032 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
2033 + Preparing for download of release 2.0b on SourceForge.
2034 $ config.php
2035   update.html
2036   /sql/en_US-new.sql
2037   /sql/en_US-demo.sql
2038   
2039 02-Apr-2008 Janusz Dobrowolski
2040 # Removed selector expansion on space key for multi-line selectors
2041 $ /js/inserts.js
2042 ! Hiding search button in combo selectors for javascript enabled browsers
2043 $ /includes/ui/ui_lists.inc
2044   /js/inserts.js
2045 + Focus set to invalid form field after submit check fail
2046 $ /admin/company_preferences.php
2047   /admin/fiscalyears.php
2048   /admin/gl_setup.php
2049   /admin/payment_terms.php
2050   /admin/shipping_companies.php
2051   /admin/users.php
2052   /admin/void_transaction.php
2053   /dimensions/dimension_entry.php
2054   /gl/bank_transfer.php
2055   /gl/gl_deposit.php
2056   /gl/gl_journal.php
2057   /gl/gl_payment.php
2058   /gl/manage/bank_accounts.php
2059   /gl/manage/bank_trans_types.php
2060   /gl/manage/currencies.php
2061   /gl/manage/exchange_rates.php
2062   /gl/manage/gl_account_classes.php
2063   /gl/manage/gl_account_types.php
2064   /gl/manage/gl_accounts.php
2065   /inventory/adjustments.php
2066   /inventory/cost_update.php
2067   /inventory/prices.php
2068   /inventory/purchasing_data.php
2069   /inventory/transfers.php
2070   /inventory/manage/item_categories.php
2071   /inventory/manage/item_units.php
2072   /inventory/manage/items.php
2073   /inventory/manage/locations.php
2074   /inventory/manage/movement_types.php
2075   /manufacturing/work_order_add_finished.php
2076   /manufacturing/work_order_entry.php
2077   /manufacturing/work_order_issue.php
2078   /manufacturing/work_order_release.php
2079   /manufacturing/manage/bom_edit.php
2080   /manufacturing/manage/work_centres.php
2081   /purchasing/po_entry_items.php
2082   /purchasing/po_receive_items.php
2083   /purchasing/supplier_credit.php
2084   /purchasing/supplier_credit_grns.php
2085   /purchasing/supplier_invoice.php
2086   /purchasing/supplier_invoice_grns.php
2087   /purchasing/supplier_payment.php
2088   /purchasing/supplier_trans_gl.php
2089   /purchasing/allocations/supplier_allocate.php
2090   /purchasing/manage/suppliers.php
2091   /sales/credit_note_entry.php
2092   /sales/customer_credit_invoice.php
2093   /sales/customer_delivery.php
2094   /sales/customer_invoice.php
2095   /sales/customer_payments.php
2096   /sales/sales_order_entry.php
2097   /sales/allocations/customer_allocate.php
2098   /taxes/item_tax_types.php
2099   /taxes/tax_groups.php
2100   /taxes/tax_types.php
2101 # Set default focus in update_db.php
2102 $ /admin/backups.php
2103
2104 29-Mar-2008 Janusz Dobrowolski
2105 # Changed gl_all_accounts_list() API
2106 $ /includes/ui/ui_lists.inc
2107 + Enhanced list accessability in kbd usage via space key
2108 $ js/inserts.js
2109
2110 28-Mar-2008 Janusz Dobrowolski
2111 # Fixed headers for various display mode
2112 $ /sales/inquiry/sales_orders_view.php
2113
2114 28-Mar-2008 Joe Hunt
2115 + Added print document options in inquiries.
2116 $ /sales/inquiry/customer_inquiry.php
2117   /sales/inquiry/sales_orders_view.php
2118   /sales/inquiry/sales_deliveries_view.php
2119   /purchasing/inquiry/po_search.php
2120   /purchasing/inquiry/po_search_completed.php
2121   
2122 28-Mar-2008 Joe Hunt
2123 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
2124 $ /sales/includes/db/customers_db.inc
2125 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
2126 $ /sales/includes/db/sales_credit_db.inc
2127 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
2128 $ /reporting/includes/doctext.inc
2129   /reporting/includes/doctext2.inc
2130 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
2131 $ /reporting/rep101.php
2132   /reporting/rep102.php
2133
2134 28-Mar-2008 Janusz Dobrowolski
2135 # Layout/focus fixes for no_[customer/supplier/item]_list option on
2136 $  /includes/ui/ui_lists.inc
2137    /purchasing/includes/ui/po_ui.inc
2138    /sales/credit_note_entry.php
2139    /sales/sales_order_entry.php
2140    /sales/includes/ui/sales_credit_ui.inc
2141    /sales/includes/ui/sales_order_ui.inc
2142
2143 27-Mar-2008 Janusz Dobrowolski
2144 + Automatic first field focus on page start, focus order preserved between form updates
2145 $  /gl/inquiry/gl_account_inquiry.php
2146    /includes/page/footer.inc
2147    /includes/ui/ui_controls.inc
2148    /includes/ui/ui_input.inc
2149    /includes/ui/ui_lists.inc
2150    /includes/ui/ui_view.inc
2151    /js/inserts.js
2152    /sales/sales_order_entry.php
2153    /sales/credit_note_entry.php
2154    /sales/includes/ui/sales_credit_ui.inc
2155    /sales/includes/ui/sales_order_ui.inc
2156 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
2157 $  /includes/ui/ui_input.inc
2158 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
2159 $  /gl/gl_deposit.php
2160    /gl/gl_journal.php
2161    /gl/gl_payment.php
2162    /gl/includes/ui/gl_deposit_ui.inc
2163    /gl/includes/ui/gl_journal_ui.inc
2164    /gl/includes/ui/gl_payment_ui.inc
2165    /includes/ui/ui_view.inc
2166    /purchasing/po_entry_items.php
2167    /purchasing/includes/ui/po_ui.inc
2168    /sales/sales_order_entry.php
2169    /sales/includes/ui/sales_credit_ui.inc
2170    /sales/includes/ui/sales_order_ui.inc
2171    /js/inserts.js
2172 ! get_js_set_focus moved from ui_view (this is only standalone form).
2173    /update_db.php
2174 # Fixed debit/credit entry check 
2175 $  /gl/gl_journal.php
2176 # Restored GET/POST security check on path_to_root
2177 $  /config.php
2178
2179 26-Mar-2008 Janusz Dobrowolski
2180 # Bug fixes in purchase module related to tax structure changes.
2181 $  /purchasing/includes/supp_trans_class.inc
2182    /purchasing/includes/db/invoice_db.inc
2183    /purchasing/includes/db/invoice_items_db.inc
2184    /purchasing/includes/ui/invoice_ui.inc
2185    /reporting/rep105.php
2186
2187 25-Mar-2008 Janusz Dobrowolski
2188 ! Per company pdf, backup and graphics directories in 'company' dir.
2189 $  /company (new dir)
2190    /company/0 (new dir)
2191    /company/0/images/ (new dir)
2192    /company/0/images/102.jpg    (moved from inventory/manage/image)
2193    /company/0/images/103.jpg    (moved from inventory/manage/image)
2194    /company/0/images/104.jpg    (moved from inventory/manage/image)
2195    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
2196    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
2197    /admin/backups.php
2198    /admin/create_coy.php
2199    /admin/db/maintenance_db.inc
2200    /install/index.php
2201    /reporting/rep102.php
2202    /reporting/rep104.php
2203    /reporting/rep202.php
2204    /reporting/rep303.php
2205    /reporting/rep706.php
2206    /reporting/rep707.php
2207    /reporting/includes/pdf_report.inc
2208    /inventory/manage/items.php
2209
2210 + jscript component caching (enables browser caching and future compression)
2211 $  /includes/session.inc
2212    /includes/main.inc
2213    /includes/page/header.inc
2214    /includes/ui/ui_view.inc
2215    /admin/display_prefs.php
2216    /config.php
2217
2218 - Removed obsolete file
2219 $  /sales/includes/ui/print_invoice.inc
2220
2221 21-Mar-2008 Janusz Dobrowolski
2222 ! Total Allocation/Left to Allocate update without page submit.
2223 $  /includes/ui/ui_view.inc
2224    /purchasing/allocations/supplier_allocate.php
2225    /sales/allocations/customer_allocate.php
2226 # Fixed unvisable under IE editbutton
2227 $  /themes/aqua/default.css
2228    /themes/cool/default.css
2229    /themes/default/default.css
2230
2231 20-Mar-2008 Janusz Dobrowolski
2232 # Excluding delivery notes from Customer Balances, removed warnings. 
2233 $  /reporting/rep101.php 
2234 # Divide by zero fix on order_price==0 in new supplier invoice
2235 $  /purchasing/supplier_invoice_grns.php
2236 # Database bug fix in new customer entry
2237 $  /sales/manage/customers.php
2238 # Small bug fix (warnings) in is_date() function.
2239 $  /includes/date_functions.inc
2240
2241 18-Mar-2008 Janusz Dobrowolski
2242 # Line items editor uses POST method - no disappearing shippment info.
2243 $  /sales/credit_note_entry.php
2244    /sales/sales_order_entry.php
2245    /sales/includes/ui/sales_credit_ui.inc
2246    /sales/includes/ui/sales_order_ui.inc
2247 + Added edit_button_cell() function
2248 $  /includes/ui/ui_controls.inc
2249 + Helper function for finding indexed submit $_POST vars.
2250 $  /includes/ui/ui_input.inc
2251 + New class .editbutton for buttons. Default view is link alike.
2252 $  /themes/aqua/default.css
2253    /themes/cool/default.css
2254    /themes/default/default.css
2255
2256 17-Mar-2008 Janusz Dobrowolski
2257 # Added rounding when needed to avoid document non cosistent documents.
2258 $  /includes/banking.inc
2259    /purchasing/supplier_credit_grns.php
2260    /purchasing/supplier_invoice_grns.php
2261    /purchasing/includes/supp_trans_class.inc
2262    /purchasing/includes/ui/invoice_ui.inc
2263    /purchasing/includes/ui/po_ui.inc
2264    /reporting/rep107.php
2265    /reporting/rep109.php
2266    /reporting/rep110.php
2267    /reporting/rep209.php
2268    /sales/includes/cart_class.inc
2269    /sales/includes/ui/sales_credit_ui.inc
2270    /sales/includes/ui/sales_order_ui.inc
2271    /sales/view/view_credit.php
2272    /sales/view/view_dispatch.php
2273    /sales/view/view_invoice.php
2274    /sales/view/view_sales_order.php
2275    /taxes/tax_calc.inc
2276 # Sign bug for customer transactions
2277 $  /reporting/rep709.php
2278 # Include file conflict fix
2279 $ /purchasing/includes/ui/invoice_ui.inc
2280   /gl/manage/bank_accounts.php
2281   /manufacturing/inquiry/where_used_inquiry.php
2282   /purchasing/manage/suppliers.php
2283   
2284 16-Mar-2008 Janusz Dobrowolski
2285 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
2286 $  /js/behaviour.js
2287    /js/inserts.js
2288 + Added javascript source collecting functions
2289 $  /includes/main.inc
2290 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
2291 + Added global js code collecting arrays  $js_lib, $js_static
2292 $  /includes/session.inc
2293 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
2294 $  /includes/ui/ui_view.inc
2295 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
2296 $  /includes/page/footer.inc
2297    /includes/page/header.inc
2298 ! Added including of data_checks.inc
2299 $  /includes/ui.inc
2300 + User side percent/exrate/qty/price input formatting via onblur handler.
2301 $  /admin/gl_setup.php
2302    /gl/gl_budget.php
2303    /gl/manage/exchange_rates.php
2304    /includes/ui/ui_input.inc
2305    /inventory/purchasing_data.php
2306    /inventory/reorder_level.php
2307    /inventory/includes/item_adjustments_ui.inc
2308    /inventory/includes/stock_transfers_ui.inc
2309    /manufacturing/work_order_entry.php
2310    /manufacturing/manage/bom_edit.php
2311    /purchasing/po_entry_items.php
2312    /purchasing/po_receive_items.php
2313    /purchasing/supplier_credit.php
2314    /purchasing/supplier_credit_grns.php
2315    /purchasing/supplier_invoice_grns.php
2316    /purchasing/supplier_trans_gl.php
2317    /purchasing/allocations/supplier_allocate.php
2318    /purchasing/includes/ui/po_ui.inc
2319    /sales/customer_delivery.php
2320    /sales/customer_invoice.php
2321    /sales/allocations/customer_allocate.php
2322    /sales/includes/ui/sales_credit_ui.inc
2323    /sales/includes/ui/sales_order_ui.inc
2324    /taxes/tax_groups.php
2325    /taxes/tax_types.php
2326
2327 14-Mar-2008 Janusz Dobrowolski
2328  + All forms fixed to accept user native numeric format.
2329  $ /admin/gl_setup.php
2330    /gl/bank_transfer.php
2331    /gl/gl_budget.php
2332    /gl/gl_deposit.php
2333    /gl/gl_journal.php
2334    /gl/gl_payment.php
2335    /gl/includes/db/gl_db_banking.inc
2336    /gl/includes/ui/gl_deposit_ui.inc
2337    /gl/includes/ui/gl_journal_ui.inc
2338    /gl/includes/ui/gl_payment_ui.inc
2339    /gl/manage/exchange_rates.php
2340    /inventory/adjustments.php
2341    /inventory/cost_update.php
2342    /inventory/prices.php
2343    /inventory/purchasing_data.php
2344    /inventory/reorder_level.php
2345    /inventory/transfers.php
2346    /inventory/includes/item_adjustments_ui.inc
2347    /inventory/includes/stock_transfers_ui.inc
2348    /inventory/manage/item_units.php
2349    /manufacturing/work_order_entry.php
2350    /manufacturing/inquiry/where_used_inquiry.php
2351    /manufacturing/manage/bom_edit.php
2352    /purchasing/po_entry_items.php
2353    /purchasing/po_receive_items.php
2354    /purchasing/supplier_credit_grns.php
2355    /purchasing/supplier_invoice_grns.php
2356    /purchasing/supplier_payment.php
2357    /purchasing/supplier_trans_gl.php
2358    /purchasing/allocations/supplier_allocate.php
2359    /purchasing/includes/ui/po_ui.inc
2360    /purchasing/inquiry/po_search.php
2361    /sales/credit_note_entry.php
2362    /sales/customer_credit_invoice.php
2363    /sales/customer_delivery.php
2364    /sales/customer_invoice.php
2365    /sales/customer_payments.php
2366    /sales/sales_order_entry.php
2367    /sales/allocations/customer_allocate.php
2368    /sales/includes/ui/sales_credit_ui.inc
2369    /sales/includes/ui/sales_order_ui.inc
2370    /sales/manage/customers.php
2371    /sales/manage/sales_people.php
2372    /sales/view/view_credit.php
2373    /sales/view/view_dispatch.php
2374    /sales/view/view_invoice.php
2375    /sales/view/view_receipt.php
2376    /sales/view/view_sales_order.php
2377    /taxes/item_tax_types.php
2378    /taxes/tax_groups.php
2379    /taxes/tax_types.php
2380  + User format functions for percent/price/exrate amounts display.
2381  $ /includes/current_user.inc
2382  + Input checking functions for numeric input fields in user native format
2383  $ /includes/data_checks.inc
2384  + Numeric input fields in user native format
2385  $ /includes/ui/ui_input.inc
2386  + Javascript function for conversion to/from user native numeric format.
2387  $ /includes/ui/ui_view.inc
2388  + New class amount for numeric input
2389  $ /themes/aqua/default.css
2390    /themes/cool/default.css
2391    /themes/default/default.css
2392  # Removed warning on adding component
2393    /manufacturing/manage/bom_edit.php
2394  # Quantity display correction
2395    /manufacturing/inquiry/where_used_inquiry.php
2396  # Fixed add_customer_trans() call
2397    /gl/includes/db/gl_db_banking.inc
2398
2399 12-Mar-2008 Joe Hung
2400  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
2401  - Removed default insertion of Units of Measure. Not neccessary.
2402  $ /sql/alter.sql
2403    /admin/db/maintenance_db.inc (added support for update)
2404
2405 11-Mar-2008 Janusz Dobrowolski
2406  + Table of measure moved into new table item_units
2407  ! Removed $themes[] from config.php, theme list based on directory structure
2408  $ /config.php
2409    /includes/ui/ui_lists.inc
2410    /applications/inventory.php
2411    /inventory/includes/inventory_db.inc
2412    /inventory/includes/db/items_units_db.inc
2413    /inventory/manage/item_units.php
2414    /inventory/manage/items.php
2415    /sql/alter.sql
2416
2417 11-Mar-2008 Joe Hunt
2418  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
2419  $ /sales/customer_invoice.php
2420    /sales/customer_delivery.php
2421  
2422 10-Mar-2008 Joe Hunt
2423  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
2424  $ /sales/sales_order_entry.php
2425  
2426 10-Mar-2008 Janusz Dobrowolski
2427  + Added price list selector to sales entry (debtor_master gives only default one)
2428  + Added optional submit_on_change parameter to sales ui lists
2429  $ /includes/ui/ui_lists.inc
2430    /sales/sales_order_entry.php
2431    /sales/includes/ui/sales_credit_ui.inc
2432    /sales/includes/ui/sales_order_ui.inc
2433  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
2434  $ /sales/includes/cart_class.inc
2435    /includes/ui/ui_view.inc
2436    /sales/includes/sales_db.inc
2437  # Fixed bogus sales_type lists in edition mode
2438  $ /sales/customer_delivery.php
2439    /sales/customer_invoice.php
2440  # Smaller fixes, cart_class.sales_type name change
2441  $ /sales/includes/ui/sales_credit_db.inc
2442    /sales/credit_note_entry.php
2443    /sales/customer_credit_invoice.php
2444    /sales/includes/cart_class.inc
2445    /sales/includes/db/sales_credit_db.inc
2446    /sales/includes/db/sales_delivery_db.inc
2447    /sales/includes/db/sales_invoice_db.inc
2448    /sales/includes/db/sales_order_db.inc
2449    /sales/includes/ui/sales_credit_ui.inc
2450  # One another pmWiki name conflict removed
2451  $ /admin/display_prefs.php
2452  
2453 09-Mar-2008 Joe Hunt
2454  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
2455  $ /dimensions/includes/dimensions_db.inc
2456    /gl/includes/db/gl_db_banking.inc
2457    /includes/main.inc
2458    /inventory/includes/db/items_adjust_db.inc
2459    /manufacturing/includes/db/work_order_issues_db.inc
2460    /manufacturing/includes/db/work_order_produce_items_db.inc
2461    /manufacturing/includes/db/work_orders_db.inc
2462    /manufacturing/includes/db/work_orders_quick_db.inc
2463    /purchasing/includes/db/grn_db.inc
2464    /purchasing/includes/db/po_db.inc
2465    /purchasing/includes/db/supp_payment_db.inc
2466    /reporting/includes/form_types.inc (File removed)
2467    /sales/includes/db/sales_delivery_db.inc
2468    /sales/includes/db/sales_invoice_db.inc
2469    /sales/includes/db/sales_order_db.inc
2470    /sql/alter.sql
2471  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
2472  $ /reporting/rep101.php
2473    /reporting/rep201.php
2474  # clone replacement do_clone() for both PHP 4 and PHP 5.
2475  $ /includes/ui/ui_view.inc (at the very bottom)
2476    /sales/includes/cart_class.inc
2477    
2478 07-Mar-2008 Janusz Dobrowolski
2479  ! Changed name tax type uniqueness constraint to (name, rate)
2480  $ /includes/ui/ui_lists.inc
2481    /taxes/items_tax_types.php
2482  ! Tax included option moved from tax_group to sales_types table
2483  $ includes/ui/ui_view.inc
2484    /purchasing/includes/ui/invoice_ui.inc
2485    /taxes/tax_calc.inc
2486    /taxes/tax_groups.php
2487    /taxes/db/tax_groups_db.inc
2488    /sql/alter.sql
2489  # Final rewriting of sales module, a lot of bugfixes.
2490  + Template delivery/invoicing
2491  + Concurrent document editing control on sql level
2492  + Most of sales documents are now editable
2493  + Some links to print documents after entry
2494  ! Changed javascript helper function for customer allocations
2495  $ /applications/customers.php
2496    /includes/ui/ui_input.inc
2497    /reporting/rep107.php
2498    /reporting/rep109.php
2499    /reporting/rep110.php
2500    /sales/credit_note_entry.php
2501    /sales/customer_credit_invoice.php
2502    /sales/customer_delivery.php
2503    /sales/customer_invoice.php
2504    /sales/customer_payments.php
2505    /sales/sales_order_entry.php
2506    /sales/allocations/customer_allocate.php
2507    /sales/allocations/customer_allocation_main.php
2508    /sales/includes/cart_class.inc
2509    /sales/includes/sales_db.inc
2510    /sales/includes/sales_ui.inc
2511    /sales/includes/db/cust_trans_db.inc
2512    /sales/includes/db/cust_trans_details_db.inc
2513    /sales/includes/db/custalloc_db.inc
2514    /sales/includes/db/customers_db.inc
2515    /sales/includes/db/payment_db.inc
2516    /sales/includes/db/sales_credit_db.inc
2517    /sales/includes/db/sales_delivery_db.inc
2518    /sales/includes/db/sales_invoice_db.inc
2519    /sales/includes/db/sales_order_db.inc
2520    /sales/includes/db/sales_types_db.inc
2521    /sales/includes/ui/print_invoice.inc
2522    /sales/includes/ui/sales_credit_ui.inc
2523    /sales/includes/ui/sales_order_ui.inc
2524    /sales/inquiry/customer_allocation_inquiry.php
2525    /sales/inquiry/customer_inquiry.php
2526    /sales/inquiry/sales_deliveries_view.php
2527    /sales/inquiry/sales_orders_view.php
2528    /sales/manage/credit_status.php
2529    /sales/manage/sales_types.php
2530    /sales/view/view_credit.php
2531    /sales/view/view_dispatch.php
2532    /sales/view/view_invoice.php
2533    /sales/view/view_receipt.php
2534    /sales/view/view_sales_order.php
2535 # Removed function name conflict with wiki help system
2536    /includes/lang/language.php
2537    
2538 06-Mar-2008 Janusz Dobrowolski
2539  + Wiki help links integration
2540  $ /config.php
2541    /includes/page/header.inc
2542    /includes/lang/language.php
2543  + Optional debuging with xdebug module
2544  $ /index.php
2545    /includes/db/connect_db.inc
2546  ! Concurrent edition fix
2547  $  /includes/systypes.inc
2548  # Table header fix
2549  $  /manufacturing/manage/bom_edit.php
2550  # Menu layout fixes
2551  $ /themes/aqua/renderer.php
2552    /themes/cool/renderer.php
2553    /themes/default/renderer.php
2554  # Removed warning about nonexistent $_GET variable
2555  $ /dimensions/inquiry/search_dimensions.php
2556  # MySQL 3.xx CAST bug fix
2557  $ /includes/db/manufacturing_db.inc
2558    /manufacturing/includes/db/work_order_requirements_db.inc
2559    /manufacturing/inquiry/where_used_inquiry.php
2560
2561 04-Mar-2008 Joe Hunt
2562  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
2563    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
2564  $ /inventory/cost_update.php
2565    /purchasing/includes/db/grn_db.inc and
2566    /manufacturing/manage/bom_edit.php. 
2567    /manufacturing/includes/db/work_orders_db.inc
2568    /manufacturing/includes/db/work_orders_quick_db.inc
2569    /manufacturing/work_order_entry.php
2570   
2571 21-Feb-2008 Joe Hunt
2572  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
2573  $ /admin/view_print_transaction.php
2574    /applications/setup.php
2575   
2576 17-Feb-2008 Joe Hunt
2577  ! Minor change in menu and function in view_print_transaction.php
2578  $ /admin/view_print_transaction.php
2579    /application/setup.php
2580  + Preparing for print of single documents
2581  $ /reporting/includes/reporting.inc
2582  ! Removing 'out' field in table tax_types
2583  $ /sql/alter.sql
2584    /taxes/tax_types.php
2585    /taxes/db/tax_types_db.inc
2586  + Added 2 functions in ui_input.inc, button and button_cell
2587    /includes/ui/ui_input.inc
2588
2589 11-Feb-2008 Joe Hunt
2590  + Added file, update_db.php, for updating company databases from an SQL script.
2591  $ update_db.php (New file)
2592    update.html
2593   
2594 06-Fef-2008 Joe Hunt
2595  + Added Report, Salesman Listing, rep106.php. 
2596  $ /reporting/reports_main.php
2597    /reporting/rep106.php
2598   
2599 06-Feb-2008 Janusz Dobrowolski
2600  + Separation of customer invoice issue and goods delivery.
2601  + Batch invoicing for more than one delivery
2602  # Corrected inadequate shipping tax calculations.
2603  ! Default debugging status changed to off.
2604  $ /taxes/tax_calc.inc
2605    /taxes/db/tax_groups_db.inc
2606    /admin/db/voiding_db.inc
2607    /applications/customers.php
2608    /includes/systypes.inc
2609    /includes/types.inc
2610    /includes/ui/ui_controls.inc
2611    /includes/ui/ui_lists.inc
2612    /includes/ui/ui_view.inc
2613    /inventory/inquiry/stock_status.php
2614    /reporting/rep105.php
2615    /reporting/rep107.php
2616    /reporting/rep109.php
2617    /reporting/rep110.php 
2618    /reporting/rep209.php
2619    /reporting/reports_main.php
2620    /reporting/includes/doctext.inc
2621    /reporting/includes/doctext2.inc
2622    /reporting/includes/form_types.inc
2623    /reporting/includes/pdf_report.inc
2624    /reporting/includes/reports_classes.inc
2625    /sales/customer_credit_invoice.php
2626    /sales/customer_invoice.php
2627    /sales/sales_order_entry.php
2628    /sales/customer_delivery.php 
2629    /sales/includes/db/sales_delivery_db.inc 
2630    /sales/includes/ui/print_invoice.inc 
2631    /sales/includes/cart_class.inc
2632    /sales/includes/sales_db.inc
2633    /sales/includes/db/cust_trans_db.inc
2634    /sales/includes/db/cust_trans_details_db.inc
2635    /sales/includes/db/sales_credit_db.inc
2636    /sales/includes/db/sales_invoice_db.inc
2637    /sales/includes/db/sales_order_db.inc
2638    /sales/includes/ui/sales_order_ui.inc
2639    /sales/inquiry/customer_allocation_inquiry.php
2640    /sales/inquiry/customer_inquiry.php
2641    /sales/inquiry/sales_orders_view.php
2642    /sales/inquiry/sales_deliveries_view.php 
2643    /sales/view/view_dispatch.php
2644    /sales/view/view_invoice.php
2645    /sales/view/view_sales_order.php
2646    /sql/alter.sql
2647    config.php
2648   
2649 01-Feb-2008 Joe Hunt
2650  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
2651  $ /sales/includes/cart_class.inc
2652    /sales/includes/db/sales_credit_db.inc
2653    /sales/includes/db/sales_invoice_db.inc
2654    /sales/includes/db/sales_order_db.inc
2655    /sales/includes/db/cust_trans_details_db.inc
2656    /sales/includes/ui/sales_order_ui.inc
2657    /sales/includes/ui/sales_credit_ui.inc
2658    /sales/credit_note_entry.php
2659    /sales/customer_credit_invoice.php
2660    /sales/sales_order_entry.php
2661    /sales/customer_invoice.php
2662
2663 31-Jan-2008 Joe Hunt
2664  ! New Release 2.0 Pre Alpha
2665  $ config.php
2666  # Fixed a release 2 related bug in create_coy.php
2667  $ /admin/create_coy.php
2668  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
2669    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
2670    with these databases changes without any new files. They are coming as soon as possible.
2671  $ /sql/alter.sql (New file)  
2672  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
2673    and 2 related files
2674  $ /purchasing/supplier_trans_gl.php
2675    /purchasing/includes/db/invoice_items_db.inc
2676  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
2677  $ /includes/ui/ui_lists.inc
2678    /purchasing/includes/ui/po_ui.inc
2679    /sales/includes/ui/sales_order_ui.inc
2680    /admin/company_preferences.php
2681    /admin/db/company_db.inc
2682    config.php
2683  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
2684    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
2685  $ /sales/manage/sales_people.php
2686    /includes/ui/ui_input.inc
2687  
2688 -------------------- 2,0 Pre Alpha - above ----------------------------
2689 31-Jan-2008 Janusz Dobrowolski
2690  # Minor bugfix in db_import()
2691  $ /admin/db/maintenance_db.inc
2692  
2693 30-Jan-2008 Janusz Dobrowolski
2694  # Minor display fix in tax_types.php
2695  $ /taxes/tax_types.php
2696  ! Format cleanup on some files.
2697  $ /gl/includes/gl_db.inc
2698    /gl/includes/gl_ui.inc
2699    /applications/application.php
2700    frontaccounting.php
2701    index.php
2702    
2703 -------------------- 1.16 Stable Released ----------------------
2704 28-Jan-2008 Joe Hunt
2705  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
2706    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
2707    and $no_supplier_list. Default is the normal behavior for all listboxes.
2708  $ /includes/ui/ui_lists.inc
2709    /sales/includes/ui/sales_orders_ui.inc
2710    /purchases/includes/ui/po_ui.inc
2711    /themes/default/images/locate.png (New file)
2712    config.php
2713
2714  + Added ALTER TABLE possibility in db_import. For future releases.
2715  $ /admin/db/maintenence_db.inc  
2716
2717  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
2718  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
2719  $ /includes/db/connect_db.inc
2720    /includes/ui/ui_lists.inc
2721    /includes/page/header.inc
2722    /access/login.php
2723    
2724 16-Jan-2008 Joe Hunt
2725  # When login screen is displayed after session timeout page content is broken. It
2726    is because of NOT using absolute paths in href attribute theme elements.
2727  $ /access/login.php
2728  
2729 30-Dec-2007 Joe Hunt
2730  # Minor adjustments in function db_export on line 325
2731  $ /admin/db/maintenance_db.inc
2732  
2733 29-Dec-2007 Joe Hunt
2734  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
2735  $ config.php
2736  
2737  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
2738    Also fixed a unneccessary str_replace when importing sql scripts.
2739  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
2740  $ /admin/db/maintenance_db.inc
2741    /reporting/includes/pdf_report.inc
2742    
2743 13-Dec-2007 Joe Hunt
2744  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
2745  $ /gl/inquiry/gl_trial_balance.php
2746    /gl/inquiry/gl_account_inquiry.php
2747
2748 13-Dec-2007 Joe Hunt
2749  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
2750  $ /admin/db/voiding_db.inc
2751  
2752 06-Dec-2007 Joe Hunt
2753  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
2754  $ /gl/gl_payment.php
2755    /gl/includes/ui/gl_payment_ui.inc
2756    
2757  ! Changed $loc_notification to be set to 0 instead of 1.
2758  $ config.php
2759  
2760 -------------------- 1.15 Stable Released ----------------------
2761 05-Dec-2007 Joe Hunt
2762  + Added email notification to stock location when available stock is below reorder level
2763  $ config.php
2764    /sales/includes/db/sales_order_db.inc
2765    
2766  # Fixed bugs in Open balances when account is not a balance account
2767  $ /gl/inquiry/gl_trial_balance.php
2768    /gl/inquiry/gl_account_inquiry.php
2769    /reporting/rep704.php
2770    /reporting/rep708.php
2771    
2772 -------------------- 1.14 Stable Released ----------------------
2773 01-Oct-2007 Joe Hunt
2774  ! Major change in the installation of modules to also accept an SQL-file for upload.
2775  $ config.php
2776    /admin/inst_module.php
2777    /admin/db/maintenance_db.inc
2778    
2779 30-Sep-2007 Joe Hunt
2780  # The following files were still vulnerable. Fixed
2781  $ /access/login.php
2782    /includes/lang/language.php
2783
2784 -------------------- 1.13 Stable Released ----------------------
2785 14-Sep-2007 Joe Hunt
2786  + Added optional link for electronic payment on invoices (PayPal). 
2787  ! Better support for install/update languages.  
2788  ! Minor adjustments
2789  # Fixed a vulnerable item in config.php
2790  $ config.php
2791
2792 14-Sep-2007 Joe Hunt
2793  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
2794  # config.php has been vulnerable. Fixed.
2795  $ /admin/inst_lang.php
2796  $ config.php
2797  
2798 10-Sep-2007 Joe Hunt
2799  ! Changed Bank Address field from text to textarea (multirows)
2800  $ /gl/manage/bank_accounts.php
2801  
2802 06-Sep-2007 Joe Hunt
2803  + Added optional link for electronic payment on invoices (PayPal)
2804  $ /reporting/reports_main.php
2805    /reporting/rep107.php
2806    /reporting/includes/report_classes.inc
2807    /reporting/includes/pdf_report.inc
2808    /reporting/includes/doc_text.inc
2809    /reporting/includes/doc_text2.inc
2810    
2811 23-Aug-2007 Joe Hunt
2812  # Unnecessary parameter ($db) in check_for_recursive_bom
2813  $ /manufacturing/manage/bom_edit.php
2814  
2815 21-Aug-2007 Joe Hunt
2816  # Bug in /includes/lang/gettext.php (249) affecting changing language!
2817  $ /includes/lang/gettext.php
2818  
2819 08-Aug-2007 Joe Hunt
2820  # Minor adjustments
2821  $ config.php
2822    /access/login.php
2823    /admin/create_coy.php
2824    /reporting/includes/pdf_report.inc
2825    
2826 04-Aug-2007 Joe Hunt
2827  + Added a default fiscal year in the en_US-new.sql and start references.
2828  $ /sql/en_US-new.sql
2829  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
2830  $ /lang/en_US/LC_MESSAGES/en_US.mo
2831  
2832 03-Aug-2007 Joe Hunt
2833  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
2834  $ /sales/includes/db/sales_order_db.inc
2835  
2836 23-Jul-2007 Joe Hunt
2837  # Changed <? in front of 2 files to <?php.
2838  $ /purchasing/includes/purchasing_ui.inc
2839    /reporting/includes/class.mail.inc
2840    
2841 -------------------- 1.12 Stable Released ----------------------
2842 21-Jul-2007 Joe Hunt
2843  + Added option to handle Jalali and Islamic Calendars
2844  ! Minor adjustments
2845  $ config.php
2846    /gl/includes/db/gl_db_trans.inc
2847    /includes/date_functions.inc
2848    /includes/ui/ui_input.inc
2849    /includes/ui/ui_lists.inc
2850    /includes/ui/ui_view.inc
2851    /purchasing/po_receive_items.php
2852    /purchasing/includes/ui/invoice_ui.inc
2853    /purchasing/includes/ui/po_ui.inc
2854    /reporting/rep705.php
2855    /sales/includes/db/sales_order_db.inc
2856    /sales/includes/ui/sales_order_ui.inc
2857    
2858 20-Jul-2007 Joe Hunt
2859  ! Changed parameters on report Sales Order. Option to print as Quote.
2860  $ /reporting/reports_main.php
2861    /reporting/rep109.php
2862    /reporting/includes/pdf_report.inc
2863    /reporting/includes/doctext.inc
2864    /reporting/includes/doctext2.inc
2865  
2866 19-Jul-2007 Joe Hunt
2867  + Added Budget Entry in General Ledger. Includes Dimensions.
2868  $ config.php
2869    /applications/generalledger.php
2870    /gl/gl_budget.php (New File!)
2871    /gl/includes/db/gl_db_trans.inc
2872    /includes/date_functions.inc
2873    /reporting/report_classes.inc
2874    
2875 -------------------- 1.11 Stable Released ----------------------
2876 04-Jul-2007 Joe Hunt
2877  ! Option for using alpha numeric chart of accounts.
2878  $ config.php
2879    /gl/manage/gl_accounts.php
2880    /gl/includes/db/gl_db_accounts.inc
2881    /gl/includes/db/gl_db_bank_trans.inc
2882    /gl/includes/db/gl_db_trans.inc
2883    /gl/inquiry/gl_trial_balance.inc
2884    /admin/db/company_db.inc
2885    /inventory/includes/db/items_db.inc
2886    /sales/manage/customer_branches.inc
2887
2888 04-Jul-2007 Joe Hunt
2889  # Problems retrieving language texts for poEdit in long javascripts
2890  $ /includes/ui/ui_view.inc
2891  
2892 04-May-2007 Joe Hunt
2893  # Database error when updating more than one item row in Sales Orders.
2894  $ /sales/includes/db/sales_order_db.inc
2895  # Database error when inserting work order issues. Fixed.
2896  $ /manufacturing/includes/db/work_order_issues_db.inc
2897  
2898 03-May-2007 Joe Hunt
2899  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
2900  $ /includes/db/manufacturing_db.inc
2901    /manufacturing/includes/db/work_order_requirements_db.inc
2902
2903 02-May-2007 Joe Hunt
2904  # Missing details on Purchase Order when emailing and printing
2905  $ /reporting/rep209.php
2906  
2907 -------------------- 1.1 Stable Released ----------------------
2908 02-May-2007 Joe Hunt
2909  + Enabled module addons and all the below bugfixes. No changes in database structure.
2910  - Removed /sql/basic.sql (included in the other sql files)
2911  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
2912    (not needed anymore).
2913  + Addition of update.html  
2914  $ /admin/inst_module.php (New file!)
2915    /applications/customers.php
2916    /applications/dimensions.php
2917    /applications/generalledger.php
2918    /applications/inventory.php
2919    /applications/manufacturing.php
2920    /applications/setup.php
2921    /applications/suppliers.php
2922    /install/index.php
2923    /install/save.php
2924    /modules/inst_modules.php (New folder and new file!)
2925    /modules/index.php (New file!)
2926    /sql/en_US-demo.sql
2927    /sql/en_US-new.sql
2928    install.html
2929    update.html (New file!)
2930    
2931 01-May-2007 Joe Hunt
2932  # Missing measure of units when printing sales orders
2933  # Update of Sales People caused a database error
2934  $ /sales/manage/sales_people.php
2935    /reporting/rep109.php
2936  
2937 30-Apr-2007 Joe Hunt
2938  + The selected menu tab is now shown with same background as hover color.
2939  $ config.php (default tab line 77. Change if you want)
2940    /includes/page/header.inc
2941    
2942 28-Apr-2007 Joe Hunt
2943  # When saving work order entries a lot of debug boxes appeared. Fixed
2944  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
2945  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
2946  $ /includes/db/manufacturing_db.inc
2947    /manufacturing/work_order_entry.php
2948    /manufacturing/includes/work_order_issue_ui.inc
2949    /manufacturing/includes/db/work_order_requirements_db.inc
2950    /manufacturing/includes/db/work_orders_quick_db.inc
2951    /manufacturing/inquiry/where_used_inquiry.php
2952    
2953 25-Apr-2007 Joe Hunt
2954  # Missing Date Picker
2955  $ /sales/customer_invoice.php
2956  # No JS popup window
2957  $ /sales/view/view_invoice.php
2958  
2959 24-Apr-2007 Joe Hunt
2960  ! New and better Date Picker, better cool theme.
2961  $ /includes/ui/ui_input.inc
2962    /includes/ui/ui_view.inc
2963    /reporting/includes/reports_classes.inc
2964    /themes/cool/default.css
2965
2966 -------------------- 1.0.1 Stable Released ----------------------
2967 23-Apr-2007 Joe Hunt
2968  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
2969    the changes for selection lists customers/suppliers and the Audit Trail.
2970
2971 22-Apr-2007 Joe Hunt
2972  ! Changed the two selection lists for customers/suppliers in reports to a single one with
2973    No Filter
2974  ! Changed the sort order in these selection lists from id to name.
2975  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
2976  $ /reporting/reports_main.php
2977    /reporting/rep101.php
2978    /reporting/rep102.php
2979    /reporting/rep201.php
2980    /reporting/rep202.php
2981    /reporting/rep203.php
2982    /reporting/rep204.php
2983    /reporting/includes/reports_classes.inc
2984    /includes/ui/ui_lists.inc
2985    /gl/includes/db/gl_db_trans.inc
2986    config.php
2987    
2988 22-Apr-2007 Joe Hunt
2989  + Date Picker for all date fields.
2990  $ config.php
2991    /admin/fiscalyears.php
2992    /admin/void_transaction.php
2993    /includes/ui/ui_view.inc
2994    /includes/ui/ui_input.inc
2995    /dimensions/dimension_entry.php
2996    /dimensions/inquiry/search_dimensions.php
2997    /gl/gl_journal.php
2998    /gl/gl_deposit.php
2999    /gl/gl_payment.php
3000    /gl/bank_transfer.php
3001    /gl/inquiry/bank_inquiry.php
3002    /gl/inquiry/gl_account_inquiry.php
3003    /gl/inquiry/gl_trial_balance.php
3004    /gl/manage/exchange_rates.php
3005    /inventory/adjustments.php
3006    /inventory/transfers.php
3007    /inventory/inquiry/stock_movements.php
3008    /inventory/manage/items.php
3009    /manufacturing/work_order_add_finished.php
3010    /manufacturing/work_order_entry.php
3011    /manufacturing/work_order_issue.php
3012    /manufacturing/work_order_release.php
3013    /purchasing/supplier_payment.php
3014    /purchasing/po_entry_items.php
3015    /purchasing/po_receive_items.php
3016    /purchasing/supplier_credit.php
3017    /purchasing/supplier_credit_grns.php
3018    /purchasing/supplier_invoice.php
3019    /purchasing/supplier_invoice_grns.php
3020    /purchasing/supplier_trans_gl.php
3021    /purchasing/includes/ui/po_ui.inc
3022    /purchasing/inquity/po_search.php
3023    /purchasing/inquiry/po_search_completed.php
3024    /purchasing/inquiry/supplier_allocation_inquiry.php
3025    /purchasing/inquiry/supplier_inquiry.php
3026    /reporting/reports_main.php
3027    /reporting/includes/reports_classes.inc
3028    /sales/credit_note_entry.php
3029    /sales/customer_credit_invoice.php
3030    /sales/customer_payments.php
3031    /sales/sales_order_entry.php
3032    /sales/includes/ui/sales_order_ui.inc
3033    /sales/inquiry/customer_allocation_inquiry.php
3034    /sales/inquiry/customer_inquiry.php
3035    /sales/inquiry/sales_orders_view.php
3036    New image files:
3037    /themes/default/images/cal.gif
3038    /themes/default/images/next.gif
3039    /themes/default/images/prev.gif
3040
3041 19-Apr-2007 Joe Hunt
3042  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
3043  # Bug no 1703891, Reserved MySQL words used as column names, fixed
3044  $ /taxes/db/tax_types_db.inc
3045
3046  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
3047  $ /gl/manage/gl_accounts.php
3048    /gl/includes/db/gl_db_accounts.inc
3049    /includes/ui/ui_input.inc
3050
3051 18-Apr-2007 Joe Hunt
3052  # Bug no 1702594, Logon Loop, fixed
3053  $ config.php
3054
3055 -------------------- 1.0a Stable Released ----------------------
3056 10-Apr-2007 Joe Hunt
3057  ! Release 1.0a established on SourceForge, fixing the bugs.
3058
3059 11-Apr-2007 Joe Hunt
3060  # Bug No 1698214, Creating Items, fixed
3061  $ /includes/ui/ui_lists.inc
3062  # Bug no 1698216, Item Movements, fixed
3063  $ /inventory/manage/items.php
3064
3065 -------------------- 1.0 Stable Released ----------------------
3066 10-Apr-2007 Joe Hunt
3067  ! Release 1.0 established on SourceForge.
3068
3069 2. Copyright and disclaimer
3070 ---------------------------
3071 This application is opensource software released under the AGPL.  Please
3072 see source code and the LICENSE file