Two small extension related fixes.
[fa-stable.git] / CHANGELOG.txt
index 460c53290867fca204a0e9901870dcfce5570004..c1376258392c4c712d1d5e970e2eff9b54c62972 100644 (file)
@@ -19,6 +19,335 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+27-Sep-2010 Janusz Dobrowolski
+! Alowed optional path for $icon parameter in set_icon helper
+$ /includes/ui/ui_input.inc
+! pageNumber property of TCPDF class made publicly accesible 
+$ /reporting/includes/fpdi/fpdi2tcpdf_bridge.php
+
+23-Sep-2010 Janusz Dobrowolski
+# Fixed focus behaviour
+$ /includes/ajax.inc
++ Additional debug logging helper.
+$ /includes/ui/ui_view.inc
+# Fixed gettext for extension menu options.
+$ /applications/application.php
+
+22-Sep-2010 Janusz Dobrowolski
+# Fixed delivery address printing in pdf documents.
+$ /reporting/includes/header2.inc
+
+20-Sep-2010 Janusz Dobrowolski
+# Fixed third party  module installation.
+$ /admin/inst_module.php
+
+17-Sep-2010 Janusz Dobrowolski
++ [0000248] External url reading made independent of php configuration.
+$ /gl/includes/db/gl_db_rates.inc
+  /includes/packages.inc
+  /includes/remote_url.inc (new)
+# Fixed custom reports includes issue.
+$ /includes/main.inc
+  /reporting/prn_redirect.php
+# Warning fixed
+$ /includes/archive.inc
+
+13-Sep-2010 Joe Hunt/Chaitanya
+! Improved information in Bank Transfers.
+$ /gl/includes/db/gl_db_banking.inc
+
+11-Sep-2010 Janusz Dobrowolski
+# Uniqueness moved from name to debtor_ref key in debtors_master
+$ /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+
+10-Sep-2010 Joe Hunt
+! Layout improvements
+$ /gl/inquiry/gl_account_inquiry.php
+  /includes/ui/contacts_view.inc
+  /includes/ui/ui_view.inc
+  /manufacturing/manage/bom_edit.php
+
+09-Sep-2010 Janusz Dobrowolski
+# Missing focus on sales entry page
+$ /sales/includes/ui/sales_order_ui.inc
+# Invalid user table name 
+$ /sql/alter2.3rc.sql
+
+08-Sep-2010 Joe Hunt
+# Material cost updated when buying service items. Resulted in double COGS booking.
+$ /purchasing/includes/db/grn_db.inc
+  /purchasing/includes/db/invoice_db.inc
+  /sales/includes/db/sales_delivery_db.inc
+! Layout improvements in accruals.php
+$ /gl/accruals.php
+
+------------------------------- Release 2.3 RC1 --------------------------------
+07-Sep-2010 Janusz Dobrowolski
+! Release 2.3 RC1
+$ version.php
+# Ugly bug in formating numbers
+$ /js/utils.js
+
+07-Sep-2010 Joe Hunt/Chaitanya
+! Removed all decimal roundings in cost price calculations
+$ /purchasing/includes/db/grn_db.inc
+  /manufacturing/includes/db/work_orders_db.inc
+
+06-Sep-2010 Janusz Dobrowolski
+# [0000247] Fixed error on new contact add.
+$ /includes/ui/contacts_view.inc
+# Fixed crud editor mode passing.
+$ /includes/ui/simple_crud_class.inc
+
+------------------------------- Release 2.3 RC --------------------------------
+05-Sep-2010 Joe Hunt
+! Release 2.3 RC
+$ version.php
+# Wrong stock item gl code when processing supplier invoice
+$ /purchasing/includes/db/invoice_db.inc
+! Changed layout of Direct GRN/Invoice form and check for supp ref in invoice.
+$ /purchasing/po_entry_items.php
+
+04-Sep-2010 Joe Hunt
+# Fixed installed_extensions.php creation
+$ /install/index.php
+# Page blocked during FA upgrade
+$ /sales/sales_order_entry.php
+# Fixed languages update
+$ /sql/alter2.3.php
+! Shorter line comments
+$ /install/lang/new_language_template/LC_MESSAGES/empty.po
+
+03-Sep-2010 Joe Hunt
++ Added possibility to put dimensions on Delivery from sales order
+$ /sales/customer_delivery.php
+  /sales/customer_invoice.php
+! Changed update.html to be more readable
+$ update.html
+
+02-Sep-2010 Janusz Dobrowolski
+# Preprinted forms folder moved to /reporting where it should be
+$ /reporting/forms
+  /reporting/forms/index.php
+
+29-Aug-2010 Janusz Dobrowolski
+# Fixed maxprec option in number_format2
+$ /includes/current_user.inc
+# Missing tags parameter in display_type call
+$ /reporting/rep706.php
+  /reporting/rep707.php
+
+25-Aug-2010 Janusz Dobrowolski
++ Added taxes display for sales order/quotation
+$ /sales/includes/cart_class.inc
+  /sales/view/view_sales_order.php
+  /reporting/rep109.php
+
+24-Aug-2010 Joe Hunt
+# Removed old headerfunc in rep111.php (Sales Quotation)
+$ /reporting/rep111.php
+
+23-Aug-2010 Janusz Dobrowolski
++ Added german translation for install wizard (thanks to iscongroup) 
+$ /install/isession.inc
+  /install/lang/de_DE/LC_MESSAGES/de_DE.mo (new)
+  /install/lang/de_DE/LC_MESSAGES/de_DE.po (new)
+# Small fix in layout
+$ /gl/manage/exchange_rates.php
+# Fixed maxprec formatting
+$ /includes/current_user.inc
+  /js/utils.js
+# Fixed cogs account selection
+$ /purchasing/includes/db/invoice_db.inc
+# Fixed tax_included option update.
+$ /purchasing/manage/suppliers.php
+
+23-Aug-2010 Joe Hunt
+# Period bug caused warning on no fiscal year. Had to be reduces by one.
+$ /gl/accruals.php
+
+22-Aug-2010 Janusz Dobrowolski
++ Extended number formatting to allow maximum precision numbers with 'max' specifier. 
+  /includes/current_user.inc
+  /js/utils.js
++ Added purchase account special option for using item's account
+$ /purchasing/manage/suppliers.php
+# Fixed default 'C' locale in listing
+$ /admin/inst_lang.php
+# Fixed mysql extension test
+$ /includes/system_tests.inc
+# Fixed exrate reedition
+$ /gl/manage/exchange_rates.php
+# Maximum precision for factor entry
+$ /inventory/purchasing_data.php
+# Fixed backward compatibility for cogs GL account setup
+$ /purchasing/includes/db/invoice_db.inc
+! Fixed GL account selection on first display
+$ /purchasing/includes/ui/invoice_ui.inc
+# Fixed bug in lang update, changed purchase account for suppliers to default.
+$ /sql/alter2.3rc.sql
+  /sql/en_US-demo.sql
+
+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/lang/ar_EG/LC_MESSAGES/ar_EG.mo (new)
+  /install/lang/ar_EG/LC_MESSAGES/ar_EG.po (new)
+  /install/isession.inc
+
+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
+# Fixed mysql extension test
+$ /includes/system_tests.inc
+
+12-Aug-2010 Janusz Dobrowolski
+# [0000242] Database error during credit note processing.
+$ /sales/includes/db/sales_credit_db.inc
+
+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
+# Fixed memo dupliactaion after bank payment edition.
+$ /gl/includes/db/gl_db_bank_trans.inc
+! Cleanup.
+$ /install/index.php
+! Improved chart list selection.
+$ /includes/ui/ui_lists.inc
++ Added Chart of accounts installation.
+$ /admin/inst_chart.php (new)
+  /applications/setup.php
+# Fixed third-party extension installation
+$ /admin/inst_module.php
+# Fixed theme description popup.
+$ /admin/inst_theme.php
+! Added optional type parameter in get_extensions_list()
+$ /includes/packages.inc
++ Added encoding display for chart packages list
+$ /install/index.php
+# Fixed multiline package property values display.
+$ /includes/ui/view_package.php
+
+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