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