diff --git a/bt5/erp5_accounting/bt/change_log b/bt5/erp5_accounting/bt/change_log index d8e6b7baa7b79d25249d40dd7bfee5646244d1a1..787a284f205f73dccbadd3316083f145ba77097d 100644 --- a/bt5/erp5_accounting/bt/change_log +++ b/bt5/erp5_accounting/bt/change_log @@ -1,3 +1,12 @@ +2006-03-31 Kevin +* Add "Create Closing Transaction" action on Accounting Transaction Module. +* Add missing parameter list on AccountingTransactionModule_createClosingTransaction. +* Render AccountingTransactionModule_viewCreateClosingTransactionDialog as dialog. +* Update AccountingTransaction_createReversalTransaction to use created_by_builder instead of bypass_init_script. +* Use kw as the unique entry parameter in Entity_getAccountingTransactionList. +* Remove suffix "transaction_" of query parameters to prepare the full migration of accouting stuff to getInventory API. +* Show Previous Balance in Account and Bank Account transaction list view. + 2006-03-30 Kevin * Merge modifications made for Nexedi. -- Sorry to be not precise but the changelog is too big to be easy to summarize. But I will add detailed comments in the changelog of every modified file in the SVN to keep a clear understanding of my intentions.