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