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]: Splitting a future Scheduled transaction via Rules will cause it to be double-counted in Running Balance #3508

Open
2 tasks done
ToniCipriani opened this issue Sep 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ToniCipriani
Copy link

ToniCipriani commented Sep 26, 2024

Verified issue does not already exist?

  • I have searched and found no existing issue
  • I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file)

What happened?

If a future transaction is being split by a rule, it will cause it to be double-counted in the running balance display.
image
image
image

In this transaction, the Payment amount is subtracted twice from the running balance. In the above example, It should be 10000 - 752.22 = 9247.78, not 8495.56 = (10000 - 752.22 x 2).

To reproduce the issue:

  1. Create a scheduled future transaction
  2. Add a rule to pick up the said transaction to perform a split
  3. Enable the Running Balance

Test budget attached:
2024-09-25-Test Budget.zip

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Chrome, Microsoft Edge

Operating System

Windows 10

@ToniCipriani ToniCipriani added the bug Something isn't working label Sep 26, 2024
@ToniCipriani ToniCipriani changed the title [Bug]: Splitting a future transaction via Rules will cause it to be double-counted [Bug]: Splitting a future Scheduled transaction via Rules will cause it to be double-counted Sep 26, 2024
@ToniCipriani ToniCipriani changed the title [Bug]: Splitting a future Scheduled transaction via Rules will cause it to be double-counted [Bug]: Splitting a future Scheduled transaction via Rules will cause it to be double-counted in Running Balance Sep 26, 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