Historic Account Balance

Forum for .NET developers using the E-conomic API.
Exchange your ideas, tip and tricks using the API.
Best Practices

Historic Account Balance

Postby Intelligence » Wed Mar 31, 2010 3:51 pm

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
-
Intelligence
 
Posts: 1
Joined: Wed Mar 31, 2010 3:34 pm

Return to .NET