hledger/hledger-lib/Hledger/Reports
Simon Michael d1f63334ee handle pending status correctly, add --pending (#250)
A transaction/posting status of ! (pending) was effectively equivalent
to * (cleared). Now it's a separate state, not matched by --cleared.
The new Ledger-compatible --pending flag matches it, and so does
--uncleared. The equivalent search queries are now status:*, status:!
and status: (the old status:1 and status:0 spellings are deprecated).

Since we interpret --uncleared and status: as "any state except cleared",
it's not currently possible to match things which are neither cleared
nor pending.
2015-05-16 11:51:35 -07:00
..
BalanceHistoryReport.hs fix hunit compilation warnings 2014-03-21 17:41:54 -07:00
BalanceReport.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
EntriesReport.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
MultiBalanceReports.hs some cleanup of debug trace helpers 2015-05-14 13:01:49 -07:00
PostingsReport.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
ReportOptions.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
TransactionsReports.hs fix a warning in TransactionsReports 2014-10-18 10:32:01 -07:00