New CHANGELOG.txt file.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 6 Dec 2018 20:19:01 +0000 (21:19 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 6 Dec 2018 20:19:01 +0000 (21:19 +0100)
CHANGELOG.txt

index 0e7ad07a3df0a5e786294b637b1a1707b63019cf..0f0768b45abad8cc530a19b6dbbee9a285eef4f6 100644 (file)
@@ -1,3 +1,367 @@
+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