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