X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=c4df5ea77aeea6881aff636be3e196bf18b828f3;hb=46a859550ab29eab842e9319500e74f27d2a1c24;hp=e0d9c2f6250dc8959f70b614a70ec32f3afaf2bb;hpb=719e5ca0ba25499b37ec10aeb140282fd21a0ff7;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e0d9c2f6..c4df5ea7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,9 +19,91 @@ Legend: ! -> Note $ -> Affected files +22-Jan-2009 Joe Hunt +# Bug [0000112] It shows invoices as overdue still (in red), even though its been payed and allocated. +$ /sales/inquiry/customer_inquiry.php + +13-Jan-2009 Joe Hunt +# Bug [0000111] Accounts on Credit Hold can still process delivery notes on sales order and invoicing. +$ /sales/customer_delivery.php + /sales/customer_invoice.php + /sales/includes/ui/sales_order_ui.inc + +08-Jan-2009 Janusz Dobrowolski +# Numeric check on class id added. +$ /gl/manage/gl_account_classes.php + +02-Jan-2009 Joe Hunt +# [0000104] minor language updates in a few sales files +$ /sales/customer_invoice.php + +23-Dec-2008 Joe Hunt +# Fixed an accounting sync in GL when adding bank account transactions (no customer/supplier trans) +$ /gl/includes/db/gl_db_banking.inc + +22-Dec-2008 Janusz Dobrowolski +# [0000102] Credit note was stored without entered shippment cost and comment. +$ /sales/credit_note_entry.php +# [0000103] Error during save of modified freehand credit note. +$ /sales/includes/db/cust_trans_db.inc + +18-Dec-2008 Joe Hunt +# [0000101] Roll back of yeasterday issues +$ /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 + +17-Dec-2008 Joe Hunt +# [0000101] More wonderful rounding issues +$ /includes/ui/ui_view.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_delivery_db.inc + /sales/includes/db/sales_invoice_db.inc + +16-Dec-2008 Joe Hunt +# [0000100] Keep getting left allocated weird results (rounding problems). +$ /includes/ui/ui_view.inc + /purchasing/inquiry/supplier_allocation_inquiry.php + /reporting/rep101.php + /reporting/rep201.php + /sales/inquiry/customer_allocation_inquiry.php + +10-Dec-2008 Janusz Dobrowolski +# [0000099] New line added to inventory transfer/adjustment sometimes overwrites old one. +$ /includes/ui/items_cart.inc + +09-Dec-2008 Janusz Dobrowolski +# [0000098] Unable issue of credit note for invoice with removed item lines. +$ /sales/customer_credit_invoice.php +# [0000097] Can't void freehand customer credit note. +$ /sales/includes/db/sales_invoice_db.inc +# Fixed to hide empty credit note lines. +$ /sales/view/view_credit.php + +------------------------------- 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 in Windows. -$ /includes/current_user.inc +# [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.