Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
[fa-stable.git] / CHANGELOG.txt
index 1152c1e89b2cd78e7e30d86b0390041bc070182f..6be84cd0800b735e682c5586aac375c7955c4859 100644 (file)
@@ -19,6 +19,166 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+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