hledger/hledger-lib/Hledger/Read
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
..
CsvReader.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
JournalReader.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
TimelogReader.hs make recent timelog commit ghc 7.8 compatible 2015-04-29 07:10:13 -07:00