Divide by 0 fix on zero order_prices in new supplier invoice
[fa-stable.git] / CHANGELOG.txt
index 7dd750f035475d641212b4be505630df2253069d..650372b4038b2daac1c6c8425c53b2e5ddedce20 100644 (file)
@@ -1,7 +1,7 @@
 /**
 * @version $Id$
 * @package FrontAccounting
-* @copyright (C) 2005 - 2007 FrontAccounting
+* @copyright (C) 2005 - 2008 FrontAccounting
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * FrontAccounting is Free Software
 */
@@ -19,6 +19,218 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+18-Mar-2008 Janusz Dobrowolski
+# Line items editor uses POST method - no disappearing shippment info.
+$  /sales/credit_note_entry.php
+   /sales/sales_order_entry.php
+   /sales/includes/ui/sales_credit_ui.inc
+   /sales/includes/ui/sales_order_ui.inc
++ Added edit_button_cell() function
+$  /includes/ui/ui_controls.inc
++ Helper function for finding indexed submit $_POST vars.
+$  /includes/ui/ui_input.inc
++ New class .editbutton for buttons. Default view is link alike.
+$  /themes/aqua/default.css
+   /themes/cool/default.css
+   /themes/default/default.css
+
+17-Mar-2008 Janusz Dobrowolski
+# Added rounding when needed to avoid document non cosistent documents.
+$  /includes/banking.inc
+   /purchasing/supplier_credit_grns.php
+   /purchasing/supplier_invoice_grns.php
+   /purchasing/includes/supp_trans_class.inc
+   /purchasing/includes/ui/invoice_ui.inc
+   /purchasing/includes/ui/po_ui.inc
+   /reporting/rep107.php
+   /reporting/rep109.php
+   /reporting/rep110.php
+   /reporting/rep209.php
+   /sales/includes/cart_class.inc
+   /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
+   /taxes/tax_calc.inc
+# Sign bug for customer transactions
+$  /reporting/rep709.php
+# Include file conflict fix
+$ /purchasing/includes/ui/invoice_ui.inc
+  /gl/manage/bank_accounts.php
+  /manufacturing/inquiry/where_used_inquiry.php
+  /purchasing/manage/suppliers.php
+  
+16-Mar-2008 Janusz Dobrowolski
++ Added javascript add-on for unobtrusive apply javascript handlers to html elements.
+$  /js/behaviour.js
+   /js/inserts.js
++ Added javascript source collecting functions
+$  /includes/main.inc
+! Moved check_page_security(); for safe start in case of broken wa_current_user var.
++ Added global js code collecting arrays  $js_lib, $js_static
+$  /includes/session.inc
+! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
+$  /includes/ui/ui_view.inc
++ Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
+$  /includes/page/footer.inc
+   /includes/page/header.inc
+! Added including of data_checks.inc
+$  /includes/ui.inc
++ User side percent/exrate/qty/price input formatting via onblur handler.
+$  /admin/gl_setup.php
+   /gl/gl_budget.php
+   /gl/manage/exchange_rates.php
+   /includes/ui/ui_input.inc
+   /inventory/purchasing_data.php
+   /inventory/reorder_level.php
+   /inventory/includes/item_adjustments_ui.inc
+   /inventory/includes/stock_transfers_ui.inc
+   /manufacturing/work_order_entry.php
+   /manufacturing/manage/bom_edit.php
+   /purchasing/po_entry_items.php
+   /purchasing/po_receive_items.php
+   /purchasing/supplier_credit.php
+   /purchasing/supplier_credit_grns.php
+   /purchasing/supplier_invoice_grns.php
+   /purchasing/supplier_trans_gl.php
+   /purchasing/allocations/supplier_allocate.php
+   /purchasing/includes/ui/po_ui.inc
+   /sales/customer_delivery.php
+   /sales/customer_invoice.php
+   /sales/allocations/customer_allocate.php
+   /sales/includes/ui/sales_credit_ui.inc
+   /sales/includes/ui/sales_order_ui.inc
+   /taxes/tax_groups.php
+   /taxes/tax_types.php
+
+14-Mar-2008 Janusz Dobrowolski
+ + All forms fixed to accept user native numeric format.
+ $ /admin/gl_setup.php
+   /gl/bank_transfer.php
+   /gl/gl_budget.php
+   /gl/gl_deposit.php
+   /gl/gl_journal.php
+   /gl/gl_payment.php
+   /gl/includes/db/gl_db_banking.inc
+   /gl/includes/ui/gl_deposit_ui.inc
+   /gl/includes/ui/gl_journal_ui.inc
+   /gl/includes/ui/gl_payment_ui.inc
+   /gl/manage/exchange_rates.php
+   /inventory/adjustments.php
+   /inventory/cost_update.php
+   /inventory/prices.php
+   /inventory/purchasing_data.php
+   /inventory/reorder_level.php
+   /inventory/transfers.php
+   /inventory/includes/item_adjustments_ui.inc
+   /inventory/includes/stock_transfers_ui.inc
+   /inventory/manage/item_units.php
+   /manufacturing/work_order_entry.php
+   /manufacturing/inquiry/where_used_inquiry.php
+   /manufacturing/manage/bom_edit.php
+   /purchasing/po_entry_items.php
+   /purchasing/po_receive_items.php
+   /purchasing/supplier_credit_grns.php
+   /purchasing/supplier_invoice_grns.php
+   /purchasing/supplier_payment.php
+   /purchasing/supplier_trans_gl.php
+   /purchasing/allocations/supplier_allocate.php
+   /purchasing/includes/ui/po_ui.inc
+   /purchasing/inquiry/po_search.php
+   /sales/credit_note_entry.php
+   /sales/customer_credit_invoice.php
+   /sales/customer_delivery.php
+   /sales/customer_invoice.php
+   /sales/customer_payments.php
+   /sales/sales_order_entry.php
+   /sales/allocations/customer_allocate.php
+   /sales/includes/ui/sales_credit_ui.inc
+   /sales/includes/ui/sales_order_ui.inc
+   /sales/manage/customers.php
+   /sales/manage/sales_people.php
+   /sales/view/view_credit.php
+   /sales/view/view_dispatch.php
+   /sales/view/view_invoice.php
+   /sales/view/view_receipt.php
+   /sales/view/view_sales_order.php
+   /taxes/item_tax_types.php
+   /taxes/tax_groups.php
+   /taxes/tax_types.php
+ + User format functions for percent/price/exrate amounts display.
+ $ /includes/current_user.inc
+ + Input checking functions for numeric input fields in user native format
+ $ /includes/data_checks.inc
+ + Numeric input fields in user native format
+ $ /includes/ui/ui_input.inc
+ + Javascript function for conversion to/from user native numeric format.
+ $ /includes/ui/ui_view.inc
+ + New class amount for numeric input
+ $ /themes/aqua/default.css
+   /themes/cool/default.css
+   /themes/default/default.css
+ # Removed warning on adding component
+   /manufacturing/manage/bom_edit.php
+ # Quantity display correction
+   /manufacturing/inquiry/where_used_inquiry.php
+ # Fixed add_customer_trans() call
+   /gl/includes/db/gl_db_banking.inc
+
+12-Mar-2008 Joe Hung
+ + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
+ - Removed default insertion of Units of Measure. Not neccessary.
+ $ /sql/alter.sql
+   /admin/db/maintenance_db.inc (added support for update)
+
+11-Mar-2008 Janusz Dobrowolski
+ + Table of measure moved into new table item_units
+ ! Removed $themes[] from config.php, theme list based on directory structure
+ $ /config.php
+   /includes/ui/ui_lists.inc
+   /applications/inventory.php
+   /inventory/includes/inventory_db.inc
+   /inventory/includes/db/items_units_db.inc
+   /inventory/manage/item_units.php
+   /inventory/manage/items.php
+   /sql/alter.sql
+
+11-Mar-2008 Joe Hunt
+ # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
+ $ /sales/customer_invoice.php
+   /sales/customer_delivery.php
+10-Mar-2008 Joe Hunt
+ # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
+ $ /sales/sales_order_entry.php
+10-Mar-2008 Janusz Dobrowolski
+ + Added price list selector to sales entry (debtor_master gives only default one)
+ + Added optional submit_on_change parameter to sales ui lists
+ $ /includes/ui/ui_lists.inc
+   /sales/sales_order_entry.php
+   /sales/includes/ui/sales_credit_ui.inc
+   /sales/includes/ui/sales_order_ui.inc
+ # Additional PHP5 fixes, do_clone superseded by local ? : constructs
+ $ /sales/includes/cart_class.inc
+   /includes/ui/ui_view.inc
+   /sales/includes/sales_db.inc
+ # Fixed bogus sales_type lists in edition mode
+ $ /sales/customer_delivery.php
+   /sales/customer_invoice.php
+ # Smaller fixes, cart_class.sales_type name change
+ $ /sales/includes/ui/sales_credit_db.inc
+   /sales/credit_note_entry.php
+   /sales/customer_credit_invoice.php
+   /sales/includes/cart_class.inc
+   /sales/includes/db/sales_credit_db.inc
+   /sales/includes/db/sales_delivery_db.inc
+   /sales/includes/db/sales_invoice_db.inc
+   /sales/includes/db/sales_order_db.inc
+   /sales/includes/ui/sales_credit_ui.inc
+ # One another pmWiki name conflict removed
+ $ /admin/display_prefs.php
 09-Mar-2008 Joe Hunt
  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
  $ /dimensions/includes/dimensions_db.inc