Hi Martin,
I am trying to use the balance directive to automatically assert whether the statement balances are correct, without having to inspect each transaction. The way it shows up in the bean-web is awesome. It's very easy to quickly validate that the transactions for a particular billing period balance.
However, I am not sure I know how to correctly use the balance directives. For a couple of my accounts, there are transactions for the week in which the statement closes. As a result, they almost always don't balance. For other accounts, that don't have transactions on both sides of the statement closing date, I move the balance assertion date a day forward or backward and it works.
Are the balance assertions made at the beginning of the day or the end of the day? Is there a way to anchor them either at the beginning or at the end?
Thanks, cb