2.0 Release Candidate 2
[fa-stable.git] / CHANGELOG.txt
index b113bbb5d6775294e0f8d86f7f0362ef6afc83ba..9a925e1d2edea3098adbecbfa40a2d73aec932b3 100644 (file)
@@ -19,6 +19,253 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+
+---------------------------------------Release Candidate 2-------------------------------
+20-Jun-2008 Joe Hunt
+! 2.0 Release Candidate 2
+$ config.php
+  update.html
+  
+20-Jun-2008 Joe Hunt
+! In reorder_level.php the heading gets updated as well
+$ /inventory/reorder_level.php
+! Changes the -1 to 'User Quantiry Decimals' in the table for units.
+$ /inventory/manage/item_units.php
+
+20-Jun-2008 Janusz Dobrowolski
+# Proper error handling even after exit() call.
+$ /includes/errors.inc
+  /includes/main.inc
+  /includes/session.inc
+# Fixed initial combo selection.
+  /includes/ui/ui_lists.inc
+# Layout fixes to customer edition.
+  /sales/manage/customers.php
+# Added order table reload after template option change
+  /sales/inquiry/sales_orders_view.php
+
+19-Jun-2008 Janusz Dobrowolski
++ Added ajax improvements
+$ /purchasing/allocations/supplier_allocation_main.php
+  /sales/customer_delivery.php
+  /sales/customer_invoice.php
+  /sales/allocations/customer_allocation_main.php
+  /sales/manage/customers.php
++ Ajax added to check helper function
+$ /includes/ui/ui_input.inc
+# Fixing database error in branch exist check on empty customer_id
+$ /includes/data_checks.inc
+# Layout fix for hyperlink_params_td()
+$ /includes/ui/ui_controls.inc
+# Fix for initial combo position
+$ /includes/ui/ui_lists.inc
+# Fix to select onchange extension
+$ /js/inserts.js
+
+19-Jun-2008 Joe Hunt
+! changed so the due date is updated when changing customer in direct invoice.
+$ /sales/includes/ui/sales_order_ui.inc
+
+19-Jun-2008 Joe Hunt
+# Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
+$ /sales/customer_credit_invoice.php
+
+18-Jun-2008 Janusz Dobrowolski
++ Added ajax improvements
+$ /sales/credit_note_entry.php
+  /sales/customer_payments.php
+  /sales/sales_order_entry.php
+  /sales/includes/ui/sales_credit_ui.inc
+  /sales/includes/ui/sales_order_ui.inc
+  /sales/inquiry/customer_allocation_inquiry.php
+  /sales/inquiry/customer_inquiry.php
++ Added optional trigger parameter to div_start()
+$ /includes/ui/ui_controls.inc
++ Added dec attribute ajax update for amount fields 
+$ /includes/ui/ui_input.inc
++ Ajaxified stock item types and credit types lists
+$ /includes/ui/ui_lists.inc
+# Fixed onblur for amount fields, extended onchange event handling for selects
+$ /js/inserts.js
+# Fixed addAssign() js handler for nonstandard attributes
+$ /js/utils.js
+# Fixed bug in stock item image upload
+$ /inventory/manage/items.php
+
+17-Jun-2008 Joe Hunt
+! More files with Quantity routines needed fix due to php4 related issue.
+$ /includes/current_user.inc
+  /manufacturing/work_order_entry.php
+  /manufacturing/inquiry/where_used_inquiry.php
+  /manufacturing/manage/bom_edit.php
+  /purchasing/po_receive_items.php
+  /purchasing/supplier_credit_grns.php
+  /purchasing/supplier_invoice_grns.php
+  /sales/customer_credit_invoice.php
+  /sales/includes/ui/sales_order_ui.inc
+
+16-Jun-2008 Joe Hunt
+! Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here).
+$ /reporting/includes/header2.inc
+  /reporting/doctext.inc
+  /reporting/doctext2.inc
+  
+16-Jun-2008 Joe Hunt
+! Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
+$ /includes/current_user.inc
+  /includes/ui/ui_input.inc
+  /includes/ui/ui_lists.inc
+  /inventory/reorder_level.inc
+  /inventory/includes/item_adjustments_ui.inc
+  /inventory/includes/stock_transfers_ui.inc
+  /inventory/includes/db/items_units_db.inc
+  /inventory/inquiry/stock_movements.php
+  /inventory/inquiry/stock_status.php
+  /inventory/manage/item_units.php
+  /inventory/view/view_adjustment.php
+  /inventory/view/view_transfer.php
+  /manufacturing/search_work_orders.php
+  /manufacturing/work_order_entry.php
+  /manufacturing/includes/manufacturing_ui.inc
+  /manufacturing/includes/work_order_issue_ui.inc
+  /manufacturing/inquiry/where_used_inquiry.php
+  /manufacturing/manage/bom_edit.php
+  /manufacturing/view/wo_issue_view.php
+  /manufacturing/view/wo_production_view.php
+  /purchasing/po_receive_items.php
+  /purchasing/supplier_credit_grns.php
+  /purchasing/supplier_invoice_grns.php
+  /purchasing/includes/ui/invoice_ui.inc
+  /purchasing/includes/ui/po_ui.inc
+  /purchasing/view/view_grn.php
+  /purchasing/view/view_po.php
+  /reporting/rep105.php
+  /reporting/rep107.php
+  /reporting/rep108.php
+  /reporting/rep109.php
+  /reporting/rep110.php
+  /reporting/rep204.php
+  /reporting/rep209.php
+  /reporting/rep301.php
+  /reporting/rep302.php
+  /reporting/rep303.php
+  /reporting/rep401.php
+  /sales/customer_credit_invoice.php
+  /sales/customer_delivery.php
+  /sales/customer_invoice.php
+  /sales/includes/ui/sales_credit_ui.inc
+  /sales/includes/ui/sales_order_ui.inc
+  /sales/view/view_credit.php
+  /sales/view/view_dispatch.php
+  /sales/view/view_invoice.php
+  /sales/view/view_sales_order.php
+  
+15-Jun-2008 Janusz Dobrowolski
++ Ajax driven delivery and order queries.
+$ /sales/inquiry/sales_deliveries_view.php
+  /sales/inquiry/sales_orders_view.php
++ Added searchbox class selector for text inputs with onchange event handlers.
+! Added text selection after focus.
+$ /js/inserts.js
+  /js/utils.js
++ Added submit_on_change option to ref input functions, fixed data picker
+$ /includes/ui/ui_input.inc
+# Fixed bug in non-js mode for combos type 0 (stock_items_lists).
+$ /includes/ui/ui_lists.inc
+
+15-Jun-2008 Joe Hunt
+# Changed so Invoice Template gets the current day instead of original day.
+$ /sales/sales_order_entry.php
+
+15-Jun-2008 Joe Hunt
+# Bug in tax_types_list (spec_id)
+$ /includes/ui/ui_lists.inc
+
+14-Jun-2008 Joe Hunt
+# Minor annoying layout bug in stock movements.
+$ /inventory/inquiry/stock_movements.php
+
+14-Jun-2008 Joe Hunt
+! The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here.
+  Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default.
+! If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the 
+  transactions from Direct Invoice and Credit Note will be allocated immediately when placing.
+$ /includes/ui/ui_lists.inc
+  /sales/includes/db/sales_invoice_db.inc
+  /sales/includes/db/sales_credit_db.inc
+  /sales/manage/customer_branches.php
+  .
+12-Jun-2008 Joe Hunt
++ New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period.
+$ /reporting/reports_main.php
+  /reporting/rep304.php (new file)
+  
+---------------------------------------Release Candidate 1-------------------------------
+10-Jun-2008 Janusz Dobrowolski
+# Some more fixes related to ajax combos usage
+$ /includes/ui/ui_lists.inc
+  /inventory/cost_update.php
+  /inventory/prices.php
+  /inventory/purchasing_data.php
+  /inventory/reorder_level.php
+  /inventory/includes/item_adjustments_ui.inc
+  /inventory/inquiry/stock_status.php
+  /manufacturing/inquiry/where_used_inquiry.php
+  /manufacturing/manage/bom_edit.php
+  /purchasing/includes/ui/po_ui.inc
+# Fixed focus issues
+$ /gl/gl_journal.php
+  /gl/gl_deposit.php
+  /gl/gl_payment.php
+  /js/inserts.js
+  
+09-Jun-2008 Janusz Dobrowolski
+# Some additional fixes related to last big committment
+$ /gl/gl_journal.php
+  /gl/gl_deposit.php
+  /gl/gl_payment.php
+  /includes/ajax.inc
+  /includes/reserved.inc
+  /includes/ui/ui_lists.inc
+  /includes/ui/ui_view.inc
+  /js/inserts.js
+  /js/utils.js
+  /sales/includes/ui/sales_order_ui.inc
+  /themes/default/default.css
+  /themes/aqua/default.css
+  /themes/cool/default.css
+
+08-Jun-2008 Joe Hunt
+! Preparing for release candidate 1
+$ config.php
+
+08-Jun-2008 Joe Hunt
+! Set 'max_execution_time' to 60 seconds by ini_set.
+$ /install/save.php
+
+07-Jun-2008 Joe Hunt
+# Fixed a layout bug in footer.inc
+$ /includes/page/footer.inc
+
+07-Jun-2008 Joe Hunt
+! Changed install.html and update.html
+$ install.html
+  update.html
++ New files, change_current_user_password.php and alter2.sql
+$ /admin/change_current_user_password.php
+  /sql/alter2.sql
+! Changed some files for layout
+$ /lang/en_US/stylesheet.css
+  /themes/aqua/default.css
+  /themes/aqua/renderer.php
+  /themes/cool/default.css
+  /themes/cool/renderer.php
+  /themes/default/default.css
+  /themes/default/renderer.php
+! Changed install sql scripts
+$ /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+  
 07-Jun-2008 Janusz Dobrowolski
 + Added ajax functionality and ui hints to sales form entry pages.
 $ /sales/sales_order_entry.php