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