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