You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We inherited this behaviour and naming from Ledger: the so-called balance report is really a report of balance changes. It can show end balances only if you use it in the right way (including all relevant postings). And this becomes more noticeable when you are using hledger's multi-period balance reports.
hledger tried to make this easier, by
adding an easy -H/--historical flag
adding the balancesheet report, which has -H turned on by default
showing a report heading which tells which mode you're in (except in a simple balance report with no report interval, for compatibility with ledger balance).
This is one reason why hledger command help and docs push balancesheet and friends as the "easy/standard reports", and demphasise balance as an "advanced report".
Uh oh!
There was an error while loading. Please reload this page.
I am not sure if this is a bug or an expected behavior. I am not expert on double-entry accounting. I am just surprised with the report..
Simple balance, it is correct:
I do not like report for yearly balance: Isn't balance of of account
liabilities:utility
in 2023 still 500 ??The report prints "Balance changes"
I would like to see something similar to balance sheet:
For balance the report should look like this:
Demo journal:
The text was updated successfully, but these errors were encountered: