X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=e2e29ac6c9bae8cbbe5d807f32865566f558081b;hb=95ea2a03e3ccfa59bacd3d9a47bdf6d64b7d7a60;hp=5e518213edef36788c3f4383724514295783d7df;hpb=da996b57bbeeb3e83c37526b3ae687b291ca6045;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5e518213..e2e29ac6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,49 @@ Legend: ! -> Note $ -> Affected files +17-Jan-2011 Joe Hunt +# [0000494] Cannot set second company pref when setup System and General GL +$ /admin/db/company_db.inc +# {0000481] No warning when user does not supply db credentials in create_coy +$ /admin/create_coy.php + +12-Jan-2011 Janusz Dobrowolski ++ Added access extensions hook method, cleanup +$ /includes/hooks.inc +# Fixed suplier reference allowed length. +$ /purchasing/includes/ui/invoice_ui.inc +# Sparse dot. +$ /sql/alter2.3.sql +# Backward compatiblity fix in bank account limit check. +$ /gl/includes/db/gl_db_bank_accounts.inc + +------------------------------- Release 2.3.1 ------------------------------------ +04-Jan-2011 Joe Hunt +! Release 2.3.1 +$ version.php + /lang/new_language_template/LC_MESSAGES/empty.po + +04-Jan-2011 Janusz Dobrowolski +! Database host name up to 60 chars allowed. +$ /admin/create_coy.php + /install/index.php + +31-Dec-2010 Joe Hunt +# Fixed bug in earlier invoice_db (GRN Provision should have only one row) + Only GRN Clearring on stock items. +$ /purchasing/includes/db/grn_db.inc + /purchasing/includes/db/invoice_db.inc +! Changed so supplier credit note items shows the invoice price/not grn price +$ /purchasing/includes/db/grn_db.inc + /invoice_ui.inc ++ Added link for viewing GL Delivery if clearing account +$ /purchasing/po_receive_items.php + /purchasing/po_entry_items.php +# Bug. $n undefined in /admin/gl_setup.php +$ /admin/gl_setup.php +! Added GL trans on Removal GRN items (Supp Invoice) if GRN Clearing +$ /purchasing/includes/db/invoice_db.inc + 30-Dec-2010 Janusz Dobrowolski + Added option for using GRN Clearing Account for yet non invoiced GRNs. $ /purchasing/includes/po_class.inc @@ -30,6 +73,8 @@ $ /purchasing/includes/po_class.inc $ /admin/gl_setup.php ! Added set_company_pref() function $ /admin/db/company_db.inc +# JS error on focus move +$ /js/reconcile.js 29-Dec-2010 Janusz Dobrowolski ! Hook files inclusion moved to session.inc