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