docs: more balance assertions clarifications
This commit is contained in:
parent
c8918d2fb1
commit
b2b085b9a3
@ -263,9 +263,11 @@ each posting:
|
|||||||
After reading a journal file, hledger will check all balance
|
After reading a journal file, hledger will check all balance
|
||||||
assertions and report an error if any of them fail. Balance assertions
|
assertions and report an error if any of them fail. Balance assertions
|
||||||
can protect you from, eg, inadvertently disrupting reconciled balances
|
can protect you from, eg, inadvertently disrupting reconciled balances
|
||||||
while cleaning up old entries. Be aware that they may have some impact
|
while cleaning up old entries. Some tips:
|
||||||
on parsing performance. Also note, balance assertion amounts currently
|
|
||||||
must have a commodity symbol.
|
- balance assertions depend on the order postings are parsed from the file(s). The posting's date is ignored, currently.
|
||||||
|
- balance assertion amounts currently must have a commodity symbol.
|
||||||
|
- balance assertions' impact on parsing time for large files is not yet known.
|
||||||
|
|
||||||
#### Prices
|
#### Prices
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user