X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=770789f857fb5d184a33e70fb2ed462881490f8d;hb=76b47c4684f397da2457567f30a7004518245874;hp=49d6b0951107efe4455bee665f1f8f92877413e8;hpb=c2ab31ecc8bd6c3be0dc3b3d64dee508e982b998;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 49d6b095..770789f8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,9 +19,521 @@ Legend: ! -> Note $ -> Affected files +06-Mar-2010 Joe Hunt +# Bug in Text(Col)WrapLines. Doesn't break on space. +$ /reporting/includes/pdf_report.inc + +------------------------------- Release 2.2.7 ---------------------------------- +05-Mar-2010 Joe Hunt +! Release 2.2.7 +! Removed redundant variable $use_new_account_types from config.php +$ config.default.php + update.html +! Removed redundant function get_gl_accounts_all in gl_db_accounts.inc +$ /gl/includes/db/gl_db_accounts.inc + +02-Mar-2010 Joe Hunt +# Bug sending email to a name with commas. Has been replaced with ''. +$ /reporting/includes/pdf_report.inc + +01-Mar-2010 Janusz Dobrowolski +# [0000212] Selecting branch from popup was not working. +$ /sales/manage/customer_branches.php +# [0000213] Date change on journal entry update. +$ /gl/gl_journal.php + +01-Mar-2010 Joe Hunt +! Allow change of password without script in Create/Update Company. +$ /admin/create_coy.php + +28-Feb-2010 Joe Hunt +# Fixed a non esisting voiding of Work Order Advanced and a couple of + bugs in the same operation. And a fix according to Vramak on the forum. + Wiki will be updated on how does the Work Order work +$ /manufacturing/includes/db/work_orders_db.inc + /manufacturing/includes/db/work_orders_quick_db.inc + /manufacturing/includes/db/work_order_produce_items_db.inc + /manufacturing/includes/db/work_order_requirements_db.inc + /purchasing/includes/db/grn_db.inc + +26-Feb-2010 Janusz Dobrowolski +# [0000209],[0000210] Improper quantity/price handling on supplier change. +$ /purchasing/includes/ui/po_ui.inc +# [0000211] Typo in work order legend. +$ /reporting/includes/doctext.inc + /reporting/includes/doctext2.inc +# Restored Esc hot key on cancel buttons. +$ /js/inserts.js + +26-Feb-2010 Joe Hunt +# [0000208] Voiding a work order production does not revert raw material quantities +$ /manufacturing/includes/db/work_order_produce_items_db.inc + +25-Feb-2010 Janusz Dobrowolski +# Fixed bug in quantity input +$ /manufacturing/work_order_add_finished.php + +24-Feb-2010 Joe Hunt +# Tax included calculation problem when more than 1 tax type in a group +$ /taxes/tax_calc.inc +! Small layout fixes +$ /admin/backups.php + /includes/ui/ui_lists.inc + /reporting/rep107.php + /reporting/rep110.php + +22-Feb-2010 Janusz Dobrowolski +# Two smaller fixes in security area codes. +$ /includes/access_levels.inc + +21-Feb-2010 Joe Hunt +# Exchange rate doesn't update table immediately when adding new rate + and no exchange rates there before. +$ /gl/manage/exchange_rates.php +# Bug in exchange variation calculation in certain situations. Again. +$ /gl/includes/db/gl_db_banking.inc + +21-Feb-2010 Janusz Dobrowolski +# Fixed check for language session var. +$ /includes/session.inc + +19-Feb-2010 Joe Hunt/Ary Wibowo +# Bug in exchange variation calculation in certain situations. +$ /gl/includes/gl_db_banking.inc +! Better and cleaner layout in graphics +$ /reporting/includes/class.graphic.inc +! Fixed better layout in customer delivery form +$ /sales/customer_delivery.php + +17-Feb-2010 Joe Hunt +# Missing border layout in report centre +$ /reporting/includes/reports_classes.inc + +------------------------------- Release 2.2.6 ---------------------------------- +16-Feb-2010 Joe Hunt +! Release 2.2.6 +$ config.default.php + update.html + /lang/new_language_template/LC_MESSAGES/empty.po +! CSS style is now implemented in all FA. +! New label style for the themes. Better layout in supp inv/credit +! A lot of code clean up. New password_row and file_row/cells. +# Several minor bugs during final CSS implementaion + /access/login.php + /admin/attachments.php + /admin/change_current_user_password.php + /admin/company_preferences.php + /admin/create_coy.php + /admin/display_prefs.php + /admin/gl_setup.php + /admin/inst_lang.php + /admin/inst_module.php + /admin/users.php + /includes/ui/ui_controls.inc + /includes/ui/ui_input.inc + /includes/ui/ui_lists.inc + /inventory/manage/items.php + /purchasing/supplier_credit.php + /purchasing/supplier_invoice.php + /purchasing/includes/ui/po_ui.inc + /purchasing/includes/ui/invoice_ui.inc + /reporting/includes/reports_classes.inc + /sales/includes/ui/sales_order_ui.inc + /sales/view/view_sales_order.php + /themes/default/default.css + /themes/aqua/default.css + /themes/cool/default.css + + +11-Feb-2010 Janusz Dobrowolski +# Better check for language session var. +$ /includes/session.inc +# Fixed IE related hotkeys problem with AltTab +$ /js/inserts.js + +11-Feb-2010 Joe Hunt/Chaitanya +# [0000204] GRN Valuation Report shows wrong data +$ /reporting/rep305.php + +10-Feb-2010 Janusz Dobrowolski +# [0000201] Cannot change item type when item is edited +$ /inventory/manage/items.php +# Sparse warning fixed. +$ includes/db/manufacturing_db.inc + +10-Feb-2010 Joe Hunt +! Changed so 'Allow Negative Stock' will update the GL cogs/inventory when + the correct values later are obtained. +$ /admin/gl_setup.php + /includes/db/inventory_db.inc + /manufacturing/includes/db/work_orders_db.inc + /purchasing/includes/db/grn_db.inc + /purchasing/includes/db/invoice_db.inc ++ Added a selector for decimal values in Balance Sheet and P/L Statement +$ /reporting/reports_main.php + /reporting/rep706.php + /reporting/rep707.php +! Added trans_no in bank deposit/payment final link, by Tom Hallman. +$ /gl/gl_bank.php + +09-Feb-2010 Joe Hunt/Chaitanya +# [0000202] Global $path_to_root is missing in function handle_submit() in file admin/create_coy.php +$ /admin/create_coy.php + +06-Feb-2010 Janusz Dobrowolski +# Fixed get_standard_cost() for dummy items again. +$ /includes/db/inventory_db.inc +# Fixed bug resulting in broken line items relations after edition of multiline SO. +$ /sales/includes/db/sales_invoice_db.inc +! Yesterday changes removed +$ /sales/includes/db/sales_delivery_db.inc + /sales/includes/db/sales_invoice_db.inc +# Prevent saving empty lines in invoices/delivery notes - rerun + /reporting/rep107.php + /reporting/rep110.php + +06-Feb-2010 Joe Hunt/Chaitanya +! Changed Balance Sheets/PL Statements to be recursive +$ /gl/inquiry/balance_sheet.php + /gl/inquiry/profit_loss.php + /reporting/rep701.php + /reporting/rep705.php + /reporting/rep706.php + /reporting/rep707.php + +05-Feb-2010 Joe Hunt/Kalido ++ Placing a print link in all view windows (without menus). +$ /includes/main.inc + /includes/ui_controls.inc +! Preparing for new recursive balance sheet/PL Statements +$ /gl/includes/db/gl_db_accounts.inc + /gl/includes/db/gl_db_account_types.inc + +05-Feb-2010 Janusz Dobrowolski +# Fixed get_standard_cost() for dummy items +$ /includes/db/inventory_db.inc +# Prevent saving empty lines in invoices/delivery notes +$ /sales/includes/db/sales_delivery_db.inc + /sales/includes/db/sales_invoice_db.inc + +03-Feb-2010 Janusz Dobrowolski +# Fixed continuation after timeout. +$ /access/login.php + /includes/main.inc + /includes/session.inc + /includes/page/footer.inc + /themes/aqua/default.css + /themes/cool/default.css + /themes/default/default.css +# Added error message when no file is selected on view or download. +$ /admin/backups.php + +03-Feb-2010 Joe Hunt +# When buying a service item from a supplier, the delivery produced + wrong inventory GL transactions. No GL transactions should be here. +$ /sales/includes/db/sales_delivery_db.inc +# [0000200] stock_master material_cost incorrectly updated during GRN when + price format uses thousands seperator. A couple of minor errors too. +$ /purchasing/includes/db/grn_db.inc + /purchasing/includes/db/invoices_db.inc +# Exchange rate bug when searching a non existing customer +$ /includes/banking.inc + +03-Feb-2010 Chaitanya/Joe ++ Added a Profit and Loss Drilldown page and changed menu link +$ /applications/generalledger.php + /gl/inquiry/profit_loss.php (New file) + /gl/inquiry/balance_sheet.php +! Better layout +$ /gl/inquiry/journal_inquiry.php + +02-Feb-2010 Chaitanya ++ Added memo search on journal inquires. +$ /gl/inquiry/journal_inquiry.php + +------------------------------- Release 2.2.5 ---------------------------------- +02-Feb-2010 Joe Hunt +! Release 2.2.5 +$ $config.default.php + update.html +# Bug in direct invoice when cash sales and no cash account defined in sales pos. +$ /sales/sales_order_entry.php + +01-Feb-2010 Janusz Dobrowolski +# Fixed error display hidden during ajax call in some situations +$ /includes/errors.inc +! Ajax timeout changed to 6/60s without retries, otherwise multiply + errors are generated on fatal failure. +$ /js/utils.js + /js/inserts.js + +01-Feb-2010 Joe Hunt +# [0000198] Bug ignoring shipping cost in Direct Invoice (cash). +$ /sales/sales_order_entry.php +# [0000197] Bug in closing some special balance sheet levels. +$ /gl/inquiry/balance_sheet.php + /reporting/rep705.php + /reporting/rep706.php + /reporting/rep707.php + +31-Jan-2010 Joe Hunt +# Bug in Quick Entries with Tax added. +$ /includes/ui/ui_view.inc + +30-Jan-2010 Joe Hunt/Chaitanya ++ Added a Balance Sheet drilldown inquiry in Banking and GL. + Contributed by Chatanya. Magnificient! +$ /applications/generalledger.php + /gl/inquiry/balance_sheet.php (new file) + /gl/inquiry/gl_account_inquiry.php ++ Added Purchase tax account in en_US-new.sql and en_US-demo.sql +$ /sql/en_US-demo.sql + /sql/en_US_new.sql +# Fixed bug in gl accounts checks + /taxes/tax_types.php + +30-Jan-2010 Janusz Dobrowolski +# [0000194] Fixed tax records from journal entry (voiding problem) +$ /gl/includes/db/gl_db_trans.inc + /reporting/rep709.php + +25-Jan-2010 Joe Hunt +# [0000195] Bug not deleting refs record when deleting Sales Order, Quotation +# A couple of redirecting bugs +$ /sales/sales_order_entry.php + /sales/includes/db/sales_order_db.inc +# Bug in the sequence in sales price pickup +$ /sales/includes/sales_db.inc ++ Added document Receipt and small rearrangements and bugfixes +$ /includes/types.inc + /includes/ui/ui_view.inc + /reporting/rep107.php + /reporting/rep108.php + /reporting/rep109.php + /reporting/rep110.php + /reporting/rep111.php + /reporting/rep112.php (new document file) + /reporting/rep209.php + /reporting/rep210.php + /reporting/reports_main.php + /reporting/includes/doctext.inc + /reporting/includes/doctext2.inc + /reporting/includes/header2.inc + /reporting/includes/reporting.inc + /reporting/includes/reports_classes.inc + /sales/customer_payments.php + /sales/sales_order_entry.php + /sales/inquiry/customer_inquiry.php + +22-Jan-2010 Tom Hallman/Joe Hunt +# Exchange rate doesn't update table when adding new or deleting rate +$ /gl/manage/exchange_rates.php +! Small adjustments to Bank Statement and GL Transactions Reports +$ /reporting/rep601.php + /reporting/rep704.php +! Layout fix for Report Selectors in when running in Windows OS. +$ /reporting/includes/reports_classes.inc + +20-Jan-2010 Joe Hunt +! Put a heavy warning on marking the checkbox 'Allow Negative Inventory'. +$ /admin/gl_setup.php + +18-Jan-2010 Joe Hunt +# Demand was calculated double from Sales Quotation. Should be 0. +$ /includes/db/manufacturing_db.inc +# A back link was still in Bank Transfer. +$ /gl/bank_transfer.php + +------------------------------- Release 2.2.4 ---------------------------------- +17-Jan-2010 Joe Hunt +! Release 2.2.4 +$ $config.default.php + update.html + +17-Jan-2010 Janusz Dobrowolski +! Improved error checking.in company update/creation. +$ /admin/create_coy.php +# Fixed default value for stock_category.dflt_tax_type +$ /sql/en_US-new.sql +# Fixed errors display in ajax mode. +$ /includes/errors.inc +# Fixed checks for deleting POS +$ /sales/manage/sales_points.php + +15-Jan-2010 Janusz Dobrowolski +! Changed so GL Account Types id allows up to 10 digits. +$ /gl/manage/gl_account_types.php +# [0000187] Category and description reset after failed check; +$ /inventory/manage/sales_kits.php +# Cleaned warnings in errorlog. +$ /sales/includes/sales_db.inc +! Default 0 on empty amount fields +$ /includes/data_checks.inc +! Empty numeric input fields globaly defaulted to 0. +$ /includes/data_checks.inc + /includes/ui/ui_input.inc + +15-Jan-2010 Joe Hunt +# [0000190] Back link on confirmation only pages removed. +$ /includes/page/footer.inc + /includes/ui/ui_view.inc + /includes/main.inc +# Removed a comma after last item in structure for 0_tax_types, line 1596 +$ /sql/en_US-new.sql + +14-Jan-2010 Joe Hunt +# A couple of small bugs were fixed in average material cost +$ /purchasing/includes/db/grn_db.inc + /purchasing/includes/db/invoice_db.inc + /manufacturing/includes/db/work_orders_db.inc + +13-Jan-2010 Joe Hunt +! Changed so also Item Adjustment and Cost Update allow more than 2 dec in price +$ /inventory/cost_update.php + /inventory/includes/item_adjustments_ui.inc + /inventory/view/view_adjustment.php +! Changed so GL Account Types id allows up to 6 digits. +$ /gl/manage/gl_account_types.php + +12-Jan-2010 Janusz Dobrowolski +# Fixed buggy exemptions display +$ /taxes/item_tax_types.php + +------------------------------- Release 2.2.3 ---------------------------------- +12-Jan-2010 Joe Hunt +! Release 2.2.3 +! Allow using of multi level sub-types when digits are of same length in account types +$ config.default.php + update.html + /gl/includes/db/gl_db_accounts.inc +! Print COA also prints class id and account type id. +$ /reporting/rep701.php + + +11-Jan-2010 Janusz Dobrowolski +# Removed invalid constraint on tax_types. +$ /sql/en_US-new.sql + +10-Jan-2010 Janusz Dobrowolski +! Small fix in new_doc_date() +$ /includes/date_functions.inc +# Prevent warnings for sql results without 'inactive' field +$ /includes/ui/db_pager_view.inc +# Fixed js error in IE7 +$ /js/inserts.js ++ Added support for customized doctext.inc/header2.inc +$ /reporting/prn_redirect.php + /reporting/includes/pdf_report.inc +! Increased number of decimals for tax calculations +$ /taxes/tax_calc.inc +! Code cleanup +$ /includes/current_user.inc +# Fixed check for missing POST in check_num() +$ /includes/data_checks.inc +# [0000187] Category and description reset after failed check; +$ /inventory/manage/item_codes.php +# [0000186] Timeout on Refresh button +$ /sales/allocations/customer_allocate.php +# [0000185] Update notification missing. +$ inventory/reorder_level.php + +09-Jan-2010 Joe Hunt +# Bugs in deleting fiscal year. Some transactions weren't deleted. +$ /admin/fiscalyear.php + +07-Jan-2010 Joe Hunt +! Changed to let the $doctypes in documents follow the types in types.inc ++ New document, Remittance, to print payment allocations to suppliers + Also print/email links from Supplier Payment and Supplier Inquiry. +$ /purchasing/supplier_payment.php + /purchasing/inquiry/supplier_inquiry.php + /reporting/rep108.php + /reporting/rep109.php + /reporting/rep110.php + /reporting/rep111.php + /reporting/rep209.php + /reporting/rep210.php (New file) + /reporting/reports_main.php + /reporting/includes/doctext.inc + /reporting/includes/doctext2.inc + /reporting/includes/header2.inc + /reporting/includes/pdf_report.inc + /reporting/includes/reporting.inc + /reporting/includes/reports_classes.inc +# Creating recurrent invoices with date outside fiscal year. + /sales/create_recurrent_invoices.php + +06-Jan-2010 Janusz Dobrowolski +# Check on existence of locale.inc added to avoid blank pages when the file is broken. +$ /includes/session.inc +! Changed reference incrementation algorithm to preserve both number prefix and postfix. +$ /includes/references.inc + +04-Jan-2010 Joe Hunt +! Making the stretch parameter = 1 on default print pdf all over + Improved layout on documents. +$ /reporting/includes/class.pdf.inc + /reporting/includes/pdf_report.inc + /reporting/includes/doctext.inc + /reporting/includes/doctext2.inc + /reporting/includes/header2.inc + +31-Dec-2009 Joe Hunt +# When updating tax rate, it didn't show and calculate correct in documents. +$ /taxes/db/tax_groups_db.inc + +27-Dec-2009 Joe Hunt +# Problems letting various currency bank accounts sharing the same GL account +$ /gl/manage/bank_accounts.php + /gl/includes/db/gl_db_banking.inc + +------------------------------- Release 2.2.2 ---------------------------------- +23-Dec-2009 Joe Hunt +! Release 2.2.2 +$ /config.default.php + /update.html +! Changed so Printed Sales Order (Quotation) shows TOTAL VAT INCL. if it is. +$ /reporting/rep109.php + /reporting/rep111.php + /reporting/includes/doctext.inc + /reporting/includes/doctext2.inc +# Restoring journal entry sql to previous without join with bank_trans + due to error in joins. Tom Hallman works on it until 2.2.3 +$ /gl/inquiry/journal_inquiry.php +! Replaced all deprecated functions so FA runs in php >= 5.3.0 as well. +$ /admin/db/maintenance_db.inc + /gl/gl_bank.php + /includes/db_pager.inc + /includes/session.inc + /includes/lang/language.php + /includes/page/header.inc + /install/save.php + /inventory/adjustments.php + /inventory/transfers.php + /purchasing/supplier_invoice.php + /purchasing/allocations/supplier_allocate.php + /purchasing/includes/ui/po_ui.inc + /reporting/includes/class.graphic.inc + /reporting/includes/tcpdf.php + /reporting/includes/Workbook.php + /sales/allocations/customer_allocate.php + +22-Dec-2009 Joe Hunt +! Some additional changes in pdf_report.inc for supporting report extensions. +$ /reporting/includes/pdf_report.inc + /reporting/includes/excel_report.inc + +21-Dec-2009 Chaitanya/Janusz Dobrowolski +# [0000184] Bad source document quantities update and invalid qtys during + derivative document entry. +$ /sales/includes/cart_class.inc + /sales/includes/sales_db.inc +# Fixed quantity columns descriptions in delivery edition. +$ /sales/customer_delivery.php + 21-Dec-2009 Joe Hunt # Function money_format function doesn't exist in OS Win. Fix in current_user.inc - Some errors in header3() in pdf_report.inc.. + Some errors in header3() in pdf_report.inc. $ /includes/current_user.inc /reporting/includes/pdf_report.inc