toeb / accounting

3 stars 0 forks source link

Account Categories #8

Open toeb opened 9 years ago

toeb commented 9 years ago

Story

matthiaszoellner commented 9 years ago

I support the creation of sub-categories but would recommend, that the business-layer enforces a parent for user-created accounts/categories

Reason is, that the software should assist the user in certain types of transactions, like creating a bill. Easiest way to do this is by knowing, that everyone who could receive a bill is child to a debitor/creditor category.

toeb commented 9 years ago

Then the business layer needs to check for these parent categories in every instanciation. This should be put into a new issue.