Fixed typo causing error when adding new tax type.
[fa-stable.git] / CHANGELOG.txt
index 032b80f0af56e9111e2a05997fec1b82bddb853f..4c0191fa9202edd2f344add2163c3baecedfe01f 100644 (file)
@@ -19,9 +19,147 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+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
+$  /includes/ui/ui_lists.inc
    /purchasing/includes/ui/po_ui.inc
    /sales/credit_note_entry.php
    /sales/sales_order_entry.php