diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-21 15:55:03 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-21 15:55:03 -0400 |
commit | 000bfe1cece3ecbfee8f07a46d1f0b000dbbc983 (patch) | |
tree | 6d2c666097900fff421da6a57b41f0a7c43a39b7 /ledger.texi | |
parent | 225acd14e57a0a476ce022a7c5703a8f1cee34ef (diff) | |
download | fork-ledger-000bfe1cece3ecbfee8f07a46d1f0b000dbbc983.tar.gz fork-ledger-000bfe1cece3ecbfee8f07a46d1f0b000dbbc983.tar.bz2 fork-ledger-000bfe1cece3ecbfee8f07a46d1f0b000dbbc983.zip |
only compute the cost when it differs from the amount
Diffstat (limited to 'ledger.texi')
-rw-r--r-- | ledger.texi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ledger.texi b/ledger.texi index 0ab86442..8ab03685 100644 --- a/ledger.texi +++ b/ledger.texi @@ -490,8 +490,8 @@ register report, @samp{-T} changes the totals column; in a balance report, this is the value given for each account. If @samp{-T} was not specified, the current report style's value expression is used. -@item N -This is always the present date. +@item m +This is always the present moment/date. @end table @subsubsection Transaction/account details @@ -522,7 +522,7 @@ it's depth is one. @item n The index of a transaction, or the count of transactions affecting an -account (including children). +account. @item X 1, if a transaction's entry has been cleared, 0 otherwise. @@ -538,6 +538,10 @@ account (including children). The total of all transactions seen so far, or the total of an account and all its children. +@item N +The total count of transactions affecting an account and all its +children. + @item C The total cost of all transactions seen so far; the total cost of an account and all its children. |