hledger/hledger-web
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
..
app web: cleanups 2014-07-17 15:05:39 -07:00
config web: Post -> AddForm; drop/comment more old stuff 2015-02-16 16:21:07 +00:00
deploy web: update for yesod 1.1.3 2012-11-15 17:48:48 +00:00
Handler web: fix more ghc 7.10 import warnings (#239) 2015-04-07 18:49:33 -07:00
Hledger tools: fix overuse of -XCPP breaking make test etc. 2015-04-07 19:28:57 -07:00
messages web: update for yesod 1.1.3 2012-11-15 17:48:48 +00:00
Settings web: declare a bunch of language pragmas 2015-04-07 18:35:41 -07:00
static Set default javascript parameter values in the functions addformReset, addFormShow 2015-05-02 15:42:08 -06:00
templates handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
tests web: require yesod 1.2, cabal file cleanup 2013-05-14 15:36:44 -07:00
.ghci web: cleanups 2014-07-17 15:05:39 -07:00
Application.hs web: declare a bunch of language pragmas 2015-04-07 18:35:41 -07:00
CHANGES changelogs 2015-05-14 13:39:54 -07:00
devel.hs web: fix warnings 2014-05-23 09:02:20 -07:00
Foundation.hs web: fix more ghc 7.10 import warnings (#239) 2015-04-07 18:49:33 -07:00
hledger-web.cabal consistently require latest base-compat for sanity 2015-04-29 07:16:08 -07:00
Import.hs web: fix more ghc 7.10 import warnings (#239) 2015-04-07 18:49:33 -07:00
LICENSE packagegeddon.. split off web/chart/vty, move hledger to a subdir 2010-09-09 22:54:34 +00:00
Settings.hs web: fix more ghc 7.10 import warnings (#239) 2015-04-07 18:49:33 -07:00
Setup.hs Revert "remove Setup.hs files again, fixing a yesod devel warning" 2014-05-24 13:39:09 -07:00