Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add balance to txns table #156

Closed
katefike opened this issue Jun 15, 2024 · 0 comments · Fixed by #186
Closed

Add balance to txns table #156

katefike opened this issue Jun 15, 2024 · 0 comments · Fixed by #186
Assignees
Labels
db enhancement New feature or request

Comments

@katefike
Copy link
Owner

katefike commented Jun 15, 2024

BACKGROUND

  • There is a txn data model in sage.models.transactions
  • The model includes balance
  • The balance is parsed and added to the txn object, but nothing is done with it. The txns table doesn't store the balance.

DONE WHEN

  • The txn.balance is stored in the txns table
@katefike katefike added enhancement New feature or request db labels Jun 15, 2024
@katefike katefike changed the title Add balance to txn table Add balance to txns table Jun 15, 2024
@katefike katefike self-assigned this Sep 3, 2024
@katefike katefike linked a pull request Sep 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
db enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant