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