X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=baf92580440fc16e47bc22efbe81213a29fc1d48;hb=569f3733188bdff8d7df940aa88eb425335f7276;hp=cadedd21505093395e3e1a951b97da2e0bb35515;hpb=89a82f8bc20d2084b2e1e3ca77ee9bc2a76fff63;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cadedd21..baf92580 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,236 @@ Legend: ! -> Note $ -> Affected files +09-Jun-2009 Joe Hunt +# Bad format in due date column in search dimensions +$ /dimensions/inquiry/search_dimensions.php + +08-Jun-2009 Joe Hunt +! Changed Advanced Manufacturing payments to be more flexible and simpler. Removed from Payment. +$ /gl/includes/db/gl_db_trans.inc + /gl/includes/ui/gl_bank_ui.inc + /includes/types.inc + /includes/ui/ui_lists.inc + /manufacturing/search_work_orders.php + /manufacturing/work_order_costs.php (new file) + /manufacturing/work_order_entry.php +# Overhead costs in Manufacturing/Assembling wasn't added to stock overhead cost +$ /manufacturing/work_order_add_finished.php + /manufacturing/work_order_issue.php + /manufacturing/work_order_release.php + /manufacturing/includes/manufacturing_ui.inc + /manufacturing/includes/db/work_orders_db.inc + /manufacturing/includes/db/work_orders_quick_db.inc + /manufacturing/includes/db/work_orders_produce_items_db.inc + /manufacturing/view/work_order_view.php + +05-Jun-2009 Joe Hunt +# Missing underscore in gettext string +$ /sales/create_recurrent_invoices.php +# Broken gettext string over 2 lines +$ /sales/customer_delivery.php + +04-Jun-2009 Joe Hunt +# [0000134] Voiding a supplier credit note didn't activate the PO Receivals and void the stock moves. +$ /purchasing/includes/db/invoice_db.inc + +03-Jun-2009 Joe Hunt +! Changed to present reference number in Print Invoices/Credit Notes if global $print_invoice_no = 0 +$ /reporting/includes/reports_classes.inc +# Deleting of Locations was too easy. Implemented much more checks +$ /inventory/manage/locations.php +! Report Stock Check Sheet and 'Inventory Item Status' was wrong when Locations were selected. +$ /reporting/rep302.php + /reporting/rep303.php + /includes/db/manufacturing_db.inc +# When producing advanced manufacture there should be errors when insuffient qoh in items (if 'Allow Negative Stock' is not marked). +$ /manufacturing/work_order_issue.php + /manufacturing/work_order_add_finished.php +# Missing decimal calculation in BOM edit. +$ /manufacturing/manage/bom_edit.php +# Wrong toottip text on Process button in Purchase Order, Receive Items. +$ /purchase/po_receive_items.php + +27-May-2009 Joe Hunt +# After heavy testing a new set of nested subtypes in COA, Monthly Breakdown, Balance Sheet and P&L Statement. +$ /gl/includes/db/gl_db_accounts.inc + /gl/includes/db/gl_db_account_types.inc + /reporting/rep701.php + /reporting/rep705.php + /reporting/rep706.php + /reporting/rep707.php + +26-May-2009 Joe Hunt +# Again fixed nested subtypes in account types correctly in COA, Monthly Breakdown, Balance Sheet and P&L Statement +$ /gl/includes/db/gl_db_accounts.inc + /gl/includes/db/gl_db_account_types.inc + /reporting/rep701.php + /reporting/rep705.php + /reporting/rep706.php + /reporting/rep707.php +# fixed wider combobox for backup-files in company backup +$ /admin/backups.php + +25-May-2009 Joe Hunt +# Fixed Supplier Credit so Purchase Order Outstanding is decreased too. +$ /purchasing/includes/db/grn_db.inc +# Fixed so nested subtypes in account types are nested correctly in Balance Sheet and P&L Statement +$ /gl/includes/db/gl_db_accounts.inc + /reporting/rep706.php + /reporting/rep707.php +! Extra column in Stock Check Sheet, On Order and option for selecting Only Shortage. +$ /reporting/rep303.php + /reporting/reports_main.php + +23-May-2009 Janusz Dobrowolski +# Fixed transaction table search update. +$ /admin/view_print_transaction.php +# Fixed initial select for array_selector() +$ /includes/ui/ui_lists.inc + +22-May-2009 Janusz Dobrowolski +# Fixed buggy reference instead of id in report dimension selectors. +$ /reporting/includes/reports_classes.inc +# Fixed typo in setup menu +$ /applications/setup.php + +21-May-2009 Joe Hunt/Tom Moulton +# Recursion fix in manufacturing_db.inc by Tom Moulton +$ /includes/db/manufacturing_db.inc + +20-May-2009 Janusz Dobrowolski +# Small cleanup +$ /inventory/prices.php +# Fixed select buttons icon. +$ /sales/manage/customer_branches.php + +20-May-2009 Joe Hunt +# Fixed and optimized On Order in Inventory Items Status and reports +$ /includes/db/manufacturing_db.inc + /inventory/inquiry/stock_status.php + /reporting/rep302.php + /reporting/rep303.php + /sales/includes/db/sales_order_db.inc + +18-May-2009 Joe Hunt +# html header shown in backup downloads. +$ /admin/backups.php +! Reinserted the link to GL in Work Order Inquiry. +$ /manufacturing/search_work_orders.php +# Added non closed work order requirements on On Order in Inventory Items Status +$ /inventory/inquiry/stock_status.php +! Added mb_flag 'M' in demand checks +$ /sales/includes/db/sales_order_db.inc + /reporting/rep302.php + /reporting/rep303.php + +17-May-2009 Joe Hunt +! Changed service items to use cogs account instead of inventory account. +$ /inventory/manage/items.php + +16-May-2009 Joe Hunt +# [0000133] Removed buggy & obsolete hotkey support in pager_link() +$ /includes/ui/db_pager_view.inc +! Removed obsolete 'K' mb_flag checks. +$ /includes/data_checks.inc + /includes/ui/ui_lists.inc + +13-May-2009 Joe Hunt +# Bug in demensions_list. If dimensions are closed they shall NOT show up in the lists. +$ /includes/ui/ui_lists.inc + +10-May-2009 Joe Hunt +# Period presentation bug in tax report/inquiry +$ /gl/inquiry/tax_inquiry.php + /reporting/includes/reports_classes.inc + +07-May-2009 Joe Hunt +# Layout bug in exchange rate display +$ /includes/ui/ui_view.inc +# Layout bug in sales_order_view. Column Comments renamed to Cust Order Ref +$ /sales/inquiry/sales_orders_view.php +# Layout bug in sales_order_ui. Bad presentation of customer if not editable +$ /sales/includessales_order_ui.inc + +05-May-2009 Janusz Dobrowolski +# Fixed check if code for new sales kit is not used. +$ /inventory/manage/sales_kits.php + +04-May-2009 Joe Hunt +# Purchase Order document shows wrong purch data conversion if purch data +$ /reporting/rep209.php + +------------------------------- Release 2.1.2 ---------------------------------- +30-Apr-2009 Joe Hunt +! Release 2.1.2 +$ config.php + +22-Apr-2009 Joe Hunt +! Changed the text 'Supplier Account No' to 'Our Customer No' in Supplier form +$ /purchasing/manage/suppliers.php + +20-Apr-2009 Janusz Dobrowolski +# Rewritten backup manager, fixed progressbar bug. +$ /admin/backups.php +# Fixed bug in zipped sql file restore. +$ /admin/db/maintenance_db.inc +! JsHttpRequest class updated to latest version. +$ /includes/JsHttpRequest.php + /js/JsHttpRequest.js +! Added optional parameter in vertical_space() +$ /includes/ui/ui_controls.inc ++ Helper for javascript confirm dialogs added. +$ /includes/ui/ui_input.inc +! Client side confirm dialog added for destructive submits. +$ /purchasing/supplier_invoice.php + /purchasing/includes/ui/invoice_ui.inc + /sales/sales_order_entry.php ++ Added retry after timeout on unreliable ajax connections. Preparation for client-side javascript checks. +$ /includes/current_user.inc + /includes/page/footer.inc + /includes/page/header.inc + /includes/ui/ui_view.inc + /access/login.php + /js/inserts.js + /js/utils.js + /themes/aqua/images/progressbar.gif + /themes/cool/images/progressbar.gif + /themes/default/images/progressbar.gif + /themes/default/images/ajax-loader2.gif (new) + /themes/default/images/warning.png (new) + /themes/aqua/images/ajax-loader2.gif (new) + /themes/aqua/images/warning.png (new) + /themes/cool/images/ajax-loader2.gif (new) + /themes/cool/images/warning.png (new) +# Fixed supplier uom retrieval. +$ /purchasing/includes/db/po_db.inc + +04-Apr-2009 Janusz Dobrowolski +# Paper format defaults to A4 for unknown specifiers. +$ /reporting/includes/pdf_report.inc +# Sealing sql statements. +$ /sales/manage/customers.php + +01-Apr-2009 Janusz Dobrowolski +# Fixed document mailing. +$ /reporting/includes/pdf_report.inc +# Fixed focus javascript error on lists. +$ /includes/ui/ui_lists.inc +# Fixed report links hotkey selection +$ /js/inserts.js + +------------------------------- Release 2.1.1 ---------------------------------- +30-Mar-2009 Janusz Dobrowolski +# Fixed display of unsufficient quantities in sales docs. +$ /sales/includes/ui/sales_order_ui.inc + /themes/aqua/default.css + /themes/cool/default.css + /themes/default/default.css +# Updated gettext template file +$ /lang/new_language_template/LC_MASSAGES/empty.po +! Release 2.1.1 +$ config.php + 29-Mar-2009 Janusz Dobrowolski # [0000126] 'Invoice' words on credit note document. $ /reporting/includes/doctext.inc