PHP 7.X produces A non-numeric value encountered in \includes\date_functions.inc...
[fa-stable.git] / CHANGELOG.txt
index cd5fdd5157eb7503cf87a8dacee65e9de05bdbdc..83c6257e24e3268f332e9841f41438ad0e5841e9 100644 (file)
@@ -1,3 +1,765 @@
+2018-12-24 00:38:18 +0100 Joe Hunt 
+Release 2.4.6
+M      version.php
+
+2018-12-24 00:32:42 +0100 Joe Hunt 
+Report Stock Check Sheet is now testing for valid barcodes of EAN, EAN-8, EAN-13, GTIN-8, GTIN-12, GTIN-14, UPC, UPC-12 coupon code, JAN if 'Using Barcodes' is enabled.
+M      reporting/rep303.php
+
+2018-12-22 11:54:46 +0100 Joe Hunt 
+Barcodes in report Stock Check Sheets should only print numeric stock id's.
+M      reporting/rep303.php
+
+2018-12-22 10:00:00 +0100 Joe Hunt 
+Rerun of rep115.php and rep206. Wrong $no_zeroes check and missing parameters in rep115.php.
+M      reporting/rep115.php
+M      reporting/rep206.php
+
+2018-12-21 17:34:10 +0100 Joe Hunt 
+Rerun of rep115.php, Customer Trial Balance.
+M      reporting/rep115.php
+
+2018-12-21 17:01:03 +0100 Joe Hunt 
+Added 2 new reports, Customer Trial Balance and Supplier Trial Balance. @boxygen.
+A      reporting/rep115.php
+M      reporting/rep201.php
+A      reporting/rep206.php
+M      reporting/reports_main.php
+
+2018-12-20 13:01:02 +0100 Joe Hunt 
+No exchange rate working in FA now. Fixed ECB, CCA and EXCHANGE-RATES.ORG. @notrinos.
+M      config.default.php
+M      gl/includes/db/gl_db_rates.inc
+
+2018-12-19 13:22:55 +0100 Joe Hunt 
+4821: banking overdraft message has php errors. Fixed. @Braathwaathe
+M      gl/gl_bank.php
+M      gl/includes/db/gl_db_bank_trans.inc
+
+2018-12-19 11:56:34 +0100 Joe Hunt 
+4811: magnifying glass select on deposits/payments erroneously shows bank account gl accounts. Fixed, @Braathwaathe.
+M      gl/includes/db/gl_db_accounts.inc
+M      gl/inquiry/accounts_list.php
+M      includes/ui/ui_lists.inc
+
+2018-12-19 11:52:47 +0100 Joe Hunt 
+4796: Entering customer payment with a bank charge equal to the total amount results in database error. Fixed. @Braathwaate.
+M      sales/customer_payments.php
+
+2018-12-18 12:53:37 +0100 Joe Hunt 
+Changed Journal # to GL # in GL Trans View.
+M      gl/inquiry/journal_inquiry.php
+M      gl/view/gl_trans_view.php
+M      includes/ui/ui_view.inc
+
+2018-12-17 23:14:19 +0100 Joe Hunt 
+New reliable currency rate provider, EXCHANGE-RATES.ORG added as default. @notrinos.
+M      config.default.php
+M      gl/includes/db/gl_db_rates.inc
+
+2018-12-17 15:56:32 +0100 Joe Hunt 
+Credit Notes were never seen in View Sales Order. Fixed.
+M      sales/view/view_sales_order.php
+
+2018-12-17 09:41:08 +0100 Joe Hunt 
+Foxed a non well formed numeric value encountered rep202.php. @apmuthu.
+M      reporting/rep202.php
+
+2018-12-16 23:25:40 +0100 Joe Hunt 
+Pressing the Batch button in Invoice against Deliveries got a missing indes. Fixed. @notrinos.
+M      sales/inquiry/sales_deliveries_view.php
+
+2018-12-16 23:23:26 +0100 Joe Hunt 
+Fixed a non well formed numeric value encountered rep102.php
+M      reporting/rep102.php
+
+2018-12-16 16:12:38 +0100 Joe Hunt 
+Rerun of last php 7.2 count() buf.
+M      includes/ui/ui_globals.inc
+
+2018-12-16 08:32:32 +0100 Joe Hunt 
+Fixed Bug in count_array(), /includes/ui/ui_globals.inc.
+M      includes/ui/ui_globals.inc
+
+2018-12-06 21:19:01 +0100 Joe Hunt 
+New CHANGELOG.txt file.
+M      CHANGELOG.txt
+
+2018-12-06 21:16:27 +0100 Joe Hunt 
+Release 2.4.5
+M      version.php
+
+2018-12-05 20:12:06 +0100 Janusz Dobrowolski 
+Updated gettext template.
+M      lang/new_language_template/LC_MESSAGES/empty.po
+
+2018-11-29 14:15:12 +0100 Joe Hunt 
+Fixed php 7.2 count() compatibility continued.
+M      includes/ui/contacts_view.inc
+M      includes/ui/items_cart.inc
+
+2018-11-29 09:13:49 +0100 Joe Hunt 
+Fixed php 7.2 count() compatibility and intval cast in number_format2 parameter 2.
+M      admin/db/maintenance_db.inc
+M      includes/current_user.inc
+M      includes/ui/ui_globals.inc
+M      reporting/includes/fpdi/fpdi.php
+M      reporting/includes/reports_classes.inc
+M      sales/includes/sales_db.inc
+
+2018-11-28 09:30:25 +0100 Joe Hunt 
+0004760: Rerun - new last_sales_order_detail function sql very slow. Optimized by @Braathwaate.
+M      sales/includes/db/sales_order_db.inc
+
+2018-11-24 23:21:40 +0100 Joe Hunt 
+Purchase Order Delivery does not show the Supplier name in GL transactions report. @kvvaradha.
+M      gl/includes/db/gl_db_trans.inc
+M      reporting/rep704.php
+
+2018-11-22 10:28:06 +0100 Joe Hunt 
+Fixed Customer Balance Showing wrong Outstanding balance (Journal Entry allocation), @kvvaradha.
+M      reporting/rep101.php
+
+2018-11-22 09:58:50 +0100 Joe Hunt 
+Fixed Revaluation amount is getting posted wrongly. @mugao-em and @andijani.
+M      gl/includes/db/gl_db_banking.inc
+
+2018-11-20 11:32:37 +0100 Joe Hunt 
+Added Comany Setup Option. 'Open Print Dialog Direct on Reports'. @notrinos.
+M      admin/company_preferences.php
+M      reporting/includes/pdf_report.inc
+M      sql/alter2.4.php
+M      sql/en_US-demo.sql
+M      sql/en_US-new.sql
+
+2018-11-19 15:27:06 +0100 Joe Hunt 
+0004760: new last_sales_order_detail function sql very slow. Optimized by @Braathwaate.
+M      sales/includes/db/sales_order_db.inc
+
+2018-11-18 22:53:51 +0100 Joe Hunt 
+Added missing input data check for Gl Setup. @notrinos.
+M      admin/gl_setup.php
+
+2018-11-13 23:35:19 +0100 Joe Hunt 
+Merge branch 'master' of https://git.code.sf.net/p/frontaccounting/git
+2018-11-13 23:34:52 +0100 Joe Hunt 
+Added input data check for company preferences. @notrinos.
+M      admin/company_preferences.php
+
+2018-11-05 12:02:11 +0100 Janusz Dobrowolski 
+Cleanups (fixed obscure numeric references to some sql helpers results).
+M      dimensions/dimension_entry.php
+M      dimensions/view/view_dimension.php
+M      manufacturing/includes/db/work_orders_db.inc
+M      manufacturing/includes/manufacturing_ui.inc
+M      manufacturing/work_order_add_finished.php
+M      manufacturing/work_order_costs.php
+M      manufacturing/work_order_entry.php
+M      purchasing/includes/db/invoice_db.inc
+
+2018-11-05 11:11:14 +0100 Janusz Dobrowolski 
+[0004736] Addtitional fix in get_item helper.
+M      inventory/includes/db/items_db.inc
+
+2018-10-29 23:31:41 +0100 Joe Hunt 
+bug fixed in reports_classes.inc:37: count(). @cleal.
+M      reporting/includes/reports_classes.inc
+
+2018-10-26 09:14:24 +0200 Joe Hunt 
+Fixed deprecated each() function in PHP 7.2 (fpdi.php). @apmuthu.
+M      reporting/includes/fpdi/fpdi.php
+
+2018-10-25 20:08:57 +0200 Joe Hunt 
+Merge branch 'master' of https://git.code.sf.net/p/frontaccounting/git
+2018-10-25 20:08:35 +0200 Joe Hunt 
+Fixed deprecated each() function in PHP 7.2 (tcpdf.php). @notrinos.
+M      reporting/includes/tcpdf.php
+
+2018-10-24 10:26:37 +0200 Janusz Dobrowolski 
+[0004594] Suppliers: inactive tax groups should not appear in tax group selector for new supplier.
+M      includes/ui/ui_lists.inc
+
+2018-10-12 12:10:54 +0200 Janusz Dobrowolski 
+[0004475] Modifying Journal Transaction: fixed form layout for gl edition containing subaccount.
+M      includes/ui/items_cart.inc
+
+2018-10-12 11:33:25 +0200 Janusz Dobrowolski 
+[0004736] Items: item cloning did not preserved value for non-editable fields.
+M      inventory/manage/items.php
+
+2018-10-11 11:25:44 +0200 Janusz Dobrowolski 
+[0004734] Fixed bug in costing procedure for produced items.
+M      manufacturing/includes/db/work_order_costing_db.inc
+
+2018-10-11 11:15:10 +0200 Janusz Dobrowolski 
+[0004735] Search Outstanding Work Orders: voided work orders excluded.
+M      manufacturing/includes/db/work_orders_db.inc
+
+2018-10-10 16:03:24 +0200 Janusz Dobrowolski 
+[0004216] Print Work Orders: database error fixed when voided WO is in selected range.
+M      reporting/includes/reports_classes.inc
+M      reporting/rep409.php
+
+2018-10-10 15:47:28 +0200 Janusz Dobrowolski 
+[0004212] Work Order Entry: fixed error when voided WO refence is reused.
+M      manufacturing/includes/db/work_orders_db.inc
+
+2018-10-06 12:51:22 +0200 Joe Hunt 
+Fixed Customer statement reflecting wrong balance. @Braath Waate.
+M      reporting/rep108.php
+
+2018-10-02 10:04:57 +0200 Joe Hunt 
+Merge branch 'master' of https://git.code.sf.net/p/frontaccounting/git
+2018-10-02 10:04:32 +0200 Joe Hunt 
+0004641: items->transactions should not show QOH for service items. @Braathwaate. Fixed by disabling transactions when non inventory item.
+M      inventory/manage/items.php
+
+2018-09-17 08:32:24 +0200 Janusz Dobrowolski 
+Fixed comment for crm_contacts table in init sql files.
+M      sql/en_US-demo.sql
+M      sql/en_US-new.sql
+
+2018-09-15 10:19:13 +0200 Joe Hunt 
+Error line break on supplier_list_cells when label is set to null. Fixed by @notrinos/kvvaradha.
+M      includes/ui/ui_lists.inc
+
+2018-09-13 09:05:56 +0200 Joe Hunt 
+Left to allocate is showing wrong. Fixed by a rerun by @notrinos.
+M      includes/ui/ui_view.inc
+
+2018-09-12 22:27:40 +0200 Joe Hunt 
+Left to allocate is showing wrong. Fixed by @notrinos.
+M      includes/ui/ui_view.inc
+
+2018-09-11 22:43:52 +0200 Joe Hunt 
+Fixed error creating customer credit note: Undefined index: sales_gl_code. @notrinos.
+M      taxes/tax_calc.inc
+
+2018-08-31 15:27:27 +0200 Joe Hunt 
+Rerun bug 4601: memo line not cleared after enter new payment item. @Braath Waate.
+M      gl/includes/ui/gl_journal_ui.inc
+M      gl/inquiry/bank_inquiry.php
+M      includes/dashboard.inc
+M      includes/ui/ui_input.inc
+
+2018-08-30 23:12:52 +0200 Joe Hunt 
+Rerun. Update material cost when quantity on hand is zero. @notrinos.
+M      manufacturing/includes/db/work_order_costing_db.inc
+
+2018-08-30 09:03:06 +0200 Joe Hunt 
+2.4.4 no Longer Displays 0.00 Sales Invoices in customer_inquiry.php. Fixed. $Braath Waate.
+M      sales/includes/db/cust_trans_db.inc
+M      sales/inquiry/customer_inquiry.php
+
+2018-08-30 08:04:27 +0200 Joe Hunt 
+Update material cost when quantity on hand is zero. @notrinos.
+M      manufacturing/includes/db/work_order_costing_db.inc
+
+2018-08-26 19:07:18 +0200 Joe Hunt 
+Merge branch 'master' of https://git.code.sf.net/p/frontaccounting/git
+2018-08-26 18:57:14 +0200 Joe Hunt 
+Bug 4601: memo line not cleared after enter new payment item Inbox. @Braathwaate.
+M      gl/gl_bank.php
+M      gl/includes/ui/gl_bank_ui.inc
+M      gl/inquiry/bank_inquiry.php
+M      includes/dashboard.inc
+M      includes/ui/ui_input.inc
+
+2018-08-26 18:54:20 +0200 Joe Hunt 
+Bug 4504. utf-8 decoding not working for some special characters on pdf reports. @Braathwaate.
+M      reporting/includes/tcpdf.php
+
+2018-08-26 14:57:02 +0200 Janusz Dobrowolski 
+[0004577] Ajax confirmation dialog ignored user answer in Sales Order cancelation.
+M      js/inserts.js
+
+2018-08-26 09:17:54 +0200 Joe Hunt 
+Bug 4617: memo undefined at line 206 core/manufacturing/includes/db/work_order_costing_db.inc. @Braathwaate.
+M      manufacturing/includes/db/work_order_costing_db.inc
+
+2018-08-26 09:00:18 +0200 Joe Hunt 
+Bug 4563: rep308 costed inventory movements do not reconcile. @Braatwaate.
+M      reporting/rep308.php
+
+2018-08-23 10:05:22 +0200 Joe Hunt 
+Rolled back of A function line misplaced in sales_order_ui.
+M      sales/includes/ui/sales_order_ui.inc
+
+2018-08-18 08:55:32 +0200 Joe Hunt 
+Function line misplaced.
+M      sales/includes/ui/sales_order_ui.inc
+
+2018-08-18 08:39:57 +0200 Joe Hunt 
+Fixed bug in Report Supplier Balances.
+M      reporting/rep201.php
+
+2018-08-18 08:28:38 +0200 Joe Hunt 
+Redundant sql sentences in Report Filters.
+M      reporting/includes/reports_classes.inc
+
+2018-08-12 14:46:48 +0200 Joe Hunt 
+Avoid running same query multiple times. Rep307.php. Fixed
+M      reporting/rep307.php
+
+2018-08-12 14:40:46 +0200 Joe Hunt 
+Solution for item editable description
+M      includes/ui/ui_view.inc
+
+2018-08-10 22:07:11 +0200 Joe Hunt 
+Topic: Marker in Void Transactions fixed.
+M      admin/void_transaction.php
+
+2018-07-11 23:36:16 +0200 Joe Hunt 
+Stock goes negative even, the negative inventory is turned off. Fix by kvvaradha.
+M      admin/void_transaction.php
+
+2018-07-11 21:06:43 +0200 Joe Hunt 
+Fiscal year delete leads to undefined variable $total. Fixed.
+M      admin/db/fiscalyears_db.inc
+
+2018-06-18 11:39:24 +0200 Joe Hunt 
+Wrong unit cost for AP Surf Set in demo data. Fixed and Rerun.
+M      sql/en_US-demo.sql
+
+2018-06-16 07:47:23 +0200 Joe Hunt 
+Report Aged Supplier Analysis, Show Also Allocated = No. SQL Problem fixed.
+M      purchasing/includes/db/suppliers_db.inc
+
+2018-06-12 23:17:29 +0200 Joe Hunt 
+Wrong type for AP Surf Set in demo data.
+M      sql/en_US-demo.sql
+
+2018-06-12 07:59:48 +0200 Joe Hunt 
+Wrong standard cost for AP Surf Set in demo data (en_US-demo.sql). Fixed.
+M      sql/en_US-demo.sql
+
+2018-06-04 16:42:19 +0200 Joe Hunt 
+Rerun Report Work Order Listing. More space in subtitles.
+M      reporting/rep402.php
+
+2018-06-04 10:32:53 +0200 Joe Hunt 
+Changed Report Workorder Listing to include an option for listing GL rows.
+M      reporting/rep402.php
+M      reporting/reports_main.php
+
+2018-05-31 23:26:11 +0200 Janusz Dobrowolski 
+[0004461] Installer: added info about needed user database permissions.
+M      install/index.php
+M      install/lang/ar_EG/LC_MESSAGES/ar_EG.po
+M      install/lang/da_DK/LC_MESSAGES/da_DK.po
+M      install/lang/de_DE/LC_MESSAGES/de_DE.po
+M      install/lang/el_GR/LC_MESSAGES/el_GR.po
+M      install/lang/es_MX/LC_MESSAGES/es_MX.po
+M      install/lang/fr_FR/LC_MESSAGES/fr_FR.po
+M      install/lang/hi_IN/LC_MESSAGES/hi_IN.po
+M      install/lang/id_ID/LC_MESSAGES/id_ID.po
+M      install/lang/it_IT/LC_MESSAGES/it_IT.po
+M      install/lang/ka_GE/LC_MESSAGES/ka_GE.po
+M      install/lang/new_language_template/LC_MESSAGES/empty.po
+M      install/lang/nl_BE/LC_MESSAGES/nl_BE.po
+M      install/lang/pl_PL/LC_MESSAGES/pl_PL.mo
+M      install/lang/pl_PL/LC_MESSAGES/pl_PL.po
+M      install/lang/pt_BR/LC_MESSAGES/pt_BR.po
+M      install/lang/pt_PT/LC_MESSAGES/pt_PT.po
+M      install/lang/sv_SE/LC_MESSAGES/sv_SE.po
+M      install/lang/ta_IN/LC_MESSAGES/ta_IN.po
+M      install/lang/vi_VN/LC_MESSAGES/vi_VN.po
+M      install/lang/zh_CN/LC_MESSAGES/zh_CN.po
+
+2018-05-31 08:57:58 +0200 Joe Hunt 
+0004468: Cannot modify a funds transfer twice. Fixed by Braathwaate.
+M      gl/includes/db/gl_db_banking.inc
+
+2018-05-31 08:47:54 +0200 Joe Hunt 
+0004476: Our Order No is always 0 on customer payment receipt. Fixed by empty column.
+M      reporting/includes/doctext.inc
+
+2018-05-31 07:50:28 +0200 Joe Hunt 
+0003317: "Forty" is misspelled on remittances, receipts. Fixed.
+M      includes/ui/ui_view.inc
+
+2018-05-24 22:19:59 +0200 Joe Hunt 
+Rerun Updated google url for currency converter.
+M      gl/includes/db/gl_db_rates.inc
+
+2018-05-24 15:17:12 +0200 Joe Hunt 
+Updated google url for currency converter.
+M      gl/includes/db/gl_db_rates.inc
+
+2018-05-09 15:38:01 +0200 Joe Hunt 
+Adding Attachments to Dimension
+M      dimensions/dimension_entry.php
+
+2018-05-07 08:59:22 +0200 Joe Hunt 
+The function get_customer_trans_details now includes itemPrice ex tax in SQL.
+M      sales/includes/db/cust_trans_details_db.inc
+
+2018-04-27 15:41:23 +0200 Joe Hunt 
+0004161: g/l inquiry person/item displays number instead of person. Fixed. Rerun.
+M      gl/includes/db/gl_db_trans.inc
+
+2018-04-27 15:34:18 +0200 Joe Hunt 
+0004161: g/l inquiry person/item displays number instead of person, Fixed.
+M      gl/includes/db/gl_db_trans.inc
+
+2018-04-18 11:23:41 +0200 Joe Hunt 
+Fixed a php 7.2 bug in db_pager.inc.
+M      includes/db_pager.inc
+
+2018-04-17 22:29:11 +0200 Joe Hunt 
+Typo in report Customer Detail Listing
+M      reporting/rep103.php
+
+2018-04-17 09:41:47 +0200 Janusz Dobrowolski 
+Removed obsolete column 'Received' from direct purchase document entry forms.
+M      purchasing/includes/ui/po_ui.inc
+
+2018-04-16 15:32:38 +0200 Joe Hunt 
+Updated alter2.4.php for 'Auto Increase of Document References'.
+M      sql/alter2.4.php
+
+2018-04-16 11:01:39 +0200 Joe Hunt 
+Updating COAs after 'Auto Increase of Document References'.
+M      sql/en_US-demo.sql
+M      sql/en_US-new.sql
+
+2018-04-16 08:25:44 +0200 Joe Hunt 
+Auto Increase of Document References (company setup)
+M      admin/company_preferences.php
+M      sales/includes/cart_class.inc
+
+2018-04-09 09:52:03 +0200 Joe Hunt 
+Fixed Session error in PHP 7.2.
+M      includes/session.inc
+
+2018-04-09 09:39:12 +0200 Joe Hunt 
+report_classes.inc - Parameter must be an array fixed.
+M      reporting/includes/reports_classes.inc
+
+2018-04-02 07:45:23 +0200 Joe Hunt 
+Fixed the summation of the outstanding open balance in Customer Balance Report.
+M      reporting/rep101.php
+
+2018-03-27 17:22:05 +0200 Joe Hunt 
+Update Journal Entry SQL query fixed. Strange that it passed the MySql server!
+M      gl/includes/db/gl_journal.inc
+
+2018-03-17 15:25:44 +0100 Joe Hunt 
+New Release 2.4.4.
+M      CHANGELOG.txt
+M      version.php
+
+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