;doc: virtual postings: edit

This commit is contained in:
Simon Michael 2024-04-11 11:36:46 -10:00
parent ff3af71c4e
commit 91aef62c29

View File

@ -2771,8 +2771,8 @@ hledger ignores these.
### Virtual postings ### Virtual postings
A posting with parentheses around the account name (`(some:account)`) is called a *unbalanced virtual posting*. A posting with parentheses around the account name, like `(some:account) 10`, is called an *unbalanced virtual posting*.
Such postings do not participate in transaction balancing. These postings do not participate in transaction balancing.
(And if you write them without an amount, a zero amount is always inferred.) (And if you write them without an amount, a zero amount is always inferred.)
These can occasionally be convenient for special circumstances, These can occasionally be convenient for special circumstances,
but they violate double entry bookkeeping and make your data less portable across applications, but they violate double entry bookkeeping and make your data less portable across applications,