hledger/hledger-lib/Hledger
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
..
Data lib: refactor journal utils 2016-06-01 20:47:27 -07:00
Read lib: parentheses trying to resolve IDE warning 2016-05-26 15:51:59 -07:00
Reports lib: account transactions report filters by realness & status 2016-06-03 17:51:10 -07:00
Utils lib: textification: comments and tags 2016-05-24 19:00:57 -07:00
Data.hs lib: convert date hunit tests to doctests 2016-05-06 18:10:49 -07:00
Query.hs lib: account transactions report filters by realness & status 2016-06-03 17:51:10 -07:00
Read.hs lib: fix tests; always try parsing stdin as journal 2016-05-24 19:00:58 -07:00
Reports.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
Utils.hs lib: textification: parse stream 2016-05-24 19:00:57 -07:00