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
Hi, I am running Firefly III version 4.8.1.1 and I have two users on my installation. When entering the budgeted monthly amounts for either user, the total displayed is the sum total of the budgeted amounts for both users instead of the amount for the user currently in use.
Steps to reproduce
Add a budget under a user account and populate with a value.
Create a second user account, add a budget and populate with any value.
View budgets under any user and total available shows sum of both budgets.
Expected behaviour
Total available budget should be for that user account only, not the total including other users. For the above screenshot, I expect to see £1,650 budgeted as that is the actual amount for that user.
Additional
The budget_limits table does not contain user_id and I believe it either could do, or the query could just join to budgets on the active user_id to filter?
Let me know if you need any additional information!
The text was updated successfully, but these errors were encountered:
Hi, I am running Firefly III version 4.8.1.1 and I have two users on my installation. When entering the budgeted monthly amounts for either user, the total displayed is the sum total of the budgeted amounts for both users instead of the amount for the user currently in use.
Steps to reproduce
Expected behaviour
Total available budget should be for that user account only, not the total including other users. For the above screenshot, I expect to see £1,650 budgeted as that is the actual amount for that user.
Additional
The budget_limits table does not contain user_id and I believe it either could do, or the query could just join to budgets on the active user_id to filter?
Let me know if you need any additional information!
The text was updated successfully, but these errors were encountered: