diff options
author | Georg J.P. Link <linkgeorg@gmail.com> | 2018-11-18 12:55:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-18 12:55:16 -0600 |
commit | eefa015836d87b9944da2e51373aff643841d69b (patch) | |
tree | ddd9ee4a0079fc121348b509dc95b2c8c6e59eaf /doc/ledger3.texi | |
parent | d9e6a04a31542c3ddef940d35775ceb29ef06300 (diff) | |
download | fork-ledger-eefa015836d87b9944da2e51373aff643841d69b.tar.gz fork-ledger-eefa015836d87b9944da2e51373aff643841d69b.tar.bz2 fork-ledger-eefa015836d87b9944da2e51373aff643841d69b.zip |
explain round brackets in section on funds
Section "Working with multiple funds and accounts" introduces square brackets and explains them but does not explain round brackets in the following example. This commit adds the explanation what the round brackets do.
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index ae3dce08..63946d25 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -1384,10 +1384,11 @@ account: (Funds:School) $-100.00 @end smallexample -When reports are generated, by default they'll appear in terms of the -funds. In this case, you will likely want to mask out your -@samp{Assets} account, because otherwise the balance won't make much -sense: +The use of round brackets creates a virtual posting without ensuring +a balance to zero. When reports are generated, by default they'll +appear in terms of the funds. In this case, you will likely want to +mask out your @samp{Assets} account, because otherwise the balance +won't make much sense: @smallexample @c command:396F24E $ ledger --no-total bal not ^Assets |