Fixed many minor bugs, new ones as well as debtor_trans related.
[fa-stable.git] / CHANGELOG.txt
index e81a5adedba9b734db315792a2439b2c36183417..90982c47ab2a947fc18594e99a6333158fadb0c8 100644 (file)
@@ -19,6 +19,273 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+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.
@@ -29,6 +296,8 @@ $ install.html
 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.