On Jan 3, 2010, at 7:53 AM, Gabriel Kerneis wrote: > And the output: > While parsing file "test", line 15: > While parsing posting: > Assets:Checking $-20.00 = $30.00 > ^^^^^^ > Error: Balance assertion off by $-10.00 > > It's still possible to deal with this kind of transaction explicitely, > but it would be nice to have the feature back (IMHO).
This is saying that the balance of Assets:Checking is not exactly $30.00 at that point in the file. Since this is exactly what the assertion means to say, no auto-balancing takes place. John
