diff --git a/bt5/erp5_accounting/bt/change_log b/bt5/erp5_accounting/bt/change_log index 1b37b4478f905f1cad571e4b54bdca0a0771e303..815778f053560ce335ac626ebde916d8046e6c61 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 3d31e50599de9d45c5eb9cdae11ebc14edcf7bbc..4e68bdeb7f3c69cf3eb858ce898455754262a3c2 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