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

Bug: When balance and transaction exist on same day, balances not correctly calculated #1418

Open
zachgoll opened this issue Nov 5, 2024 · 0 comments
Labels
🐛 Bug Something isn't working

Comments

@zachgoll
Copy link
Collaborator

zachgoll commented Nov 5, 2024

Describe the bug
A clear and concise description of what the bug is.

There are two things worth fixing here:

  1. The balance calculation should result in $100
  2. The "balance update" should be based on the trend vs. previous balance ($100), and should be downward. Currently, it is an "upward" trend because we're comparing it against the previous known balance of $0.

CleanShot 2024-11-05 at 10 35 26

@zachgoll zachgoll added the 🐛 Bug Something isn't working label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant