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