Changed so the close of fiscal years also closes the balances and brings forward...
[fa-stable.git] / CHANGELOG.txt
index 16ae3f919cbfa32616cb6610e4dbac17560da1dd..42bdaaee593eb5ca0630ecd0ac30ba629d2d4b4d 100644 (file)
@@ -18,21 +18,107 @@ Legend:
 - -> Removed
 ! -> Note
 $ -> Affected files
-       
+
+28-Apr-2009 Joe Hunt
+! Changed so the close of fiscal years also closes the balances and brings forward retained earnings.
+$ /admin/gl_setup.ph
+  /admin/fiscalyears.php
+  /admin/db/company_db.inc
+  /sql/en_US-new.sql
+  /sql/en_US-demo.sql
+  /sql/alter2.2.sql
+  
+25_Apr-2009 Janusz Dobrowolski
+# Fixed ambigous sql
+$ /inventory/manage/item_categories.php
+
+25_Apr-2009 Joe Hunt
+! Removed obsolete field 'included_in_price' from table 'Tax_group_items' in en_US-demo.sql.
+$ /sql/en_US-demo.sql
+  /sql/alter2.2.sql
+
+24-Apr-2009 Janusz Dobrowolski
++ Added inactive records support.
+$ /admin/payment_terms.php
+  /admin/shipping_companies.php
+  /gl/includes/db/gl_db_account_types.inc
+  /gl/includes/db/gl_db_currencies.inc
+  /gl/manage/bank_accounts.php
+  /gl/manage/currencies.php
+  /gl/manage/gl_account_classes.php
+  /gl/manage/gl_account_types.php
+  /gl/manage/gl_accounts.php
+  /includes/ui/ui_lists.inc
+  /inventory/includes/db/items_units_db.inc
+  /inventory/includes/db/movement_types_db.inc
+  /inventory/manage/item_categories.php
+  /inventory/manage/item_units.php
+  /inventory/manage/items.php
+  /inventory/manage/locations.php
+  /inventory/manage/movement_types.php
+  /manufacturing/includes/db/work_centres_db.inc
+  /manufacturing/manage/work_centres.php
+  /purchasing/manage/suppliers.php
+  /sales/includes/db/sales_points_db.inc
+  /sales/manage/sales_points.php
+  /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+  /taxes/item_tax_types.php
+  /taxes/tax_groups.php
+  /taxes/tax_types.php
+  /taxes/db/tax_groups_db.inc
+  /taxes/db/tax_types_db.inc
+# Edit buttons center alignment.
+$ /includes/ui/ui_input.inc
+# Fixed ajax request using element name on multi-part forms.
+$ /js/utils.js
+
+24-Apr-2009 Joe Hunt
+! Added option to select how to present Balance Sheet and P&L Statement
+$ /gl/manage/gl_account_classes.php
+  /gl/includes/db/gl_db_account_types.inc
+  /reporting/rep706.php
+  /reporting/rep707.php
+  /sql/alter2.2.sql
+
+22-Apr-2009 Janusz Dobrowolski
++ Added inactive records support.
+$ /sales/includes/db/credit_status_db.inc
+  /sales/includes/db/sales_types_db.inc
+  /sales/manage/credit_status.php
+  /sales/manage/customer_branches.php
+  /includes/data_checks.inc
+  /sales/manage/sales_groups.php
+  /sales/manage/sales_people.php
+  /sales/manage/sales_types.php
+# Slightly changed inactive record support
+$ /includes/ui/ui_input.inc
+  /includes/ui/ui_lists.inc
+  /sales/manage/customers.php
+  /sales/manage/sales_areas.php
+! Display all db_query errors in debug mode
+$ /includes/db/connect_db.inc
+# Hide empty/disabled tabs
+$ /frontaccounting.php
+  /applications/dimensions.php
+# Small typo fixed
+$ /applications/application.php
+
 21-Apr-2009 Janusz Dobrowolski
 + Support for inactive records.
-  /includes/ui/ui_lists.inc
+$ /includes/ui/ui_lists.inc
   /includes/ui/ui_input.inc
   /includes/db/sql_functions.inc
   /themes/aqua/default.css
   /themes/cool/default.css
   /themes/default/default.css
 + Added inactive field in cust_branches
-  /sql/alter2.2.sql
+$ /sql/alter2.2.sql
   /sql/en_US-demo.sql
   /sql/en_US-new.sql
 + Added inactive records edition.
-  /sales/manage/customers.php
+$ /sales/manage/customers.php
   /sales/manage/sales_areas.php
   
 08-Apr-2009 Janusz Dobrowolski