diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-19 22:36:08 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-19 22:36:08 -0400 |
commit | f2f52066d2a9c82619ffea0f3972e48417a90b5b (patch) | |
tree | 3390b046e383309c4845be29dcf1d44c258c6d56 /src/commodity.h | |
parent | 2694335e54316606ab169e957034ba71e8274144 (diff) | |
download | fork-ledger-f2f52066d2a9c82619ffea0f3972e48417a90b5b.tar.gz fork-ledger-f2f52066d2a9c82619ffea0f3972e48417a90b5b.tar.bz2 fork-ledger-f2f52066d2a9c82619ffea0f3972e48417a90b5b.zip |
Added a --strict session option
When enabled, if any accounts or commodities are seen in an uncleared
transaction, which were not seen previously in a cleared or pending
transaction or a textual directive dealing with accounts or commodities,
a warning is generated about the unknown item.
Diffstat (limited to 'src/commodity.h')
-rw-r--r-- | src/commodity.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commodity.h b/src/commodity.h index 92bacb25..b6ce0c85 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -150,6 +150,7 @@ public: #define COMMODITY_NOMARKET 0x10 #define COMMODITY_BUILTIN 0x20 #define COMMODITY_WALKED 0x40 +#define COMMODITY_KNOWN 0x80 string symbol; amount_t::precision_t precision; |