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