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