From 89f597725b0f9ff1cb29f3a9066d23bc413f1dc9 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 17 Jan 2013 12:59:32 +0100 Subject: [PATCH] Release 2.3.14 and CHANGELOG.txt --- CHANGELOG.txt | 203 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5ca0cacc..f8de2199 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -10,6 +10,209 @@ ------------ This is a changelog for FrontAccounting All releases. +2013-01-17 11:39 +0100 Joe Hunt +(3150) Changed update.html, empty.po for application and install from iso-8859-2 to iso-8859-1. + install/lang/new_language_template/LC_MESSAGES/empty.po + lang/new_language_template/LC_MESSAGES/empty.po + update.html + +2013-01-17 11:16 +0100 Janusz Dobrowolski +(3149) Added tag version, 2_3_14 for changeset 0904a7e012c2 + .hgtags + +2013-01-17 11:15 +0100 Janusz Dobrowolski +(3148) Fixed version + version.php + +2013-01-17 11:01 +0100 Janusz Dobrowolski +(3147) Added tag version_2_3_14 for changeset 382defbe35d4 + .hgtags + +2013-01-17 11:01 +0100 Janusz Dobrowolski +(3146) Updated gettext template. + lang/new_language_template/LC_MESSAGES/empty.po + +2013-01-17 11:00 +0100 Janusz Dobrowolski +(3145) Fixed gettext translations (memos generated by stock_cost_update() and adjust_deliveries()) + includes/db/inventory_db.inc + inventory/includes/db/items_trans_db.inc + +2013-01-17 10:45 +0100 Janusz Dobrowolski +(3144) Rounding errors logging added. + gl/includes/db/gl_db_trans.inc + +2013-01-17 01:29 +0100 Joe Hunt +(3142) Implemented Selectable Print Orientation (Portrait, Landscape) for all reports in report centre + config.default.php + includes/current_user.inc + manufacturing/work_order_entry.php + reporting/includes/reporting.inc + reporting/includes/reports_classes.inc + reporting/prn_redirect.php + reporting/rep101.php + reporting/rep102.php + reporting/rep103.php + reporting/rep104.php + reporting/rep105.php + reporting/rep106.php + reporting/rep107.php + reporting/rep108.php + reporting/rep109.php + reporting/rep110.php + reporting/rep111.php + reporting/rep112.php + reporting/rep113.php + reporting/rep114.php + reporting/rep201.php + reporting/rep202.php + reporting/rep203.php + reporting/rep204.php + reporting/rep209.php + reporting/rep210.php + reporting/rep301.php + reporting/rep302.php + reporting/rep303.php + reporting/rep304.php + reporting/rep305.php + reporting/rep306.php + reporting/rep401.php + reporting/rep409.php + reporting/rep501.php + reporting/rep601.php + reporting/rep701.php + reporting/rep702.php + reporting/rep704.php + reporting/rep705.php + reporting/rep706.php + reporting/rep707.php + reporting/rep708.php + reporting/rep709.php + reporting/rep710.php + reporting/reports_main.php + update.html + +2013-01-16 13:22 +0100 Janusz Dobrowolski +(3141) Small fixes in attachments (check for non existent trasactions, proper page refresh after attachment) + admin/attachments.php + admin/db/transactions_db.inc + +2013-01-14 13:39 +0100 Joe Hunt +(3136) Increased the allowed entry of chars in company name, login and create_coy to 50. + access/login.php + admin/create_coy.php + +2013-01-13 19:15 +0100 Joe Hunt +(3135) A final fix for report Inventory Purchasing Report. With help from forum use chrison. + reporting/rep306.php + +2013-01-13 00:32 +0100 Joe Hunt +(3134) Hotkey fix and overflow in coloumns for A4 report Invoice Purchasing Report. + reporting/rep306.php + reporting/reports_main.php + +2013-01-12 10:00 +0100 Joe Hunt +(3133) Bugfix in new inventory purchasing report. + reporting/rep306.php + +2013-01-11 15:05 +0100 Joe Hunt +(3132) New core report, Inventory Purchasing Report in Items and Inventory. + reporting/includes/reports_classes.inc + reporting/rep306.php + reporting/reports_main.php + +2013-01-03 16:14 +0100 Joe Hunt +(3131) Translation conflicts in Bank Deposit/Payment. The 'To' should be 'Into'. + gl/includes/ui/gl_bank_ui.inc + +2013-01-03 16:10 +0100 Joe Hunt +(3130) Certain new releases of MySql don't accept empty numeric values. + purchasing/manage/suppliers.php + +2013-01-03 16:08 +0100 Joe Hunt +(3129) The on-screen reports Trial Balance and P&L Drilldown should follow the printed reports periods. + gl/inquiry/gl_trial_balance.php + gl/inquiry/profit_loss.php + +2013-01-03 16:07 +0100 Joe Hunt +(3128) Certain newer versions of MySql could not fix empty numeric values. + gl/includes/ui/gl_bank_ui.inc + +2012-12-19 19:43 +0100 Janusz Dobrowolski +(3127) All outgoing emails are optionally send also to BCC mailbox configured in company setup. + admin/company_preferences.php + reporting/includes/class.mail.inc + sql/en_US-demo.sql + sql/en_US-new.sql + +2012-12-19 18:08 +0100 Janusz Dobrowolski +(3126) Cleanup - removed ancient references to pre-2.2 modules/plugins. + admin/inst_module.php + includes/ui/ui_lists.inc + sql/alter2.2.php + +2012-12-19 17:17 +0100 Janusz Dobrowolski +(3125) Fixed write test for main directory during install. + includes/main.inc + +2012-12-19 12:35 +0100 Janusz Dobrowolski +(3124) Database structure was not updated for extension packages activated by default. + includes/packages.inc + +2012-12-19 10:05 +0100 Janusz Dobrowolski +(3123) 'Page expired' prevention rewritten due to caching problems in some browsers. + includes/session.inc + +2012-11-30 14:17 +0100 Janusz Dobrowolski +(3122) Fixed error in attachments edition resulting in unexpected attachment file deletion, fixed attachments list update after change. + admin/attachments.php + +2012-11-24 11:20 +0100 Janusz Dobrowolski +(3121) Added option to sort by customer and order number in customer allocations. + sales/inquiry/customer_allocation_inquiry.php + +2012-11-24 11:06 +0100 Janusz Dobrowolski +(3120) Additional comments in config.default.php. + config.default.php + +2012-11-23 21:15 +0100 Janusz Dobrowolski +(3119) Fixed customer payment edition code. + sales/customer_payments.php + sales/includes/db/cust_trans_db.inc + +2012-11-23 10:29 +0100 Janusz Dobrowolski +(3118) Added back links to allocation inquiries on final page of customer/supplier payment. + lang/new_language_template/LC_MESSAGES/empty.po + purchasing/supplier_payment.php + sales/customer_payments.php + +2012-11-22 18:37 +0100 Janusz Dobrowolski +(3117) Small layout fixed in report graphics. + reporting/includes/class.graphic.inc + +2012-11-22 17:58 +0100 Janusz Dobrowolski +(3116) Added check for correct account selected for Retained Earnings and Profit/Loss in GL Setup. + admin/gl_setup.php + +2012-11-18 10:52 +0100 Joe Hunt +(3109) Slightly improvement to Pie and Donuts graphic. Now displays which data is shown. + reporting/includes/class.graphic.inc + +2012-11-17 17:05 +0100 Joe Hunt +(3108) 0001902: Graphics Pie and Donut not printing correctly + reporting/includes/class.graphic.inc + +2012-11-16 15:49 +0100 Janusz Dobrowolski +(3107) Small fix for 5.3 compatibility. + reporting/includes/Workbook.php + +2012-11-16 08:38 +0100 Janusz Dobrowolski +(3106) Added tag version_2_3_13 for changeset a253b76db0fb + .hgtags + +2012-11-15 16:48 +0100 Joe Hunt +(3105) New Changelog.txt + CHANGELOG.txt + 2012-11-15 16:45 +0100 Joe Hunt (3104) Updated update.html update.html -- 2.30.2