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