Bank Payment on customer statements shows in credit column, should be debit. Balance ok.
[fa-stable.git] / CHANGELOG.txt
index 2f819ae0f5434103471f6cf8f05d280761b9d797..e6317b6776b15266929ca368103dbb79024cefaf 100644 (file)
@@ -19,6 +19,93 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+06-Aug-2010 Joe Hunt
+# Bank Payment on customer statements shows in credit column, should be debit. Balance ok.
+$ /reporting/rep108.php
+
+04-Aug-2010 Janusz Dobrowolski
++ Rewritten installation wizard, uploading additional COAs form repository during install
+  /install/index.php
+  /install/stylesheet.css
+  /install/isession.inc (new)
+  /install/save.php (removed)
+! COAs selected from previously uploaded charts.
+$ /admin/create_coy.php
+! Diagnostic tests moved to separate file, to be reused during FA install.
+$ /includes/system_tests.inc (new)
+  /admin/system_diagnostics.php
+! user_theme fixed to be used before login, and warning suppressed in array_search_value 
+$ /includes/current_user.inc
+# Fixed bug in check_write() helper
+$ /includes/main.inc
+! Changed core_version to db_version for better readibility
+$ /admin/db/company_db.inc
+  /sql/alter2.3.php
+  /version.php
++ Chart packages support added
+$ /includes/packages.inc
+  /includes/ui/ui_lists.inc
+! Update from beta to RC1
+$ /sql/alter2.3rc.sql (new)
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+# Fixed exit on error in check_db_error()
+$ /includes/errors.inc
+! Added css parameter in page();
+$ /includes/page/header.inc
+  /includes/main.inc
+! Changed repository parameteres format.
+$ /version.php
+! Cleanup
+$ /admin/inst_lang.php
+
+04-Aug-2010 Joe Hunt
++ Added an extra parameter to db_export in maintenance_db.inc for new COAs
+$ /admin/db/maintenance_db.inc
+# Link error in items.php for Pictures
+$ /inventory/manage/items.php
+
+01-Aug-2010 Joe Hunt
++ Added Email link when updating documents.
+$ /sales/credit_note_entry.php
+  /sales/customer_credit_invoice.php
+  /sales/customer_invoice.php
+  
+30-Jul-2010 Janusz Dobrowolski
+! Skipping hidden files in sql folder during upgrade.
+$ /admin/inst_upgrade.php
+# Warning cleanup
+$ /includes/lang/language.php
+# Bug in src document lines retrieval during edition 
+$ /sales/includes/cart_class.inc
+! Fixing extensions configuration moved to installed() method.
+$ /sql/alter2.3.php
+
+26-Jul-2010 Janusz Dobrowolski
+# Fatal typo in upgrade function fixed.
+$ /sql/alter2.3.php
+
+25-Jul-2010 Janusz Dobrowolski
+# Fixed language file switching on package version change
+  /admin/db/company_db.inc
+  /includes/session.inc
+  /includes/lang/language.php
+  /includes/current_user.inc
+! flush_dir() and company_path() moved to current_user.php 
+$  /includes/main.inc
++ Added preprinted forms folder
+$ /reporting/includes/forms (new)
+  /reporting/includes/forms/index.php
+# Fixed multilanguage tests 
+$ /admin/system_diagnostics.php
+  /includes/lang/gettext.php
+# Fixed config comments
+$ /admin/db/maintenance_db.inc
+! Cleanup.
+$ /includes/packages.inc
+# Fixed installed_languages config file upgrade.
+$ /sql/alter2.3.php
+
 24-Jul-2010 Janusz Dobrowolski
 # Upgrade routines for extensions configuration
   /sql/alter2.3.php