From d6518eb18ea3653ba4eb9589223184679c77e2ac Mon Sep 17 00:00:00 2001 From: Ɓukasz Stelmach Date: Mon, 15 Mar 2021 09:48:23 +0100 Subject: Refer to the right amount used in the example --- doc/ledger3.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3