Ajax additions to manufacturingand dimensions modules, some other small fixes
[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 27-Jun-2008 Janusz Dobrowolski
23 + Ajax additions
24 $ /dimensions/dimension_entry.php
25   /dimensions/inquiry/search_dimensions.php
26   /manufacturing/work_order_add_finished.php
27   /manufacturing/work_order_issue.php
28   /manufacturing/work_order_release.php
29   /manufacturing/includes/work_order_issue_ui.inc
30   /manufacturing/search_work_orders.php
31 ! Default $selected_id=null (ie current $_POST value) for all lists;
32    standard view (ie with search box) of stock_component_list()
33 $ /includes/ui/ui_lists.inc
34 # Fixed selection for outstanding work orders
35 $ /manufacturing/search_work_orders.php
36 # Fixed stock item links
37 $ /inventory/includes/item_adjustments_ui.inc
38   /inventory/includes/stock_transfers_ui.inc
39 # Fixed typo in menu option
40 $ /applications/manufacturing.php
41
42 27-Jun-2008 Joe Hunt
43 # Minor html adjustment in login.php
44 $ /access/login.php
45 # Fixed a bug when trying to create a duplicate year
46 $ /admin/fiscalyears.php
47 # Fixed a misspelled parameter (OutstandingOnly) in manufacturing.php
48 $ /applications/manufacturing.php
49
50 26-Jun-2008 Janusz Dobrowolski
51 + Ajax additions
52 $ /includes/ui/ui_lists.inc
53   /inventory/adjustments.php
54   /inventory/cost_update.php
55   /inventory/prices.php
56   /inventory/transfers.php
57   /inventory/includes/item_adjustments_ui.inc
58   /inventory/includes/stock_transfers_ui.inc
59   /inventory/inquiry/stock_movements.php
60   /inventory/manage/items.php
61   /manufacturing/work_order_entry.php
62   /purchasing/po_entry_items.php
63 ! Changes to items_cart API (line_items indexed by line# instead of stock_id)
64 $ /includes/ui/items_cart.inc
65 # Fixed bug 0000008 (call to no more existing function)
66 $ /sales/includes/db/sales_types_db.inc
67
68 25-Jun-2008 Joe Hunt
69 # Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu
70 $ /purchasing/includes/ui/invoice_ui.inc
71
72 25-Jun-2008 Janusz Dobrowolski
73 # Fixed bug 0000004, removed nested forms in supplier invoice/credit
74 $ /purchasing/includes/ui/invoice_ui.inc
75
76 25-Jun-2008 Joe Hunt
77 # Fixed bug when updating/saving Tax Group Items
78 $ /includes/ui/ui_lists.inc
79
80 24-Jun-2008 Joe Hunt
81 # Fixed inconsistencies in customer and supplier aging 
82 $ /sales/includes/db/customers_db.inc
83   /sales/inquiry/customer_inquiry.php
84   /purchasing/includes/db/suppliers_db.inc
85   /reporting/rep102.php
86   /reporting/rep202.php
87 # Fixed a bug when trying to back the inv.date and due date in Direct Invoicing.
88 $ /sales/sales_order_entry.php
89
90
91 23-Jun-2008 Janusz Dobrowolski
92 + Ajax additions to sales and purchasing modules
93 $ /purchasing/po_receive_items.php
94   /purchasing/supplier_credit.php
95   /purchasing/supplier_credit_grns.php
96   /purchasing/supplier_invoice.php
97   /purchasing/supplier_invoice_grns.php
98   /purchasing/supplier_trans_gl.php
99   /purchasing/allocations/supplier_allocate.php
100   /purchasing/includes/ui/invoice_ui.inc
101   /sales/customer_credit_invoice.php
102   /sales/allocations/customer_allocate.php
103 # Fixed edition of purchase order (bug #0000001)
104 $ /purchasing/includes/ui/po_ui.inc
105 ! Improved client side allocation functions
106 $ /js/allocate.js
107 + Optional coloured price_format()
108 $ /js/utils.js
109   /js/inserts.js
110 ! Async update of locations selector
111 $ /includes/ui/ui_lists.inc
112 # Fixed warning on pages without default focus.
113 $ /includes/ui/ui_controls.inc
114 # Fixed initial display for numeric inputs with dec=0. 
115 $ /includes/ui/ui_input.inc
116
117 21-Jun-2008 Janusz Dobrowolski
118 + Ajax additions to sales and purchasing modules
119 $ /purchasing/po_entry_items.php
120   /purchasing/supplier_payment.php
121   /purchasing/allocations/supplier_allocate.php
122   /purchasing/includes/ui/po_ui.inc
123   /purchasing/inquiry/po_search.php
124   /purchasing/inquiry/po_search_completed.php
125   /purchasing/inquiry/supplier_allocation_inquiry.php
126   /purchasing/inquiry/supplier_inquiry.php
127   /purchasing/manage/suppliers.php
128   /sales/manage/customers.php
129
130 21-Jun-2008 Joe Hunt
131 + Added upload functionality to company logo. Better names on lists search.
132 $ /admin/company_preferences.php
133 ! Better layout on company logo print-out
134 $ /reporting/includes/header2.inc
135
136 ---------------------------------------Release Candidate 2-------------------------------
137 20-Jun-2008 Joe Hunt
138 ! 2.0 Release Candidate 2
139 $ config.php
140   update.html
141   
142 20-Jun-2008 Joe Hunt
143 ! In reorder_level.php the heading gets updated as well
144 $ /inventory/reorder_level.php
145 ! Changes the -1 to 'User Quantiry Decimals' in the table for units.
146 $ /inventory/manage/item_units.php
147
148 20-Jun-2008 Janusz Dobrowolski
149 # Proper error handling even after exit() call.
150 $ /includes/errors.inc
151   /includes/main.inc
152   /includes/session.inc
153 # Fixed initial combo selection.
154   /includes/ui/ui_lists.inc
155 # Layout fixes to customer edition.
156   /sales/manage/customers.php
157 # Added order table reload after template option change
158   /sales/inquiry/sales_orders_view.php
159
160 19-Jun-2008 Janusz Dobrowolski
161 + Added ajax improvements
162 $ /purchasing/allocations/supplier_allocation_main.php
163   /sales/customer_delivery.php
164   /sales/customer_invoice.php
165   /sales/allocations/customer_allocation_main.php
166   /sales/manage/customers.php
167 + Ajax added to check helper function
168 $ /includes/ui/ui_input.inc
169 # Fixing database error in branch exist check on empty customer_id
170 $ /includes/data_checks.inc
171 # Layout fix for hyperlink_params_td()
172 $ /includes/ui/ui_controls.inc
173 # Fix for initial combo position
174 $ /includes/ui/ui_lists.inc
175 # Fix to select onchange extension
176 $ /js/inserts.js
177
178 19-Jun-2008 Joe Hunt
179 ! changed so the due date is updated when changing customer in direct invoice.
180 $ /sales/includes/ui/sales_order_ui.inc
181
182 19-Jun-2008 Joe Hunt
183 # Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
184 $ /sales/customer_credit_invoice.php
185
186 18-Jun-2008 Janusz Dobrowolski
187 + Added ajax improvements
188 $ /sales/credit_note_entry.php
189   /sales/customer_payments.php
190   /sales/sales_order_entry.php
191   /sales/includes/ui/sales_credit_ui.inc
192   /sales/includes/ui/sales_order_ui.inc
193   /sales/inquiry/customer_allocation_inquiry.php
194   /sales/inquiry/customer_inquiry.php
195 + Added optional trigger parameter to div_start()
196 $ /includes/ui/ui_controls.inc
197 + Added dec attribute ajax update for amount fields 
198 $ /includes/ui/ui_input.inc
199 + Ajaxified stock item types and credit types lists
200 $ /includes/ui/ui_lists.inc
201 # Fixed onblur for amount fields, extended onchange event handling for selects
202 $ /js/inserts.js
203 # Fixed addAssign() js handler for nonstandard attributes
204 $ /js/utils.js
205 # Fixed bug in stock item image upload
206 $ /inventory/manage/items.php
207
208 17-Jun-2008 Joe Hunt
209 ! More files with Quantity routines needed fix due to php4 related issue.
210 $ /includes/current_user.inc
211   /manufacturing/work_order_entry.php
212   /manufacturing/inquiry/where_used_inquiry.php
213   /manufacturing/manage/bom_edit.php
214   /purchasing/po_receive_items.php
215   /purchasing/supplier_credit_grns.php
216   /purchasing/supplier_invoice_grns.php
217   /sales/customer_credit_invoice.php
218   /sales/includes/ui/sales_order_ui.inc
219
220 16-Jun-2008 Joe Hunt
221 ! Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here).
222 $ /reporting/includes/header2.inc
223   /reporting/doctext.inc
224   /reporting/doctext2.inc
225   
226 16-Jun-2008 Joe Hunt
227 ! Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
228 $ /includes/current_user.inc
229   /includes/ui/ui_input.inc
230   /includes/ui/ui_lists.inc
231   /inventory/reorder_level.inc
232   /inventory/includes/item_adjustments_ui.inc
233   /inventory/includes/stock_transfers_ui.inc
234   /inventory/includes/db/items_units_db.inc
235   /inventory/inquiry/stock_movements.php
236   /inventory/inquiry/stock_status.php
237   /inventory/manage/item_units.php
238   /inventory/view/view_adjustment.php
239   /inventory/view/view_transfer.php
240   /manufacturing/search_work_orders.php
241   /manufacturing/work_order_entry.php
242   /manufacturing/includes/manufacturing_ui.inc
243   /manufacturing/includes/work_order_issue_ui.inc
244   /manufacturing/inquiry/where_used_inquiry.php
245   /manufacturing/manage/bom_edit.php
246   /manufacturing/view/wo_issue_view.php
247   /manufacturing/view/wo_production_view.php
248   /purchasing/po_receive_items.php
249   /purchasing/supplier_credit_grns.php
250   /purchasing/supplier_invoice_grns.php
251   /purchasing/includes/ui/invoice_ui.inc
252   /purchasing/includes/ui/po_ui.inc
253   /purchasing/view/view_grn.php
254   /purchasing/view/view_po.php
255   /reporting/rep105.php
256   /reporting/rep107.php
257   /reporting/rep108.php
258   /reporting/rep109.php
259   /reporting/rep110.php
260   /reporting/rep204.php
261   /reporting/rep209.php
262   /reporting/rep301.php
263   /reporting/rep302.php
264   /reporting/rep303.php
265   /reporting/rep401.php
266   /sales/customer_credit_invoice.php
267   /sales/customer_delivery.php
268   /sales/customer_invoice.php
269   /sales/includes/ui/sales_credit_ui.inc
270   /sales/includes/ui/sales_order_ui.inc
271   /sales/view/view_credit.php
272   /sales/view/view_dispatch.php
273   /sales/view/view_invoice.php
274   /sales/view/view_sales_order.php
275   
276 15-Jun-2008 Janusz Dobrowolski
277 + Ajax driven delivery and order queries.
278 $ /sales/inquiry/sales_deliveries_view.php
279   /sales/inquiry/sales_orders_view.php
280 + Added searchbox class selector for text inputs with onchange event handlers.
281 ! Added text selection after focus.
282 $ /js/inserts.js
283   /js/utils.js
284 + Added submit_on_change option to ref input functions, fixed data picker
285 $ /includes/ui/ui_input.inc
286 # Fixed bug in non-js mode for combos type 0 (stock_items_lists).
287 $ /includes/ui/ui_lists.inc
288
289 15-Jun-2008 Joe Hunt
290 # Changed so Invoice Template gets the current day instead of original day.
291 $ /sales/sales_order_entry.php
292
293 15-Jun-2008 Joe Hunt
294 # Bug in tax_types_list (spec_id)
295 $ /includes/ui/ui_lists.inc
296
297 14-Jun-2008 Joe Hunt
298 # Minor annoying layout bug in stock movements.
299 $ /inventory/inquiry/stock_movements.php
300
301 14-Jun-2008 Joe Hunt
302 ! The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here.
303   Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default.
304 ! If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the 
305   transactions from Direct Invoice and Credit Note will be allocated immediately when placing.
306 $ /includes/ui/ui_lists.inc
307   /sales/includes/db/sales_invoice_db.inc
308   /sales/includes/db/sales_credit_db.inc
309   /sales/manage/customer_branches.php
310   .
311 12-Jun-2008 Joe Hunt
312 + New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period.
313 $ /reporting/reports_main.php
314   /reporting/rep304.php (new file)
315   
316 ---------------------------------------Release Candidate 1-------------------------------
317 10-Jun-2008 Janusz Dobrowolski
318 # Some more fixes related to ajax combos usage
319 $ /includes/ui/ui_lists.inc
320   /inventory/cost_update.php
321   /inventory/prices.php
322   /inventory/purchasing_data.php
323   /inventory/reorder_level.php
324   /inventory/includes/item_adjustments_ui.inc
325   /inventory/inquiry/stock_status.php
326   /manufacturing/inquiry/where_used_inquiry.php
327   /manufacturing/manage/bom_edit.php
328   /purchasing/includes/ui/po_ui.inc
329 # Fixed focus issues
330 $ /gl/gl_journal.php
331   /gl/gl_deposit.php
332   /gl/gl_payment.php
333   /js/inserts.js
334   
335 09-Jun-2008 Janusz Dobrowolski
336 # Some additional fixes related to last big committment
337 $ /gl/gl_journal.php
338   /gl/gl_deposit.php
339   /gl/gl_payment.php
340   /includes/ajax.inc
341   /includes/reserved.inc
342   /includes/ui/ui_lists.inc
343   /includes/ui/ui_view.inc
344   /js/inserts.js
345   /js/utils.js
346   /sales/includes/ui/sales_order_ui.inc
347   /themes/default/default.css
348   /themes/aqua/default.css
349   /themes/cool/default.css
350
351 08-Jun-2008 Joe Hunt
352 ! Preparing for release candidate 1
353 $ config.php
354
355 08-Jun-2008 Joe Hunt
356 ! Set 'max_execution_time' to 60 seconds by ini_set.
357 $ /install/save.php
358
359 07-Jun-2008 Joe Hunt
360 # Fixed a layout bug in footer.inc
361 $ /includes/page/footer.inc
362
363 07-Jun-2008 Joe Hunt
364 ! Changed install.html and update.html
365 $ install.html
366   update.html
367 + New files, change_current_user_password.php and alter2.sql
368 $ /admin/change_current_user_password.php
369   /sql/alter2.sql
370 ! Changed some files for layout
371 $ /lang/en_US/stylesheet.css
372   /themes/aqua/default.css
373   /themes/aqua/renderer.php
374   /themes/cool/default.css
375   /themes/cool/renderer.php
376   /themes/default/default.css
377   /themes/default/renderer.php
378 ! Changed install sql scripts
379 $ /sql/en_US-demo.sql
380   /sql/en_US-new.sql
381   
382 07-Jun-2008 Janusz Dobrowolski
383 + Added ajax functionality and ui hints to sales form entry pages.
384 $ /sales/sales_order_entry.php
385   /sales/includes/ui/sales_order_ui.inc
386 + Added option for hints display, changed input/lists functions API
387 $ /admin/display_prefs.php
388   /admin/db/users_db.inc
389   /includes/current_user.inc
390   /includes/prefs/userprefs.inc
391   /includes/ui/ui_input.inc
392   /themes/default/renderer.php
393   /sql/alter.sql
394 + List functions rewrite. Added ajax functionality, universal combo_input().
395 $ /includes/ui/ui_lists.inc
396 + Ajaxified exchange_rate_display()
397 $ /includes/ui/ui_view.inc
398 + Added methods for setting focus and page reload to $Ajax class
399 $ /includes/ajax.inc
400   /includes/main.inc
401 + Added comma separated css element selectors
402 $ /js/behaviour.js
403 ! Searchable select js changes related to new ui_lists.inc changes
404 $ /js/inserts.js
405   /js/utils.js
406 + Additional style definitions for various ajax controls
407 $ /themes/default/default.css
408 ! Fixes related to changed input/lists API and ajax extensions
409 $ /admin/company_preferences.php
410   /admin/fiscalyears.php
411   /admin/forms_setup.php
412   /admin/gl_setup.php
413   /dimensions/dimension_entry.php
414   /dimensions/inquiry/search_dimensions.php
415   /gl/bank_transfer.php
416   /gl/includes/ui/gl_deposit_ui.inc
417   /gl/includes/ui/gl_journal_ui.inc
418   /gl/includes/ui/gl_payment_ui.inc
419   /gl/inquiry/bank_inquiry.php
420   /gl/inquiry/gl_account_inquiry.php
421   /gl/inquiry/gl_trial_balance.php
422   /gl/manage/gl_account_types.php
423   /gl/manage/gl_accounts.php
424   /includes/ui/ui_controls.inc
425   /inventory/includes/item_adjustments_ui.inc
426   /inventory/includes/stock_transfers_ui.inc
427   /inventory/inquiry/stock_movements.php
428   /manufacturing/search_work_orders.php
429   /manufacturing/work_order_add_finished.php
430   /manufacturing/work_order_entry.php
431   /manufacturing/includes/work_order_issue_ui.inc
432   /manufacturing/manage/bom_edit.php
433   /purchasing/supplier_payment.php
434   /purchasing/includes/ui/grn_ui.inc
435   /purchasing/includes/ui/invoice_ui.inc
436   /purchasing/includes/ui/po_ui.inc
437   /purchasing/inquiry/po_search.php
438   /purchasing/inquiry/po_search_completed.php
439   /purchasing/inquiry/supplier_allocation_inquiry.php
440   /purchasing/inquiry/supplier_inquiry.php
441   /sales/customer_credit_invoice.php
442   /sales/customer_delivery.php
443   /sales/customer_invoice.php
444   /sales/includes/ui/sales_credit_ui.inc
445   /sales/inquiry/customer_allocation_inquiry.php
446   /sales/inquiry/customer_inquiry.php
447   /sales/inquiry/sales_deliveries_view.php
448   /sales/inquiry/sales_orders_view.php
449   /taxes/tax_groups.php
450
451 06-Jun-2008 Joe Hunt
452 # Final fixes in html layout
453 $ /admin/create_coy.php
454   /gl/gl_deposit.php
455   /gl/gl_payment.php
456   /gl/manage/exchange_rates.php
457   /inventory/prices.php
458   /inventory/purchasing_date.php
459   /inventory/reorder_level.php
460   /inventory/inquiry/stock_status.php
461   /manufacturing/inquiry/where_used_inquiry.php
462   /manufacturing/manage/bom_edit.php
463   
464 05-Jun-2008 Joe Hunt
465 ! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based.
466 $ /includes/ui/ui_view.inc
467 # Fixed a html layout bug
468 $ /includes/page/header.inc
469
470 31-May-2008 Joe Hunt
471 # A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists!
472 $ /gl/view/gl_deposit_view.php
473   /gl/view/gl_payment_view.php
474   /includes/ui/ui_controls.inc
475   /includes/ui/ui_lists.inc
476   /includes/ui/ui_view.inc
477   /manufacturing/work_order_add_finished.php
478   /manufacturing/includes/manufacturing_ui.inc
479   /manufacturing/view/work_order_view.php
480   /manufacturing/view/wo_issue_view.php
481   /sales/inquiry/customer_allocation_inquiry.php
482   /sales/inquiry/customer_inquiry.php
483
484 30-May-2008 Joe Hunt
485 # Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
486 $ /inventory/inquiry/stock_movements.php
487   /reporting/rep302.php
488
489 28-May-2008 Joe Hunt
490 # More bugs related to debtor_trans changes (positive amounts)
491 $ /gl/includes/db/gl_db_banking.inc
492   /sales/allocations/customer_allocate.php
493   /sales/includes/db/custalloc_db.inc
494   /sales/inquiry/customer_allocation_inquiry.php
495
496 27-May-2008 Joe Hunt
497 # Changed more files with new html/css.
498 $ /includes/page/header.inc
499   /purchasing/inquiry/supplier_allocation_inquiry.php
500   /sales/credit_note_entry.php
501   
502 26-May-2008 Joe Hunt
503 # Fixed many minor bugs, new ones as well as debtor_trans related.
504 ! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change.
505 $ /admin/backups.php
506   /admin/create_coy.php
507   /admin/inst_lang.php
508   /admin/inst_module.php
509   /gl/manage/exchange_rates.php
510   /includes/session.inc
511   /includes/page/header.inc
512   /includes/ui/ui_controls.inc
513   /includes/ui/ui_input.inc
514   /includes/ui/ui_lists.inc
515   /includes/ui/ui_view.inc
516   /purchasing/allocations/supplier_allocate.php
517   /sales/allocations/customer_allocate.php
518   /sales/includes/db/sales_credit_db.inc
519   /sales/inquiry/customer_allocation_inquiry.php
520   /themes/aqua/default.css
521   /themes/cool/default.css
522   /themes/default/default.css
523   
524 23-May-2008 Joe Hunt
525 # Minor bug in dimensions.php (Outstanding Dimensions)
526 $ /applications/dimensions.php
527   /dimensions/inquiry/search_dimensions.php
528   
529 23-May-2008 Janusz Dobrowolski
530 ! Include file order / error handling order fixed once again.
531 $ /includes/main.inc
532   /includes/session.inc
533   
534 23-May-2008 Joe Hunt
535 ! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the
536   correct renderer.php.
537 $ frontaccounting.php
538   /includes/page/header.inc
539   /includes/page/footer.inc
540   /themes/default/renderer.php
541   /themes/cool/renderer.php
542   /themes/aqua/renderer.php
543
544 22-May-2008 Janusz Dobrowolski
545 ! Error handler switching moved to session.inc for early error catching
546 $ /includes/main.inc
547   /includes/session.inc
548 ! Cosmetic cleanup
549   /js/utils.js
550   
551 18-May-2008 Janusz Dobrowolski
552 # Added explicit ob_end_flush() on shutdown needed for php5
553 $ /includes/main.inc
554 # Fixed for www servers on nonstandard listening ports.
555 $ /js/JsHttpRequest.js
556
557 18-May-2008 Joe Hunt
558 # Bug when inserting new records in debtor_trans.
559 $ /sales/includes/db/cust_trans_db.inc
560
561 16-May-2008 Janusz Dobrowolski
562 + Rewritten errors/messages handling, unified for ajax/user/php errors
563 $ /includes/errors.inc
564   /includes/main.inc
565   /includes/ui/ui_msgs.inc
566 + Framework extended for ajax functionality, javascript code organization improvements.
567 $ /config.php
568   /includes/JsHttpRequest.php (new file)
569   /includes/ajax.inc (new file)
570   /includes/current_user.inc
571   /includes/session.inc
572   /includes/lang/language.php
573   /includes/page/footer.inc
574   /includes/page/header.inc
575   /includes/ui/ui_controls.inc
576   /includes/ui/ui_input.inc
577   /includes/ui/ui_view.inc
578   /js/JsHttpRequest.js (new file)
579   /js/allocate.js (new file)
580   /js/utils.js (new file)
581   /js/behaviour.js
582   /js/inserts.js
583   /themes/aqua/images (new dir)
584   /themes/aqua/images/button_ok.png (new file)
585   /themes/aqua/images/locate.png (new file)
586   /themes/cool/images (new dir)
587   /themes/coll/images/button_ok.png (new file)
588   /themes/coll/images/locate.png (new file)
589   /themes/default/images/button_ok.png (new file)
590   /themes/default/images/progressbar.gif (new file)
591   /themes/default/images/progressbar1.gif (new file)
592   /themes/default/images/progressbar2.gif (new file)
593   /themes/default/default.css
594   /themes/aqua/default.css
595   /themes/cool/default.css
596 ! Payment allocation js functions moved to allocate.js
597 $ /purchasing/allocations/supplier_allocate.php 
598   /sales/allocations/customer_allocate.php
599 ! Some initializations moved from sales_order_ui.inc
600 $ /sales/includes/cart_class.inc
601 + Added javascript compression routine
602 $ /includes/main.inc
603
604 14-May-2008 Joe Hunt
605 # Minor bugs in the former fixing.
606 $ /includes/ui/ui_lists.inc
607
608 14-May-2008 Joe Hunt
609 # When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
610   the records when there were no search values.
611 $ /includes/ui/ui_lists.inc
612
613 09-May-2008 Joe Hunt
614 ! Due to differences in Javascript the script update_db.php had to be changed.
615 ! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
616 $ /update_db.php
617   /sql/en_US-new.sql
618   /sql/en_US-demo.sql
619   
620 09-May-2008 Janusz Dobrowolski
621 # Automatic calculation of not set item prices from home currency and base sales type settings.
622 $ /admin/company_preferences.php
623   /admin/db/company_db.inc
624   /includes/ui/ui_lists.inc
625   /sales/includes/cart_class.inc
626   /sales/includes/sales_db.inc
627   /sales/includes/db/sales_order_db.inc
628   /sales/includes/db/sales_types_db.inc
629   /sales/includes/ui/sales_credit_ui.inc
630   /sales/includes/ui/sales_order_ui.inc
631   /sales/manage/sales_types.php
632   /sql/alter.sql
633 # Fixed dev bug blocking change of price on order entry.
634 $ /sales/includes/ui/sales_order_ui.inc
635 # Small display fix
636 $ /sales/manage/sales_people.php
637
638 30-Apr-2008 Joe Hunt
639 # Fixed price update also in purchase order
640 $ /purchasing/includes/ui/po_ui.inc
641
642 30-Apr-2008 Janusz Dobrowolski
643 # Fixed price update when changing item in sales order.
644 $ /includes/ui/ui_lists.inc
645   /js/inserts.js
646   /sales/includes/ui/sales_order_ui.inc
647
648 24-Apr-2008 Janusz Dobrowolski
649 + Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file.
650 $ /company/0/reporting (added new directory)
651   /company/0/reporting/index.php
652   /admin/create_coy.php
653   /reporting/includes/reports_classes.inc
654 # Warnings turned off in case of charset not supported by htmlspecialchars().
655 $ /includes/db/connect_db.inc
656 # Added content type encoding header
657 $ /includes/page/header.inc
658
659 24-Apr-2008 Joe Hunt
660 # Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to
661   /includes/prefs/sysprefs.inc
662 $ /includes/ui/items_cart.inc  
663 # Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc
664 $ /reporting/includes/pdf_report.inc
665
666 23-Apr-2008 Joe Hunt
667 ! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.
668   It will make it easier to design your own document layouts.
669 $ /reporting/includes/pdf_report.inc
670   /reporting/includes/header2.inc (new file)
671   
672 20-Apr-2008 Janusz Dobrowolski
673 # Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
674 $ /admin/create_coy.php
675 ! Added missing include_once directives.
676 $ /includes/ui/items_cart.inc
677   /includes/ui/ui_lists.inc
678   /includes/ui/ui_view.inc
679 + Added ini default_charset unnecessary for planned ajax calls.
680 $ /includes/lang/language.inc
681
682 19-Apr.2008 Joe Hunt
683 # Bug (right to left text was done if price decimals were 3). A test sentense from a while
684   ago wasn't removed.
685 $ /reporting/includes/pdf_report.inc
686
687 18-Apr-2008 Janusz Dobrowolski
688 # Additional checks on provisions and break point entry.
689 $ /sales/manage/sales_people.php
690 ! Modules purchasing, sales and taxes sealed against XSS attacks
691 $ /install/save.php
692   /admin/db/maintenance_db.inc
693   /purchasing/includes/db/grn_db.inc
694   /purchasing/includes/db/invoice_items_db.inc
695   /purchasing/includes/db/po_db.inc
696   /purchasing/includes/db/supp_trans_db.inc
697   /purchasing/manage/suppliers.php
698   /sales/includes/db/credit_status_db.inc
699   /sales/includes/db/cust_trans_db.inc
700   /sales/includes/db/cust_trans_details_db.inc
701   /sales/includes/db/sales_order_db.inc
702   /sales/includes/db/sales_types_db.inc
703   /sales/manage/customer_branches.php
704   /sales/manage/customers.php
705   /sales/manage/sales_areas.php
706   /sales/manage/sales_people.php
707   /taxes/db/item_tax_types_db.inc
708   /taxes/db/tax_groups_db.inc
709   /taxes/db/tax_types_db.inc
710
711 18-Apr-2008 Joe Hunt
712 ! Module gl sealed against XSS Attacks
713 $ /gl/includes/db/gl_db_accounts.inc
714   /gl/includes/db/gl_db_account_types.inc
715   /gl/includes/db/gl_db_bank_accounts.inc
716   /gl/includes/db/gl_db_bank_trans.inc
717   /gl/includes/db/gl_db_bank_trans_types.inc
718   /gl/includes/db/gl_db_currencies.inc
719   /gl/includes/db/gl_db_trans.inc
720   
721 18-Apr-2008 Janusz Dobrowolski
722 ! Modules admin and dimensions sealed against XSS attacks
723 $ /admin/payment_terms.php
724   /admin/shipping_companies.php
725   /admin/db/company_db.inc
726   /admin/db/maintenance_db.inc
727   /admin/db/users_db.inc
728   /admin/db/voiding_db.inc
729   /dimensions/includes/dimensions_db.inc
730
731 18-Apr-2008 Joe Hunt
732 ! Modules includes, inventory and manufacturing sealed against XSS attacks
733 $ /includes/db/comments_db.inc
734   /includes/db/inventory_db.inc
735   /includes/db/references_db.inc
736   /inventory/includes/db/items_category_db.inc
737   /inventory/includes/db/items_db.inc
738   /inventory/includes/db/items_locations_db.inc
739   /inventory/includes/db/items_units_db.inc
740   /inventory/includes/db/movement_types_db.inc
741   /manufacturing/includes/db/work_centres_db.inc
742   /manufacturing/includes/db/work_orders_db.inc
743   /manufacturing/includes/db/work_orders_quick_db.inc
744   /manufacturing/includes/db/work_order_issues_db.inc
745   /manufacturing/includes/db/work_order_produce_items_db.inc
746   
747 18-Apr-2008 Janusz Dobrowolski
748 ! Changed db_escape function to avoid XSS attacks via js db injection
749 $ /includes/db/connect_db.inc
750 # Database inserts/updates secured against js injection
751 $ /admin/db/maintenance_db.inc
752   /gl/includes/db/gl_db_accounts.inc
753   /purchasing/includes/db/po_db.inc
754   /sales/sales_order_entry.php
755   /sales/includes/db/sales_order_db.inc
756
757 16-Apr-2008 Joe Hunt
758 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
759 $ /includes/ui/ui_lists.inc
760
761 09-Apr-2008 Janusz Dobrowolski
762 # Fixed number formatting bug in standard cost update.
763 $ /inventory/cost_update.php
764
765 -------------------- 2,0 Beta - released ----------------------------
766
767 06-Apr-2008 Joe Hunt
768 ! Changed install.html and update.html to fit the new unstable release 2.0
769 ! Changed demo sql script to fit the 2.0 unstable.
770 $ install.html
771   update.html
772   /sql/en_US-demo.sql
773   
774 06-Apr-2008 Janusz Dobrowolski
775 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
776   /sales/customer_invoice.php
777 # Fixed typo causing error while adding new tax type.
778   /taxes/tax_types.php
779   
780 05-Apr-2008 Joe Hunt
781 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
782 $ /admin/create_coy.php
783
784 05-Apr-2008 Joe Hunt
785 # Removed annoying warnings in several reports. 
786 $ config.php 
787   /reporting/rep102.php
788   /reporting/rep104.php
789   /reporting/rep201.php
790   /reporting/rep203.php
791   /reporting/rep705.php
792   /reporting/rep706.php
793   /reporting/rep707.php
794   /reporting/rep709.php
795   /reporting/reports_main.php
796   /reporting/includes/pdf_report.inc
797   
798 04-Apr-2008 Janusz Dobrowolski
799 # Javascript bugfix in selecting orders for template.
800 $ /sales/inquiry/sales_orders_view.php
801
802 04-Apr-2008 Joe Hunt
803 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
804 + Preparing for download of release 2.0b on SourceForge.
805 $ config.php
806   update.html
807   /sql/en_US-new.sql
808   /sql/en_US-demo.sql
809   
810 02-Apr-2008 Janusz Dobrowolski
811 # Removed selector expansion on space key for multi-line selectors
812 $ /js/inserts.js
813 ! Hiding search button in combo selectors for javascript enabled browsers
814 $ /includes/ui/ui_lists.inc
815   /js/inserts.js
816 + Focus set to invalid form field after submit check fail
817 $ /admin/company_preferences.php
818   /admin/fiscalyears.php
819   /admin/gl_setup.php
820   /admin/payment_terms.php
821   /admin/shipping_companies.php
822   /admin/users.php
823   /admin/void_transaction.php
824   /dimensions/dimension_entry.php
825   /gl/bank_transfer.php
826   /gl/gl_deposit.php
827   /gl/gl_journal.php
828   /gl/gl_payment.php
829   /gl/manage/bank_accounts.php
830   /gl/manage/bank_trans_types.php
831   /gl/manage/currencies.php
832   /gl/manage/exchange_rates.php
833   /gl/manage/gl_account_classes.php
834   /gl/manage/gl_account_types.php
835   /gl/manage/gl_accounts.php
836   /inventory/adjustments.php
837   /inventory/cost_update.php
838   /inventory/prices.php
839   /inventory/purchasing_data.php
840   /inventory/transfers.php
841   /inventory/manage/item_categories.php
842   /inventory/manage/item_units.php
843   /inventory/manage/items.php
844   /inventory/manage/locations.php
845   /inventory/manage/movement_types.php
846   /manufacturing/work_order_add_finished.php
847   /manufacturing/work_order_entry.php
848   /manufacturing/work_order_issue.php
849   /manufacturing/work_order_release.php
850   /manufacturing/manage/bom_edit.php
851   /manufacturing/manage/work_centres.php
852   /purchasing/po_entry_items.php
853   /purchasing/po_receive_items.php
854   /purchasing/supplier_credit.php
855   /purchasing/supplier_credit_grns.php
856   /purchasing/supplier_invoice.php
857   /purchasing/supplier_invoice_grns.php
858   /purchasing/supplier_payment.php
859   /purchasing/supplier_trans_gl.php
860   /purchasing/allocations/supplier_allocate.php
861   /purchasing/manage/suppliers.php
862   /sales/credit_note_entry.php
863   /sales/customer_credit_invoice.php
864   /sales/customer_delivery.php
865   /sales/customer_invoice.php
866   /sales/customer_payments.php
867   /sales/sales_order_entry.php
868   /sales/allocations/customer_allocate.php
869   /taxes/item_tax_types.php
870   /taxes/tax_groups.php
871   /taxes/tax_types.php
872 # Set default focus in update_db.php
873 $ /admin/backups.php
874
875 29-Mar-2008 Janusz Dobrowolski
876 # Changed gl_all_accounts_list() API
877 $ /includes/ui/ui_lists.inc
878 + Enhanced list accessability in kbd usage via space key
879 $ js/inserts.js
880
881 28-Mar-2008 Janusz Dobrowolski
882 # Fixed headers for various display mode
883 $ /sales/inquiry/sales_orders_view.php
884
885 28-Mar-2008 Joe Hunt
886 + Added print document options in inquiries.
887 $ /sales/inquiry/customer_inquiry.php
888   /sales/inquiry/sales_orders_view.php
889   /sales/inquiry/sales_deliveries_view.php
890   /purchasing/inquiry/po_search.php
891   /purchasing/inquiry/po_search_completed.php
892   
893 28-Mar-2008 Joe Hunt
894 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
895 $ /sales/includes/db/customers_db.inc
896 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
897 $ /sales/includes/db/sales_credit_db.inc
898 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
899 $ /reporting/includes/doctext.inc
900   /reporting/includes/doctext2.inc
901 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
902 $ /reporting/rep101.php
903   /reporting/rep102.php
904
905 28-Mar-2008 Janusz Dobrowolski
906 # Layout/focus fixes for no_[customer/supplier/item]_list option on
907 $  /includes/ui/ui_lists.inc
908    /purchasing/includes/ui/po_ui.inc
909    /sales/credit_note_entry.php
910    /sales/sales_order_entry.php
911    /sales/includes/ui/sales_credit_ui.inc
912    /sales/includes/ui/sales_order_ui.inc
913
914 27-Mar-2008 Janusz Dobrowolski
915 + Automatic first field focus on page start, focus order preserved between form updates
916 $  /gl/inquiry/gl_account_inquiry.php
917    /includes/page/footer.inc
918    /includes/ui/ui_controls.inc
919    /includes/ui/ui_input.inc
920    /includes/ui/ui_lists.inc
921    /includes/ui/ui_view.inc
922    /js/inserts.js
923    /sales/sales_order_entry.php
924    /sales/credit_note_entry.php
925    /sales/includes/ui/sales_credit_ui.inc
926    /sales/includes/ui/sales_order_ui.inc
927 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
928 $  /includes/ui/ui_input.inc
929 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
930 $  /gl/gl_deposit.php
931    /gl/gl_journal.php
932    /gl/gl_payment.php
933    /gl/includes/ui/gl_deposit_ui.inc
934    /gl/includes/ui/gl_journal_ui.inc
935    /gl/includes/ui/gl_payment_ui.inc
936    /includes/ui/ui_view.inc
937    /purchasing/po_entry_items.php
938    /purchasing/includes/ui/po_ui.inc
939    /sales/sales_order_entry.php
940    /sales/includes/ui/sales_credit_ui.inc
941    /sales/includes/ui/sales_order_ui.inc
942    /js/inserts.js
943 ! get_js_set_focus moved from ui_view (this is only standalone form).
944    /update_db.php
945 # Fixed debit/credit entry check 
946 $  /gl/gl_journal.php
947 # Restored GET/POST security check on path_to_root
948 $  /config.php
949
950 26-Mar-2008 Janusz Dobrowolski
951 # Bug fixes in purchase module related to tax structure changes.
952 $  /purchasing/includes/supp_trans_class.inc
953    /purchasing/includes/db/invoice_db.inc
954    /purchasing/includes/db/invoice_items_db.inc
955    /purchasing/includes/ui/invoice_ui.inc
956    /reporting/rep105.php
957
958 25-Mar-2008 Janusz Dobrowolski
959 ! Per company pdf, backup and graphics directories in 'company' dir.
960 $  /company (new dir)
961    /company/0 (new dir)
962    /company/0/images/ (new dir)
963    /company/0/images/102.jpg    (moved from inventory/manage/image)
964    /company/0/images/103.jpg    (moved from inventory/manage/image)
965    /company/0/images/104.jpg    (moved from inventory/manage/image)
966    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
967    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
968    /admin/backups.php
969    /admin/create_coy.php
970    /admin/db/maintenance_db.inc
971    /install/index.php
972    /reporting/rep102.php
973    /reporting/rep104.php
974    /reporting/rep202.php
975    /reporting/rep303.php
976    /reporting/rep706.php
977    /reporting/rep707.php
978    /reporting/includes/pdf_report.inc
979    /inventory/manage/items.php
980
981 + jscript component caching (enables browser caching and future compression)
982 $  /includes/session.inc
983    /includes/main.inc
984    /includes/page/header.inc
985    /includes/ui/ui_view.inc
986    /admin/display_prefs.php
987    /config.php
988
989 - Removed obsolete file
990 $  /sales/includes/ui/print_invoice.inc
991
992 21-Mar-2008 Janusz Dobrowolski
993 ! Total Allocation/Left to Allocate update without page submit.
994 $  /includes/ui/ui_view.inc
995    /purchasing/allocations/supplier_allocate.php
996    /sales/allocations/customer_allocate.php
997 # Fixed unvisable under IE editbutton
998 $  /themes/aqua/default.css
999    /themes/cool/default.css
1000    /themes/default/default.css
1001
1002 20-Mar-2008 Janusz Dobrowolski
1003 # Excluding delivery notes from Customer Balances, removed warnings. 
1004 $  /reporting/rep101.php 
1005 # Divide by zero fix on order_price==0 in new supplier invoice
1006 $  /purchasing/supplier_invoice_grns.php
1007 # Database bug fix in new customer entry
1008 $  /sales/manage/customers.php
1009 # Small bug fix (warnings) in is_date() function.
1010 $  /includes/date_functions.inc
1011
1012 18-Mar-2008 Janusz Dobrowolski
1013 # Line items editor uses POST method - no disappearing shippment info.
1014 $  /sales/credit_note_entry.php
1015    /sales/sales_order_entry.php
1016    /sales/includes/ui/sales_credit_ui.inc
1017    /sales/includes/ui/sales_order_ui.inc
1018 + Added edit_button_cell() function
1019 $  /includes/ui/ui_controls.inc
1020 + Helper function for finding indexed submit $_POST vars.
1021 $  /includes/ui/ui_input.inc
1022 + New class .editbutton for buttons. Default view is link alike.
1023 $  /themes/aqua/default.css
1024    /themes/cool/default.css
1025    /themes/default/default.css
1026
1027 17-Mar-2008 Janusz Dobrowolski
1028 # Added rounding when needed to avoid document non cosistent documents.
1029 $  /includes/banking.inc
1030    /purchasing/supplier_credit_grns.php
1031    /purchasing/supplier_invoice_grns.php
1032    /purchasing/includes/supp_trans_class.inc
1033    /purchasing/includes/ui/invoice_ui.inc
1034    /purchasing/includes/ui/po_ui.inc
1035    /reporting/rep107.php
1036    /reporting/rep109.php
1037    /reporting/rep110.php
1038    /reporting/rep209.php
1039    /sales/includes/cart_class.inc
1040    /sales/includes/ui/sales_credit_ui.inc
1041    /sales/includes/ui/sales_order_ui.inc
1042    /sales/view/view_credit.php
1043    /sales/view/view_dispatch.php
1044    /sales/view/view_invoice.php
1045    /sales/view/view_sales_order.php
1046    /taxes/tax_calc.inc
1047 # Sign bug for customer transactions
1048 $  /reporting/rep709.php
1049 # Include file conflict fix
1050 $ /purchasing/includes/ui/invoice_ui.inc
1051   /gl/manage/bank_accounts.php
1052   /manufacturing/inquiry/where_used_inquiry.php
1053   /purchasing/manage/suppliers.php
1054   
1055 16-Mar-2008 Janusz Dobrowolski
1056 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
1057 $  /js/behaviour.js
1058    /js/inserts.js
1059 + Added javascript source collecting functions
1060 $  /includes/main.inc
1061 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
1062 + Added global js code collecting arrays  $js_lib, $js_static
1063 $  /includes/session.inc
1064 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
1065 $  /includes/ui/ui_view.inc
1066 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
1067 $  /includes/page/footer.inc
1068    /includes/page/header.inc
1069 ! Added including of data_checks.inc
1070 $  /includes/ui.inc
1071 + User side percent/exrate/qty/price input formatting via onblur handler.
1072 $  /admin/gl_setup.php
1073    /gl/gl_budget.php
1074    /gl/manage/exchange_rates.php
1075    /includes/ui/ui_input.inc
1076    /inventory/purchasing_data.php
1077    /inventory/reorder_level.php
1078    /inventory/includes/item_adjustments_ui.inc
1079    /inventory/includes/stock_transfers_ui.inc
1080    /manufacturing/work_order_entry.php
1081    /manufacturing/manage/bom_edit.php
1082    /purchasing/po_entry_items.php
1083    /purchasing/po_receive_items.php
1084    /purchasing/supplier_credit.php
1085    /purchasing/supplier_credit_grns.php
1086    /purchasing/supplier_invoice_grns.php
1087    /purchasing/supplier_trans_gl.php
1088    /purchasing/allocations/supplier_allocate.php
1089    /purchasing/includes/ui/po_ui.inc
1090    /sales/customer_delivery.php
1091    /sales/customer_invoice.php
1092    /sales/allocations/customer_allocate.php
1093    /sales/includes/ui/sales_credit_ui.inc
1094    /sales/includes/ui/sales_order_ui.inc
1095    /taxes/tax_groups.php
1096    /taxes/tax_types.php
1097
1098 14-Mar-2008 Janusz Dobrowolski
1099  + All forms fixed to accept user native numeric format.
1100  $ /admin/gl_setup.php
1101    /gl/bank_transfer.php
1102    /gl/gl_budget.php
1103    /gl/gl_deposit.php
1104    /gl/gl_journal.php
1105    /gl/gl_payment.php
1106    /gl/includes/db/gl_db_banking.inc
1107    /gl/includes/ui/gl_deposit_ui.inc
1108    /gl/includes/ui/gl_journal_ui.inc
1109    /gl/includes/ui/gl_payment_ui.inc
1110    /gl/manage/exchange_rates.php
1111    /inventory/adjustments.php
1112    /inventory/cost_update.php
1113    /inventory/prices.php
1114    /inventory/purchasing_data.php
1115    /inventory/reorder_level.php
1116    /inventory/transfers.php
1117    /inventory/includes/item_adjustments_ui.inc
1118    /inventory/includes/stock_transfers_ui.inc
1119    /inventory/manage/item_units.php
1120    /manufacturing/work_order_entry.php
1121    /manufacturing/inquiry/where_used_inquiry.php
1122    /manufacturing/manage/bom_edit.php
1123    /purchasing/po_entry_items.php
1124    /purchasing/po_receive_items.php
1125    /purchasing/supplier_credit_grns.php
1126    /purchasing/supplier_invoice_grns.php
1127    /purchasing/supplier_payment.php
1128    /purchasing/supplier_trans_gl.php
1129    /purchasing/allocations/supplier_allocate.php
1130    /purchasing/includes/ui/po_ui.inc
1131    /purchasing/inquiry/po_search.php
1132    /sales/credit_note_entry.php
1133    /sales/customer_credit_invoice.php
1134    /sales/customer_delivery.php
1135    /sales/customer_invoice.php
1136    /sales/customer_payments.php
1137    /sales/sales_order_entry.php
1138    /sales/allocations/customer_allocate.php
1139    /sales/includes/ui/sales_credit_ui.inc
1140    /sales/includes/ui/sales_order_ui.inc
1141    /sales/manage/customers.php
1142    /sales/manage/sales_people.php
1143    /sales/view/view_credit.php
1144    /sales/view/view_dispatch.php
1145    /sales/view/view_invoice.php
1146    /sales/view/view_receipt.php
1147    /sales/view/view_sales_order.php
1148    /taxes/item_tax_types.php
1149    /taxes/tax_groups.php
1150    /taxes/tax_types.php
1151  + User format functions for percent/price/exrate amounts display.
1152  $ /includes/current_user.inc
1153  + Input checking functions for numeric input fields in user native format
1154  $ /includes/data_checks.inc
1155  + Numeric input fields in user native format
1156  $ /includes/ui/ui_input.inc
1157  + Javascript function for conversion to/from user native numeric format.
1158  $ /includes/ui/ui_view.inc
1159  + New class amount for numeric input
1160  $ /themes/aqua/default.css
1161    /themes/cool/default.css
1162    /themes/default/default.css
1163  # Removed warning on adding component
1164    /manufacturing/manage/bom_edit.php
1165  # Quantity display correction
1166    /manufacturing/inquiry/where_used_inquiry.php
1167  # Fixed add_customer_trans() call
1168    /gl/includes/db/gl_db_banking.inc
1169
1170 12-Mar-2008 Joe Hung
1171  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
1172  - Removed default insertion of Units of Measure. Not neccessary.
1173  $ /sql/alter.sql
1174    /admin/db/maintenance_db.inc (added support for update)
1175
1176 11-Mar-2008 Janusz Dobrowolski
1177  + Table of measure moved into new table item_units
1178  ! Removed $themes[] from config.php, theme list based on directory structure
1179  $ /config.php
1180    /includes/ui/ui_lists.inc
1181    /applications/inventory.php
1182    /inventory/includes/inventory_db.inc
1183    /inventory/includes/db/items_units_db.inc
1184    /inventory/manage/item_units.php
1185    /inventory/manage/items.php
1186    /sql/alter.sql
1187
1188 11-Mar-2008 Joe Hunt
1189  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
1190  $ /sales/customer_invoice.php
1191    /sales/customer_delivery.php
1192  
1193 10-Mar-2008 Joe Hunt
1194  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
1195  $ /sales/sales_order_entry.php
1196  
1197 10-Mar-2008 Janusz Dobrowolski
1198  + Added price list selector to sales entry (debtor_master gives only default one)
1199  + Added optional submit_on_change parameter to sales ui lists
1200  $ /includes/ui/ui_lists.inc
1201    /sales/sales_order_entry.php
1202    /sales/includes/ui/sales_credit_ui.inc
1203    /sales/includes/ui/sales_order_ui.inc
1204  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
1205  $ /sales/includes/cart_class.inc
1206    /includes/ui/ui_view.inc
1207    /sales/includes/sales_db.inc
1208  # Fixed bogus sales_type lists in edition mode
1209  $ /sales/customer_delivery.php
1210    /sales/customer_invoice.php
1211  # Smaller fixes, cart_class.sales_type name change
1212  $ /sales/includes/ui/sales_credit_db.inc
1213    /sales/credit_note_entry.php
1214    /sales/customer_credit_invoice.php
1215    /sales/includes/cart_class.inc
1216    /sales/includes/db/sales_credit_db.inc
1217    /sales/includes/db/sales_delivery_db.inc
1218    /sales/includes/db/sales_invoice_db.inc
1219    /sales/includes/db/sales_order_db.inc
1220    /sales/includes/ui/sales_credit_ui.inc
1221  # One another pmWiki name conflict removed
1222  $ /admin/display_prefs.php
1223  
1224 09-Mar-2008 Joe Hunt
1225  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
1226  $ /dimensions/includes/dimensions_db.inc
1227    /gl/includes/db/gl_db_banking.inc
1228    /includes/main.inc
1229    /inventory/includes/db/items_adjust_db.inc
1230    /manufacturing/includes/db/work_order_issues_db.inc
1231    /manufacturing/includes/db/work_order_produce_items_db.inc
1232    /manufacturing/includes/db/work_orders_db.inc
1233    /manufacturing/includes/db/work_orders_quick_db.inc
1234    /purchasing/includes/db/grn_db.inc
1235    /purchasing/includes/db/po_db.inc
1236    /purchasing/includes/db/supp_payment_db.inc
1237    /reporting/includes/form_types.inc (File removed)
1238    /sales/includes/db/sales_delivery_db.inc
1239    /sales/includes/db/sales_invoice_db.inc
1240    /sales/includes/db/sales_order_db.inc
1241    /sql/alter.sql
1242  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
1243  $ /reporting/rep101.php
1244    /reporting/rep201.php
1245  # clone replacement do_clone() for both PHP 4 and PHP 5.
1246  $ /includes/ui/ui_view.inc (at the very bottom)
1247    /sales/includes/cart_class.inc
1248    
1249 07-Mar-2008 Janusz Dobrowolski
1250  ! Changed name tax type uniqueness constraint to (name, rate)
1251  $ /includes/ui/ui_lists.inc
1252    /taxes/items_tax_types.php
1253  ! Tax included option moved from tax_group to sales_types table
1254  $ includes/ui/ui_view.inc
1255    /purchasing/includes/ui/invoice_ui.inc
1256    /taxes/tax_calc.inc
1257    /taxes/tax_groups.php
1258    /taxes/db/tax_groups_db.inc
1259    /sql/alter.sql
1260  # Final rewriting of sales module, a lot of bugfixes.
1261  + Template delivery/invoicing
1262  + Concurrent document editing control on sql level
1263  + Most of sales documents are now editable
1264  + Some links to print documents after entry
1265  ! Changed javascript helper function for customer allocations
1266  $ /applications/customers.php
1267    /includes/ui/ui_input.inc
1268    /reporting/rep107.php
1269    /reporting/rep109.php
1270    /reporting/rep110.php
1271    /sales/credit_note_entry.php
1272    /sales/customer_credit_invoice.php
1273    /sales/customer_delivery.php
1274    /sales/customer_invoice.php
1275    /sales/customer_payments.php
1276    /sales/sales_order_entry.php
1277    /sales/allocations/customer_allocate.php
1278    /sales/allocations/customer_allocation_main.php
1279    /sales/includes/cart_class.inc
1280    /sales/includes/sales_db.inc
1281    /sales/includes/sales_ui.inc
1282    /sales/includes/db/cust_trans_db.inc
1283    /sales/includes/db/cust_trans_details_db.inc
1284    /sales/includes/db/custalloc_db.inc
1285    /sales/includes/db/customers_db.inc
1286    /sales/includes/db/payment_db.inc
1287    /sales/includes/db/sales_credit_db.inc
1288    /sales/includes/db/sales_delivery_db.inc
1289    /sales/includes/db/sales_invoice_db.inc
1290    /sales/includes/db/sales_order_db.inc
1291    /sales/includes/db/sales_types_db.inc
1292    /sales/includes/ui/print_invoice.inc
1293    /sales/includes/ui/sales_credit_ui.inc
1294    /sales/includes/ui/sales_order_ui.inc
1295    /sales/inquiry/customer_allocation_inquiry.php
1296    /sales/inquiry/customer_inquiry.php
1297    /sales/inquiry/sales_deliveries_view.php
1298    /sales/inquiry/sales_orders_view.php
1299    /sales/manage/credit_status.php
1300    /sales/manage/sales_types.php
1301    /sales/view/view_credit.php
1302    /sales/view/view_dispatch.php
1303    /sales/view/view_invoice.php
1304    /sales/view/view_receipt.php
1305    /sales/view/view_sales_order.php
1306 # Removed function name conflict with wiki help system
1307    /includes/lang/language.php
1308    
1309 06-Mar-2008 Janusz Dobrowolski
1310  + Wiki help links integration
1311  $ /config.php
1312    /includes/page/header.inc
1313    /includes/lang/language.php
1314  + Optional debuging with xdebug module
1315  $ /index.php
1316    /includes/db/connect_db.inc
1317  ! Concurrent edition fix
1318  $  /includes/systypes.inc
1319  # Table header fix
1320  $  /manufacturing/manage/bom_edit.php
1321  # Menu layout fixes
1322  $ /themes/aqua/renderer.php
1323    /themes/cool/renderer.php
1324    /themes/default/renderer.php
1325  # Removed warning about nonexistent $_GET variable
1326  $ /dimensions/inquiry/search_dimensions.php
1327  # MySQL 3.xx CAST bug fix
1328  $ /includes/db/manufacturing_db.inc
1329    /manufacturing/includes/db/work_order_requirements_db.inc
1330    /manufacturing/inquiry/where_used_inquiry.php
1331
1332 04-Mar-2008 Joe Hunt
1333  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
1334    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
1335  $ /inventory/cost_update.php
1336    /purchasing/includes/db/grn_db.inc and
1337    /manufacturing/manage/bom_edit.php. 
1338    /manufacturing/includes/db/work_orders_db.inc
1339    /manufacturing/includes/db/work_orders_quick_db.inc
1340    /manufacturing/work_order_entry.php
1341   
1342 21-Feb-2008 Joe Hunt
1343  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
1344  $ /admin/view_print_transaction.php
1345    /applications/setup.php
1346   
1347 17-Feb-2008 Joe Hunt
1348  ! Minor change in menu and function in view_print_transaction.php
1349  $ /admin/view_print_transaction.php
1350    /application/setup.php
1351  + Preparing for print of single documents
1352  $ /reporting/includes/reporting.inc
1353  ! Removing 'out' field in table tax_types
1354  $ /sql/alter.sql
1355    /taxes/tax_types.php
1356    /taxes/db/tax_types_db.inc
1357  + Added 2 functions in ui_input.inc, button and button_cell
1358    /includes/ui/ui_input.inc
1359
1360 11-Feb-2008 Joe Hunt
1361  + Added file, update_db.php, for updating company databases from an SQL script.
1362  $ update_db.php (New file)
1363    update.html
1364   
1365 06-Fef-2008 Joe Hunt
1366  + Added Report, Salesman Listing, rep106.php. 
1367  $ /reporting/reports_main.php
1368    /reporting/rep106.php
1369   
1370 06-Feb-2008 Janusz Dobrowolski
1371  + Separation of customer invoice issue and goods delivery.
1372  + Batch invoicing for more than one delivery
1373  # Corrected inadequate shipping tax calculations.
1374  ! Default debugging status changed to off.
1375  $ /taxes/tax_calc.inc
1376    /taxes/db/tax_groups_db.inc
1377    /admin/db/voiding_db.inc
1378    /applications/customers.php
1379    /includes/systypes.inc
1380    /includes/types.inc
1381    /includes/ui/ui_controls.inc
1382    /includes/ui/ui_lists.inc
1383    /includes/ui/ui_view.inc
1384    /inventory/inquiry/stock_status.php
1385    /reporting/rep105.php
1386    /reporting/rep107.php
1387    /reporting/rep109.php
1388    /reporting/rep110.php 
1389    /reporting/rep209.php
1390    /reporting/reports_main.php
1391    /reporting/includes/doctext.inc
1392    /reporting/includes/doctext2.inc
1393    /reporting/includes/form_types.inc
1394    /reporting/includes/pdf_report.inc
1395    /reporting/includes/reports_classes.inc
1396    /sales/customer_credit_invoice.php
1397    /sales/customer_invoice.php
1398    /sales/sales_order_entry.php
1399    /sales/customer_delivery.php 
1400    /sales/includes/db/sales_delivery_db.inc 
1401    /sales/includes/ui/print_invoice.inc 
1402    /sales/includes/cart_class.inc
1403    /sales/includes/sales_db.inc
1404    /sales/includes/db/cust_trans_db.inc
1405    /sales/includes/db/cust_trans_details_db.inc
1406    /sales/includes/db/sales_credit_db.inc
1407    /sales/includes/db/sales_invoice_db.inc
1408    /sales/includes/db/sales_order_db.inc
1409    /sales/includes/ui/sales_order_ui.inc
1410    /sales/inquiry/customer_allocation_inquiry.php
1411    /sales/inquiry/customer_inquiry.php
1412    /sales/inquiry/sales_orders_view.php
1413    /sales/inquiry/sales_deliveries_view.php 
1414    /sales/view/view_dispatch.php
1415    /sales/view/view_invoice.php
1416    /sales/view/view_sales_order.php
1417    /sql/alter.sql
1418    config.php
1419   
1420 01-Feb-2008 Joe Hunt
1421  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
1422  $ /sales/includes/cart_class.inc
1423    /sales/includes/db/sales_credit_db.inc
1424    /sales/includes/db/sales_invoice_db.inc
1425    /sales/includes/db/sales_order_db.inc
1426    /sales/includes/db/cust_trans_details_db.inc
1427    /sales/includes/ui/sales_order_ui.inc
1428    /sales/includes/ui/sales_credit_ui.inc
1429    /sales/credit_note_entry.php
1430    /sales/customer_credit_invoice.php
1431    /sales/sales_order_entry.php
1432    /sales/customer_invoice.php
1433
1434 31-Jan-2008 Joe Hunt
1435  ! New Release 2.0 Pre Alpha
1436  $ config.php
1437  # Fixed a release 2 related bug in create_coy.php
1438  $ /admin/create_coy.php
1439  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
1440    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
1441    with these databases changes without any new files. They are coming as soon as possible.
1442  $ /sql/alter.sql (New file)  
1443  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
1444    and 2 related files
1445  $ /purchasing/supplier_trans_gl.php
1446    /purchasing/includes/db/invoice_items_db.inc
1447  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
1448  $ /includes/ui/ui_lists.inc
1449    /purchasing/includes/ui/po_ui.inc
1450    /sales/includes/ui/sales_order_ui.inc
1451    /admin/company_preferences.php
1452    /admin/db/company_db.inc
1453    config.php
1454  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
1455    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
1456  $ /sales/manage/sales_people.php
1457    /includes/ui/ui_input.inc
1458  
1459 -------------------- 2,0 Pre Alpha - above ----------------------------
1460 31-Jan-2008 Janusz Dobrowolski
1461  # Minor bugfix in db_import()
1462  $ /admin/db/maintenance_db.inc
1463  
1464 30-Jan-2008 Janusz Dobrowolski
1465  # Minor display fix in tax_types.php
1466  $ /taxes/tax_types.php
1467  ! Format cleanup on some files.
1468  $ /gl/includes/gl_db.inc
1469    /gl/includes/gl_ui.inc
1470    /applications/application.php
1471    frontaccounting.php
1472    index.php
1473    
1474 -------------------- 1.16 Stable Released ----------------------
1475 28-Jan-2008 Joe Hunt
1476  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
1477    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
1478    and $no_supplier_list. Default is the normal behavior for all listboxes.
1479  $ /includes/ui/ui_lists.inc
1480    /sales/includes/ui/sales_orders_ui.inc
1481    /purchases/includes/ui/po_ui.inc
1482    /themes/default/images/locate.png (New file)
1483    config.php
1484
1485  + Added ALTER TABLE possibility in db_import. For future releases.
1486  $ /admin/db/maintenence_db.inc  
1487
1488  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
1489  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
1490  $ /includes/db/connect_db.inc
1491    /includes/ui/ui_lists.inc
1492    /includes/page/header.inc
1493    /access/login.php
1494    
1495 16-Jan-2008 Joe Hunt
1496  # When login screen is displayed after session timeout page content is broken. It
1497    is because of NOT using absolute paths in href attribute theme elements.
1498  $ /access/login.php
1499  
1500 30-Dec-2007 Joe Hunt
1501  # Minor adjustments in function db_export on line 325
1502  $ /admin/db/maintenance_db.inc
1503  
1504 29-Dec-2007 Joe Hunt
1505  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
1506  $ config.php
1507  
1508  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
1509    Also fixed a unneccessary str_replace when importing sql scripts.
1510  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
1511  $ /admin/db/maintenance_db.inc
1512    /reporting/includes/pdf_report.inc
1513    
1514 13-Dec-2007 Joe Hunt
1515  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
1516  $ /gl/inquiry/gl_trial_balance.php
1517    /gl/inquiry/gl_account_inquiry.php
1518
1519 13-Dec-2007 Joe Hunt
1520  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
1521  $ /admin/db/voiding_db.inc
1522  
1523 06-Dec-2007 Joe Hunt
1524  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
1525  $ /gl/gl_payment.php
1526    /gl/includes/ui/gl_payment_ui.inc
1527    
1528  ! Changed $loc_notification to be set to 0 instead of 1.
1529  $ config.php
1530  
1531 -------------------- 1.15 Stable Released ----------------------
1532 05-Dec-2007 Joe Hunt
1533  + Added email notification to stock location when available stock is below reorder level
1534  $ config.php
1535    /sales/includes/db/sales_order_db.inc
1536    
1537  # Fixed bugs in Open balances when account is not a balance account
1538  $ /gl/inquiry/gl_trial_balance.php
1539    /gl/inquiry/gl_account_inquiry.php
1540    /reporting/rep704.php
1541    /reporting/rep708.php
1542    
1543 -------------------- 1.14 Stable Released ----------------------
1544 01-Oct-2007 Joe Hunt
1545  ! Major change in the installation of modules to also accept an SQL-file for upload.
1546  $ config.php
1547    /admin/inst_module.php
1548    /admin/db/maintenance_db.inc
1549    
1550 30-Sep-2007 Joe Hunt
1551  # The following files were still vulnerable. Fixed
1552  $ /access/login.php
1553    /includes/lang/language.php
1554
1555 -------------------- 1.13 Stable Released ----------------------
1556 14-Sep-2007 Joe Hunt
1557  + Added optional link for electronic payment on invoices (PayPal). 
1558  ! Better support for install/update languages.  
1559  ! Minor adjustments
1560  # Fixed a vulnerable item in config.php
1561  $ config.php
1562
1563 14-Sep-2007 Joe Hunt
1564  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
1565  # config.php has been vulnerable. Fixed.
1566  $ /admin/inst_lang.php
1567  $ config.php
1568  
1569 10-Sep-2007 Joe Hunt
1570  ! Changed Bank Address field from text to textarea (multirows)
1571  $ /gl/manage/bank_accounts.php
1572  
1573 06-Sep-2007 Joe Hunt
1574  + Added optional link for electronic payment on invoices (PayPal)
1575  $ /reporting/reports_main.php
1576    /reporting/rep107.php
1577    /reporting/includes/report_classes.inc
1578    /reporting/includes/pdf_report.inc
1579    /reporting/includes/doc_text.inc
1580    /reporting/includes/doc_text2.inc
1581    
1582 23-Aug-2007 Joe Hunt
1583  # Unnecessary parameter ($db) in check_for_recursive_bom
1584  $ /manufacturing/manage/bom_edit.php
1585  
1586 21-Aug-2007 Joe Hunt
1587  # Bug in /includes/lang/gettext.php (249) affecting changing language!
1588  $ /includes/lang/gettext.php
1589  
1590 08-Aug-2007 Joe Hunt
1591  # Minor adjustments
1592  $ config.php
1593    /access/login.php
1594    /admin/create_coy.php
1595    /reporting/includes/pdf_report.inc
1596    
1597 04-Aug-2007 Joe Hunt
1598  + Added a default fiscal year in the en_US-new.sql and start references.
1599  $ /sql/en_US-new.sql
1600  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
1601  $ /lang/en_US/LC_MESSAGES/en_US.mo
1602  
1603 03-Aug-2007 Joe Hunt
1604  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
1605  $ /sales/includes/db/sales_order_db.inc
1606  
1607 23-Jul-2007 Joe Hunt
1608  # Changed <? in front of 2 files to <?php.
1609  $ /purchasing/includes/purchasing_ui.inc
1610    /reporting/includes/class.mail.inc
1611    
1612 -------------------- 1.12 Stable Released ----------------------
1613 21-Jul-2007 Joe Hunt
1614  + Added option to handle Jalali and Islamic Calendars
1615  ! Minor adjustments
1616  $ config.php
1617    /gl/includes/db/gl_db_trans.inc
1618    /includes/date_functions.inc
1619    /includes/ui/ui_input.inc
1620    /includes/ui/ui_lists.inc
1621    /includes/ui/ui_view.inc
1622    /purchasing/po_receive_items.php
1623    /purchasing/includes/ui/invoice_ui.inc
1624    /purchasing/includes/ui/po_ui.inc
1625    /reporting/rep705.php
1626    /sales/includes/db/sales_order_db.inc
1627    /sales/includes/ui/sales_order_ui.inc
1628    
1629 20-Jul-2007 Joe Hunt
1630  ! Changed parameters on report Sales Order. Option to print as Quote.
1631  $ /reporting/reports_main.php
1632    /reporting/rep109.php
1633    /reporting/includes/pdf_report.inc
1634    /reporting/includes/doctext.inc
1635    /reporting/includes/doctext2.inc
1636  
1637 19-Jul-2007 Joe Hunt
1638  + Added Budget Entry in General Ledger. Includes Dimensions.
1639  $ config.php
1640    /applications/generalledger.php
1641    /gl/gl_budget.php (New File!)
1642    /gl/includes/db/gl_db_trans.inc
1643    /includes/date_functions.inc
1644    /reporting/report_classes.inc
1645    
1646 -------------------- 1.11 Stable Released ----------------------
1647 04-Jul-2007 Joe Hunt
1648  ! Option for using alpha numeric chart of accounts.
1649  $ config.php
1650    /gl/manage/gl_accounts.php
1651    /gl/includes/db/gl_db_accounts.inc
1652    /gl/includes/db/gl_db_bank_trans.inc
1653    /gl/includes/db/gl_db_trans.inc
1654    /gl/inquiry/gl_trial_balance.inc
1655    /admin/db/company_db.inc
1656    /inventory/includes/db/items_db.inc
1657    /sales/manage/customer_branches.inc
1658
1659 04-Jul-2007 Joe Hunt
1660  # Problems retrieving language texts for poEdit in long javascripts
1661  $ /includes/ui/ui_view.inc
1662  
1663 04-May-2007 Joe Hunt
1664  # Database error when updating more than one item row in Sales Orders.
1665  $ /sales/includes/db/sales_order_db.inc
1666  # Database error when inserting work order issues. Fixed.
1667  $ /manufacturing/includes/db/work_order_issues_db.inc
1668  
1669 03-May-2007 Joe Hunt
1670  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
1671  $ /includes/db/manufacturing_db.inc
1672    /manufacturing/includes/db/work_order_requirements_db.inc
1673
1674 02-May-2007 Joe Hunt
1675  # Missing details on Purchase Order when emailing and printing
1676  $ /reporting/rep209.php
1677  
1678 -------------------- 1.1 Stable Released ----------------------
1679 02-May-2007 Joe Hunt
1680  + Enabled module addons and all the below bugfixes. No changes in database structure.
1681  - Removed /sql/basic.sql (included in the other sql files)
1682  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
1683    (not needed anymore).
1684  + Addition of update.html  
1685  $ /admin/inst_module.php (New file!)
1686    /applications/customers.php
1687    /applications/dimensions.php
1688    /applications/generalledger.php
1689    /applications/inventory.php
1690    /applications/manufacturing.php
1691    /applications/setup.php
1692    /applications/suppliers.php
1693    /install/index.php
1694    /install/save.php
1695    /modules/inst_modules.php (New folder and new file!)
1696    /modules/index.php (New file!)
1697    /sql/en_US-demo.sql
1698    /sql/en_US-new.sql
1699    install.html
1700    update.html (New file!)
1701    
1702 01-May-2007 Joe Hunt
1703  # Missing measure of units when printing sales orders
1704  # Update of Sales People caused a database error
1705  $ /sales/manage/sales_people.php
1706    /reporting/rep109.php
1707  
1708 30-Apr-2007 Joe Hunt
1709  + The selected menu tab is now shown with same background as hover color.
1710  $ config.php (default tab line 77. Change if you want)
1711    /includes/page/header.inc
1712    
1713 28-Apr-2007 Joe Hunt
1714  # When saving work order entries a lot of debug boxes appeared. Fixed
1715  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
1716  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
1717  $ /includes/db/manufacturing_db.inc
1718    /manufacturing/work_order_entry.php
1719    /manufacturing/includes/work_order_issue_ui.inc
1720    /manufacturing/includes/db/work_order_requirements_db.inc
1721    /manufacturing/includes/db/work_orders_quick_db.inc
1722    /manufacturing/inquiry/where_used_inquiry.php
1723    
1724 25-Apr-2007 Joe Hunt
1725  # Missing Date Picker
1726  $ /sales/customer_invoice.php
1727  # No JS popup window
1728  $ /sales/view/view_invoice.php
1729  
1730 24-Apr-2007 Joe Hunt
1731  ! New and better Date Picker, better cool theme.
1732  $ /includes/ui/ui_input.inc
1733    /includes/ui/ui_view.inc
1734    /reporting/includes/reports_classes.inc
1735    /themes/cool/default.css
1736
1737 -------------------- 1.0.1 Stable Released ----------------------
1738 23-Apr-2007 Joe Hunt
1739  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
1740    the changes for selection lists customers/suppliers and the Audit Trail.
1741
1742 22-Apr-2007 Joe Hunt
1743  ! Changed the two selection lists for customers/suppliers in reports to a single one with
1744    No Filter
1745  ! Changed the sort order in these selection lists from id to name.
1746  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
1747  $ /reporting/reports_main.php
1748    /reporting/rep101.php
1749    /reporting/rep102.php
1750    /reporting/rep201.php
1751    /reporting/rep202.php
1752    /reporting/rep203.php
1753    /reporting/rep204.php
1754    /reporting/includes/reports_classes.inc
1755    /includes/ui/ui_lists.inc
1756    /gl/includes/db/gl_db_trans.inc
1757    config.php
1758    
1759 22-Apr-2007 Joe Hunt
1760  + Date Picker for all date fields.
1761  $ config.php
1762    /admin/fiscalyears.php
1763    /admin/void_transaction.php
1764    /includes/ui/ui_view.inc
1765    /includes/ui/ui_input.inc
1766    /dimensions/dimension_entry.php
1767    /dimensions/inquiry/search_dimensions.php
1768    /gl/gl_journal.php
1769    /gl/gl_deposit.php
1770    /gl/gl_payment.php
1771    /gl/bank_transfer.php
1772    /gl/inquiry/bank_inquiry.php
1773    /gl/inquiry/gl_account_inquiry.php
1774    /gl/inquiry/gl_trial_balance.php
1775    /gl/manage/exchange_rates.php
1776    /inventory/adjustments.php
1777    /inventory/transfers.php
1778    /inventory/inquiry/stock_movements.php
1779    /inventory/manage/items.php
1780    /manufacturing/work_order_add_finished.php
1781    /manufacturing/work_order_entry.php
1782    /manufacturing/work_order_issue.php
1783    /manufacturing/work_order_release.php
1784    /purchasing/supplier_payment.php
1785    /purchasing/po_entry_items.php
1786    /purchasing/po_receive_items.php
1787    /purchasing/supplier_credit.php
1788    /purchasing/supplier_credit_grns.php
1789    /purchasing/supplier_invoice.php
1790    /purchasing/supplier_invoice_grns.php
1791    /purchasing/supplier_trans_gl.php
1792    /purchasing/includes/ui/po_ui.inc
1793    /purchasing/inquity/po_search.php
1794    /purchasing/inquiry/po_search_completed.php
1795    /purchasing/inquiry/supplier_allocation_inquiry.php
1796    /purchasing/inquiry/supplier_inquiry.php
1797    /reporting/reports_main.php
1798    /reporting/includes/reports_classes.inc
1799    /sales/credit_note_entry.php
1800    /sales/customer_credit_invoice.php
1801    /sales/customer_payments.php
1802    /sales/sales_order_entry.php
1803    /sales/includes/ui/sales_order_ui.inc
1804    /sales/inquiry/customer_allocation_inquiry.php
1805    /sales/inquiry/customer_inquiry.php
1806    /sales/inquiry/sales_orders_view.php
1807    New image files:
1808    /themes/default/images/cal.gif
1809    /themes/default/images/next.gif
1810    /themes/default/images/prev.gif
1811
1812 19-Apr-2007 Joe Hunt
1813  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
1814  # Bug no 1703891, Reserved MySQL words used as column names, fixed
1815  $ /taxes/db/tax_types_db.inc
1816
1817  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
1818  $ /gl/manage/gl_accounts.php
1819    /gl/includes/db/gl_db_accounts.inc
1820    /includes/ui/ui_input.inc
1821
1822 18-Apr-2007 Joe Hunt
1823  # Bug no 1702594, Logon Loop, fixed
1824  $ config.php
1825
1826 -------------------- 1.0a Stable Released ----------------------
1827 10-Apr-2007 Joe Hunt
1828  ! Release 1.0a established on SourceForge, fixing the bugs.
1829
1830 11-Apr-2007 Joe Hunt
1831  # Bug No 1698214, Creating Items, fixed
1832  $ /includes/ui/ui_lists.inc
1833  # Bug no 1698216, Item Movements, fixed
1834  $ /inventory/manage/items.php
1835
1836 -------------------- 1.0 Stable Released ----------------------
1837 10-Apr-2007 Joe Hunt
1838  ! Release 1.0 established on SourceForge.
1839
1840 2. Copyright and disclaimer
1841 ---------------------------
1842 This application is opensource software released under the GPL.  Please
1843 see source code and the LICENSE file