toeb / accounting

3 stars 0 forks source link

Close Account #2

Closed toeb closed 8 years ago

toeb commented 9 years ago

Story

matthiaszoellner commented 9 years ago

Do we really need this? We do have the 'Last Modified', but this could refer to e.g. a name change in an already closed account.

For now I will implement the closing command without extending the data model

matthiaszoellner commented 9 years ago

How do we handle closing of accounts with children? Do we recursively close the account-subtree, do we consider the subtree balance, ...?

This also touches other issues like #11 where we may need a check, whether the parent is active

matthiaszoellner commented 8 years ago

Current state: a flag indicates, whether child accounts should automatically be closed with the parent. Otherwise, the state of child accounts is validated before closing the parent.