hledger/hledger-lib/Hledger/Data
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
..
Account.hs balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
AccountName.hs balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
Amount.hs timelog: show hours with 2 decimal places, not 1 2015-02-27 08:37:16 -08:00
Commodity.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Dates.hs hledger-lib: Update for base-compat-0.8.0 (see #245) 2015-04-23 15:41:59 +08:00
Journal.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
Ledger.hs refactor amount filtering helpers 2014-05-23 13:10:36 -07:00
OutputFormat.hs hledger-lib: Update for base-compat-0.8.0 (see #245) 2015-04-23 15:41:59 +08:00
Posting.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
RawOptions.hs cli: with a repeated flag, the last takes precedence 2014-12-04 12:41:47 -08:00
TimeLog.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
Transaction.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
Types.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00