Two fixes for this report when --real/--cleared/real:/status: are in effect,
affecting hledger-ui and possibly hledger-web:
1. exclude transactions which affect the current account via an excluded posting type.
Eg when --real is in effect, a transaction posting to the current account with only
virtual postings will not appear in the report.
2. when showing historical balances, don't count excluded posting types in the
starting balance. Eg with --real, the starting balance will be the sum of only the
non-virtual prior postings.
This is complicated and there might be some ways to confuse it still, causing
wrongly included/excluded transactions or wrong historical balances/running totals
(transactions with both real and virtual postings to the current account, perhaps ?)
|
||
|---|---|---|
| .. | ||
| BalanceHistoryReport.hs | ||
| BalanceReport.hs | ||
| EntriesReport.hs | ||
| MultiBalanceReports.hs | ||
| PostingsReport.hs | ||
| ReportOptions.hs | ||
| TransactionsReports.hs | ||