[Bug]: Spurious Warning with End of month cleanup #1893

Closed
opened 2026-02-28 19:57:31 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @rljes on GitHub (Feb 24, 2025).

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

When there is exactly the right amount of money "To Be Budgeted" and "End of month cleanup" is executed, it consistently will pop up the warning "Global: Funds not available: Global: No funds are available to reallocate.".

It should not warn, since it succeeded to allocate all the funds just fine.

How can we reproduce the issue?

  1. Enable goal templates from settings
  2. Run "End of month cleanup" on an already balanced month.

Peeking through the code, I think f413fa03ae/packages/loot-core/src/server/budget/cleanup-template.ts (L287) should be a strict inequality (not have the =).

Running v25.2.1.

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Firefox

Operating System

Linux

Originally created by @rljes on GitHub (Feb 24, 2025). ### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? When there is exactly the right amount of money "To Be Budgeted" and "End of month cleanup" is executed, it consistently will pop up the warning "Global: Funds not available: Global: No funds are available to reallocate.". It should not warn, since it succeeded to allocate all the funds just fine. ### How can we reproduce the issue? 1. Enable goal templates from settings 2. Run "End of month cleanup" on an already balanced month. Peeking through the code, I think https://github.com/actualbudget/actual/blob/f413fa03ae8f3bffc9c9c8b19885eb9f0f252acc/packages/loot-core/src/server/budget/cleanup-template.ts#L287 should be a strict inequality (not have the `=`). Running v25.2.1. ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Firefox ### Operating System Linux
GiteaMirror added the buggoal templates labels 2026-02-28 19:57:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#1893