You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the balance is less than the amount needed to schedule (if statement on line 227 is evaluating to false), it is incorrectly subtracting last_month_balance from the amount in totalPayMonthOf (setting to_Budget on line 236). I think the issue is that it's not reserving the amount needed for upcoming transactions in previous months that have not yet happened.
In my example above, $100 is added in November, but that transaction has not yet occurred. When December is calculated, it's not taking into consideration the 11/30 upcoming transaction and instead subtracting that balance ($200 total needed for 12/15 and 12/30, $100 already there, so only fund $100). The expected behavior would be $200 total needed for 12/15 and 12/30, $100 already there, $100 needed in upcoming transactions from previous months on 11/30, so fund $200.
Verified issue does not already exist?
What happened?
When using a schedule with two transactions per month and a template by schedule, the next month is incorrectly calculated.
Steps to reproduce (calculated on 11/24/24 and 11/25/24):
I've attached an example budget I created to reproduce the issue.
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Safari
Operating System
Mac OSX
The text was updated successfully, but these errors were encountered: