hledger/hledger-lib/Hledger
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
..
Data handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
Read handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
Reports handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
Utils some cleanup of debug trace helpers 2015-05-14 13:01:49 -07:00
Data.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Query.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
Read.hs journal: re-add non-regex aliases, as default (#252) 2015-05-14 13:01:50 -07:00
Reports.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
Utils.hs fix a Control.Monad.Error warning (#239) 2015-03-29 16:12:05 -07:00