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