X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=0e7ad07a3df0a5e786294b637b1a1707b63019cf;hb=e9edcdc75487682714ecf16d682d49d0a332abc9;hp=38085043de84a4727e81d69cd27ce15357543bb9;hpb=5c2388361b6312802cbaaa7da36b737854db2180;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 38085043..0e7ad07a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,661 @@ +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 +M includes/page/header.inc +M includes/ui/ui_input.inc +M inventory/manage/item_units.php + +2017-11-02 00:46:09 +0100 Janusz Dobrowolski +Fixed memory limit during database export. +M admin/db/maintenance_db.inc + +2017-10-13 21:18:19 +0200 Janusz Dobrowolski +PHP7 compatibility fixes. +M admin/includes/fa_patch.class.inc +M applications/application.php +M applications/customers.php +M applications/dimensions.php +M applications/fixed_assets.php +M applications/generalledger.php +M applications/inventory.php +M applications/manufacturing.php +M applications/setup.php +M applications/suppliers.php +M frontaccounting.php +M includes/JsHttpRequest.php +M includes/ajax.inc +M includes/archive.inc +M includes/current_user.inc +M includes/db/class.data_set.inc +M includes/db/class.reflines_db.inc +M includes/db_pager.inc +M includes/errors.inc +M includes/lang/language.inc +M includes/packages.inc +M includes/prefs/sysprefs.inc +M includes/prefs/userprefs.inc +M includes/references.inc +M includes/session.inc +M includes/ui/allocation_cart.inc +M includes/ui/class.crud_view.inc +M includes/ui/class.reflines_crud.inc +M includes/ui/contacts_view.inc +M includes/ui/items_cart.inc +M includes/ui/simple_crud_class.inc +M purchasing/includes/po_class.inc +M purchasing/includes/supp_trans_class.inc +M reporting/includes/Workbook.php +M reporting/includes/barcodes.php +M reporting/includes/class.graphic.inc +M reporting/includes/class.mail.inc +M reporting/includes/class.pdf.inc +M reporting/includes/excel_report.inc +M reporting/includes/fpdi/decoders/ASCII85Decode.php +M reporting/includes/fpdi/decoders/LZWDecode.php +M reporting/includes/fpdi/fpdi_pdf_parser.php +M reporting/includes/fpdi/pdf_context.php +M reporting/includes/fpdi/pdf_parser.php +M reporting/includes/pdf_report.inc +M reporting/includes/printer_class.inc +M reporting/includes/reports_classes.inc +M reporting/includes/tcpdf.php +M sales/includes/cart_class.inc +M sql/alter2.1.php +M sql/alter2.2.php +M sql/alter2.3.php +M sql/alter2.4.php +M sql/alter2.4rc1.php + +2017-11-07 15:27:29 +0100 Joe Hunt +Rerun of Manufactored Items, Dashboard. Produced Items. +M includes/dashboard.inc + +2017-11-07 14:26:49 +0100 Joe Hunt +Top manufactored dashboard shows wrong statistics. Fixed +M includes/dashboard.inc + +2017-11-07 08:21:07 +0100 Joe Hunt +Default Credit Limit should be changed to price format. +M admin/gl_setup.php + +2017-11-01 13:07:21 +0100 Joe Hunt +Wrong colspan in supplier credit note. Fixed. +M purchasing/includes/ui/invoice_ui.inc + +2017-11-01 11:46:11 +0100 Joe Hunt +Fixing bug in Customer Inquiry and Supplier Inquiry +M purchasing/inquiry/supplier_inquiry.php +M sales/inquiry/customer_inquiry.php + +2017-10-31 09:58:09 +0100 Joe Hunt +Merge branch 'master' of https://git.code.sf.net/p/frontaccounting/git +2017-10-31 09:57:56 +0100 Joe Hunt +Fixed Tax Report on Screen. +M gl/includes/db/gl_db_trans.inc +M gl/inquiry/tax_inquiry.php + +2017-10-31 09:11:36 +0100 Janusz Dobrowolski +Change on debtor_trans/supp_trans keys added in 2.4/2.4rc upgrade scripts +M sql/alter2.4.sql +M sql/alter2.4rc1.sql + +2017-10-30 22:19:52 +0100 Janusz Dobrowolski +Set NOT NULL on debtor_trans/supp_trans primary key fields. +M sql/en_US-demo.sql +M sql/en_US-new.sql + +2017-10-30 21:36:46 +0100 Joe Hunt +Voiding cleanup. +M admin/void_transaction.php + +2017-10-29 12:01:31 +0100 Janusz Dobrowolski +Items: fixed item tax type selector to exclude inactive item tax types. +M includes/ui/ui_lists.inc +M inventory/manage/items.php +M taxes/db/item_tax_types_db.inc + +2017-10-29 10:51:03 +0100 Joe Hunt +On the fly editing (F2, F3 and F4) fix. +M purchasing/manage/suppliers.php +M sales/manage/customers.php + +2017-10-28 10:27:23 +0200 Janusz Dobrowolski +Fixed supp_trans primary keys, rerun. +M sql/en_US-demo.sql +M sql/en_US-new.sql + +2017-10-27 12:30:06 +0200 Janusz Dobrowolski +Fixed supp_trans primary key. +M sql/en_US-demo.sql + +2017-10-27 09:06:42 +0200 Janusz Dobrowolski +Fixed debtor_trans primary key to allow multiply AR accounts in journal transactions. +M sql/en_US-demo.sql +M sql/en_US-new.sql + +2017-10-27 08:59:58 +0200 Janusz Dobrowolski +Removed sparse code line in hooks.inc +M includes/hooks.inc + +2017-10-27 01:03:42 +0200 Joe Hunt +Add Items on the Fly. Behavior Changed in FA24. Fixed. +M inventory/manage/items.php + +2017-10-26 05:36:59 +0200 Joe Hunt +Merge branch 'master' of https://git.code.sf.net/p/frontaccounting/git +2017-10-26 05:36:30 +0200 Joe Hunt +Fixed FA2.4.2 error getting exchange rate from Google +M gl/includes/db/gl_db_rates.inc + +2017-10-13 10:31:04 +0200 Janusz Dobrowolski +Supplier Inquiry/Customer Inquiry: removed inconsistency in unsettled/overdue transactions. +M includes/ui/ui_lists.inc +M lang/new_language_template/LC_MESSAGES/empty.po +M purchasing/includes/db/supp_trans_db.inc +M purchasing/includes/db/suppliers_db.inc +M purchasing/inquiry/supplier_inquiry.php +M sales/includes/db/cust_trans_db.inc +M sales/includes/db/customers_db.inc +M sales/inquiry/customer_inquiry.php + +2017-10-13 11:04:22 +0200 Janusz Dobrowolski +Added prepayment amount invoiced in Prepayment Invoice view. +M sales/view/view_invoice.php + +2017-10-13 16:10:17 +0200 Joe Hunt +A bug in Customer Allocations fixed. +M sales/allocations/customer_allocate.php +M sales/allocations/customer_allocation_main.php +M sales/includes/db/custalloc_db.inc +M sales/inquiry/customer_allocation_inquiry.php +M sales/inquiry/customer_inquiry.php + +2017-10-12 17:05:21 +0200 Joe Hunt +Fixed Bug in includes\ui\ui_input.inc +M includes/ui/ui_input.inc + +2017-10-10 10:04:33 +0200 Janusz Dobrowolski +Fixed reference number referesh on conflict during concurrent sales documents entry. +M sales/sales_order_entry.php + +2017-10-09 15:20:35 +0200 Joe Hunt +Fixed Undefined variable: site_ip in file. +M gl/includes/db/gl_db_rates.inc + +2017-10-09 10:21:21 +0200 Janusz Dobrowolski +Fixed bug in exchange rate display helper. +M includes/ui/ui_view.inc + +2017-10-04 22:07:19 +0200 Joe Hunt +Searching Journal Inquiry by user not working? FA 2.4.2. +M gl/inquiry/journal_inquiry.php + +2017-10-03 00:11:33 +0200 Joe Hunt +Fixed After successful Backup, loader.gif still present +M admin/backups.php + +2017-10-02 14:37:18 +0200 Joe Hunt +Fixed Bug in includes\ui\ui_controls.inc +M includes/ui/ui_controls.inc + +2017-10-02 07:57:45 +0200 Joe Hunt +Optimised get_company_pref() +M admin/db/company_db.inc + +2017-10-01 23:03:41 +0200 Joe Hunt +Fixed user config values unavailable error generated before user login +M includes/current_user.inc + +2017-09-29 13:29:49 +0200 Joe Hunt +Test for open_ssl in extensions. +M includes/packages.inc + +2017-09-28 18:06:56 +0200 Joe Hunt +Cleanup in gl_db_trans.inc +M gl/includes/db/gl_db_trans.inc + +2017-09-28 00:40:59 +0200 Joe Hunt +The variable $show_voided_gl_trans has been removed. Not used in 2.4. +M config.default.php + +2017-09-27 23:53:16 +0200 Joe Hunt +Better wrapping on comments in documents. +M reporting/rep107.php +M reporting/rep109.php +M reporting/rep110.php +M reporting/rep111.php +M reporting/rep113.php +M reporting/rep209.php +M sales/includes/sales_ui.inc + +2017-09-22 23:36:38 +0200 Joe Hunt +Bug in presenting ST_JOURNAL in AR/AP Reports. +M reporting/rep108.php +M sales/includes/db/customers_db.inc + +2017-09-21 00:38:26 +0200 Joe Hunt +Right align numbers in inquiries and lists. +M includes/ui/allocation_cart.inc +M inventory/inquiry/stock_movements.php +M purchasing/allocations/supplier_allocation_main.php +M purchasing/includes/ui/invoice_ui.inc +M purchasing/inquiry/po_search_completed.php +M purchasing/inquiry/supplier_allocation_inquiry.php +M purchasing/inquiry/supplier_inquiry.php +M sales/allocations/customer_allocation_main.php +M sales/create_recurrent_invoices.php +M sales/inquiry/customer_allocation_inquiry.php +M sales/inquiry/sales_deliveries_view.php +M sales/inquiry/sales_orders_view.php +M sales/manage/recurrent_invoices.php +M sales/manage/sales_groups.php + +2017-09-20 20:23:38 +0200 Janusz Dobrowolski +Fixed bug in reallocation payments during purchase invoice edition. +M purchasing/includes/db/invoice_db.inc + +2017-09-20 16:16:14 +0200 Joe Hunt +Right align numbers in customer inquiry. +M sales/inquiry/customer_inquiry.php + +2017-09-19 08:18:16 +0200 Joe Hunt +Bug in rep108 (and 101) when using Journal Entry for making entries in AR account. +M includes/ui/items_cart.inc + +2017-09-17 11:52:23 +0200 Joe Hunt +New Company Option for showing both Short Names and Names in Customer/Supplier lists. +M admin/company_preferences.php +M includes/ui/ui_lists.inc +M sql/alter2.4.php +M sql/en_US-demo.sql +M sql/en_US-new.sql + +2017-09-09 13:58:40 +0200 Joe Hunt +Profit and Loss Statement. Compensate for to-date = leap-year in period compare. +M reporting/rep707.php + +2017-09-08 09:52:57 +0200 Joe Hunt +Added the new Company Logo on Reports in default files. +M sql/alter2.4.php +M sql/en_US-demo.sql +M sql/en_US-new.sql + +2017-09-07 14:30:30 +0200 Janusz Dobrowolski +Sales Invoice: fixed tax included amount position. +M reporting/rep107.php + +2017-09-05 11:30:54 +0200 Joe Hunt +Rerun company_preferences.php. Company Logo on Reports. +M admin/company_preferences.php + +2017-09-05 08:58:11 +0200 Joe Hunt +Option for showing company logo on reports. On company base. +M admin/company_preferences.php +M config.default.php +M reporting/includes/pdf_report.inc + +2017-09-04 23:16:49 +0200 Joe Hunt +Option for Logo on Reports. +M config.default.php +M reporting/includes/pdf_report.inc + +2017-09-02 23:15:40 +0200 Janusz Dobrowolski +Fixed bug in product average cost calculations. +M manufacturing/includes/db/work_order_produce_items_db.inc + +2017-08-31 21:37:57 +0200 Joe Hunt +Group Total in Trial Balance on Screen. +M gl/inquiry/gl_trial_balance.php + +2017-08-30 08:26:50 +0200 Joe Hunt +Old Sales Quote Reference Fix +M sales/includes/cart_class.inc +M sales/view/view_sales_order.php + +2017-08-29 17:01:23 +0200 Joe Hunt +Fixed Logical Bug in Customer Balances Report. +M reporting/rep101.php + +2017-08-28 21:16:12 +0200 Joe Hunt +Fix for too many parameters in submit_return. +M inventory/manage/items.php + +2017-08-28 21:15:36 +0200 Joe Hunt +Fix in Popup Customer Window. Extended width to 700. +M includes/ui/ui_controls.inc + +2017-08-28 21:13:47 +0200 Joe Hunt +Fix in date2sql function. +M includes/date_functions.inc + +2017-08-28 13:23:22 +0200 Janusz Dobrowolski +Fixed invalid reference number update in document edition. +M includes/ui/ui_input.inc + +2017-08-04 18:30:32 +0200 Janusz Dobrowolski +[0003964] Fixed bug in voiding GRN. +M admin/void_transaction.php + +2017-07-31 10:35:03 +0200 Joe Hunt +db_version was changed by mistake. Should remain at 2.4.1. +M version.php + +2017-07-30 15:47:59 +0200 Joe Hunt +Release 2.4.2 +M CHANGELOG.txt +M version.php + 2017-07-30 13:15:04 +0200 Joe Hunt 0003954: RB not correct in Customer Transactions Inquiry. Removed RB from customer transactions. M sales/includes/db/cust_trans_db.inc