From: Janusz Dobrowolski Date: Fri, 4 Jul 2008 21:41:15 +0000 (+0000) Subject: Ajax additions in gl module, changed layout for simple db table editor pages, X-Git-Tag: v2.4.2~19^2~1937 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=f13bea25371cbd7e657d1f0bc18272dfcd566b58;p=fa-stable.git Ajax additions in gl module, changed layout for simple db table editor pages, some smaller fixes, removed unused defaults from GL setup. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b0e9e703..1f11c4d2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,32 @@ Legend: ! -> Note $ -> Affected files +04-Jul-2008 Janusz Dobrowolski ++ Ajax additions + /gl/inquiry/bank_inquiry.php + /gl/inquiry/gl_account_inquiry.php + /gl/inquiry/gl_trial_balance.php + /gl/manage/bank_accounts.php + /gl/manage/bank_trans_types.php + /gl/manage/currencies.php + /gl/manage/exchange_rates.php + /gl/manage/gl_account_classes.php + /gl/manage/gl_account_types.php + /gl/manage/gl_accounts.php +! Changed layout for simple db table editor pages +$ /includes/ui/ui_input.inc +- Removed unused GL account settings. +$ /admin/gl_setup.php + /admin/db/company_db.inc + /gl/manage/gl_accounts.php +# Fixed default sales account for customer branch. +$ /admin/gl_setup.php + /sales/manage/customer_branches.php +# Fixed focus after ajax page reload. +$ /includes/ajax.inc +# Fixed optional submit for yesno and gl_all_accounts lists. +$ /includes/ui/ui_lists.inc + 01-Jul-2008 Janusz Dobrowolski + Ajax additions /gl/bank_transfer.php @@ -32,7 +58,7 @@ $ -> Affected files /includes/ui/ui_lists.inc # Fixed submit type in submit_row() /includes/ui/ui_input.inc -# Small layout fix +# Small display fix /gl/manage/currencies.php ! Code cleanup /gl/gl_bank.php