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