diff options
author | John Wiegley <johnw@newartisans.com> | 2005-11-09 01:30:15 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:20 -0400 |
commit | 3b88c287b0972af6d57ae88a0b4222813675a96a (patch) | |
tree | 106e8f3e1c6ad8dc91d50fbecd8fda31eea8413d /valexpr.h | |
parent | aadc36a65ae4295543b61bfd1362b0bc735a92a5 (diff) | |
download | fork-ledger-3b88c287b0972af6d57ae88a0b4222813675a96a.tar.gz fork-ledger-3b88c287b0972af6d57ae88a0b4222813675a96a.tar.bz2 fork-ledger-3b88c287b0972af6d57ae88a0b4222813675a96a.zip |
Added support for a Y flag which matches against a transaction's
PENDING state (as opposed to X, which checks only CLEARED). Now it
should be possible to query for all combinations of PENDING, CLEARED
or UNCLEARED.
Diffstat (limited to 'valexpr.h')
-rw-r--r-- | valexpr.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ struct value_expr_t COST, DATE, CLEARED, + PENDING, REAL, ACTUAL, INDEX, |