X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=b18913e4f12aa18848606aa72db2ea2b6da57682;hb=bb991dc5b071e966b39954bb53d3b0efe8420938;hp=7a6286c29ee4ec0d26bcdbaa12aa9e8c45f2d809;hpb=883307779f9ca5bac0533702a8702b0cccb4742f;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7a6286c2..b18913e4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,1321 @@ Legend: ! -> Note $ -> Affected files +28-Jun-2010 Merged changes from main trunk (2.2.11) as follows +------------------------------- Release 2.2.11 ---------------------------------- +! Release 2.2.11 +$ config.default.php + update.html + +22-Jun-2010 Joe Hunt +# Minor select bug in create recurrent invoices +$ /sales/create_recurrent_invoices.php + +18-Jun-2010 Joe Hunt +- Removed constraint on day values in Payment Terms +$ /admin/payment_terms.php + +18-Jun-2010 Janusz Dobrowolski +# Small bug on final credit note screen redirection +$ /sales/customer_credit_invoice.php + +17-Jun-2010 Janusz Dobrowolski +# [0000235],[0000236] db error in sales order view window. +$ /sales/view/view_sales_order.php + +14-Jun-2010 Tom Moulton/Joe Hunt +# Bug [0000231] Wrong On Order for Advanced Manufacturing.before final production. +$ /includes/db/manufacturing_db.inc +! Allow optional non zero values in reports 101,102,201,202,203 and 303. +$ /reporting/rep101.php + /reporting/rep102.php + /reporting/rep201.php + /reporting/rep202.php + /reporting/rep203.php + /reporting/rep303.php + /reporting/reports_main.php + +---------- End of changes from main trunk 2.2.11 + +27-Jun-2010 Janusz Dobrowolski ++ Added debtor_trans.src_id update +$ /sql/alter2.3.php + /sql/alter2.3.sql ++ Added key for debtor_trans_detail.src_id +$ /sql/en_US-demo.sql + /sql/en_US-new.sql ++ Added company upgrade boundary markers in error log. +$ /admin/inst_upgrade.php +! Changed price column name to reflect current pricelist type. + /sales/includes/ui/sales_order_ui.inc +# Fixed sql (removed obsolete email field) + /reporting/rep112.php +# Fixed sql for child/parent lines retrieval + /sales/includes/sales_db.inc +# Removed bank payment print links (not implemented yet) + /sales/inquiry/customer_inquiry.php +# Cleanup +$ /purchasing/includes/db/po_db.inc + +26-Jun-2010 Joe Hunt +! Option to suppress tax rates on documents. To be used for tax on tax + The tax % should be included in the tax name and the calculated + rate be set as the rate. $suppress_tax_rates in config.php set to 1. +$ config.default.php + /includes/ui/ui_view.inc + /reporting/rep107.php + /reporting/rep110.php +! Improvements to Sales Groups. Presenting the Id too. +$ /sales/manage/sales_groups.php ++ Preparing for 2.3 Beta +$ update.html + +26-Jun-2010 Janusz Dobrowolski +# Fixed sql for child transaction retrieval +$ /sales/includes/sales_db.inc +! Added debtor_trans_details.src_id +$ /sql/en_US-demo.sql + /sql/en_US-new.sql + +25-Jun-2010 Janusz Dobrowolski +! Allow reuse of references previously used on voided transactions +$ /includes/references.inc +! Fixed sales database design to ensure document relations consistency on line level. +$ /admin/db/fiscalyears_db.inc + /admin/db/voiding_db.inc + /reporting/includes/header2.inc + /sales/customer_invoice.php + /sales/includes/cart_class.inc + /sales/includes/sales_db.inc + /sales/includes/db/cust_trans_db.inc + /sales/includes/db/cust_trans_details_db.inc + /sales/includes/db/payment_db.inc + /sales/includes/db/sales_credit_db.inc + /sales/includes/db/sales_delivery_db.inc + /sales/includes/db/sales_invoice_db.inc + /sales/view/view_invoice.php + /sales/view/view_sales_order.php + +24-Jun-2010 Joe Hunt +# Rewritten function gl_account_in_company_defaults in gl_db_accounts.inc +$ /gl/includes/db/gl_db_accounts.inc +# More test on tags due to db error in reports with tags. +$ /reporting/rep705.php + /reporting/rep706.php + /reporting/rep707.php + +23-Jun-2010 Chaitanya/Joe Hunt +! Changed memo message in supp invoice price variance +$ /purchasing/includes/db/invoice_db.inc +! Changed Ourstanding GRN Report to use Actual Price instead of Std Cost. +$ /reporting/rep204.php + +23-Jun-2010 Janusz Dobrowolski +# Restored customer payments display +$ /sales/includes/db/cust_trans_db.inc + +22-Jun-2010 Janusz Dobrowolski +# Fixed pos parameters retrieval in direct invoice +$ /sales/includes/cart_class.inc + +21-Jun-2010 Janusz Dobrowolski ++ Support for current credit display +$ /includes/ui/ui_input.inc + /purchasing/po_entry_items.php + /purchasing/includes/po_class.inc + /purchasing/includes/db/po_db.inc + /purchasing/includes/db/suppliers_db.inc + /purchasing/includes/ui/po_ui.inc + /sales/customer_delivery.php + /sales/includes/cart_class.inc + /sales/includes/db/customers_db.inc + /sales/includes/db/sales_order_db.inc + /sales/includes/ui/sales_order_ui.inc ++ Optional displaying all sql queries in footer for debugging purposes + /includes/db/connect_db.inc + /includes/page/footer.inc + /config.default.php + /admin/system_diagnostics.php + /includes/errors.inc ++ Not fully credited invoice can still be credited (automatic payments reallocation) +$ /sales/includes/db/cust_trans_db.inc + /sales/includes/db/custalloc_db.inc + /sales/includes/db/sales_credit_db.inc ++ Added payment term types +$ /includes/sysnames.inc + /includes/types.inc ++ Added popup mode +$ /sales/inquiry/customer_inquiry.php + /purchasing/inquiry/supplier_inquiry.php +! Reorganized payment terms editor +$ /admin/payment_terms.php + /includes/ui/ui_lists.inc +! Comments +$ /includes/ui/allocation_cart.inc +! Cleanup +$ /reporting/rep101.php +# Fixed fatal typo +$ /sales/customer_credit_invoice.php +! Fixed final page message text +$ /sales/customer_invoice.php +! Removed sparse order allocation code, invoice reallocation routine added +$ /sales/includes/db/custalloc_db.inc +# Fixed branch creation for new company +$ /sales/manage/customer_branches.php +! Changed line_details class name to po_line_details to avoid conflicts. +$ /purchasing/includes/po_class.inc +! Added sales and purchase order totals +$ /sql/alter2.3.sql + /sql/alter2.3.php + /sql/en_US-demo.sql + /sql/en_US-new.sql + +14-Jun-2010 Janusz Dobrowolski +# Additional corrections to yesterday commit +$ /sales/includes/cart_class.inc + /sales/includes/db/cust_trans_db.inc + /sales/view/view_sales_order.php + +13-Jun-2010 Janusz Dobrowolski +# Small layout bug in tabs widget +$ /includes/ui/ui_controls.inc +! Allowed space and '[' in button names +$ /includes/ui/ui_input.inc +! Formatted posts and a couple of improvements +$ /includes/ui/simple_crud_class.inc +! Changed method naming convention +$ /includes/ui/contacts_view.inc +! is_invoice property superseded by trans_type, removed obsolete Complete property +$ /purchasing/includes/supp_trans_class.inc + /purchasing/includes/db/invoice_db.inc + /purchasing/includes/ui/invoice_ui.inc + /purchasing/view/view_supp_credit.php + /purchasing/view/view_supp_invoice.php +! Cleanups and comments +$ /purchasing/includes/po_class.inc + /sales/includes/cart_class.inc +! Added document inheritance definitions +$ /includes/types.inc +# Smaller technical fixes +$ /purchasing/includes/db/grn_db.inc + /purchasing/includes/db/po_db.inc + /sales/includes/sales_db.inc + /sales/includes/db/sales_credit_db.inc + /purchasing/po_entry_items.php + /purchasing/po_receive_items.php + /purchasing/supplier_credit.php + /purchasing/supplier_invoice.php + +13-Jun-2010 Merged changes from main trunk (2.2.10) as follows + +------------------------------- Release 2.2.10 ---------------------------------- +11-Jun-2010 Joe Hunt +! Release 2.2.10 +$ config.default.php + update.html + +10-Jun-2010 Joe Hunt +! Changed Wiki help url and site url in config.default.php +$ config.default.php + +07-Jun-2010 Joe Hunt +# HTML decode text when printing to Excel. +$ /reporting/includes/excel_report.inc + +06-Jun-2010 Janusz Dobrowolski +# False overallocation fixed. +$ /includes/ui/allocation_cart.inc ++ Allowed optional long timeout on default/cancel/selector buttons +$ /includes/ui/ui_input.inc + /js/behaviour.js + /js/inserts.js +# Long ajax timeout on all reports +$ /reporting/includes/reports_classes.inc +# [0000232] Fixed list of related invoices/credits in SO view. +$ /sales/view/view_sales_order.php +# Small bug on final screen redirection +$ /sales/customer_credit_invoice.php + +03-Jun-2010 Joe Hunt +# Rounding bug when decimals greater than or equal to 6. +$ /includes/current_user.inc + +31-May-2010 Joe Hunt +# No limit on 30 days in Payment terms if end of month. +$ /admin/payment_terms.php + +30-May-2010 Joe Hunt +! Global variabel, $def_print_destination, config.php can be set to 0 or 1 +$ config.default.php + /reporting/includes/reports_classes.inc +! copy line memo to next line in journal entries and bank payments/deposits +$ /gl/includes/ui/gl_bank_ui.inc + /gl/includes/ui/gl_journal_ui.inc +! Report GL Transactions now prints line memos +$ /reporting/rep704.php + +29-May-2010 Janusz Dobrowolski +# Smaller fixes initial COAs +$ /sql/en_US-demo.sql + /sql/en_US-new.sql + +---------- End of changes from main trunk 2.2.10 + +05-Jun-2010 Joe Hunt +! Allowing SA_MULTIFISCALYEAR access to enter transactions on open fiscal years +$ /admin/db/fiscalyears_db.inc + /includes/date_functions.inc + /includes/acces_levels.inc + +31-May-2010 Joe Hunt +! Allowing modifying of Bank Payments/Deposits +$ /gl/gl_bank.php + /gl/includes/db/gl_db_banking.inc + /gl/includes/db/gl_db_bank_trans.inc + /gl/includes/db/gl_db_trans.inc + /gl/inquiry/journal_inquiry.php + /purchasing/includes/db/supp_trans_db.inc + /sales/includes/db/cust_trans_db.inc + +27-May-2010 Merged changes from main trunk (2.2.8, 2.2.9) as follows + +------------------------------- Release 2.2.9 ---------------------------------- +24-May-2010 Joe hunt +! Release 2.2.9 +$ config.default.php + update.html +# [0000230] Incorrect 'On order' quantity of raw materials in the 'Stock Check Sheets' report. +$ /reporting/rep303.php + +24-May-2010 Janusz Dobrowolski +# Additional fixes in payment/deposit allocations. +$ /includes/ui/allocation_cart.inc + /js/payalloc.js + +22-May-2010 Janusz Dobrowolski +# Fixed html generation for buttons +$ /includes/ui/ui_input.inc + +13-May-2010 Janusz Dobrowolski +# [0000229] Payment overallocation is now forbidden (addendum) +$ /js/payalloc.js + +12-May-2010 Janusz Dobrowolski +# [0000226] Fixed diagnostic checks for javascript cached files, improved readability +$ /admin/system_diagnostics.php +# [0000227] Fixed cookie name to enable multiply FA instances on the same server. +$ /includes/session.inc +# [0000229] Payment overallocation is now forbidden +$ /includes/ui/allocation_cart.inc + /js/allocate.js +# Fixed email links to use ajax +$ /purchasing/po_entry_items.php + /sales/credit_note_entry.php + /sales/customer_delivery.php + /sales/customer_invoice.php +# Fixed shipping tax naming +$ /taxes/tax_groups.php + +12-May-2010 Joe Hunt +! Changed to allow change of theme in 'allow_demo_mode' during session +$ /admin/display_prefs.php +! [0000228] Sales order inquiry using reference number. +$ /sales/inquiry/sales_orders_view.php + +10-May-2010 Joe Hunt/Alvin +! Changed so Print Statements don't list voided items. +$ /reporting/rep108.php + +04-May-2010 Janusz Dobrowolski/Robert Laussegger +# Fixed amibiguites and typos in report titles. +$ /reporting/includes/doctext.inc + /reporting/includes/doctext2.inc + +04-May-2010 Joe Hunt +# [0000225] Supplier Payment Report showing paid invoices (rounding problem) +$ /reporting/rep203.php +! Minor change to balance sheet/profit and loss drilldown + Script is modified to display only direct child types +/gl/inquiry/balance_sheet.php +/gl/inquiry/profit_loss.php +! New empty.po for release 2.2.8 +$ /lang/new_language_template/LC_MESSAGES/empty.po + +26-Apr-2010 Joe Hunt +! Allowing the Tax Report to be printed to Excel/OO Calc +$ /reporting/rep709.php + /reporting/reports_main.php + /reporting/includes/excel_report.inc + +21-Apr-2010 Joe Hunt +# [0000223] Incorrect backup of tables with more than 2 digit prefix +$ /admin/db/maintenance_db.inc + +21-Apr-2010 Joe Hunt +# [0000222] Deleting a Sales Order with reference to a voided delivery causes SQL error when + looking at this delivery. Solution, can't delete, but set the deliveries to 0 + on the lines. +$ /sales/includes/db/sales_order_db.inc + +------------------------------- Release 2.2.8 ---------------------------------- +18-Apr-2010 +! Release 2.2.8 +$ config.default.php + update.html + +17-Apr-2010 Janusz Dobrowolski +# Small fix in company creation +$ /admin/create_coy.php +# Checking whether reference is unique before saving transaction. +$ /sales/sales_order_entry.php + +09-Apr-2010 Joe Hunt +# Creating a new company without a Database script causes unpredictable errors. +$ /admin/create_coy.php + +06-Apr-2010 Joe Hunt/Albin +# Inactive items should not show in Price List Report. In Item lists they are + stamped (Inactive) after the description. +$ /reporting/rep104.php + /reporting/rep301.php + /reporting/rep302.php + /reporting/rep303.php + /reporting/rep304.php + /reporting/rep305.php + +03-Apr-2010 Joe Hunt/Chaitanya +# [0000219] Incorrect behaviors regarding Payment forms +$ /purchasing/supplier_payment.php + /sales/customer_payments.php + +20-Mar-2010 Joe Hunt/RodW +# [0000215} Wrong text in deliver to and not printing it. +$ /reporting/includes/doctext.inc + /reporting/includes/doctext2.inc + /reporting/includes/header2.inc + +15-Mar-2010 Janusz Dobrowolski +# Missing check for customer/branch selected ([0000216]) +$ /sales/sales_order_entry.php + /sales/customer_payment.php +# Missing check for supplier selected ([0000217]) +$ /purchasing/supplier_invoice.php + /purchasing/supplier_payment.php + /purchasing/po_entry_items.php +# Fixed db error on no supplier selected + /purchasing/includes/db/suppalloc_db.inc +# Smaller clenaups. +$ /includes/current_user.inc + /includes/session.inc + +10-Mar-2010 Joe Hunt +! Print full Location name on reports +$ /reporting/rep105.php + /reporting/rep301.php + /reporting/rep302.php + /reporting/rep303.php +# Print reference on email (PO) + /reporting/rep209.php + +07-Mar-2010 Joe Hunt +# Bug in ui_lists.inc, systypes_list_row, too many parameters in + call to systypes_list_cells +$ /includes/ui/ui_lists.inc + +06-Mar-2010 Joe Hunt +# Bug in Text(Col)WrapLines. Doesn't break on space. +$ /reporting/includes/pdf_report.inc +# Missing 'Set Global Supplier' in invoice_ui.inc +$ /purchasing/includes/ui/invoice_ui.inc + +---------- End of changes from main trunk 2.2.7-2.2.9 + +15-May-2010 Joe Hunt +! Layout - added class label for branch link +$ /sales7manage/customers.php + +11-May-2010 Janusz Dobrowolski ++ Added multiply categorized customer/branch/supplier contacts in separate table, + per contact report language selection +$ /admin/crm_categories.php (new) + /applications/setup.php + /includes/access_levels.inc + /includes/sysnames.inc + /includes/db/crm_contacts_db.inc (new) + /includes/ui/contacts_view.inc (new) + /includes/ui/simple_crud_class.inc (new) + /manufacturing/includes/db/work_orders_db.inc + /purchasing/includes/db/suppliers_db.inc + /purchasing/manage/suppliers.php + /reporting/rep107.php + /reporting/rep108.php + /reporting/rep109.php + /reporting/rep110.php + /reporting/rep111.php + /reporting/rep112.php + /reporting/rep209.php + /reporting/rep210.php + /reporting/rep409.php + /sales/includes/db/branches_db.inc + /sales/includes/db/cust_trans_db.inc + /sales/includes/db/customers_db.inc + /sales/includes/db/sales_order_db.inc + /sales/includes/ui/sales_order_ui.inc + /sales/manage/customer_branches.php + /sales/manage/customers.php + /sql/alter2.3.php + /sql/alter2.3.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql ++ Added tabbed content widget +$ /includes/ui/ui_controls.inc + /themes/aqua/default.css + /themes/cool/default.css + /themes/default/default.css ++ Changes in hotkeys system for tabs support +$ /js/inserts.js ++ Emailed reports can be send to multiply contacts, fixed email charset selection +$ /reporting/includes/pdf_report.inc ++ Added charset selection for email content +$ /reporting/includes/class.mail.inc +# Small field name bug +$ /reporting/reports_main.php +# Fixed typo and small bug +$ /reporting/includes/doctext.inc +# Fixed problem with multiselection in array_combo, added crm related list helpers +$ /includes/ui/ui_lists.inc +# Fixed function name +$ /sales/includes/db/sales_credit_db.inc +# Fixed email sending links to use ajax. +$ /sales/credit_note_entry.php + /sales/customer_delivery.php + /sales/customer_invoice.php +# Fix in array_search_keys +$ /includes/current_user.inc +# Fixed bug in company deletion +$ /admin/create_coy.php + /admin/db/company_db.inc + +07-May-2010 Joe Hunt ++ Added Account tags selection in Annual Expense Breakdown, Balanse Sheet + and Profit and Loss Sheet +$ /admin/db/tags_db.inc + /reporting/rep705.php + /reporting/rep706.php + /reporting/rep707.php + /reporting/reports_main.php + /reporting/includes/reports_classes.inc + +07-May-2010 Janusz Dobrowolski +# Fixed bug in array_selector for multiply lists +$ /includes/ui/ui_lists.inc + +30-Apr-2010 Janusz Dobrowolski ++ Recovering next reference after voiding of last reference + /admin/db/voiding_db.inc + /includes/references.inc + /includes/db/references_db.inc +# Reference column displayed also for journal entries + /admin/void_transaction.php +# Voided transactions excluded form list of transactions + /admin/db/transactions_db.inc + +26-Apr-2010 Joe Hunt +! Changed voiding of Direct Invoice to automatically void 'auto' delivery + and set SO quantity and qty_sent to 0. + And a few small bug fixes. +$ /admin/db/voiding_db.inc + /sales/includes/sales_db.inc + /sales/includes/db/sales_credit_db.inc + /sales/includes/db/sales_invoice_db.inc + /sales/includes/db/sales_delivery_db.inc + +21-Apr-2010 Joe Hunt +# Bug in systypes selector (no type update) +$ /admin/attachments.php +! Better layout +$ /admin/company_preferences.php +# Didn't show 'View Attachments' for Journal Entries +$ /includes/ui/ui_controls.inc + +20-Apr-2010 Joe Hunt ++ Added option for Manual Revaluation of Currency Accounts +$ /admin/company_preferences.php + /applications/generalledger.php + /gl/includes/db/gl_db_banking.inc + /gl/manage/revaluate_currencies.php (new file) + /includes/prefs/sysprefs.inc + /sql/en_US-demo.sql + /sql/en_US-new.sql + /sql/alter2.3.sql + +16-Apr-2010 Joe Hunt +# Minor fixes in voiding transactions +$ /admin/void_transaction.php +! Layout improvement in hyperlink_back function +$ /includes/ui/ui_controls.inc + +15-Apr-2010 Joe Hunt +! Added an alternative way of presenting tax included on invoices. + This is done by setting a global variabel $alternative_tax_include_on_docs = 1. +$ config.default.php + /includes/ui/ui_view.inc + /reporting/rep107.php + /reporting/rep110.php + +! Added a date column and combined the # and View column in 'View / Print Transactions. +! Changed Voiding Transaction to also include a pager. +$ /admin/view_print_transaction.php + /admin/void_transaction.php + /admin/db/transaction_db.inc + /includes/systypes.inc + /manufacturing/view/wo_production_view.php + /reporting/includes/reporting.inc + +14-Apr-2010 Joe Hunt +! Replaced the global variables for table styles to defined CSS classes. +$ all files that includes the call to start_table and start_outer_table + +14-Apr-2010 Joe Hunt/ AVB3 ++ Added 'View Attachments' if any in all popup view windows +$ /admin/db/attachments_db.inc + /includes/main.inc + /includes/ui/ui_controls.inc + /dimensions/view/view_dimension.php + /gl/view/bank_transfer_view.php + /gl/view/gl_deposit_view.php + /gl/view/gl_payment_view.php + /gl/view/gl_trans_view.php + /inventory/view/view_adjustment.php + /inventory/view/view_transfer.php + /manufacturing/view/work_order_view.php + /manufacturing/view/wo_issue_view.php + /manufacturing/view/wo_production_view.php + /purchasing/view/view_grn.php + /purchasing/view/view_po.php + /purchasing/view/view_supp_credit.php + /purchasing/view/view_supp_invoice.php + /purchasing/view/view_supp_payment.php + /sales/view/view_credit.php + /sales/view/view_dispatch.php + /sales/view/view_invoice.php + /sales/view/view_receipt.php + /sales/view/view_sales_order.php + +04-Apr-2010 Janusz Dobrowolski ++ Added supplier/customer document language selection +$ /purchasing/includes/db/suppliers_db.inc + /purchasing/manage/suppliers.php + /reporting/rep107.php + /reporting/rep108.php + /reporting/rep109.php + /reporting/rep110.php + /reporting/rep111.php + /reporting/rep112.php + /reporting/rep209.php + /reporting/rep210.php + /reporting/includes/class.pdf.inc + /reporting/includes/pdf_report.inc + /sales/includes/db/branches_db.inc + /sales/includes/db/customers_db.inc + /sales/includes/db/cust_trans_db.inc + /sales/includes/db/sales_order_db.inc + /sales/manage/customer_branches.php + /sales/manage/customers.php + /sql/alter2.3.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql + /reporting/includes/doctext2.inc (removed) + ++ Added company_path() helper +$ /admin/attachments.php + /admin/company_preferences.php + /admin/create_coy.php + /admin/display_prefs.php + /admin/print_profiles.php + /admin/system_diagnostics.php + /admin/db/fiscalyears_db.inc + /includes/main.inc + /includes/lang/language.php + /includes/page/header.inc + /includes/ui/ui_view.inc + /inventory/manage/items.php + /reporting/rep102.php + /reporting/rep104.php + /reporting/rep202.php + /reporting/rep303.php + /reporting/rep706.php + /reporting/rep707.php + /reporting/includes/excel_report.inc + /reporting/includes/header2.inc + +! Added all_option parameter to language selectors +$ /includes/ui/ui_lists.inc + +! System names extracted to new separated file to enable re-read after langauge change +$ /includes/types.inc + /includes/sysnames.inc (new) + +! Fixed for better extension modules support +$ /reporting/prn_redirect.php + /reporting/includes/tcpdf.php + +! Changed addReport method (better support for extension modules) +$ /reporting/reports_main.php + /reporting/includes/reports_classes.inc + +! Code cleanup +$ /gl/inquiry/balance_sheet.php + /gl/inquiry/profit_loss.php + +26-Mar-2010 Joe Hunt +# Fixed a sorting problem in gl_account_types_list +$ /includes/ui/ui_lists.inc + /gl/includes/db/gl_db_account_types.inc + +24-Mar-2010 Janusz Dobrowolski/Joe Hunt +# Fixed problem with multiply zeros a value of option in list selectors +# Parse error in ui_list.inc. Fix in other files. +$ /includes/ui/ui_lists.inc + /gl/includes/db/gl_db_account_types.inc + /gl/manage/gl_account_types.php + +22-Mar-2010 Joe Hunt +# Error editing (updating) Account Groups and problem + with "00" == "0" in php. +$ /gl/includes/db/gl_db_account_types.inc + /gl/manage/gl_account_classes.php + /gl/manage/gl_account_types.php + /includes/ui/ui_lists.inc + /sql/alter2.3.sql + +12-Mar-2010 Janusz Dobrowolski +# Small cleanups. +$ /reporting rep301.php + /reporting rep304.php + /reporting rep601.php + +05-Mar-2010 Merged changes from main trunk up to 2.2. as follows +------------------------------- 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 + +---------- End of changes from main trunk 2.2.6-2.2.7 + +01-Mar-2010 Janusz Dobrowolski ++ Rewrite of FrontReport header API to accept externally defined headers in php and/or pdf form. +$ /reporting/includes/class.pdf.inc + /reporting/includes/excel_report.inc + /reporting/includes/header2.inc + /reporting/includes/pdf_report.inc ++ Integration of fpdi class +$ /reporting/includes/fpdi/* (new) + /reporting/forms (new) +! find_report_file() helper moved to main.inc and renamed to ind_custom_file +$ /reporting/prn_redirect.php + /includes/main.inc +! Reports fixed according to changes in header API in FrontReport class. +$ /reporting/rep101.php + /reporting/rep102.php + /reporting/rep103.php + /reporting/rep104.php + /reporting/rep105.php + /reporting/rep106.php + /reporting/rep107.php + /reporting/rep108.php + /reporting/rep109.php + /reporting/rep110.php + /reporting/rep111.php + /reporting/rep112.php + /reporting/rep201.php + /reporting/rep202.php + /reporting/rep203.php + /reporting/rep204.php + /reporting/rep209.php + /reporting/rep210.php + /reporting/rep301.php + /reporting/rep302.php + /reporting/rep303.php + /reporting/rep304.php + /reporting/rep305.php + /reporting/rep401.php + /reporting/rep409.php + /reporting/rep501.php + /reporting/rep601.php + /reporting/rep701.php + /reporting/rep702.php + /reporting/rep704.php + /reporting/rep705.php + /reporting/rep706.php + /reporting/rep707.php + /reporting/rep708.php + /reporting/rep709.php + /reporting/rep710.php + +25-Feb-2010 Janusz Dobrowolski +# Files manipulation helpers added +$ /includes/main.inc +# Cleanup +$ /includes/db/sql_functions.inc ++ Added radio buttons helper +$ /includes/ui/ui_input.inc +# Smaller fixes: lists reset after page reload, nonformatted description for edition, html cleanup +$ /includes/ui/ui_lists.inc +! Changed _vd debug function to notification type +$ /includes/ui/ui_view.inc +# Layout fix on final screen +$ /purchasing/po_entry_items.php +# Error message when no report file is found +$ /reporting/prn_redirect.php +# Code cleanup (missing $row declaration) +$ /reporting/includes/pdf_report.inc + +20-Feb-2010 Joe Hunt +# Wrong class parameter in Generqal Ledger Reports +$ /applications/generalledger.php + +16-Feb-2010 Merged changes from main trunk up to 2.2.6 as follows +------------------------------- 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 + +---------- End of changes from main trunk 2.2.5-2.2.6 + +09-Feb-2010 Janusz Dobrowolski ++ Improved multilevel database transaction support +$ /includes/errors.inc + /includes/db/connect_db.inc + /includes/db/sql_functions.inc + /sales/includes/cart_class.inc ++ Added Direct GRN and Direct Invoice in purchases module +$ /applications/suppliers.php + /includes/current_user.inc + /includes/ui/ui_lists.inc + /purchasing/po_entry_items.php + /purchasing/po_receive_items.php + /purchasing/includes/po_class.inc + /purchasing/includes/db/grn_db.inc + /purchasing/includes/db/invoice_db.inc + /purchasing/includes/db/po_db.inc + /purchasing/includes/ui/grn_ui.inc + /purchasing/includes/ui/po_ui.inc ++ Added invoice preselection option. +$ /purchasing/supplier_payment.php +! Optimized extensions related code. +$ /applications/application.php + /applications/customers.php + /applications/dimensions.php + /applications/generalledger.php + /applications/inventory.php + /applications/manufacturing.php + /applications/setup.php +! Cleanup +$ /purchasing/supplier_invoice.php + /sales/includes/ui/sales_order_ui.inc +# Typo +$ /sales/sales_order_entry.php + +05-Feb-2010 Janusz Dobrowolski ++ Multiply order items with the same stock_id (with warning), code cleanups +$ /purchasing/po_entry_items.php + /purchasing/includes/po_class.inc + /purchasing/includes/supp_trans_class.inc + /purchasing/includes/db/po_db.inc + /purchasing/includes/ui/po_ui.inc +# Fixed typo bugs +$ /purchasing/includes/db/grn_db.inc + /purchasing/includes/db/invoice_db.inc + +04-Feb-2010 Joe Hunt +! Extended account id's to 15 chars. Changed account type to varchar(10) + and class id varchar(3). Ability to change account groups online. +$ /gl/manage/gl_account_classes.php + /gl/manage/gl_account_types.php + /gl/manage/gl_accounts.php + /gl/includes/db/gl_db_account_types.inc + /includes/ui/ui_lists.inc + /sql/alter2.3.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql + +03-Feb-2010 Janusz Dobrowolski +# Payment terms were not retrieved at invoice edit start. +$ /sales/customer_invoice.php +# Fixed item selector. +$ /inventory/prices.php + +02-Feb-2010 Janusz Dobrowolski +# Missing closing bracket +$ /sql/alter2.3.php +# Small fixes in sys_prefs update/retrieve +$ /admin/db/company_db.inc + +02-Feb-2010 Merged changes from main trunk 2.2.4-2.2.5 as follows +------------------------------- 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 + +---------- End of changes from main trunk 2.2.4-2.2.5 + +26-Jan-2010 Janusz Dobrowolski ++ Editable sales terms in sales orders and invoices, default terms from customer record. +$ /admin/db/company_db.inc + /includes/ui/ui_lists.inc + /reporting/rep102.php + /reporting/rep108.php + /sales/create_recurrent_invoices.php + /sales/customer_delivery.php + /sales/customer_invoice.php + /sales/sales_order_entry.php + /sales/includes/cart_class.inc + /sales/includes/sales_db.inc + /sales/includes/db/cust_trans_db.inc + /sales/includes/db/sales_credit_db.inc + /sales/includes/db/sales_delivery_db.inc + /sales/includes/db/sales_invoice_db.inc + /sales/includes/db/sales_order_db.inc + /sales/includes/ui/sales_order_ui.inc + /sales/manage/sales_points.php + /sql/alter2.3.php + /sql/alter2.3.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql + +26-Jan-2010 Janusz Dobrowolski ++ Full support for items with editable descriptions in sales documents +$ /includes/ui/ui_lists.inc + /inventory/prices.php + /inventory/includes/db/items_db.inc + /inventory/manage/items.php + /js/inserts.js + /sales/customer_delivery.php + /sales/sales_order_entry.php + /sales/includes/cart_class.inc + /sales/includes/ui/sales_order_ui.inc + /sql/alter2.3.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql +# Fixed warning in debug mode +$ /sales/inquiry/sales_deliveries_view.php + /sales/includes/db/cust_trans_db.inc + +23-Jan-2010 Janusz Dobrowolski ++ Improved locales checking +$ /includes/lang/gettext.php + /includes/lang/language.php ++ Defaults for get_post also for array submits, added confirm dialog helper +$ /includes/ui/ui_controls.inc ++ Added info label in error_log for warnings during upgrade process +$ /includes/errors.inc +! System preferences moved from company to new sys_prefs table +$ /admin/company_preferences.php + /admin/display_prefs.php + /admin/gl_setup.php + /admin/users.php + /admin/db/company_db.inc + /admin/db/users_db.inc + /includes/current_user.inc + /includes/session.inc + /includes/prefs/sysprefs.inc + /includes/prefs/userprefs.inc + /sql/alter2.1.php + /sql/alter2.3.php + /sql/alter2.3.sql + /sql/en_US-demo.sql + /sql/en_US-new.sql + /install/save.php +! Updated locales and database/src compatibility checks +$ /admin/system_diagnostics.php +! Added core version for checks against database version_id +$ /config.default.php +! System setup re-read after upgrade +$ /admin/inst_upgrade.php +! Cached company currency retrieval +$ /includes/banking.inc +! Removed sysprefs.inc include +$ /includes/main.inc +# Removed archaic error handling +$ /includes/date_functions.inc +# Missing path_to_root declaration in handle_submit(). +$ /admin/create_coy.php +# Message box cleanup before ajax call +$ /js/utils.js + +20-Jan-2010 Merged changes from main trunk 2.2.3-2.2.4 as follows + +------------------------------- 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 + +---------- End of changes from main trunk 2.2.3-2.2.4 + +12-Jan-2010 Janusz Dobrowolski +! Added sorting by branch_ref +$ /sales/includes/db/branches_db.inc +# Fixed misnamed function parameter. + /sales/includes/db/cust_trans_db.inc + /sales/inquiry/sales_deliveries_view.php + 12-Jan-2010 Merged changes from main trunk 2.2.2-2.2.3 as follows ------------------------------- Release 2.2.3 ---------------------------------- 12-Jan-2010 Joe Hunt