Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple entities #2

Open
mafm opened this issue Apr 14, 2013 · 0 comments
Open

Allow multiple entities #2

mafm opened this issue Apr 14, 2013 · 0 comments
Assignees

Comments

@mafm
Copy link
Owner

mafm commented Apr 14, 2013

Entities should be hierarchical (like accounts) and transactions should have to balance for each entity mentioned in the transaction.

Should probably show entities like this:

2009-02-27 'Owner' lent $100 to 'FamilyBusines'. Business owes that money to 'Owner'
Owner/Assets:Cash -$100
Owner/Assets:Receivable:FamilyBusiness $100
FamilyBusiness/Assets:Cash $100
FamilyBusiness/Liabilities:Owner$100

You could then drill down to entities to work out what their p/l or balance sheet looked like. Several entities could keep assets in the same account, or more likely you might have sub-entities for different activities within an entity, sharing an account, but you could always break the balance in an account up between the different entities using it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant