Fixed backward compatibility for cogs GL account setup
[fa-stable.git] / CHANGELOG.txt
index 96846989eb88695965fa865b3d94c9b46da9cbe0..d8447ef1d0de1db439fc8f8d89a678bee9c27375 100644 (file)
@@ -19,13 +19,137 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+20-Aug-2010 Joe Hunt/Chaitanya
++ Improvements to bank inquiry credit/debit totals as well.
+$ /gl/inquiry/bank_inquiry.php
+
+18-Aug-2010 Joe Hunt
+# View of backup scripts and attachments didn't work
+$ /admin/attachments.php
+  /admin/backups.php
+  /admin/db/attachments_db.inc
+! Added more memo info in advanced manufacture / Chaitanya
+$ /manufacturing/includes/db/work_orders_quick_db.inc
+! Added total debit/credit in gl_trans_view.inc / Chaitanya
+$ /gl/view/gl_trans_view.php
+
+13-Aug-2010 Joe Hunt/infotechaccountant.com
++ Added arabic translation for install wizard (thanks to Hameed, infotechaccountants)
+  /install/isession.inc
+  /install/lang/ar_EG/LC_MESSAGES/ar_EG.mo (new)
+  /install/lang/ar_EG/LC_MESSAGES/ar_EG.po (new)
+
+13-Aug-2010 Janusz Dobrowolski
+# Updated pt_BR instaler translation
+$ /install/lang/pt_BR/LC_MESSAGES/pt_BR.mo
+  /install/lang/pt_BR/LC_MESSAGES/pt_BR.po
+
+12-Aug-2010 Janusz Dobrowolski
+# [0000242] Database error during credit note processing.
+$ /sales/includes/db/sales_credit_db.inc
+
+>>>>>>> 1.39.2.643
+11-Aug-2010 Janusz Dobrowolski
++ Added dutch translation for install wizard (thanks to MorkVonOrk) 
+  /install/isession.inc
+  /install/lang/nl_BE/LC_MESSAGES/nl_BE.mo (new)
+  /install/lang/nl_BE/LC_MESSAGES/nl_BE.po (new)
++ Added portuguese (Brasil) translation for install wizard (thanks to InterConnect Brasil)
+  /install/isession.inc
+  /install/lang/pt_BR/LC_MESSAGES/pt_BR.mo (new)
+  /install/lang/pt_BR/LC_MESSAGES/pt_BR.po (new)
+# Fixed two typos in translated messages.
+  /includes/system_tests.inc
+  /install/lang/da_DK/LC_MESSAGES/da_DK.mo
+  /install/lang/da_DK/LC_MESSAGES/da_DK.po
+  /install/lang/fr_FR/LC_MESSAGES/fr_FR.mo
+  /install/lang/fr_FR/LC_MESSAGES/fr_FR.po
+  /install/lang/id_ID/LC_MESSAGES/id_ID.mo
+  /install/lang/id_ID/LC_MESSAGES/id_ID.po
+  /install/lang/new_language_template/LC_MESSAGES/empty.po
+  /install/lang/pl_PL/LC_MESSAGES/pl_PL.mo
+  /install/lang/pl_PL/LC_MESSAGES/pl_PL.po
+  /install/lang/sv_SE/LC_MESSAGES/sv_SE.mo
+  /install/lang/sv_SE/LC_MESSAGES/sv_SE.po
+  /lang/new_language_template/LC_MESSAGES/empty.po
+
+10-Aug-2010 Janusz Dobrowolski
+# Fixed tests or fresh new install
+$ /includes/system_tests.inc
+! Warning cleanups
+$ /includes/ajax.inc
+  /includes/lang/language.php
+
+09-Aug-2010 Janusz Dobrowolski
++ Added French translation (thanks to Gaston)
+$ /install/isession.inc
+  /install/lang/fr_FR/LC_MESSAGES/fr_FR.mo
+  /install/lang/fr_FR/LC_MESSAGES/fr_FR.po
++ Added Indonesian translation (thanks to Eko Prasetiyo)
+$ /install/isession.inc
+  /install/lang/id_ID/LC_MESSAGES/id_ID.mo
+  /install/lang/id_ID/LC_MESSAGES/id_ID.po
+# Warning in installer cleanup
+$ /includes/ajax.inc
+# Subpage display title update on lang switching
+$ /install/index.php
+
+08-Aug-2010 Janusz Dobrowolski
++ Multilangage support in installer
+$ /install/lang (new)
+  /install/lang/new_language_template/LC_MESSAGES (new)
+  /install/lang/new_language_template/LC_MESSAGES/empty.po (new)
+  /install/index.php
+  /install/isession.inc
++ Added Polish installer translation
+$ /install/lang/pl_PL (new)
+  /install/lang/pl_PL/LC_MESSAGES (new)
+  /install/lang/pl_PL/LC_MESSAGES/pl_PL.po (new)
+  /install/lang/pl_PL/LC_MESSAGES/pl_PL.mo (new)
++ Added Danish/Svedish installer translation (Joe Hunt)
+$ /install/lang/da_DK (new)
+  /install/lang/da_DK/LC_MESSAGES (new)
+  /install/lang/da_DK/LC_MESSAGES/da_DK.po (new)
+  /install/lang/da_DK/LC_MESSAGES/da_DK.mo (new)
+$ /install/lang/sv_SE (new)
+  /install/lang/sv_SE/LC_MESSAGES (new)
+  /install/lang/sv_SE/LC_MESSAGES/sv_SE.po (new)
+  /install/lang/sv_SE/LC_MESSAGES/sv_SE.mo (new)
+  
+! Updated language template
+$ /lang/new_language_template/LC_MESSAGES/empty.po
+
+07-Aug-2010 Janusz Dobrowolski
++ Added langauges selection in installer.
+$ /install/index.php
+! Testing config_db on start
+$ /index.php
+# Side bug fixed.
+$ /applications/setup.php
+! Default language code changed form 'en_GB' to 'C'
+$ /admin/inst_lang.php
+  /includes/system_tests.inc
+  /includes/lang/gettext.php
+  /includes/lang/language.php
+  /sql/alter2.3rc.sql
+  /sql/alter2.3.php
+  /sql/en_US-demo.sql
+! Cleanup.
+$ /includes/archive.inc
+! Additional error messages
+$ /includes/packages.inc
+! Added descriptions for all existing hooks
+$ /lang/new_language_template/locale.inc
+! Changed hook name from TaxFunction to tax_report_done
+$ /reporting/rep709.php
+
 07-Aut-2010 Joe Hunt
 # Stamping the installed_languags.inc file with 'rtl' = false, causes 'rtl'.
   The value: 'rtl' = false will make the variable as isset.
 $ /includes/lang/languages.php
   /includes/session.inc
   /admin/inst_lang.php
-  
+
 06-Aug-2010 Janusz Dobrowolski
 # Fixed page title
 $ /gl/gl_bank.php