X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=041e28bebcf6144267311d9c78063f3db3f4f209;hb=6e3e48e051f3b4c819777df71a09f8c725bb9e81;hp=49f22c49b3e981bd336e04205096da1a10dcdc01;hpb=c0e137510b68131f7aadc4684067549aa0758009;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 49f22c49..041e28be 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ /** * @version $Id$ * @package FrontAccounting -* @copyright (C) 2005 - 2007 FrontAccounting +* @copyright (C) 2005 - 2008 FrontAccounting * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * FrontAccounting is Free Software */ @@ -19,6 +19,1114 @@ Legend: ! -> Note $ -> Affected files +24-Jun-2008 Joe Hunt +# Fixed inconsistencies in customer and supplier aging +$ /sales/includes/db/customers_db.inc + /sales/inquiry/customer_inquiry.php + /purchasing/includes/db/suppliers_db.inc + /reporting/rep102.php + /reporting/rep202.php +# Fixed a bug when trying to back the inv.date and due date in Direct Invoicing. +$ /sales/sales_order_entry.php + + +23-Jun-2008 Janusz Dobrowolski ++ Ajax additions to sales and purchasing modules + /purchasing/po_receive_items.php + /purchasing/supplier_credit.php + /purchasing/supplier_credit_grns.php + /purchasing/supplier_invoice.php + /purchasing/supplier_invoice_grns.php + /purchasing/supplier_trans_gl.php + /purchasing/allocations/supplier_allocate.php + /purchasing/includes/ui/invoice_ui.inc + /sales/customer_credit_invoice.php + /sales/allocations/customer_allocate.php +# Fixed edition of purchase order (bug #0000001) + /purchasing/includes/ui/po_ui.inc +! Improved client side allocation functions +$ /js/allocate.js + /js/inserts.js ++ Optional coloured price_format() + /js/utils.js +! Async update of locations selector +$ /includes/ui/ui_lists.inc +# Fixed warning on pages without default focus. +$ /includes/ui/ui_controls.inc +# Fixed initial display for numeric inputs with dec=0. +$ /includes/ui/ui_input.inc + +21-Jun-2008 Janusz Dobrowolski ++ Ajax additions to sales and purchasing modules +$ /purchasing/po_entry_items.php + /purchasing/supplier_payment.php + /purchasing/allocations/supplier_allocate.php + /purchasing/includes/ui/po_ui.inc + /purchasing/inquiry/po_search.php + /purchasing/inquiry/po_search_completed.php + /purchasing/inquiry/supplier_allocation_inquiry.php + /purchasing/inquiry/supplier_inquiry.php + /purchasing/manage/suppliers.php + /sales/manage/customers.php + +21-Jun-2008 Joe Hunt ++ Added upload functionality to company logo. Better names on lists search. +$ /admin/company_preferences.php +! Better layout on company logo print-out +$ /reporting/includes/header2.inc + +---------------------------------------Release Candidate 2------------------------------- +20-Jun-2008 Joe Hunt +! 2.0 Release Candidate 2 +$ config.php + update.html + +20-Jun-2008 Joe Hunt +! In reorder_level.php the heading gets updated as well +$ /inventory/reorder_level.php +! Changes the -1 to 'User Quantiry Decimals' in the table for units. +$ /inventory/manage/item_units.php + +20-Jun-2008 Janusz Dobrowolski +# Proper error handling even after exit() call. +$ /includes/errors.inc + /includes/main.inc + /includes/session.inc +# Fixed initial combo selection. + /includes/ui/ui_lists.inc +# Layout fixes to customer edition. + /sales/manage/customers.php +# Added order table reload after template option change + /sales/inquiry/sales_orders_view.php + +19-Jun-2008 Janusz Dobrowolski ++ Added ajax improvements +$ /purchasing/allocations/supplier_allocation_main.php + /sales/customer_delivery.php + /sales/customer_invoice.php + /sales/allocations/customer_allocation_main.php + /sales/manage/customers.php ++ Ajax added to check helper function +$ /includes/ui/ui_input.inc +# Fixing database error in branch exist check on empty customer_id +$ /includes/data_checks.inc +# Layout fix for hyperlink_params_td() +$ /includes/ui/ui_controls.inc +# Fix for initial combo position +$ /includes/ui/ui_lists.inc +# Fix to select onchange extension +$ /js/inserts.js + +19-Jun-2008 Joe Hunt +! changed so the due date is updated when changing customer in direct invoice. +$ /sales/includes/ui/sales_order_ui.inc + +19-Jun-2008 Joe Hunt +# Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php +$ /sales/customer_credit_invoice.php + +18-Jun-2008 Janusz Dobrowolski ++ Added ajax improvements +$ /sales/credit_note_entry.php + /sales/customer_payments.php + /sales/sales_order_entry.php + /sales/includes/ui/sales_credit_ui.inc + /sales/includes/ui/sales_order_ui.inc + /sales/inquiry/customer_allocation_inquiry.php + /sales/inquiry/customer_inquiry.php ++ Added optional trigger parameter to div_start() +$ /includes/ui/ui_controls.inc ++ Added dec attribute ajax update for amount fields +$ /includes/ui/ui_input.inc ++ Ajaxified stock item types and credit types lists +$ /includes/ui/ui_lists.inc +# Fixed onblur for amount fields, extended onchange event handling for selects +$ /js/inserts.js +# Fixed addAssign() js handler for nonstandard attributes +$ /js/utils.js +# Fixed bug in stock item image upload +$ /inventory/manage/items.php + +17-Jun-2008 Joe Hunt +! More files with Quantity routines needed fix due to php4 related issue. +$ /includes/current_user.inc + /manufacturing/work_order_entry.php + /manufacturing/inquiry/where_used_inquiry.php + /manufacturing/manage/bom_edit.php + /purchasing/po_receive_items.php + /purchasing/supplier_credit_grns.php + /purchasing/supplier_invoice_grns.php + /sales/customer_credit_invoice.php + /sales/includes/ui/sales_order_ui.inc + +16-Jun-2008 Joe Hunt +! Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here). +$ /reporting/includes/header2.inc + /reporting/doctext.inc + /reporting/doctext2.inc + +16-Jun-2008 Joe Hunt +! Changed the Quantity routines to use the Item Units decimals if any. A lot of files. +$ /includes/current_user.inc + /includes/ui/ui_input.inc + /includes/ui/ui_lists.inc + /inventory/reorder_level.inc + /inventory/includes/item_adjustments_ui.inc + /inventory/includes/stock_transfers_ui.inc + /inventory/includes/db/items_units_db.inc + /inventory/inquiry/stock_movements.php + /inventory/inquiry/stock_status.php + /inventory/manage/item_units.php + /inventory/view/view_adjustment.php + /inventory/view/view_transfer.php + /manufacturing/search_work_orders.php + /manufacturing/work_order_entry.php + /manufacturing/includes/manufacturing_ui.inc + /manufacturing/includes/work_order_issue_ui.inc + /manufacturing/inquiry/where_used_inquiry.php + /manufacturing/manage/bom_edit.php + /manufacturing/view/wo_issue_view.php + /manufacturing/view/wo_production_view.php + /purchasing/po_receive_items.php + /purchasing/supplier_credit_grns.php + /purchasing/supplier_invoice_grns.php + /purchasing/includes/ui/invoice_ui.inc + /purchasing/includes/ui/po_ui.inc + /purchasing/view/view_grn.php + /purchasing/view/view_po.php + /reporting/rep105.php + /reporting/rep107.php + /reporting/rep108.php + /reporting/rep109.php + /reporting/rep110.php + /reporting/rep204.php + /reporting/rep209.php + /reporting/rep301.php + /reporting/rep302.php + /reporting/rep303.php + /reporting/rep401.php + /sales/customer_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 + /sales/view/view_credit.php + /sales/view/view_dispatch.php + /sales/view/view_invoice.php + /sales/view/view_sales_order.php + +15-Jun-2008 Janusz Dobrowolski ++ Ajax driven delivery and order queries. +$ /sales/inquiry/sales_deliveries_view.php + /sales/inquiry/sales_orders_view.php ++ Added searchbox class selector for text inputs with onchange event handlers. +! Added text selection after focus. +$ /js/inserts.js + /js/utils.js ++ Added submit_on_change option to ref input functions, fixed data picker +$ /includes/ui/ui_input.inc +# Fixed bug in non-js mode for combos type 0 (stock_items_lists). +$ /includes/ui/ui_lists.inc + +15-Jun-2008 Joe Hunt +# Changed so Invoice Template gets the current day instead of original day. +$ /sales/sales_order_entry.php + +15-Jun-2008 Joe Hunt +# Bug in tax_types_list (spec_id) +$ /includes/ui/ui_lists.inc + +14-Jun-2008 Joe Hunt +# Minor annoying layout bug in stock movements. +$ /inventory/inquiry/stock_movements.php + +14-Jun-2008 Joe Hunt +! The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here. + Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default. +! If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the + transactions from Direct Invoice and Credit Note will be allocated immediately when placing. +$ /includes/ui/ui_lists.inc + /sales/includes/db/sales_invoice_db.inc + /sales/includes/db/sales_credit_db.inc + /sales/manage/customer_branches.php + . +12-Jun-2008 Joe Hunt ++ New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period. +$ /reporting/reports_main.php + /reporting/rep304.php (new file) + +---------------------------------------Release Candidate 1------------------------------- +10-Jun-2008 Janusz Dobrowolski +# Some more fixes related to ajax combos usage +$ /includes/ui/ui_lists.inc + /inventory/cost_update.php + /inventory/prices.php + /inventory/purchasing_data.php + /inventory/reorder_level.php + /inventory/includes/item_adjustments_ui.inc + /inventory/inquiry/stock_status.php + /manufacturing/inquiry/where_used_inquiry.php + /manufacturing/manage/bom_edit.php + /purchasing/includes/ui/po_ui.inc +# Fixed focus issues +$ /gl/gl_journal.php + /gl/gl_deposit.php + /gl/gl_payment.php + /js/inserts.js + +09-Jun-2008 Janusz Dobrowolski +# Some additional fixes related to last big committment +$ /gl/gl_journal.php + /gl/gl_deposit.php + /gl/gl_payment.php + /includes/ajax.inc + /includes/reserved.inc + /includes/ui/ui_lists.inc + /includes/ui/ui_view.inc + /js/inserts.js + /js/utils.js + /sales/includes/ui/sales_order_ui.inc + /themes/default/default.css + /themes/aqua/default.css + /themes/cool/default.css + +08-Jun-2008 Joe Hunt +! Preparing for release candidate 1 +$ config.php + +08-Jun-2008 Joe Hunt +! Set 'max_execution_time' to 60 seconds by ini_set. +$ /install/save.php + +07-Jun-2008 Joe Hunt +# Fixed a layout bug in footer.inc +$ /includes/page/footer.inc + +07-Jun-2008 Joe Hunt +! Changed install.html and update.html +$ install.html + update.html ++ New files, change_current_user_password.php and alter2.sql +$ /admin/change_current_user_password.php + /sql/alter2.sql +! Changed some files for layout +$ /lang/en_US/stylesheet.css + /themes/aqua/default.css + /themes/aqua/renderer.php + /themes/cool/default.css + /themes/cool/renderer.php + /themes/default/default.css + /themes/default/renderer.php +! Changed install sql scripts +$ /sql/en_US-demo.sql + /sql/en_US-new.sql + +07-Jun-2008 Janusz Dobrowolski ++ Added ajax functionality and ui hints to sales form entry pages. +$ /sales/sales_order_entry.php + /sales/includes/ui/sales_order_ui.inc ++ Added option for hints display, changed input/lists functions API +$ /admin/display_prefs.php + /admin/db/users_db.inc + /includes/current_user.inc + /includes/prefs/userprefs.inc + /includes/ui/ui_input.inc + /themes/default/renderer.php + /sql/alter.sql ++ List functions rewrite. Added ajax functionality, universal combo_input(). +$ /includes/ui/ui_lists.inc ++ Ajaxified exchange_rate_display() +$ /includes/ui/ui_view.inc ++ Added methods for setting focus and page reload to $Ajax class +$ /includes/ajax.inc + /includes/main.inc ++ Added comma separated css element selectors +$ /js/behaviour.js +! Searchable select js changes related to new ui_lists.inc changes +$ /js/inserts.js + /js/utils.js ++ Additional style definitions for various ajax controls +$ /themes/default/default.css +! Fixes related to changed input/lists API and ajax extensions +$ /admin/company_preferences.php + /admin/fiscalyears.php + /admin/forms_setup.php + /admin/gl_setup.php + /dimensions/dimension_entry.php + /dimensions/inquiry/search_dimensions.php + /gl/bank_transfer.php + /gl/includes/ui/gl_deposit_ui.inc + /gl/includes/ui/gl_journal_ui.inc + /gl/includes/ui/gl_payment_ui.inc + /gl/inquiry/bank_inquiry.php + /gl/inquiry/gl_account_inquiry.php + /gl/inquiry/gl_trial_balance.php + /gl/manage/gl_account_types.php + /gl/manage/gl_accounts.php + /includes/ui/ui_controls.inc + /inventory/includes/item_adjustments_ui.inc + /inventory/includes/stock_transfers_ui.inc + /inventory/inquiry/stock_movements.php + /manufacturing/search_work_orders.php + /manufacturing/work_order_add_finished.php + /manufacturing/work_order_entry.php + /manufacturing/includes/work_order_issue_ui.inc + /manufacturing/manage/bom_edit.php + /purchasing/supplier_payment.php + /purchasing/includes/ui/grn_ui.inc + /purchasing/includes/ui/invoice_ui.inc + /purchasing/includes/ui/po_ui.inc + /purchasing/inquiry/po_search.php + /purchasing/inquiry/po_search_completed.php + /purchasing/inquiry/supplier_allocation_inquiry.php + /purchasing/inquiry/supplier_inquiry.php + /sales/customer_credit_invoice.php + /sales/customer_delivery.php + /sales/customer_invoice.php + /sales/includes/ui/sales_credit_ui.inc + /sales/inquiry/customer_allocation_inquiry.php + /sales/inquiry/customer_inquiry.php + /sales/inquiry/sales_deliveries_view.php + /sales/inquiry/sales_orders_view.php + /taxes/tax_groups.php + +06-Jun-2008 Joe Hunt +# Final fixes in html layout +$ /admin/create_coy.php + /gl/gl_deposit.php + /gl/gl_payment.php + /gl/manage/exchange_rates.php + /inventory/prices.php + /inventory/purchasing_date.php + /inventory/reorder_level.php + /inventory/inquiry/stock_status.php + /manufacturing/inquiry/where_used_inquiry.php + /manufacturing/manage/bom_edit.php + +05-Jun-2008 Joe Hunt +! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based. +$ /includes/ui/ui_view.inc +# Fixed a html layout bug +$ /includes/page/header.inc + +31-May-2008 Joe Hunt +# A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists! +$ /gl/view/gl_deposit_view.php + /gl/view/gl_payment_view.php + /includes/ui/ui_controls.inc + /includes/ui/ui_lists.inc + /includes/ui/ui_view.inc + /manufacturing/work_order_add_finished.php + /manufacturing/includes/manufacturing_ui.inc + /manufacturing/view/work_order_view.php + /manufacturing/view/wo_issue_view.php + /sales/inquiry/customer_allocation_inquiry.php + /sales/inquiry/customer_inquiry.php + +30-May-2008 Joe Hunt +# Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery. +$ /inventory/inquiry/stock_movements.php + /reporting/rep302.php + +28-May-2008 Joe Hunt +# More bugs related to debtor_trans changes (positive amounts) +$ /gl/includes/db/gl_db_banking.inc + /sales/allocations/customer_allocate.php + /sales/includes/db/custalloc_db.inc + /sales/inquiry/customer_allocation_inquiry.php + +27-May-2008 Joe Hunt +# Changed more files with new html/css. +$ /includes/page/header.inc + /purchasing/inquiry/supplier_allocation_inquiry.php + /sales/credit_note_entry.php + +26-May-2008 Joe Hunt +# Fixed many minor bugs, new ones as well as debtor_trans related. +! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change. +$ /admin/backups.php + /admin/create_coy.php + /admin/inst_lang.php + /admin/inst_module.php + /gl/manage/exchange_rates.php + /includes/session.inc + /includes/page/header.inc + /includes/ui/ui_controls.inc + /includes/ui/ui_input.inc + /includes/ui/ui_lists.inc + /includes/ui/ui_view.inc + /purchasing/allocations/supplier_allocate.php + /sales/allocations/customer_allocate.php + /sales/includes/db/sales_credit_db.inc + /sales/inquiry/customer_allocation_inquiry.php + /themes/aqua/default.css + /themes/cool/default.css + /themes/default/default.css + +23-May-2008 Joe Hunt +# Minor bug in dimensions.php (Outstanding Dimensions) +$ /applications/dimensions.php + /dimensions/inquiry/search_dimensions.php + +23-May-2008 Janusz Dobrowolski +! Include file order / error handling order fixed once again. +$ /includes/main.inc + /includes/session.inc + +23-May-2008 Joe Hunt +! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the + correct renderer.php. +$ frontaccounting.php + /includes/page/header.inc + /includes/page/footer.inc + /themes/default/renderer.php + /themes/cool/renderer.php + /themes/aqua/renderer.php + +22-May-2008 Janusz Dobrowolski +! Error handler switching moved to session.inc for early error catching +$ /includes/main.inc + /includes/session.inc +! Cosmetic cleanup + /js/utils.js + +18-May-2008 Janusz Dobrowolski +# Added explicit ob_end_flush() on shutdown needed for php5 +$ /includes/main.inc +# Fixed for www servers on nonstandard listening ports. +$ /js/JsHttpRequest.js + +18-May-2008 Joe Hunt +# Bug when inserting new records in debtor_trans. +$ /sales/includes/db/cust_trans_db.inc + +16-May-2008 Janusz Dobrowolski ++ Rewritten errors/messages handling, unified for ajax/user/php errors +$ /includes/errors.inc + /includes/main.inc + /includes/ui/ui_msgs.inc ++ Framework extended for ajax functionality, javascript code organization improvements. +$ /config.php + /includes/JsHttpRequest.php (new file) + /includes/ajax.inc (new file) + /includes/current_user.inc + /includes/session.inc + /includes/lang/language.php + /includes/page/footer.inc + /includes/page/header.inc + /includes/ui/ui_controls.inc + /includes/ui/ui_input.inc + /includes/ui/ui_view.inc + /js/JsHttpRequest.js (new file) + /js/allocate.js (new file) + /js/utils.js (new file) + /js/behaviour.js + /js/inserts.js + /themes/aqua/images (new dir) + /themes/aqua/images/button_ok.png (new file) + /themes/aqua/images/locate.png (new file) + /themes/cool/images (new dir) + /themes/coll/images/button_ok.png (new file) + /themes/coll/images/locate.png (new file) + /themes/default/images/button_ok.png (new file) + /themes/default/images/progressbar.gif (new file) + /themes/default/images/progressbar1.gif (new file) + /themes/default/images/progressbar2.gif (new file) + /themes/default/default.css + /themes/aqua/default.css + /themes/cool/default.css +! Payment allocation js functions moved to allocate.js +$ /purchasing/allocations/supplier_allocate.php + /sales/allocations/customer_allocate.php +! Some initializations moved from sales_order_ui.inc +$ /sales/includes/cart_class.inc ++ Added javascript compression routine +$ /includes/main.inc + +14-May-2008 Joe Hunt +# Minor bugs in the former fixing. +$ /includes/ui/ui_lists.inc + +14-May-2008 Joe Hunt +# When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all + the records when there were no search values. +$ /includes/ui/ui_lists.inc + +09-May-2008 Joe Hunt +! Due to differences in Javascript the script update_db.php had to be changed. +! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts. +$ /update_db.php + /sql/en_US-new.sql + /sql/en_US-demo.sql + +09-May-2008 Janusz Dobrowolski +# Automatic calculation of not set item prices from home currency and base sales type settings. +$ /admin/company_preferences.php + /admin/db/company_db.inc + /includes/ui/ui_lists.inc + /sales/includes/cart_class.inc + /sales/includes/sales_db.inc + /sales/includes/db/sales_order_db.inc + /sales/includes/db/sales_types_db.inc + /sales/includes/ui/sales_credit_ui.inc + /sales/includes/ui/sales_order_ui.inc + /sales/manage/sales_types.php + /sql/alter.sql +# Fixed dev bug blocking change of price on order entry. +$ /sales/includes/ui/sales_order_ui.inc +# Small display fix +$ /sales/manage/sales_people.php + +30-Apr-2008 Joe Hunt +# Fixed price update also in purchase order +$ /purchasing/includes/ui/po_ui.inc + +30-Apr-2008 Janusz Dobrowolski +# Fixed price update when changing item in sales order. +$ /includes/ui/ui_lists.inc + /js/inserts.js + /sales/includes/ui/sales_order_ui.inc + +24-Apr-2008 Janusz Dobrowolski ++ Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file. +$ /company/0/reporting (added new directory) + /company/0/reporting/index.php + /admin/create_coy.php + /reporting/includes/reports_classes.inc +# Warnings turned off in case of charset not supported by htmlspecialchars(). +$ /includes/db/connect_db.inc +# Added content type encoding header +$ /includes/page/header.inc + +24-Apr-2008 Joe Hunt +# Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to + /includes/prefs/sysprefs.inc +$ /includes/ui/items_cart.inc +# Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc +$ /reporting/includes/pdf_report.inc + +23-Apr-2008 Joe Hunt +! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc. + It will make it easier to design your own document layouts. +$ /reporting/includes/pdf_report.inc + /reporting/includes/header2.inc (new file) + +20-Apr-2008 Janusz Dobrowolski +# Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected. +$ /admin/create_coy.php +! Added missing include_once directives. +$ /includes/ui/items_cart.inc + /includes/ui/ui_lists.inc + /includes/ui/ui_view.inc ++ Added ini default_charset unnecessary for planned ajax calls. +$ /includes/lang/language.inc + +19-Apr.2008 Joe Hunt +# Bug (right to left text was done if price decimals were 3). A test sentense from a while + ago wasn't removed. +$ /reporting/includes/pdf_report.inc + +18-Apr-2008 Janusz Dobrowolski +# Additional checks on provisions and break point entry. +$ /sales/manage/sales_people.php +! Modules purchasing, sales and taxes sealed against XSS attacks +$ /install/save.php + /admin/db/maintenance_db.inc + /purchasing/includes/db/grn_db.inc + /purchasing/includes/db/invoice_items_db.inc + /purchasing/includes/db/po_db.inc + /purchasing/includes/db/supp_trans_db.inc + /purchasing/manage/suppliers.php + /sales/includes/db/credit_status_db.inc + /sales/includes/db/cust_trans_db.inc + /sales/includes/db/cust_trans_details_db.inc + /sales/includes/db/sales_order_db.inc + /sales/includes/db/sales_types_db.inc + /sales/manage/customer_branches.php + /sales/manage/customers.php + /sales/manage/sales_areas.php + /sales/manage/sales_people.php + /taxes/db/item_tax_types_db.inc + /taxes/db/tax_groups_db.inc + /taxes/db/tax_types_db.inc + +18-Apr-2008 Joe Hunt +! Module gl sealed against XSS Attacks +$ /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_bank_trans_types.inc + /gl/includes/db/gl_db_currencies.inc + /gl/includes/db/gl_db_trans.inc + +18-Apr-2008 Janusz Dobrowolski +! Modules admin and dimensions sealed against XSS attacks +$ /admin/payment_terms.php + /admin/shipping_companies.php + /admin/db/company_db.inc + /admin/db/maintenance_db.inc + /admin/db/users_db.inc + /admin/db/voiding_db.inc + /dimensions/includes/dimensions_db.inc + +18-Apr-2008 Joe Hunt +! Modules includes, inventory and manufacturing sealed against XSS attacks +$ /includes/db/comments_db.inc + /includes/db/inventory_db.inc + /includes/db/references_db.inc + /inventory/includes/db/items_category_db.inc + /inventory/includes/db/items_db.inc + /inventory/includes/db/items_locations_db.inc + /inventory/includes/db/items_units_db.inc + /inventory/includes/db/movement_types_db.inc + /manufacturing/includes/db/work_centres_db.inc + /manufacturing/includes/db/work_orders_db.inc + /manufacturing/includes/db/work_orders_quick_db.inc + /manufacturing/includes/db/work_order_issues_db.inc + /manufacturing/includes/db/work_order_produce_items_db.inc + +18-Apr-2008 Janusz Dobrowolski +! Changed db_escape function to avoid XSS attacks via js db injection +$ /includes/db/connect_db.inc +# Database inserts/updates secured against js injection +$ /admin/db/maintenance_db.inc + /gl/includes/db/gl_db_accounts.inc + /purchasing/includes/db/po_db.inc + /sales/sales_order_entry.php + /sales/includes/db/sales_order_db.inc + +16-Apr-2008 Joe Hunt +# Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut. +$ /includes/ui/ui_lists.inc + +09-Apr-2008 Janusz Dobrowolski +# Fixed number formatting bug in standard cost update. +$ /inventory/cost_update.php + +-------------------- 2,0 Beta - released ---------------------------- + +06-Apr-2008 Joe Hunt +! Changed install.html and update.html to fit the new unstable release 2.0 +! Changed demo sql script to fit the 2.0 unstable. +$ install.html + update.html + /sql/en_US-demo.sql + +06-Apr-2008 Janusz Dobrowolski +# Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema. + /sales/customer_invoice.php +# Fixed typo causing error while adding new tax type. + /taxes/tax_types.php + +05-Apr-2008 Joe Hunt +# Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter. +$ /admin/create_coy.php + +05-Apr-2008 Joe Hunt +# Removed annoying warnings in several reports. +$ config.php + /reporting/rep102.php + /reporting/rep104.php + /reporting/rep201.php + /reporting/rep203.php + /reporting/rep705.php + /reporting/rep706.php + /reporting/rep707.php + /reporting/rep709.php + /reporting/reports_main.php + /reporting/includes/pdf_report.inc + +04-Apr-2008 Janusz Dobrowolski +# Javascript bugfix in selecting orders for template. +$ /sales/inquiry/sales_orders_view.php + +04-Apr-2008 Joe Hunt +! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html ++ Preparing for download of release 2.0b on SourceForge. +$ config.php + update.html + /sql/en_US-new.sql + /sql/en_US-demo.sql + +02-Apr-2008 Janusz Dobrowolski +# Removed selector expansion on space key for multi-line selectors +$ /js/inserts.js +! Hiding search button in combo selectors for javascript enabled browsers +$ /includes/ui/ui_lists.inc + /js/inserts.js ++ Focus set to invalid form field after submit check fail +$ /admin/company_preferences.php + /admin/fiscalyears.php + /admin/gl_setup.php + /admin/payment_terms.php + /admin/shipping_companies.php + /admin/users.php + /admin/void_transaction.php + /dimensions/dimension_entry.php + /gl/bank_transfer.php + /gl/gl_deposit.php + /gl/gl_journal.php + /gl/gl_payment.php + /gl/manage/bank_accounts.php + /gl/manage/bank_trans_types.php + /gl/manage/currencies.php + /gl/manage/exchange_rates.php + /gl/manage/gl_account_classes.php + /gl/manage/gl_account_types.php + /gl/manage/gl_accounts.php + /inventory/adjustments.php + /inventory/cost_update.php + /inventory/prices.php + /inventory/purchasing_data.php + /inventory/transfers.php + /inventory/manage/item_categories.php + /inventory/manage/item_units.php + /inventory/manage/items.php + /inventory/manage/locations.php + /inventory/manage/movement_types.php + /manufacturing/work_order_add_finished.php + /manufacturing/work_order_entry.php + /manufacturing/work_order_issue.php + /manufacturing/work_order_release.php + /manufacturing/manage/bom_edit.php + /manufacturing/manage/work_centres.php + /purchasing/po_entry_items.php + /purchasing/po_receive_items.php + /purchasing/supplier_credit.php + /purchasing/supplier_credit_grns.php + /purchasing/supplier_invoice.php + /purchasing/supplier_invoice_grns.php + /purchasing/supplier_payment.php + /purchasing/supplier_trans_gl.php + /purchasing/allocations/supplier_allocate.php + /purchasing/manage/suppliers.php + /sales/credit_note_entry.php + /sales/customer_credit_invoice.php + /sales/customer_delivery.php + /sales/customer_invoice.php + /sales/customer_payments.php + /sales/sales_order_entry.php + /sales/allocations/customer_allocate.php + /taxes/item_tax_types.php + /taxes/tax_groups.php + /taxes/tax_types.php +# Set default focus in update_db.php +$ /admin/backups.php + +29-Mar-2008 Janusz Dobrowolski +# Changed gl_all_accounts_list() API +$ /includes/ui/ui_lists.inc ++ Enhanced list accessability in kbd usage via space key +$ js/inserts.js + +28-Mar-2008 Janusz Dobrowolski +# Fixed headers for various display mode +$ /sales/inquiry/sales_orders_view.php + +28-Mar-2008 Joe Hunt ++ Added print document options in inquiries. +$ /sales/inquiry/customer_inquiry.php + /sales/inquiry/sales_orders_view.php + /sales/inquiry/sales_deliveries_view.php + /purchasing/inquiry/po_search.php + /purchasing/inquiry/po_search_completed.php + +28-Mar-2008 Joe Hunt +# Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits) +$ /sales/includes/db/customers_db.inc +# Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning. +$ /sales/includes/db/sales_credit_db.inc +# Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no +$ /reporting/includes/doctext.inc + /reporting/includes/doctext2.inc +# Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign. +$ /reporting/rep101.php + /reporting/rep102.php + +28-Mar-2008 Janusz Dobrowolski +# Layout/focus fixes for no_[customer/supplier/item]_list option on +$ /includes/ui/ui_lists.inc + /purchasing/includes/ui/po_ui.inc + /sales/credit_note_entry.php + /sales/sales_order_entry.php + /sales/includes/ui/sales_credit_ui.inc + /sales/includes/ui/sales_order_ui.inc + +27-Mar-2008 Janusz Dobrowolski ++ Automatic first field focus on page start, focus order preserved between form updates +$ /gl/inquiry/gl_account_inquiry.php + /includes/page/footer.inc + /includes/ui/ui_controls.inc + /includes/ui/ui_input.inc + /includes/ui/ui_lists.inc + /includes/ui/ui_view.inc + /js/inserts.js + /sales/sales_order_entry.php + /sales/credit_note_entry.php + /sales/includes/ui/sales_credit_ui.inc + /sales/includes/ui/sales_order_ui.inc ++ Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla) +$ /includes/ui/ui_input.inc +! Javascript recalcAccount() superseded by class='combo' behaviour binding +$ /gl/gl_deposit.php + /gl/gl_journal.php + /gl/gl_payment.php + /gl/includes/ui/gl_deposit_ui.inc + /gl/includes/ui/gl_journal_ui.inc + /gl/includes/ui/gl_payment_ui.inc + /includes/ui/ui_view.inc + /purchasing/po_entry_items.php + /purchasing/includes/ui/po_ui.inc + /sales/sales_order_entry.php + /sales/includes/ui/sales_credit_ui.inc + /sales/includes/ui/sales_order_ui.inc + /js/inserts.js +! get_js_set_focus moved from ui_view (this is only standalone form). + /update_db.php +# Fixed debit/credit entry check +$ /gl/gl_journal.php +# Restored GET/POST security check on path_to_root +$ /config.php + +26-Mar-2008 Janusz Dobrowolski +# Bug fixes in purchase module related to tax structure changes. +$ /purchasing/includes/supp_trans_class.inc + /purchasing/includes/db/invoice_db.inc + /purchasing/includes/db/invoice_items_db.inc + /purchasing/includes/ui/invoice_ui.inc + /reporting/rep105.php + +25-Mar-2008 Janusz Dobrowolski +! Per company pdf, backup and graphics directories in 'company' dir. +$ /company (new dir) + /company/0 (new dir) + /company/0/images/ (new dir) + /company/0/images/102.jpg (moved from inventory/manage/image) + /company/0/images/103.jpg (moved from inventory/manage/image) + /company/0/images/104.jpg (moved from inventory/manage/image) + /company/0/images/logo_frontaccounting.jpg (moved from themes/default/images) + /company/0/images/logo_frontaccounting.png (moved from themes/default/images) + /admin/backups.php + /admin/create_coy.php + /admin/db/maintenance_db.inc + /install/index.php + /reporting/rep102.php + /reporting/rep104.php + /reporting/rep202.php + /reporting/rep303.php + /reporting/rep706.php + /reporting/rep707.php + /reporting/includes/pdf_report.inc + /inventory/manage/items.php + ++ jscript component caching (enables browser caching and future compression) +$ /includes/session.inc + /includes/main.inc + /includes/page/header.inc + /includes/ui/ui_view.inc + /admin/display_prefs.php + /config.php + +- Removed obsolete file +$ /sales/includes/ui/print_invoice.inc + +21-Mar-2008 Janusz Dobrowolski +! Total Allocation/Left to Allocate update without page submit. +$ /includes/ui/ui_view.inc + /purchasing/allocations/supplier_allocate.php + /sales/allocations/customer_allocate.php +# Fixed unvisable under IE editbutton +$ /themes/aqua/default.css + /themes/cool/default.css + /themes/default/default.css + +20-Mar-2008 Janusz Dobrowolski +# Excluding delivery notes from Customer Balances, removed warnings. +$ /reporting/rep101.php +# Divide by zero fix on order_price==0 in new supplier invoice +$ /purchasing/supplier_invoice_grns.php +# Database bug fix in new customer entry +$ /sales/manage/customers.php +# Small bug fix (warnings) in is_date() function. +$ /includes/date_functions.inc + +18-Mar-2008 Janusz Dobrowolski +# Line items editor uses POST method - no disappearing shippment info. +$ /sales/credit_note_entry.php + /sales/sales_order_entry.php + /sales/includes/ui/sales_credit_ui.inc + /sales/includes/ui/sales_order_ui.inc ++ Added edit_button_cell() function +$ /includes/ui/ui_controls.inc ++ Helper function for finding indexed submit $_POST vars. +$ /includes/ui/ui_input.inc ++ New class .editbutton for buttons. Default view is link alike. +$ /themes/aqua/default.css + /themes/cool/default.css + /themes/default/default.css + +17-Mar-2008 Janusz Dobrowolski +# Added rounding when needed to avoid document non cosistent documents. +$ /includes/banking.inc + /purchasing/supplier_credit_grns.php + /purchasing/supplier_invoice_grns.php + /purchasing/includes/supp_trans_class.inc + /purchasing/includes/ui/invoice_ui.inc + /purchasing/includes/ui/po_ui.inc + /reporting/rep107.php + /reporting/rep109.php + /reporting/rep110.php + /reporting/rep209.php + /sales/includes/cart_class.inc + /sales/includes/ui/sales_credit_ui.inc + /sales/includes/ui/sales_order_ui.inc + /sales/view/view_credit.php + /sales/view/view_dispatch.php + /sales/view/view_invoice.php + /sales/view/view_sales_order.php + /taxes/tax_calc.inc +# Sign bug for customer transactions +$ /reporting/rep709.php +# Include file conflict fix +$ /purchasing/includes/ui/invoice_ui.inc + /gl/manage/bank_accounts.php + /manufacturing/inquiry/where_used_inquiry.php + /purchasing/manage/suppliers.php + +16-Mar-2008 Janusz Dobrowolski ++ Added javascript add-on for unobtrusive apply javascript handlers to html elements. +$ /js/behaviour.js + /js/inserts.js ++ Added javascript source collecting functions +$ /includes/main.inc +! Moved check_page_security(); for safe start in case of broken wa_current_user var. ++ Added global js code collecting arrays $js_lib, $js_static +$ /includes/session.inc +! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting +$ /includes/ui/ui_view.inc ++ Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls +$ /includes/page/footer.inc + /includes/page/header.inc +! Added including of data_checks.inc +$ /includes/ui.inc ++ User side percent/exrate/qty/price input formatting via onblur handler. +$ /admin/gl_setup.php + /gl/gl_budget.php + /gl/manage/exchange_rates.php + /includes/ui/ui_input.inc + /inventory/purchasing_data.php + /inventory/reorder_level.php + /inventory/includes/item_adjustments_ui.inc + /inventory/includes/stock_transfers_ui.inc + /manufacturing/work_order_entry.php + /manufacturing/manage/bom_edit.php + /purchasing/po_entry_items.php + /purchasing/po_receive_items.php + /purchasing/supplier_credit.php + /purchasing/supplier_credit_grns.php + /purchasing/supplier_invoice_grns.php + /purchasing/supplier_trans_gl.php + /purchasing/allocations/supplier_allocate.php + /purchasing/includes/ui/po_ui.inc + /sales/customer_delivery.php + /sales/customer_invoice.php + /sales/allocations/customer_allocate.php + /sales/includes/ui/sales_credit_ui.inc + /sales/includes/ui/sales_order_ui.inc + /taxes/tax_groups.php + /taxes/tax_types.php + +14-Mar-2008 Janusz Dobrowolski + + All forms fixed to accept user native numeric format. + $ /admin/gl_setup.php + /gl/bank_transfer.php + /gl/gl_budget.php + /gl/gl_deposit.php + /gl/gl_journal.php + /gl/gl_payment.php + /gl/includes/db/gl_db_banking.inc + /gl/includes/ui/gl_deposit_ui.inc + /gl/includes/ui/gl_journal_ui.inc + /gl/includes/ui/gl_payment_ui.inc + /gl/manage/exchange_rates.php + /inventory/adjustments.php + /inventory/cost_update.php + /inventory/prices.php + /inventory/purchasing_data.php + /inventory/reorder_level.php + /inventory/transfers.php + /inventory/includes/item_adjustments_ui.inc + /inventory/includes/stock_transfers_ui.inc + /inventory/manage/item_units.php + /manufacturing/work_order_entry.php + /manufacturing/inquiry/where_used_inquiry.php + /manufacturing/manage/bom_edit.php + /purchasing/po_entry_items.php + /purchasing/po_receive_items.php + /purchasing/supplier_credit_grns.php + /purchasing/supplier_invoice_grns.php + /purchasing/supplier_payment.php + /purchasing/supplier_trans_gl.php + /purchasing/allocations/supplier_allocate.php + /purchasing/includes/ui/po_ui.inc + /purchasing/inquiry/po_search.php + /sales/credit_note_entry.php + /sales/customer_credit_invoice.php + /sales/customer_delivery.php + /sales/customer_invoice.php + /sales/customer_payments.php + /sales/sales_order_entry.php + /sales/allocations/customer_allocate.php + /sales/includes/ui/sales_credit_ui.inc + /sales/includes/ui/sales_order_ui.inc + /sales/manage/customers.php + /sales/manage/sales_people.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 + /taxes/item_tax_types.php + /taxes/tax_groups.php + /taxes/tax_types.php + + User format functions for percent/price/exrate amounts display. + $ /includes/current_user.inc + + Input checking functions for numeric input fields in user native format + $ /includes/data_checks.inc + + Numeric input fields in user native format + $ /includes/ui/ui_input.inc + + Javascript function for conversion to/from user native numeric format. + $ /includes/ui/ui_view.inc + + New class amount for numeric input + $ /themes/aqua/default.css + /themes/cool/default.css + /themes/default/default.css + # Removed warning on adding component + /manufacturing/manage/bom_edit.php + # Quantity display correction + /manufacturing/inquiry/where_used_inquiry.php + # Fixed add_customer_trans() call + /gl/includes/db/gl_db_banking.inc + +12-Mar-2008 Joe Hung + + Added update of Units of Measure and converting of deptor_trans records from release 1.XX + - Removed default insertion of Units of Measure. Not neccessary. + $ /sql/alter.sql + /admin/db/maintenance_db.inc (added support for update) + +11-Mar-2008 Janusz Dobrowolski + + Table of measure moved into new table item_units + ! Removed $themes[] from config.php, theme list based on directory structure + $ /config.php + /includes/ui/ui_lists.inc + /applications/inventory.php + /inventory/includes/inventory_db.inc + /inventory/includes/db/items_units_db.inc + /inventory/manage/item_units.php + /inventory/manage/items.php + /sql/alter.sql + 11-Mar-2008 Joe Hunt # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php $ /sales/customer_invoice.php