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