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