From: Joe Hunt Date: Sat, 17 Mar 2018 14:25:44 +0000 (+0100) Subject: New Release 2.4.4. X-Git-Tag: v2.4.4 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=refs%2Ftags%2Fv2.4.4 New Release 2.4.4. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cd5fdd51..0e7ad07a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,314 @@ +2018-03-16 22:23:47 +0100 Janusz Dobrowolski +Fixed languages set in isession file. +M install/isession.inc + +2018-03-16 17:36:28 +0100 Janusz Dobrowolski +New installer translations, updated gettext template. +M install/lang/ar_EG/LC_MESSAGES/ar_EG.mo +M install/lang/ar_EG/LC_MESSAGES/ar_EG.po +M install/lang/de_DE/LC_MESSAGES/de_DE.mo +M install/lang/de_DE/LC_MESSAGES/de_DE.po +A install/lang/hi_IN/LC_MESSAGES/hi_IN.mo +A install/lang/hi_IN/LC_MESSAGES/hi_IN.po +M install/lang/id_ID/LC_MESSAGES/id_ID.mo +M install/lang/id_ID/LC_MESSAGES/id_ID.po +A install/lang/ta_IN/LC_MESSAGES/ta_IN.mo +A install/lang/ta_IN/LC_MESSAGES/ta_IN.po +A install/lang/vi_VN/LC_MESSAGES/vi_VN.mo +A install/lang/vi_VN/LC_MESSAGES/vi_VN.po +M lang/new_language_template/LC_MESSAGES/empty.po + +2018-03-16 08:10:31 +0100 Joe Hunt +Ref. edit boxes has been extended to show 16 instead of 10 chars. +M includes/ui/ui_input.inc + +2018-03-14 14:37:33 +0100 Joe Hunt +Wrong error message in Save Items. +M inventory/includes/db/items_db.inc + +2018-03-11 23:18:55 +0100 Joe Hunt +Rollback of last Ajax Inquiry Fixes. +M includes/ui/ui_view.inc +M js/inserts.js + +2018-03-08 15:24:10 +0100 Joe Hunt +Ajax Inquiry Fixes (Braatwaate). +M includes/ui/ui_view.inc +M js/inserts.js + +2018-03-08 15:08:07 +0100 Joe Hunt +Changed GL Inquiry to also include the Reference Number. +M gl/inquiry/gl_account_inquiry.php + +2018-03-04 14:27:29 +0100 Joe Hunt +Open Balance bug in rep101.php (Customers Balance) +M reporting/rep101.php + +2018-02-05 23:34:23 +0100 Joe Hunt +Fixed a minor weird bug in QOH in inventory Planning Report +M reporting/rep302.php + +2018-02-03 22:43:55 +0100 Joe Hunt +Better check for fixed assets. +M fixed_assets/process_depreciation.php + +2018-02-03 12:11:08 +0100 Janusz Dobrowolski +Fixed fallback mode entry on non-js browsers. +M access/login.php + +2018-02-03 12:09:56 +0100 Janusz Dobrowolski +Added POS name in cash payment memo. +M sales/includes/db/sales_invoice_db.inc + +2018-02-03 11:56:45 +0100 Janusz Dobrowolski +Reconcile Bank Account: added memo display, added Reconcile All button. +M gl/bank_account_reconcile.php +M gl/includes/db/gl_db_bank_accounts.inc + +2018-02-03 11:26:30 +0100 Janusz Dobrowolski +Bank Payment: for selected supplier payment set supplier account dimensions. +M gl/includes/ui/gl_bank_ui.inc +M purchasing/includes/db/suppliers_db.inc + +2018-02-03 10:48:30 +0100 Janusz Dobrowolski +GL Inquiry: search by memo, added journal edition link. +M gl/includes/db/gl_db_trans.inc +M gl/inquiry/gl_account_inquiry.php + +2018-02-03 10:14:39 +0100 Janusz Dobrowolski +Journal Edition: allow edit reconciliation status for bank related journals. +M gl/gl_journal.php +M gl/includes/db/gl_db_bank_trans.inc +M gl/includes/ui/gl_journal_ui.inc + +2018-02-03 09:37:51 +0100 Janusz Dobrowolski +Sales Order Entry: initial item selector position points to last ordered item (seems to be more useful than always selecting first item in selector). +M sales/includes/db/sales_order_db.inc +M sales/includes/ui/sales_order_ui.inc + +2018-01-27 16:18:17 +0100 Janusz Dobrowolski +Void a Transaction: keeping date unchanged after transaction voiding to allow continuation on date. +M admin/void_transaction.php + +2018-01-29 20:55:33 +0100 Joe Hunt +Rerun of Sales Orders Status with zero decimals in amounts. +M reporting/rep105.php + +2018-01-29 13:42:21 +0100 Joe Hunt +Added a Total Amount for Sales Orders Report and a Grand Total. +M reporting/rep105.php + +2018-01-20 12:23:46 +0100 Joe Hunt +Fixed redundant $sign in reports Sales Order, Sales Quotation and Purchase Order +M reporting/rep109.php +M reporting/rep111.php +M reporting/rep209.php + +2018-01-20 01:53:22 +0100 Joe Hunt +Fixed a Shipping bug in Sales Order Report +M reporting/rep110.php + +2018-01-16 09:09:20 +0100 Janusz Dobrowolski +Added deferred income account and prepayment terms in init sql files. +M sql/en_US-demo.sql +M sql/en_US-new.sql + +2018-01-15 12:36:26 +0100 Janusz Dobrowolski +Refreshed sql init files. Happy New Year! +M sql/en_US-demo.sql +M sql/en_US-new.sql + +2018-01-13 18:47:24 +0100 Janusz Dobrowolski +Fixed bank account auto-selection in Customer Payments (continued). +M sales/customer_payments.php + +2018-01-13 14:14:42 +0100 Joe Hunt +Merge branch 'master' of https://git.code.sf.net/p/frontaccounting/git +2018-01-13 14:14:24 +0100 Joe Hunt +Fixed printing sequences of Sales Invoices. +M reporting/rep107.php + +2018-01-13 12:41:28 +0100 Janusz Dobrowolski +Fixed account auto-selection on Customer Payments page. +M sales/customer_payments.php + +2018-01-04 23:45:57 +0100 Joe Hunt +Fixed a multipart form in backups. +M admin/backups.php + +2017-12-24 08:12:09 +0100 Joe Hunt +Extra default parameter added to meta_forward function. +M includes/ui/ui_controls.inc + +2017-12-23 23:51:24 +0100 Joe Hunt +tax group can be null as argument +M taxes/db/tax_groups_db.inc + +2017-12-23 15:45:53 +0100 Joe Hunt +Sales Area list, added 'No Area Filter'. +M includes/ui/ui_lists.inc +M reporting/includes/reports_classes.inc + +2017-12-23 09:50:11 +0100 Joe Hunt +Card Session Error and Fix. +M sales/includes/sales_ui.inc + +2017-12-22 09:33:22 +0100 Joe Hunt +Rerun of Company Logo On Reports. Better Logo align. +M reporting/includes/pdf_report.inc + +2017-12-21 08:13:56 +0100 Joe Hunt +subledger_list shows inactive records in Journal Entry. Fixed. +M includes/ui/ui_lists.inc + +2017-12-19 13:10:01 +0100 Janusz Dobrowolski +Password field in installer changed to hide text. +M install/index.php + +2017-12-19 13:01:44 +0100 Janusz Dobrowolski +Added VARLIB_PATH and VARLOG_PATH defines to simplify packaging. +M admin/includes/fa_patch.class.inc +M admin/inst_upgrade.php +M admin/view/view_upgrade_log.php +M config.default.php +M gl/includes/db/gl_db_rates.inc +M includes/packages.inc +M includes/session.inc +M includes/system_tests.inc +M install/isession.inc + +2017-12-16 14:40:37 +0100 Janusz Dobrowolski +Produce Finished Items: fixed broken document reference (changed input order). +M manufacturing/work_order_add_finished.php + +2017-12-15 19:14:49 +0100 Janusz Dobrowolski +Work Order Entry, Work Order Additional Costs: fixed input data checks. +M manufacturing/work_order_costs.php +M manufacturing/work_order_entry.php + +2017-12-15 18:44:52 +0100 Janusz Dobrowolski +Stock Status display, Manufacturing Reports: fixed products on WO count. +M includes/db/manufacturing_db.inc +M reporting/rep303.php + +2017-12-19 09:35:41 +0100 Joe Hunt +Installed Third Party extension version display +M admin/inst_module.php + +2017-12-18 07:55:01 +0100 Joe Hunt +Rerun, Inventory purchasing transaction based report. +M reporting/rep310.php + +2017-12-15 08:58:00 +0100 Joe Hunt +New Report: Inventory purchasing transaction based report +A reporting/rep310.php +M reporting/reports_main.php + +2017-12-15 08:00:00 +0100 Joe Hunt +Installing third party extensions broken and FIX +M includes/packages.inc + +2017-12-13 23:32:31 +0100 Janusz Dobrowolski +System Diagnostics: fixed set of tested themes directories. +M includes/system_tests.inc + +2017-12-12 22:45:03 +0100 Joe Hunt +Google and Bloomberg Exchange Rate fix. Addendum. +M gl/includes/db/gl_db_rates.inc + +2017-12-12 08:26:44 +0100 Joe Hunt +Bloomberg Exchange Rate fix +M gl/includes/db/gl_db_rates.inc + +2017-12-09 09:49:00 +0100 Joe Hunt +Inventory Valuation Report showing 0 (zero) on Unit Cost and decimal precision fix. +M includes/current_user.inc +M reporting/rep301.php +M reporting/rep308.php + +2017-12-06 14:29:45 +0100 Joe Hunt +Rerun of System Checks. +M includes/system_tests.inc + +2017-12-01 20:53:46 +0100 Janusz Dobrowolski +Backups/Restore: fixed compressed backup view, fixed obsolete ajax indicator during download. +M admin/backups.php +M includes/ui/ui_input.inc +M js/inserts.js + +2017-11-27 09:37:22 +0100 Joe Hunt +Account Class/Group drill down added according to Apmuthu. +M gl/manage/gl_account_classes.php +M gl/manage/gl_account_types.php +M gl/manage/gl_accounts.php +M includes/ui/ui_lists.inc + +2017-11-27 00:09:15 +0100 Joe Hunt +Adapting to google's error when getting exchange rates. Fixed. +M gl/includes/db/gl_db_rates.inc + +2017-11-25 10:00:46 +0100 Joe Hunt +Misleading on system diagnostics (MariaDB), fixed. +M includes/system_tests.inc + +2017-11-23 09:10:07 +0100 Janusz Dobrowolski +Fixed regression introduced with sales transaction rounding fix. +M sales/includes/db/sales_delivery_db.inc + +2017-11-23 08:10:01 +0100 Joe Hunt +Rerun Barcodes, missing files, wrong name. +M sql/alter2.4.php +M sql/en_US-demo.sql +M sql/en_US-new.sql + +2017-11-23 00:12:27 +0100 Joe Hunt +New Company Setup 'Barcodes On Stock' implemented. Rep303 shows barcodes if set. +M admin/company_preferences.php +M inventory/manage/items.php +M reporting/includes/barcodes.php +M reporting/rep303.php +M sql/alter2.4.php + +2017-11-19 08:12:28 +0100 Joe Hunt +Sort Chart of Accounts by name. Fixed. +M admin/inst_chart.php + +2017-11-17 08:48:09 +0100 Janusz Dobrowolski +Fixed rounding differences (continued). +M sales/includes/db/sales_delivery_db.inc + +2017-11-16 19:56:08 +0100 Janusz Dobrowolski +Fixed rounding differences in sales delivery and invoice. +M sales/includes/db/sales_delivery_db.inc + +2017-11-16 08:25:27 +0100 Joe Hunt +0004082: Missing file errors and fix +M includes/current_user.inc +M includes/hooks.inc +M includes/session.inc + +2017-11-13 14:51:30 +0100 Joe Hunt +White screen on Supplier Invoices and Supplier Credit Notes. Fixed. +M purchasing/supplier_credit.php +M purchasing/supplier_invoice.php + +2017-11-10 14:58:14 +0100 Joe Hunt +Bug in php 7.1 when using $go_debug>0 in config.php. Only a warning. Work around. +M includes/current_user.inc + +2017-11-10 11:41:39 +0100 Joe Hunt +Updated main repo git url. +M README.md + +2017-11-09 22:45:08 +0100 Janusz Dobrowolski +Updated gettext template. +M lang/new_language_template/LC_MESSAGES/empty.po + +2017-11-09 15:29:49 +0100 Joe Hunt +Release 2.4.3. +M CHANGELOG.txt +M version.php + 2017-11-06 12:21:25 +0100 Janusz Dobrowolski Workaround for segfaults in some buggy php encoding library versions. M includes/db/connect_db_mysqli.inc diff --git a/version.php b/version.php index 2cee4e26..24ca96b9 100644 --- a/version.php +++ b/version.php @@ -6,7 +6,7 @@ // Versions used by source/database version compatibility checks. Do not change. $db_version = "2.4.1"; -$src_version = "2.4.3"; +$src_version = "2.4.4"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;