summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-24 03:03:04 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-24 03:03:04 -0400
commiteb364f4183d2549540c92d3e58246fad4f45dda2 (patch)
tree78fef87bef1ba02749eb53a51cc5dfe473fe2005 /src/post.h
parent267b2ba5d80f2d4f9897fb5ad633716d5a8a6752 (diff)
downloadfork-ledger-eb364f4183d2549540c92d3e58246fad4f45dda2.tar.gz
fork-ledger-eb364f4183d2549540c92d3e58246fad4f45dda2.tar.bz2
fork-ledger-eb364f4183d2549540c92d3e58246fad4f45dda2.zip
Improved the way that entries are balanced
Diffstat (limited to 'src/post.h')
-rw-r--r--src/post.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/post.h b/src/post.h
index a8e8ab3d..0865137f 100644
--- a/src/post.h
+++ b/src/post.h
@@ -67,6 +67,7 @@ public:
#define POST_VIRTUAL 0x10 // the account was specified with (parens)
#define POST_MUST_BALANCE 0x20 // posting must balance in the transaction
#define POST_CALCULATED 0x40 // posting's amount was calculated
+#define POST_PRICED 0x80 // posting's cost was calculated
xact_t * xact; // only set for posts of regular xacts
account_t * account;