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