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