-
Notifications
You must be signed in to change notification settings - Fork 26
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
Balance export in ledger format #11
Comments
Idea: the closing of balances can be done as part of this export. An example configuration could be: exports += {
type = "balance"
closures += {
from = [Income, Expense]
to = [Capital:Profit]
}
} This will close the Income and Expense accounts completely and transfer their amount to the Capital:Profit account, and print the resulting balance statement. If the One more option that can be considered is to "split the closure" or not. If split, then the the output will contain two transactions like this:
Note: The date will need to be specified in the config file. |
Missing from sheetalk's PR which I need to follow up:
More things TODO:
|
This is useful to get previous years closing balances as opening balances for next year.
This will be equivalent to the equity report in
ledger-cli
The text was updated successfully, but these errors were encountered: