X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=59a1946e55f4e3569281c5a0efdc35e62af79f50;hb=9a6be31598b20ab95541e4c89db43ff56a105cc2;hp=17ce0ebe3877b0bc7c3dca354f566a44abb164ff;hpb=29bfc95a3b218ab90694535a0e94acd380b738b5;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 17ce0ebe..59a1946e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,78 @@ Legend: ! -> Note $ -> Affected files +02-Jul-2009 Joe Hunt +! Always show 0.00 in debit column when using display_debit_or_credit +$ /includes/ui/ui_view.inc + +01-Jul-2009 Joe Hunt +! Small adjustment in /inventory/prices.php to see the calculated prices if they are set. +$ /inventory/prices.php +# Small bug/layout fixes +$ /inventory/manage/item_categories.php + /inventory/manage/locations.php + /sql/en_US-demo.sql + /sql/en_US-new.sql + +30-Jun-2009 Joe Hunt +# Small annoying bug-fixes in items.php and items_trans_db.inc +$ /inventory/manage/items.php + /inventory/includes/db/items_trans_db.inc + +30-Jun-2009 Joe Hunt ++ Implemented automatic price calculation of items from std. cost. +$ /admin/company_preferences.php + /admin/db/company_db.inc + /doc/calculate_price.txt (new file) + /sales/includes/sales_db.inc + /sql/alter2.2.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql + +29-Jun-2009 Joe Hunt +! Small layout improments in Customer Payments +$ /sales/customer_payments.php + +28-Jun-2009 Joe Hunt +# Fixed link bugs in sales order entry and optimized a couple of functions in ui_controls.inc +$ /includes/ui/ui_controls.inc + /sales/sales_order_entry.php + +27-Jun-2009 Joe Hunt +# Corrections to default COAs. +$ /sql/alter2.2.sql + /sql/en_US-new.sql + /sql/en_US-demo.sql + +26-Jun-2009 Joe Hunt ++ Added Print of Work Order and GRN Valuation Report +# Small bug in company preferences +$ /admin/company_preferences.php + /manufacturing/includes/db/work_orders_db.inc + /manufacturing/work_order_entry.php + /reporting/rep305.php (new file) + /reporting/rep409.php (new file) + /reporting/reports_main.php + /reporting/includes/doctext.inc + /reporting/includes/doctext2.inc + /reporting/includes/header2.inc + /reporting/includes/pdf_report.inc + /reporting/includes/reports_classes.inc + +26-Jun-2009 Joe Hunt ++ Added Bank Charge field to Customer Payment, Supplier Payment and Bank Transfer and a new default bank charge account in gl_setup. +$ /admin/gl_setup.php + /admin/db/company_db.inc + /gl/bank_transfer.php + /gl/includes/db/gl_db_banking.inc + /purchasing/supplier_payment.php + /purchasing/includes/db/supp_payment_db.inc + /sales/customer_payment.php + /sales/includes/db/payment_db.inc + /sql/alter2.2.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql + 25-Jun-2009 Joe Hunt ! Changed balance_sheet field in account class to ctype and fixed class editing. # Parse error in ui_lists.inc. Masked include_once(/validation.inc) in main.inc. @@ -30,6 +102,7 @@ $ /admin/fiscalyears.php /includes/main.inc /includes/ui/ui_lists.inc /sql/en_US-demo.sql + /sql/en_US-new.sql /sql/alter2.2.sql 25-Jun-2009 Janusz Dobrowolski