From b41fa95c67fdc11c762d63480b10077f191dfd0f Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 8 Dec 2008 16:22:23 +0000 Subject: [PATCH] Some smaller fixes and merging all changes from main trunk up to 2.0.6 --- CHANGELOG.txt | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8e73e8cf..69833ed0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,126 @@ Legend: ! -> Note $ -> Affected files +08-Dec-2008 Janusz Dobrowolski ++ Added helpers for list editor F4 calls. +$ /includes/ui/ui_controls.inc + /sales/sales_order_entry.php ++ Added development/bugtracking sql trail +$ /config.php + /sql/alter2.1.sql + /includes/db/connect_db.inc +! GL accounts in list selector always grouped by type +$ /admin/gl_setup.php + /gl/includes/ui/gl_bank_ui.inc + /gl/includes/ui/gl_journal_ui.inc + /gl/manage/bank_accounts.php + /gl/manage/gl_accounts.php + /gl/manage/gl_quick_entries.php + /includes/ui/ui_lists.inc + /purchasing/includes/ui/invoice_ui.inc + /sales/manage/customer_branches.php +# Fixed Win AltGr issue in hotkeys system. +$ /js/inserts.js +! Merged changes from main trunk up to version 2.0.6 (see below) +$ /config.php + /update.html + /update_db.php + /admin/create_coy.php + /admin/db/maintenance_db.inc + /gl/includes/db/gl_db_banking.inc + /gl/includes/db/gl_db_trans.inc + /includes/banking.inc + /includes/current_user.inc + /manufacturing/view/wo_production_view.php + /purchasing/includes/db/invoice_db.inc + /purchasing/includes/db/supp_payment_db.inc + /purchasing/includes/ui/invoice_ui.inc + /reporting/rep107.php + /reporting/rep109.php + /reporting/rep110.php + /reporting/rep209.php + /reporting/rep302.php + /reporting/rep303.php + /reporting/includes/pdf_report.inc + /sales/customer_delivery.php + /sales/includes/cart_class.inc + /sales/includes/sales_db.inc + /sales/includes/db/payment_db.inc + /sales/includes/db/sales_credit_db.inc + /sales/includes/db/sales_invoice_db.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 +------------------------------- Release 2.0.6 -------------------------------------------- +08-Dec-2008 Joe Hunt +! New release 2.0.6 +$ config.php + +05-Dec-2008 Joe Hunt +# [0000095] Bad behaviour of routine number_format and round in Windows. +$ /gl/includes/gl_db_trans.inc + /includes/banking.inc + /includes/current_user.inc + /purchasing/includes/ui/invoice_ui.inc + /reporting/rep107.php + /reporting/rep109.php + /reporting/rep110.php + /reporting/rep209.php + /sales/view/view_credit.php + /sales/view/view_dispatch.php + /sales/view/view_invoice.php + /sales/view/view_sales_order.php + +04-Dec-2008 Janusz Dobrowolski +# Check write permissions and create per company subdirectory structure. +$ /update.html + /update_db.php +# Fixed index.php files in new company dirs. +$ /admin/create_coy.php + /admin/db/maintenance_db.inc + +04-Dec-2008 Joe Hunt +# [0000095] Inbalance double entry on Documents +$ /gl/includes/db/gl_db_trans.inc + /gl/includes/db/gl_db_banking.inc + /purchasing/includes/db/invoice_db.inc + /purchasing/includes/db/supp_payment_db.inc + /sales/includes/db/payment_db.inc + /sales/includes/db/sales_credit_db.inc + /sales/includes/db/sales_invoice_db.inc + +29-Nov-2008 Joe Hunt +# [0000094] Report does not show items that have 0 qty but have demand qty +$ /reporting/rep302.php + /reporting/rep303.php + +28-Nov-2008 Joe Hunt +# [0000093] Voiding Supplier Invoices Causes some lines cost update to go to 0 and exchange rate change +$ /purchasing/includes/db/invoice_db.inc + +27_Nov-2008 Joe Hunt +# [0000092] Stock Sheet Report. Bad Page break. +$ /reporting/includes/pdf_report.inc + +26-Nov-2008 Joe Hunt +# [0000091] Tax for 2 decimal places doesn't compute properly +$ /taxes/tax_calc.inc + +25-Nov-2008 Janusz Dobrowolski +# [0000084] Low inventory items are not marked properly. +$ /sales/customer_delivery.php +# [0000086] New line added to document sometimes overwrites old one. +$ /sales/includes/cart_class.inc +# [0000087] Change of order date always updates prices. +$ /sales/includes/ui/sales_credit_ui.inc + /sales/includes/ui/sales_order_ui.inc +# Fixed automatic price calculations always on. +$ /sales/includes/sales_db.inc + 08-Dec-2008 Joe Hunt ! Better support for purchasing data (automatic updating from PO receive) $ /purchasing/includes/db/grn_db.inc -- 2.30.2