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