X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=85569f0775225b3e2ba8ea8199c573bac9c40bc5;hb=60e2b6dfc0b71af9fae2712058bdfaeacf2a9fee;hp=ee008259297e8898c9bfc75b74d78c066dfc850c;hpb=1823fcccebc05761e65e3fc3c95f0f4679409060;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ee008259..85569f07 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,99 @@ Legend: ! -> Note $ -> Affected files +20-Sep-2008 Joe Hunt +# Fix for exchange variation when allocating payments. re-inserted in System and GL Setup. +$ /admin/gl_setup.php + /admin/db/company_db + /includes/banking.inc + /purchasing/allocations/supplier_allocate.php + /purchasing/includes/db/suppalloc_db.inc + /sales/allocations/customer_allocate.php + /sales/includes/db/custalloc_db.inc + /sales/includes/db/payment_db.inc + /sales/includes/db/sales_credit_db.inc +! New tcpdf.php file. Minor bugfixes from tcpdf.org + /reporting/includes/tcpdf.php + + +18-Sep-2008 Janusz Dobrowolski ++ Support for calling external pages during document entry (e.g. for adding customer/supplier/items). +$ /index.php + /includes/ui/ui_controls.inc + /includes/ui/ui_input.inc + /includes/ui/ui_lists.inc + /js/inserts.js ++ Add/view on F4 in customer/supplier selectors +$ /gl/gl_bank.php ++ Add/view on F4 in supplier/items selectors +$ /purchasing/po_entry_items.php + /inventory/manage/items.php ++ Add/view on F4 in supplier selector +$ /purchasing/supplier_credit.php + /purchasing/supplier_invoice.php + /purchasing/supplier_payment.php + /purchasing/allocations/supplier_allocation_main.php + /purchasing/manage/suppliers.php + /inventory/purchasing_data.php ++ Add/view on F4 in customer selector + /sales/credit_note_entry.php + /sales/customer_payments.php + /sales/sales_order_entry.php + /sales/allocations/customer_allocation_main.php + /sales/includes/ui/sales_credit_ui.inc + /sales/includes/ui/sales_order_ui.inc + /sales/manage/customer_branches.php + /sales/manage/customers.php +# Syntax error introduced in previous update fixed +$ /inventory/prices.php +# Fixed retreiving of exchange rates [0000057] +$ /gl/manage/exchange_rates.php + /includes/banking.inc + /includes/ui/ui_view.inc + +18-Sep-2008 Joe Hunt ++ New Report - Bank Statement. +$ /reporting/reports_main.php + /reporting/rep601.php (new file) + +17-Sep-2008 Joe Hunt +! New PDF tcpdf.php file. Support for cid-0 fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding. + New cid-0 fonts will be available for download when release 2.0.2 is shipping. Reduces file size enormouusly +$ /reporting/includes/tcpdf.php +! Inventory column option in Report Stock Sheet Check. +$ /reporting/reports_main.php + /reporting/rep303.php + +11-Sep-2008 Janusz Dobrowolski +# Fixed slash quotation problems on direct POST values display. +$ /includes/session.inc + /includes/db/connect_db.inc +# Added missing db_escape on person_id. +$ /gl/includes/db/gl_db_bank_trans.inc + /gl/includes/db/gl_db_trans.inc +# Added error message and suppressed db update on failed ECB exchange rate read. +$ /includes/ui/ui_view.inc + +10-Sep-2008 Janusz Dobrowolski +# Fixed company folders renaming after company remove. +$ /admin/create_coy.php +# Fixed list selectors' behaviour during search. +$ /includes/ui/ui_lists.inc +# Fixed page update after item search. Closes bugs [0000051],[0000054]. +$ /inventory/cost_update.php + /inventory/prices.php + /inventory/purchasing_data.php + /inventory/reorder_level.php + /inventory/includes/item_adjustments_ui.inc + /inventory/includes/stock_transfers_ui.inc + /inventory/inquiry/stock_status.php + /inventory/manage/items.php + /manufacturing/includes/work_order_issue_ui.inc + /manufacturing/inquiry/where_used_inquiry.php + /purchasing/includes/ui/po_ui.inc + /sales/includes/ui/sales_credit_ui.inc + /sales/includes/ui/sales_order_ui.inc + 09-Sep-2008 Joe Hunt # Bug [0000055] Rasmus detected a cost diff. bug and changed some code for us. Very appreciated. $ /purchasing/includes/db/invoice_db.inc