hledger/hledger-lib/Hledger/Reports
Simon Michael 98cbcced57 lib: account transactions report filters by realness & status
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 ?)
2016-06-03 17:51:10 -07:00
..
BalanceHistoryReport.hs fix hunit compilation warnings 2014-03-21 17:41:54 -07:00
BalanceReport.hs lib: textification begins! account names 2016-05-24 19:00:49 -07:00
EntriesReport.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
MultiBalanceReports.hs balance: move -V helpers to the *Report modules 2015-08-26 10:38:45 -07:00
PostingsReport.hs lib: textification: descriptions & codes 2016-05-24 19:00:58 -07:00
ReportOptions.hs web: fix options breakage, add test code to tags 2015-08-28 15:23:49 -07:00
TransactionsReports.hs lib: account transactions report filters by realness & status 2016-06-03 17:51:10 -07:00