X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=4fdd7734314bb37680fb6239824baf15e2db8c82;hb=dc292f2de5c199d04d50357fa0cad7217f208614;hp=c2f41dd3a49a67bff6869c14e159b0048ec9f75f;hpb=d693277b02db4808742bb0d621f158f78e93a3db;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c2f41dd3..4fdd7734 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,9 +19,148 @@ Legend: ! -> Note $ -> Affected files +21-Apr-2010 Joe Hunt +# Bug in systypes selector (no type update) +$ /admin/attachments.php +! Better layout +$ /admin/company_preferences.php +# Didn't show 'View Attachments' for Journal Entries +$ /includes/ui/ui_controls.inc + +20-Apr-2010 Joe Hunt ++ Added option for Manual Revaluation of Currency Accounts +$ /admin/company_preferences.php + /applications/generalledger.php + /gl/includes/db/gl_db_banking.inc + /gl/manage/revaluate_currencies.php (new file) + /includes/prefs/sysprefs.inc + /sql/en_US-demo.sql + /sql/en_US-new.sql + /sql/alter2.3.sql + +16-Apr-2010 Joe Hunt +# Minor fixes in voiding transactions +$ /admin/void_transaction.php +! Layout improvement in hyperlink_back function +$ /includes/ui/ui_controls.inc + +15-Apr-2010 Joe Hunt +! Added an alternative way of presenting tax included on invoices. + This is done by setting a global variabel $alternative_tax_include_on_docs = 1. +$ config.default.php + /includes/ui/ui_view.inc + /reporting/rep107.php + /reporting/rep110.php + +! Added a date column and combined the # and View column in 'View / Print Transactions. +! Changed Voiding Transaction to also include a pager. +$ /admin/view_print_transaction.php + /admin/void_transaction.php + /admin/db/transaction_db.inc + /includes/systypes.inc + /manufacturing/view/wo_production_view.php + /reporting/includes/reporting.inc + +14-Apr-2010 Joe Hunt +! Replaced the global variables for table styles to defined CSS classes. +$ all files that includes the call to start_table and start_outer_table + +14-Apr-2010 Joe Hunt/ AVB3 ++ Added 'View Attachments' if any in all popup view windows +$ /admin/db/attachments_db.inc + /includes/main.inc + /includes/ui/ui_controls.inc + /dimensions/view/view_dimension.php + /gl/view/bank_transfer_view.php + /gl/view/gl_deposit_view.php + /gl/view/gl_payment_view.php + /gl/view/gl_trans_view.php + /inventory/view/view_adjustment.php + /inventory/view/view_transfer.php + /manufacturing/view/work_order_view.php + /manufacturing/view/wo_issue_view.php + /manufacturing/view/wo_production_view.php + /purchasing/view/view_grn.php + /purchasing/view/view_po.php + /purchasing/view/view_supp_credit.php + /purchasing/view/view_supp_invoice.php + /purchasing/view/view_supp_payment.php + /sales/view/view_credit.php + /sales/view/view_dispatch.php + /sales/view/view_invoice.php + /sales/view/view_receipt.php + /sales/view/view_sales_order.php + +04-Apr-2010 Janusz Dobrowolski ++ Added supplier/customer document language selection +$ /purchasing/includes/db/suppliers_db.inc + /purchasing/manage/suppliers.php + /reporting/rep107.php + /reporting/rep108.php + /reporting/rep109.php + /reporting/rep110.php + /reporting/rep111.php + /reporting/rep112.php + /reporting/rep209.php + /reporting/rep210.php + /reporting/includes/class.pdf.inc + /reporting/includes/pdf_report.inc + /sales/includes/db/branches_db.inc + /sales/includes/db/customers_db.inc + /sales/includes/db/cust_trans_db.inc + /sales/includes/db/sales_order_db.inc + /sales/manage/customer_branches.php + /sales/manage/customers.php + /sql/alter2.3.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql + /reporting/includes/doctext2.inc (removed) + ++ Added company_path() helper +$ /admin/attachments.php + /admin/company_preferences.php + /admin/create_coy.php + /admin/display_prefs.php + /admin/print_profiles.php + /admin/system_diagnostics.php + /admin/db/fiscalyears_db.inc + /includes/main.inc + /includes/lang/language.php + /includes/page/header.inc + /includes/ui/ui_view.inc + /inventory/manage/items.php + /reporting/rep102.php + /reporting/rep104.php + /reporting/rep202.php + /reporting/rep303.php + /reporting/rep706.php + /reporting/rep707.php + /reporting/includes/excel_report.inc + /reporting/includes/header2.inc + +! Added all_option parameter to language selectors +$ /includes/ui/ui_lists.inc + +! System names extracted to new separated file to enable re-read after langauge change +$ /includes/types.inc + /includes/sysnames.inc (new) + +! Fixed for better extension modules support +$ /reporting/prn_redirect.php + /reporting/includes/tcpdf.php + +! Changed addReport method (better support for extension modules) +$ /reporting/reports_main.php + /reporting/includes/reports_classes.inc + +! Code cleanup +$ /gl/inquiry/balance_sheet.php + /gl/inquiry/profit_loss.php + 26-Mar-2010 Joe Hunt # Fixed a sorting problem in gl_account_types_list $ /includes/ui/ui_lists.inc + /gl/includes/db/gl_db_account_types.inc 24-Mar-2010 Janusz Dobrowolski/Joe Hunt # Fixed problem with multiply zeros a value of option in list selectors