From e7f2a49d6694ef301d5a2fd8f5a542a9dad1d6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 28 Dec 2005 22:21:06 +0000 Subject: [PATCH] update changelog; add "transitions" action on Person git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4900 20353a03-c40f-0410-a6d1-a30d3c3de9de --- bt5/erp5_accounting/bt/change_log | 10 ++++++++++ bt5/erp5_accounting/bt/template_action_path_list | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/bt5/erp5_accounting/bt/change_log b/bt5/erp5_accounting/bt/change_log index 1b37b4478f..815778f053 100755 --- a/bt5/erp5_accounting/bt/change_log +++ b/bt5/erp5_accounting/bt/change_log @@ -1,3 +1,13 @@ +2005-12-28 jerome +* fix i18n on journal report dialog +* move transaction action from erp5_core to here +* bug fix : remove 1000 Limit in BankAccount_zGetAccountingTransactionList +* added missing script AccountingTransactionModule_getTranslatedPortalTypeItemList + +2005-12-21 Kevin +* Add parameter to AccountModule_getAvailableGapList to add an empty item in the generated list. +* Move default_site_preference to erp5_core. + 2005-12-18 j茅rome * added accounting period module and validation workflow. * added account validation workflow diff --git a/bt5/erp5_accounting/bt/template_action_path_list b/bt5/erp5_accounting/bt/template_action_path_list index 3d31e50599..4e68bdeb7f 100755 --- a/bt5/erp5_accounting/bt/template_action_path_list +++ b/bt5/erp5_accounting/bt/template_action_path_list @@ -2,4 +2,5 @@ Bank Account[id=jump_active_accounting_pref] Bank Account[id=transactions] Organisation[id=jump_active_accounting_pref] Organisation[id=jump_to_accounting] -Organisation[id=transactions] \ No newline at end of file +Organisation[id=transactions] +Person[id=transactions] \ No newline at end of file -- 2.30.9