doc: mention postingless transactions

This commit is contained in:
Simon Michael 2015-06-12 13:52:03 -07:00
parent b9883d9eb1
commit 976e34cd7c

View File

@ -179,11 +179,13 @@ column 0, followed by three optional fields with spaces between them:
- a transaction code (eg a check number), - a transaction code (eg a check number),
- and/or a description - and/or a description
then two or more postings (of some amount to some account), each on then some number of postings, of some amount to some account, each on
their own line. its own line. Usually there are at least two postings, though one or
even none is possible.
The posting amounts within a transaction must always balance, ie add up to The ([real](#virtual-postings)) posting amounts within a transaction
0. You can leave one amount blank and it will be inferred. must always balance, ie add up to 0. Optionally one amount can be
left blank, in which case it will be inferred.
#### Dates #### Dates