intuit partner platform - account's balance at a point of time in AggCat -


is there anyway obtain account's info including account's balance @ point of time? basically, need account's balance @ beginning of month , end of month accounting purposes. however, cron job update account's info @ beginning/end of month may fail various reasons, in case there no way retrieve account's balance @ beginning/end of month anymore!

we not have mechanism capture value @ specific time asking provide balance each time capture transactions. if capture day later can perform reverse running balance using current balance - transactions occured between data wish display.

example: august 1st:

  • $5.00 transaction mcdonalds
  • $3.00 transaction ralphs

balance on august 2nd: $35.00

calculate balance 1st. $35 + 5 + 3= $43.00 balance @ start of month.

you add debits , subtract credits , can obtain value seeking.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -