X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=e8708a7512e801a027e22c079a103b6abeeda4ed;hb=0bf933423b9645bcb57390c478d4fdaf0c895049;hp=799facefdee46dd505cfeabf538f7c43ba52773a;hpb=55ce974f2ab21987751af69f9f2eddd8672ef563;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 799facef..e8708a75 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,12 +19,257 @@ Legend: ! -> Note $ -> Affected files +01-Dec-2009 Joe Hunt +! Moved all SQL statements from PHP files into relevant *_db.inc files. + included gl folder +$ /dimensions/includes/dimensions_db.inc + /dimensions/includes/dimensions_ui.inc + /dimensions/inquiry/search_dimensions.php + /gl/bank_account_reconcile.pph + /gl/gl_budget.php + /gl/includes/db/gl_db_accounts.inc + /gl/includes/db/gl_db_account_types.inc + /gl/includes/db/gl_db_bank_accounts.inc + /gl/includes/db/gl_db_bank_trans.inc + /gl/includes/db/gl_db_currencies.inc + /gl/includes/db/gl_db_rates.inc + /gl/includes/db/gl_db_trans.inc + /gl/inquiry/bank_inquiry.php + /gl/inquiry/journal_inquiry.php + /gl/manage/bank_accounts.php + /gl/manage/currencies.php + /gl/manage/exchange_rates.php + /gl/manage/gl_accounts.php + /gl/manage/gl_account_classes.php + /gl/manage/gl_account_types.php + /gl/view/gl_trans_view.php + +30-Nov-2009 Joe Hunt +! Moved all SQL statements from PHP files into relevant *_db.inc files. + admin folder +$ /admin/attachments.php + /admin/create_coy.php + /admin/fiscalyears.php + /admin/gl_setup.php + /admin/payment_terms.php + /admin/printers.php + /admin/shipping_companies.php + /admin/view_print_transaction.php + /admin/db/attachments_db.inc (New file) + /admin/db/company_db.inc + /admin/db/fiscalyears_db.inc (New file) + /admin/db/maintenance_db.inc + /admin/db/printers_db.inc + /admin/db/shipping_db.inc (New file) + /admin/db/transactions_db.inc (New file) + /includes/date_functions.inc + /reporting/includes/excel_report.inc + /reporting/includes/pdf_report.inc + + + + +------------------------------- Release 2.2 ---------------------------------- +18-Nov-2009 Joe Hunt +! Release 2.2 +$ config.default.php +# Allow null references in trans to show up in gl_trans_view +$ /gl/view/gl_trans_view.php +# Fixed side bug after last sql update. +$ /gl/bank_account_reconcile.php + +17-Nov-2009 Joe Hunt/Tom Hallman +! Moved payment terms in documents for better view. Increased + space for legal text. +$ /reporting/includes/header2.inc + /reporting/includes/pdf_report.inc +! Changed sorting in get_gl_transactions to sort by tran_date, counter + Changed period in Journal Entries to one month instead of one year. +$ /gl/includes/db/gl_db_trans.inc + /gl/inquiry/journal_inquiry.php +! Changed rep705 to show fiscal year instead of year +$ /reporting/rep705.php + /reporting/includes/reports_classes.inc +! updated fles +$ update.html + /lang/new_language_template/LC_MESSAGES/empty.po + +15-Nov-2009 Janusz Dobrowolski ++ Added integration of custom and extended reports into reporting module; optimizations. +$ /reporting/prn_redirect.php + /reporting/reports_main.php + /reporting/includes/reports_classes.inc +! All *_list() helper functions now return html code, while *_list_cells/*_list_row() display the controls directly. +$ /includes/ui/ui_lists.inc + /admin/backups.php + /admin/inst_module.php + /admin/print_profiles.php + /gl/includes/ui/gl_bank_ui.inc + /gl/includes/ui/gl_journal_ui.inc + /gl/manage/exchange_rates.php + /includes/ui/ui_input.inc + /inventory/cost_update.php + /inventory/prices.php + /inventory/purchasing_data.php + /inventory/reorder_level.php + /inventory/inquiry/stock_status.php + /inventory/manage/item_codes.php + /inventory/manage/items.php + /inventory/manage/sales_kits.php + /manufacturing/inquiry/where_used_inquiry.php + /manufacturing/manage/bom_edit.php + /purchasing/allocations/supplier_allocation_main.php + /purchasing/includes/ui/invoice_ui.inc + /purchasing/includes/ui/po_ui.inc + /sales/allocations/customer_allocation_main.php + /sales/manage/customer_branches.php + +13-Nov-2009 Tom Hallman/Joe Hunt +! Allow editing account when editing a row in GL Bank and GL Journal Entry +$ /gl/gl_bank.php + /gl/gl_journal.php + /gl/includes/ui/gl_bank_ui.inc + /gl/includes/ui/gl_journal_ui.inc + /includes/ui/items_cart.inc +# Transaction bug in void_journal_trans() +$ /gl/includes/db/gl_db_trans.inc + +12-Nov-2009 Tom Hallman/Joe Hunt +! Cleaning the CHANGELOG.txt file +! Changed to allow change of reference in GL modifying +$ /gl/includes/db/gl_db_trans.inc + /gl/gl_journal.php + /gl/includes/ui/bl_journal_ui.inc + /gl/view/gl_trans_view.php + /includes/references.inc + /includes/db/references_db.inc + +12-Nov-2009 Tom Hallman/Janusz Dobrowolski ++ Added amount range in gl inquires. +$ /gl/includes/db/gl_db_trans.inc + /gl/inquiry/gl_account_inquiry.php +! Changed menu option text for GL inquiry +$ /applications/generalledger.php +# Fixed typo +$ /doc/access_levels.txt +# Fixed maximal memo line length. +$ /gl/includes/ui/gl_bank_ui.inc + /gl/includes/ui/gl_journal_ui.inc + +12-Nov-2009 Tom Hallman/Joe Hunt +! Changed Journal Inquiries so it shows the Bank Deposit/Payment amount + instead of sum of positive transaction. +$ /gl/inquiry/journal_inquiry.php + +10-Nov-2009 Janusz Dobrowolski +# Fixed value for SA_SUPPBULKREP access area. +$ /includes/access_levels.inc + /sql/en_US-demo.sql + /sql/en_US-new.sql + +10-Nov-2009 Joe Hunt +# disallow bank accounts in accounts list in Bank Deposits/Payments. + It produces double records in bank inquiry otherwise.. +$ /gl/includes/ui/gl_bank_ui.inc +# disallow bank accounts in accounts list when type is Bank Deposits + or Payments. See above. +$ /gl/manage/gl_quick_entries.php +# type warning in dimension tags +$ /admin/tags.php + +09-Nov-2009 Janusz Dobrowolski +! Fixed help link to provide ctxhelp switch and clean the page context string. +$ /includes/page/header.inc + +08-Nov-2009 Joe Hunt +# Bug in adding freight cost to sales order/quotation +$ /sales/inquiry/sales_orders_view.php +! Additional improvements on layout display +$ /purchasing/includes/ui/invoice_ui.inc + /purchasing/view/view_po.php + /sales/view/view_sales_order.php +! Changed the Running Balance column in Customer Transaction + to only show when the type is selected. The order is not + good before sorting in date order +$ /sales/inquiry/customer_inquiry.php + +07-Nov-2009 Janusz Dobrowolski +# Added missing help_context +$ /sales/inquiry/sales_orders_view.php + +07-Nov-2009 Joe Hunt +! More improvements on layout display. +$ /purchases/includes/ui/po_ui.inc + /inventory/includes/item_adjustments_ui.inc + +06-Nov-2009 Janusz Dobrowolski +# Include sequence fixed. +$ /admin/tags.php + +06-Nov-2009 Joe Hunt +! Improved layout in the new tax info display. Also old ones. +$ /sales/credit_invoice.php + /sales/customer_delivery.php + /sales/customer_invoice.php + /sales/includes/ui/sales_credit_ui.inc + /sales/includes/ui/sales_order_ui.inc + +05-Nov-2009 Joe Hunt +! Display tax info in Sales Quotation, Order, Direct Delivery and Invoice. +$ /sales/includes/ui/sales_order_ui.inc + /sales/sales_order_entry.php +! Include freight_cost in Sales Quotations, Orders in inquiries. +$ /sales/inquiry/sales_orders_view.php +# Bug on line 215 in /sales/customer_delivery.php +$ /sales/customer_delivery.php + +04-Nov-2009 Tom Hallman/Joe Hunt +! Included dimension(s) in Bank Deposit/Payment View and correct signs. +$ /gl/view/gl_deposit_view.php + /gl/view/gl_payment_view.php + +04-Nov-2009 Janusz Dobrowolski +# Fixed bug introduced during security update and merged from main trunk. +$ /admin/db/printers_db.inc + +03-Nov-2009 Janusz Dobrowolski +! Added optional parameter to add_bank_transaction +$ /gl/includes/db/gl_db_banking.inc +# Fixed missing default price_dec. +$ /includes/prefs/userprefs.inc + +03-Nov-2009 Joe Hunt +# Bad debit account when debiting service items. +$ /purchasing/includes/db/invoice_db.inc +# Removed unneeded reference to $result in db_num_rows. Gave warnings. +$ /includes/db/connect_db.inc +! Better formatting of update.html +$ update.html +# Wrong presentation on reference and order in Customer Allocation Inquiry +$ /sales/inquiry/customer_allocation_inquiry.php +! Changed so reference no in QUOTE/SO/INV/CRE/PO is printed instead of trans_no + if global variable in config.php, $print_invoice_no = 0 (default). +$ /reporting/includes/header2.inc + /reporting/includes/reports_classes.inc + +02-Nov-2009 Janusz Dobrowolski +# Bad default value retrieved for service COGS account. +$ /inventory/manage/items.php + 01-Nov-2009 Joe Hunt ! Changed $date_system value of 3 to be traditional, but non-workday is Friday and start of week is Saturday. For DatePicker. $ config.default.php + /includes/date_functions.inc /includes/ui/ui_view.inc - +# Bugs in function show_users_online in users_db.inc +$ /admin/db/users_db.inc + +01-Nov-2009 Janusz Dobrowolski ++ Added default date format and date separator used before login. +$ /config.default.php + /includes/prefs/userprefs.inc + 30-Oct-2009 Janusz Dobrowolski # Fixed non-default company selection bug on login. $ /includes/session.inc @@ -33,7 +278,7 @@ $ /includes/db/connect_db.inc 30-Oct-2009 Joe Hunt ! Changed name on folder for global help url to fawiki. -$ config.default.php +$ /config.default.php 29-Oct-2009 Janusz Dobrowolski ! Changed context help organization to enable use of central multilanguage wiki.