Skip to content

Commit

Permalink
;doc: virtual postings: edit
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Apr 11, 2024
1 parent ff3af71 commit 91aef62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hledger/hledger.m4.md
Original file line number Diff line number Diff line change
Expand Up @@ -2771,8 +2771,8 @@ hledger ignores these.

### Virtual postings

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

0 comments on commit 91aef62

Please sign in to comment.