diff options
author | Ćukasz Stelmach <stlman@poczta.fm> | 2021-03-15 09:48:23 +0100 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2021-03-15 18:36:36 +0800 |
commit | d6518eb18ea3653ba4eb9589223184679c77e2ac (patch) | |
tree | f6022646f599f255623724048a250b1f1cfbb2c3 /doc/ledger3.texi | |
parent | 0ecaf7a297bc332fcb277863771a8da53c7f30ff (diff) | |
download | fork-ledger-d6518eb18ea3653ba4eb9589223184679c77e2ac.tar.gz fork-ledger-d6518eb18ea3653ba4eb9589223184679c77e2ac.tar.bz2 fork-ledger-d6518eb18ea3653ba4eb9589223184679c77e2ac.zip |
Refer to the right amount used in the example
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 98cb24d5..24d451b1 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -4559,7 +4559,7 @@ report -J -l "Ua>=@{\$0.01@}" -d "d>=[last feb]" reg ^assets ^liab The last report uses both a calculation predicate @option{--limit @var{EXPR} (-l)} and a display predicate @option{--display @var{EXPR} (-d)}. The calculation predicate limits the report to postings whose -amount is greater than or equal to $1 (which can only happen if the +amount is greater than or equal to $0.01 (which can only happen if the posting amount is in dollars). The display predicate limits the transactions @emph{displayed} to just those since last February, even though those transactions from before will be computed as part of the |