User side price/qty input formatting via onblur handler.
[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-Mar-2008 Janusz Dobrowolski
23  + All forms fixed to accept user native numeric format.
24  $ /admin/gl_setup.php
25    /gl/bank_transfer.php
26    /gl/gl_budget.php
27    /gl/gl_deposit.php
28    /gl/gl_journal.php
29    /gl/gl_payment.php
30    /gl/includes/db/gl_db_banking.inc
31    /gl/includes/ui/gl_deposit_ui.inc
32    /gl/includes/ui/gl_journal_ui.inc
33    /gl/includes/ui/gl_payment_ui.inc
34    /gl/manage/exchange_rates.php
35    /inventory/adjustments.php
36    /inventory/cost_update.php
37    /inventory/prices.php
38    /inventory/purchasing_data.php
39    /inventory/reorder_level.php
40    /inventory/transfers.php
41    /inventory/includes/item_adjustments_ui.inc
42    /inventory/includes/stock_transfers_ui.inc
43    /inventory/manage/item_units.php
44    /manufacturing/work_order_entry.php
45    /manufacturing/inquiry/where_used_inquiry.php
46    /manufacturing/manage/bom_edit.php
47    /purchasing/po_entry_items.php
48    /purchasing/po_receive_items.php
49    /purchasing/supplier_credit_grns.php
50    /purchasing/supplier_invoice_grns.php
51    /purchasing/supplier_payment.php
52    /purchasing/supplier_trans_gl.php
53    /purchasing/allocations/supplier_allocate.php
54    /purchasing/includes/ui/po_ui.inc
55    /purchasing/inquiry/po_search.php
56    /sales/credit_note_entry.php
57    /sales/customer_credit_invoice.php
58    /sales/customer_delivery.php
59    /sales/customer_invoice.php
60    /sales/customer_payments.php
61    /sales/sales_order_entry.php
62    /sales/allocations/customer_allocate.php
63    /sales/includes/ui/sales_credit_ui.inc
64    /sales/includes/ui/sales_order_ui.inc
65    /sales/manage/customers.php
66    /sales/manage/sales_people.php
67    /sales/view/view_credit.php
68    /sales/view/view_dispatch.php
69    /sales/view/view_invoice.php
70    /sales/view/view_receipt.php
71    /sales/view/view_sales_order.php
72    /taxes/item_tax_types.php
73    /taxes/tax_groups.php
74    /taxes/tax_types.php
75  + User format functions for percent/price/exrate amounts display.
76  $ /includes/current_user.inc
77  + Input checking functions for numeric input fields in user native format
78  $ /includes/data_checks.inc
79  + Numeric input fields in user native format
80  $ /includes/ui/ui_input.inc
81  + Javascript function for conversion to/from user native numeric format.
82  $ /includes/ui/ui_view.inc
83  + New class amount for numeric input
84  $ /themes/aqua/default.css
85    /themes/cool/default.css
86    /themes/default/default.css
87  # Removed warning on adding component
88    /manufacturing/manage/bom_edit.php
89  # Quantity display correction
90    /manufacturing/inquiry/where_used_inquiry.php
91  # Fixed add_customer_trans() call
92    /gl/includes/db/gl_db_banking.inc
93
94 12-Mar-2008 Joe Hung
95  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
96  - Removed default insertion of Units of Measure. Not neccessary.
97  $ /sql/alter.sql
98    /admin/db/maintenance_db.inc (added support for update)
99
100 11-Mar-2008 Janusz Dobrowolski
101  + Table of measure moved into new table item_units
102  ! Removed $themes[] from config.php, theme list based on directory structure
103  $ /config.php
104    /includes/ui/ui_lists.inc
105    /applications/inventory.php
106    /inventory/includes/inventory_db.inc
107    /inventory/includes/db/items_units_db.inc
108    /inventory/manage/item_units.php
109    /inventory/manage/items.php
110    /sql/alter.sql
111
112 11-Mar-2008 Joe Hunt
113  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
114  $ /sales/customer_invoice.php
115    /sales/customer_delivery.php
116  
117 10-Mar-2008 Joe Hunt
118  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
119  $ /sales/sales_order_entry.php
120  
121 10-Mar-2008 Janusz Dobrowolski
122  + Added price list selector to sales entry (debtor_master gives only default one)
123  + Added optional submit_on_change parameter to sales ui lists
124  $ /includes/ui/ui_lists.inc
125    /sales/sales_order_entry.php
126    /sales/includes/ui/sales_credit_ui.inc
127    /sales/includes/ui/sales_order_ui.inc
128  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
129  $ /sales/includes/cart_class.inc
130    /includes/ui/ui_view.inc
131    /sales/includes/sales_db.inc
132  # Fixed bogus sales_type lists in edition mode
133  $ /sales/customer_delivery.php
134    /sales/customer_invoice.php
135  # Smaller fixes, cart_class.sales_type name change
136  $ /sales/includes/ui/sales_credit_db.inc
137    /sales/credit_note_entry.php
138    /sales/customer_credit_invoice.php
139    /sales/includes/cart_class.inc
140    /sales/includes/db/sales_credit_db.inc
141    /sales/includes/db/sales_delivery_db.inc
142    /sales/includes/db/sales_invoice_db.inc
143    /sales/includes/db/sales_order_db.inc
144    /sales/includes/ui/sales_credit_ui.inc
145  # One another pmWiki name conflict removed
146  $ /admin/display_prefs.php
147  
148 09-Mar-2008 Joe Hunt
149  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
150  $ /dimensions/includes/dimensions_db.inc
151    /gl/includes/db/gl_db_banking.inc
152    /includes/main.inc
153    /inventory/includes/db/items_adjust_db.inc
154    /manufacturing/includes/db/work_order_issues_db.inc
155    /manufacturing/includes/db/work_order_produce_items_db.inc
156    /manufacturing/includes/db/work_orders_db.inc
157    /manufacturing/includes/db/work_orders_quick_db.inc
158    /purchasing/includes/db/grn_db.inc
159    /purchasing/includes/db/po_db.inc
160    /purchasing/includes/db/supp_payment_db.inc
161    /reporting/includes/form_types.inc (File removed)
162    /sales/includes/db/sales_delivery_db.inc
163    /sales/includes/db/sales_invoice_db.inc
164    /sales/includes/db/sales_order_db.inc
165    /sql/alter.sql
166  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
167  $ /reporting/rep101.php
168    /reporting/rep201.php
169  # clone replacement do_clone() for both PHP 4 and PHP 5.
170  $ /includes/ui/ui_view.inc (at the very bottom)
171    /sales/includes/cart_class.inc
172    
173 07-Mar-2008 Janusz Dobrowolski
174  ! Changed name tax type uniqueness constraint to (name, rate)
175  $ /includes/ui/ui_lists.inc
176    /taxes/items_tax_types.php
177  ! Tax included option moved from tax_group to sales_types table
178  $ includes/ui/ui_view.inc
179    /purchasing/includes/ui/invoice_ui.inc
180    /taxes/tax_calc.inc
181    /taxes/tax_groups.php
182    /taxes/db/tax_groups_db.inc
183    /sql/alter.sql
184  # Final rewriting of sales module, a lot of bugfixes.
185  + Template delivery/invoicing
186  + Concurrent document editing control on sql level
187  + Most of sales documents are now editable
188  + Some links to print documents after entry
189  ! Changed javascript helper function for customer allocations
190  $ /applications/customers.php
191    /includes/ui/ui_input.inc
192    /reporting/rep107.php
193    /reporting/rep109.php
194    /reporting/rep110.php
195    /sales/credit_note_entry.php
196    /sales/customer_credit_invoice.php
197    /sales/customer_delivery.php
198    /sales/customer_invoice.php
199    /sales/customer_payments.php
200    /sales/sales_order_entry.php
201    /sales/allocations/customer_allocate.php
202    /sales/allocations/customer_allocation_main.php
203    /sales/includes/cart_class.inc
204    /sales/includes/sales_db.inc
205    /sales/includes/sales_ui.inc
206    /sales/includes/db/cust_trans_db.inc
207    /sales/includes/db/cust_trans_details_db.inc
208    /sales/includes/db/custalloc_db.inc
209    /sales/includes/db/customers_db.inc
210    /sales/includes/db/payment_db.inc
211    /sales/includes/db/sales_credit_db.inc
212    /sales/includes/db/sales_delivery_db.inc
213    /sales/includes/db/sales_invoice_db.inc
214    /sales/includes/db/sales_order_db.inc
215    /sales/includes/db/sales_types_db.inc
216    /sales/includes/ui/print_invoice.inc
217    /sales/includes/ui/sales_credit_ui.inc
218    /sales/includes/ui/sales_order_ui.inc
219    /sales/inquiry/customer_allocation_inquiry.php
220    /sales/inquiry/customer_inquiry.php
221    /sales/inquiry/sales_deliveries_view.php
222    /sales/inquiry/sales_orders_view.php
223    /sales/manage/credit_status.php
224    /sales/manage/sales_types.php
225    /sales/view/view_credit.php
226    /sales/view/view_dispatch.php
227    /sales/view/view_invoice.php
228    /sales/view/view_receipt.php
229    /sales/view/view_sales_order.php
230 # Removed function name conflict with wiki help system
231    /includes/lang/language.php
232    
233 06-Mar-2008 Janusz Dobrowolski
234  + Wiki help links integration
235  $ /config.php
236    /includes/page/header.inc
237    /includes/lang/language.php
238  + Optional debuging with xdebug module
239  $ /index.php
240    /includes/db/connect_db.inc
241  ! Concurrent edition fix
242  $  /includes/systypes.inc
243  # Table header fix
244  $  /manufacturing/manage/bom_edit.php
245  # Menu layout fixes
246  $ /themes/aqua/renderer.php
247    /themes/cool/renderer.php
248    /themes/default/renderer.php
249  # Removed warning about nonexistent $_GET variable
250  $ /dimensions/inquiry/search_dimensions.php
251  # MySQL 3.xx CAST bug fix
252  $ /includes/db/manufacturing_db.inc
253    /manufacturing/includes/db/work_order_requirements_db.inc
254    /manufacturing/inquiry/where_used_inquiry.php
255
256 04-Mar-2008 Joe Hunt
257  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
258    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
259  $ /inventory/cost_update.php
260    /purchasing/includes/db/grn_db.inc and
261    /manufacturing/manage/bom_edit.php. 
262    /manufacturing/includes/db/work_orders_db.inc
263    /manufacturing/includes/db/work_orders_quick_db.inc
264    /manufacturing/work_order_entry.php
265   
266 21-Feb-2008 Joe Hunt
267  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
268  $ /admin/view_print_transaction.php
269    /applications/setup.php
270   
271 17-Feb-2008 Joe Hunt
272  ! Minor change in menu and function in view_print_transaction.php
273  $ /admin/view_print_transaction.php
274    /application/setup.php
275  + Preparing for print of single documents
276  $ /reporting/includes/reporting.inc
277  ! Removing 'out' field in table tax_types
278  $ /sql/alter.sql
279    /taxes/tax_types.php
280    /taxes/db/tax_types_db.inc
281  + Added 2 functions in ui_input.inc, button and button_cell
282    /includes/ui/ui_input.inc
283
284 11-Feb-2008 Joe Hunt
285  + Added file, update_db.php, for updating company databases from an SQL script.
286  $ update_db.php (New file)
287    update.html
288   
289 06-Fef-2008 Joe Hunt
290  + Added Report, Salesman Listing, rep106.php. 
291  $ /reporting/reports_main.php
292    /reporting/rep106.php
293   
294 06-Feb-2008 Janusz Dobrowolski
295  + Separation of customer invoice issue and goods delivery.
296  + Batch invoicing for more than one delivery
297  # Corrected inadequate shipping tax calculations.
298  ! Default debugging status changed to off.
299  $ /taxes/tax_calc.inc
300    /taxes/db/tax_groups_db.inc
301    /admin/db/voiding_db.inc
302    /applications/customers.php
303    /includes/systypes.inc
304    /includes/types.inc
305    /includes/ui/ui_controls.inc
306    /includes/ui/ui_lists.inc
307    /includes/ui/ui_view.inc
308    /inventory/inquiry/stock_status.php
309    /reporting/rep105.php
310    /reporting/rep107.php
311    /reporting/rep109.php
312    /reporting/rep110.php 
313    /reporting/rep209.php
314    /reporting/reports_main.php
315    /reporting/includes/doctext.inc
316    /reporting/includes/doctext2.inc
317    /reporting/includes/form_types.inc
318    /reporting/includes/pdf_report.inc
319    /reporting/includes/reports_classes.inc
320    /sales/customer_credit_invoice.php
321    /sales/customer_invoice.php
322    /sales/sales_order_entry.php
323    /sales/customer_delivery.php 
324    /sales/includes/db/sales_delivery_db.inc 
325    /sales/includes/ui/print_invoice.inc 
326    /sales/includes/cart_class.inc
327    /sales/includes/sales_db.inc
328    /sales/includes/db/cust_trans_db.inc
329    /sales/includes/db/cust_trans_details_db.inc
330    /sales/includes/db/sales_credit_db.inc
331    /sales/includes/db/sales_invoice_db.inc
332    /sales/includes/db/sales_order_db.inc
333    /sales/includes/ui/sales_order_ui.inc
334    /sales/inquiry/customer_allocation_inquiry.php
335    /sales/inquiry/customer_inquiry.php
336    /sales/inquiry/sales_orders_view.php
337    /sales/inquiry/sales_deliveries_view.php 
338    /sales/view/view_dispatch.php
339    /sales/view/view_invoice.php
340    /sales/view/view_sales_order.php
341    /sql/alter.sql
342    config.php
343   
344 01-Feb-2008 Joe Hunt
345  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
346  $ /sales/includes/cart_class.inc
347    /sales/includes/db/sales_credit_db.inc
348    /sales/includes/db/sales_invoice_db.inc
349    /sales/includes/db/sales_order_db.inc
350    /sales/includes/db/cust_trans_details_db.inc
351    /sales/includes/ui/sales_order_ui.inc
352    /sales/includes/ui/sales_credit_ui.inc
353    /sales/credit_note_entry.php
354    /sales/customer_credit_invoice.php
355    /sales/sales_order_entry.php
356    /sales/customer_invoice.php
357
358 31-Jan-2008 Joe Hunt
359  ! New Release 2.0 Pre Alpha
360  $ config.php
361  # Fixed a release 2 related bug in create_coy.php
362  $ /admin/create_coy.php
363  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
364    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
365    with these databases changes without any new files. They are coming as soon as possible.
366  $ /sql/alter.sql (New file)  
367  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
368    and 2 related files
369  $ /purchasing/supplier_trans_gl.php
370    /purchasing/includes/db/invoice_items_db.inc
371  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
372  $ /includes/ui/ui_lists.inc
373    /purchasing/includes/ui/po_ui.inc
374    /sales/includes/ui/sales_order_ui.inc
375    /admin/company_preferences.php
376    /admin/db/company_db.inc
377    config.php
378  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
379    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
380  $ /sales/manage/sales_people.php
381    /includes/ui/ui_input.inc
382  
383 -------------------- 2,0 Pre Alpha - above ----------------------------
384 31-Jan-2008 Janusz Dobrowolski
385  # Minor bugfix in db_import()
386  $ /admin/db/maintenance_db.inc
387  
388 30-Jan-2008 Janusz Dobrowolski
389  # Minor display fix in tax_types.php
390  $ /taxes/tax_types.php
391  ! Format cleanup on some files.
392  $ /gl/includes/gl_db.inc
393    /gl/includes/gl_ui.inc
394    /applications/application.php
395    frontaccounting.php
396    index.php
397    
398 -------------------- 1.16 Stable Released ----------------------
399 28-Jan-2008 Joe Hunt
400  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
401    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
402    and $no_supplier_list. Default is the normal behavior for all listboxes.
403  $ /includes/ui/ui_lists.inc
404    /sales/includes/ui/sales_orders_ui.inc
405    /purchases/includes/ui/po_ui.inc
406    /themes/default/images/locate.png (New file)
407    config.php
408
409  + Added ALTER TABLE possibility in db_import. For future releases.
410  $ /admin/db/maintenence_db.inc  
411
412  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
413  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
414  $ /includes/db/connect_db.inc
415    /includes/ui/ui_lists.inc
416    /includes/page/header.inc
417    /access/login.php
418    
419 16-Jan-2008 Joe Hunt
420  # When login screen is displayed after session timeout page content is broken. It
421    is because of NOT using absolute paths in href attribute theme elements.
422  $ /access/login.php
423  
424 30-Dec-2007 Joe Hunt
425  # Minor adjustments in function db_export on line 325
426  $ /admin/db/maintenance_db.inc
427  
428 29-Dec-2007 Joe Hunt
429  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
430  $ config.php
431  
432  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
433    Also fixed a unneccessary str_replace when importing sql scripts.
434  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
435  $ /admin/db/maintenance_db.inc
436    /reporting/includes/pdf_report.inc
437    
438 13-Dec-2007 Joe Hunt
439  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
440  $ /gl/inquiry/gl_trial_balance.php
441    /gl/inquiry/gl_account_inquiry.php
442
443 13-Dec-2007 Joe Hunt
444  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
445  $ /admin/db/voiding_db.inc
446  
447 06-Dec-2007 Joe Hunt
448  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
449  $ /gl/gl_payment.php
450    /gl/includes/ui/gl_payment_ui.inc
451    
452  ! Changed $loc_notification to be set to 0 instead of 1.
453  $ config.php
454  
455 -------------------- 1.15 Stable Released ----------------------
456 05-Dec-2007 Joe Hunt
457  + Added email notification to stock location when available stock is below reorder level
458  $ config.php
459    /sales/includes/db/sales_order_db.inc
460    
461  # Fixed bugs in Open balances when account is not a balance account
462  $ /gl/inquiry/gl_trial_balance.php
463    /gl/inquiry/gl_account_inquiry.php
464    /reporting/rep704.php
465    /reporting/rep708.php
466    
467 -------------------- 1.14 Stable Released ----------------------
468 01-Oct-2007 Joe Hunt
469  ! Major change in the installation of modules to also accept an SQL-file for upload.
470  $ config.php
471    /admin/inst_module.php
472    /admin/db/maintenance_db.inc
473    
474 30-Sep-2007 Joe Hunt
475  # The following files were still vulnerable. Fixed
476  $ /access/login.php
477    /includes/lang/language.php
478
479 -------------------- 1.13 Stable Released ----------------------
480 14-Sep-2007 Joe Hunt
481  + Added optional link for electronic payment on invoices (PayPal). 
482  ! Better support for install/update languages.  
483  ! Minor adjustments
484  # Fixed a vulnerable item in config.php
485  $ config.php
486
487 14-Sep-2007 Joe Hunt
488  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
489  # config.php has been vulnerable. Fixed.
490  $ /admin/inst_lang.php
491  $ config.php
492  
493 10-Sep-2007 Joe Hunt
494  ! Changed Bank Address field from text to textarea (multirows)
495  $ /gl/manage/bank_accounts.php
496  
497 06-Sep-2007 Joe Hunt
498  + Added optional link for electronic payment on invoices (PayPal)
499  $ /reporting/reports_main.php
500    /reporting/rep107.php
501    /reporting/includes/report_classes.inc
502    /reporting/includes/pdf_report.inc
503    /reporting/includes/doc_text.inc
504    /reporting/includes/doc_text2.inc
505    
506 23-Aug-2007 Joe Hunt
507  # Unnecessary parameter ($db) in check_for_recursive_bom
508  $ /manufacturing/manage/bom_edit.php
509  
510 21-Aug-2007 Joe Hunt
511  # Bug in /includes/lang/gettext.php (249) affecting changing language!
512  $ /includes/lang/gettext.php
513  
514 08-Aug-2007 Joe Hunt
515  # Minor adjustments
516  $ config.php
517    /access/login.php
518    /admin/create_coy.php
519    /reporting/includes/pdf_report.inc
520    
521 04-Aug-2007 Joe Hunt
522  + Added a default fiscal year in the en_US-new.sql and start references.
523  $ /sql/en_US-new.sql
524  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
525  $ /lang/en_US/LC_MESSAGES/en_US.mo
526  
527 03-Aug-2007 Joe Hunt
528  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
529  $ /sales/includes/db/sales_order_db.inc
530  
531 23-Jul-2007 Joe Hunt
532  # Changed <? in front of 2 files to <?php.
533  $ /purchasing/includes/purchasing_ui.inc
534    /reporting/includes/class.mail.inc
535    
536 -------------------- 1.12 Stable Released ----------------------
537 21-Jul-2007 Joe Hunt
538  + Added option to handle Jalali and Islamic Calendars
539  ! Minor adjustments
540  $ config.php
541    /gl/includes/db/gl_db_trans.inc
542    /includes/date_functions.inc
543    /includes/ui/ui_input.inc
544    /includes/ui/ui_lists.inc
545    /includes/ui/ui_view.inc
546    /purchasing/po_receive_items.php
547    /purchasing/includes/ui/invoice_ui.inc
548    /purchasing/includes/ui/po_ui.inc
549    /reporting/rep705.php
550    /sales/includes/db/sales_order_db.inc
551    /sales/includes/ui/sales_order_ui.inc
552    
553 20-Jul-2007 Joe Hunt
554  ! Changed parameters on report Sales Order. Option to print as Quote.
555  $ /reporting/reports_main.php
556    /reporting/rep109.php
557    /reporting/includes/pdf_report.inc
558    /reporting/includes/doctext.inc
559    /reporting/includes/doctext2.inc
560  
561 19-Jul-2007 Joe Hunt
562  + Added Budget Entry in General Ledger. Includes Dimensions.
563  $ config.php
564    /applications/generalledger.php
565    /gl/gl_budget.php (New File!)
566    /gl/includes/db/gl_db_trans.inc
567    /includes/date_functions.inc
568    /reporting/report_classes.inc
569    
570 -------------------- 1.11 Stable Released ----------------------
571 04-Jul-2007 Joe Hunt
572  ! Option for using alpha numeric chart of accounts.
573  $ config.php
574    /gl/manage/gl_accounts.php
575    /gl/includes/db/gl_db_accounts.inc
576    /gl/includes/db/gl_db_bank_trans.inc
577    /gl/includes/db/gl_db_trans.inc
578    /gl/inquiry/gl_trial_balance.inc
579    /admin/db/company_db.inc
580    /inventory/includes/db/items_db.inc
581    /sales/manage/customer_branches.inc
582
583 04-Jul-2007 Joe Hunt
584  # Problems retrieving language texts for poEdit in long javascripts
585  $ /includes/ui/ui_view.inc
586  
587 04-May-2007 Joe Hunt
588  # Database error when updating more than one item row in Sales Orders.
589  $ /sales/includes/db/sales_order_db.inc
590  # Database error when inserting work order issues. Fixed.
591  $ /manufacturing/includes/db/work_order_issues_db.inc
592  
593 03-May-2007 Joe Hunt
594  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
595  $ /includes/db/manufacturing_db.inc
596    /manufacturing/includes/db/work_order_requirements_db.inc
597
598 02-May-2007 Joe Hunt
599  # Missing details on Purchase Order when emailing and printing
600  $ /reporting/rep209.php
601  
602 -------------------- 1.1 Stable Released ----------------------
603 02-May-2007 Joe Hunt
604  + Enabled module addons and all the below bugfixes. No changes in database structure.
605  - Removed /sql/basic.sql (included in the other sql files)
606  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
607    (not needed anymore).
608  + Addition of update.html  
609  $ /admin/inst_module.php (New file!)
610    /applications/customers.php
611    /applications/dimensions.php
612    /applications/generalledger.php
613    /applications/inventory.php
614    /applications/manufacturing.php
615    /applications/setup.php
616    /applications/suppliers.php
617    /install/index.php
618    /install/save.php
619    /modules/inst_modules.php (New folder and new file!)
620    /modules/index.php (New file!)
621    /sql/en_US-demo.sql
622    /sql/en_US-new.sql
623    install.html
624    update.html (New file!)
625    
626 01-May-2007 Joe Hunt
627  # Missing measure of units when printing sales orders
628  # Update of Sales People caused a database error
629  $ /sales/manage/sales_people.php
630    /reporting/rep109.php
631  
632 30-Apr-2007 Joe Hunt
633  + The selected menu tab is now shown with same background as hover color.
634  $ config.php (default tab line 77. Change if you want)
635    /includes/page/header.inc
636    
637 28-Apr-2007 Joe Hunt
638  # When saving work order entries a lot of debug boxes appeared. Fixed
639  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
640  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
641  $ /includes/db/manufacturing_db.inc
642    /manufacturing/work_order_entry.php
643    /manufacturing/includes/work_order_issue_ui.inc
644    /manufacturing/includes/db/work_order_requirements_db.inc
645    /manufacturing/includes/db/work_orders_quick_db.inc
646    /manufacturing/inquiry/where_used_inquiry.php
647    
648 25-Apr-2007 Joe Hunt
649  # Missing Date Picker
650  $ /sales/customer_invoice.php
651  # No JS popup window
652  $ /sales/view/view_invoice.php
653  
654 24-Apr-2007 Joe Hunt
655  ! New and better Date Picker, better cool theme.
656  $ /includes/ui/ui_input.inc
657    /includes/ui/ui_view.inc
658    /reporting/includes/reports_classes.inc
659    /themes/cool/default.css
660
661 -------------------- 1.0.1 Stable Released ----------------------
662 23-Apr-2007 Joe Hunt
663  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
664    the changes for selection lists customers/suppliers and the Audit Trail.
665
666 22-Apr-2007 Joe Hunt
667  ! Changed the two selection lists for customers/suppliers in reports to a single one with
668    No Filter
669  ! Changed the sort order in these selection lists from id to name.
670  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
671  $ /reporting/reports_main.php
672    /reporting/rep101.php
673    /reporting/rep102.php
674    /reporting/rep201.php
675    /reporting/rep202.php
676    /reporting/rep203.php
677    /reporting/rep204.php
678    /reporting/includes/reports_classes.inc
679    /includes/ui/ui_lists.inc
680    /gl/includes/db/gl_db_trans.inc
681    config.php
682    
683 22-Apr-2007 Joe Hunt
684  + Date Picker for all date fields.
685  $ config.php
686    /admin/fiscalyears.php
687    /admin/void_transaction.php
688    /includes/ui/ui_view.inc
689    /includes/ui/ui_input.inc
690    /dimensions/dimension_entry.php
691    /dimensions/inquiry/search_dimensions.php
692    /gl/gl_journal.php
693    /gl/gl_deposit.php
694    /gl/gl_payment.php
695    /gl/bank_transfer.php
696    /gl/inquiry/bank_inquiry.php
697    /gl/inquiry/gl_account_inquiry.php
698    /gl/inquiry/gl_trial_balance.php
699    /gl/manage/exchange_rates.php
700    /inventory/adjustments.php
701    /inventory/transfers.php
702    /inventory/inquiry/stock_movements.php
703    /inventory/manage/items.php
704    /manufacturing/work_order_add_finished.php
705    /manufacturing/work_order_entry.php
706    /manufacturing/work_order_issue.php
707    /manufacturing/work_order_release.php
708    /purchasing/supplier_payment.php
709    /purchasing/po_entry_items.php
710    /purchasing/po_receive_items.php
711    /purchasing/supplier_credit.php
712    /purchasing/supplier_credit_grns.php
713    /purchasing/supplier_invoice.php
714    /purchasing/supplier_invoice_grns.php
715    /purchasing/supplier_trans_gl.php
716    /purchasing/includes/ui/po_ui.inc
717    /purchasing/inquity/po_search.php
718    /purchasing/inquiry/po_search_completed.php
719    /purchasing/inquiry/supplier_allocation_inquiry.php
720    /purchasing/inquiry/supplier_inquiry.php
721    /reporting/reports_main.php
722    /reporting/includes/reports_classes.inc
723    /sales/credit_note_entry.php
724    /sales/customer_credit_invoice.php
725    /sales/customer_payments.php
726    /sales/sales_order_entry.php
727    /sales/includes/ui/sales_order_ui.inc
728    /sales/inquiry/customer_allocation_inquiry.php
729    /sales/inquiry/customer_inquiry.php
730    /sales/inquiry/sales_orders_view.php
731    New image files:
732    /themes/default/images/cal.gif
733    /themes/default/images/next.gif
734    /themes/default/images/prev.gif
735
736 19-Apr-2007 Joe Hunt
737  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
738  # Bug no 1703891, Reserved MySQL words used as column names, fixed
739  $ /taxes/db/tax_types_db.inc
740
741  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
742  $ /gl/manage/gl_accounts.php
743    /gl/includes/db/gl_db_accounts.inc
744    /includes/ui/ui_input.inc
745
746 18-Apr-2007 Joe Hunt
747  # Bug no 1702594, Logon Loop, fixed
748  $ config.php
749
750 -------------------- 1.0a Stable Released ----------------------
751 10-Apr-2007 Joe Hunt
752  ! Release 1.0a established on SourceForge, fixing the bugs.
753
754 11-Apr-2007 Joe Hunt
755  # Bug No 1698214, Creating Items, fixed
756  $ /includes/ui/ui_lists.inc
757  # Bug no 1698216, Item Movements, fixed
758  $ /inventory/manage/items.php
759
760 -------------------- 1.0 Stable Released ----------------------
761 10-Apr-2007 Joe Hunt
762  ! Release 1.0 established on SourceForge.
763
764 2. Copyright and disclaimer
765 ---------------------------
766 This application is opensource software released under the GPL.  Please
767 see source code and the LICENSE file