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