Hi!
We have a problem. We are trying to get account history balance sorted by date. For example we want to know the balance for account xxxx for each day between the interval 2009-01-01 to 2009-08-01. We have tried to get all the transactions between these dates and using these data to calculate the balance for each day. We use GetEntriesByDate to get all the transactions but the problem is that the transactions doesn't seem to come in the right order, sorted by date.
Also wondering if there is some other way to get past account balance without having to calculate it using transactions the way we do it now because it seems inefficient.
Best regards
J.E

