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