API logic for computing the current balance of an account #4
Labels
No Label
bug
enhancement
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
Reference: andrew/finnow#4
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add API logic to be used in various endpoints to perform the critical task of deriving an account's current balance, based on a most recent balance record and any entries applied to the account since.
This logic should be generic enough that it can be used to determine the balance of an account at any given point in time.