summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-12-31 10:58:55 +0800
committerMartin Michlmayr <tbm@cyrius.com>2020-12-31 10:58:55 +0800
commit10de5e7e506a8ce3ec36367a48acf20f2c20e626 (patch)
tree87b4887cb9a0b990782416158798fde191bf5cd5 /doc
parent051e4ab1ef82c58dc9563281ec14c02fc250e20f (diff)
downloadfork-ledger-10de5e7e506a8ce3ec36367a48acf20f2c20e626.tar.gz
fork-ledger-10de5e7e506a8ce3ec36367a48acf20f2c20e626.tar.bz2
fork-ledger-10de5e7e506a8ce3ec36367a48acf20f2c20e626.zip
docs: add more value expressions
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger3.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index fd31e7aa..4c7d443a 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -7993,10 +7993,15 @@ This is always the present moment/date.
@table @code
@item d
+@itemx date
A posting's date, as the number of seconds past the epoch. This
is always ``today'' for an account.
+@item aux_date
+A posting's aux date
+
@item a
+@itemx amount
The posting's amount; the balance of an account, without
considering children.
@@ -8020,8 +8025,15 @@ The index of a posting, or the count of postings affecting an
account.
@item X
+@itemx cleared
@samp{1} if a posting's transaction has been cleared, @samp{0} otherwise.
+@item uncleared
+@samp{1} if a posting's transaction state is uncleared, @samp{0} otherwise.
+
+@item pending
+@samp{1} if a posting's transaction state is pending, @samp{0} otherwise.
+
@item R
@samp{1} if a posting is not virtual, @samp{0} otherwise.