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

Implement beginning balances #13

Open
keithrbennett opened this issue Jan 26, 2021 · 0 comments
Open

Implement beginning balances #13

keithrbennett opened this issue Jan 26, 2021 · 0 comments

Comments

@keithrbennett
Copy link
Owner

Currently, the way to enter beginning balances (e.g. of a checking account) is to record a General Journal entry with the balances, and date that entry the first day of the period (usually Jan. 1). This is suboptimal because it fails to differentiate between a balance preceding the period from a transaction during the first day of that period.

We need a way to record beginning balances that can't be confused with ongoing transactions. The natural place for this is probably the chart of accounts. However, we'd want to be careful to code the parsing in such a way that it will still be compatible with earlier journals that don't have these balances. And anyway, we'd probably want the beginning balance to be optional, since most accounts are income or expense accounts and will have a beginning balance of zero (a great default value).

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

No branches or pull requests

1 participant