On Feb 4, 2010, at 7:35 AM, Johann Klähn wrote: > I keep most of my transactions regarding a specific account at the top > of the file. Some of these transactions are related to accounts that > are at the end of the file, sorted by date. When I now check against a > balance in any of those transactions, ledger will be confused by those > entries stated earlier in the file:
Yes, balance assertions are currently order dependent, otherwise they would need to be checked during an independent pass on the sorted data -- however, the data is not fully sorted in every situation. Hmm.... John
