-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Feat/add-budget-analysis-report #6137
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
base: master
Are you sure you want to change the base?
Feat/add-budget-analysis-report #6137
Conversation
✅ Deploy Preview for actualbudget-website canceled.
|
✅ Deploy Preview for actualbudget ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Bundle Stats — desktop-clientHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger
Smaller No assets were smaller Unchanged
|
Bundle Stats — loot-coreHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset No files were changed View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
Co-authored-by: tabedzki <[email protected]>
…ay controls Co-authored-by: tabedzki <[email protected]>
…readsheet.ts Co-authored-by: tabedzki <[email protected]>
…ace interval button with dropdown Co-authored-by: tabedzki <[email protected]>
Co-authored-by: tabedzki <[email protected]>
348962c to
7e69c1a
Compare
|
It looks like the functional tests fail due to an artifact naming conflict. I believe this will require action from a maintainer. |
|
For the maintainers, the new Budget Analysis Report is available on the test budget. (I am also comfortable with a name change if the maintainers prefer a different name.) |
Auto-generated by VRT workflow PR: actualbudget#6137
|
✅ VRT screenshots have been automatically updated. |
Auto-generated by VRT workflow PR: actualbudget#6137
|
✅ VRT screenshots have been automatically updated. |
|
I don't know if I like that the hover tooltip has a different order of values than the summary does. What do you think about making that order the same? So move the balance value in the tooltip to the bottom. I like the overspend adjustment number. Im not sure about it being in the month being fixed, vs being in the month after like the budget does. Could that be in the next month like its handled on budget? What do you think? |
|
Also, take a look at the recently merged reports pages PR. It added a copy function to each report and that will need added here. |
tabedzki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
youngcw, as I implement these changes, I noticed that the CashFlow had a change reported on tooltiphover. Given that we already have Budgeted, Spent, Overspending Adj, and Balance on the tooltip however, would you still include that or does it risk getting too crowded?
|
|
||
| ## Key Features | ||
|
|
||
| ### Time Period Controls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably remove this and the Filtering sections as that's not specific to this report. Im guessing that was added by copilot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that was an oversight by me. However, filtering still works, but it is only for categories. I can update the documentation to reflect that.
|
2026-01-19-Test Budget.zip |
|
Looks like we just need merge conflicts resolved. Thanks for all the work on this |
…d filtering options
|
For the feedback link, should that be a separate PR after this gets merged, or should we make an issue preemptively? |
Ill make one for you. Thanks for remembering |
|
I think this is the last thing. PR #6661 updated the number format in the whole app. You will need to apply those changes here as this wasn't in yet. |
|
When you get the chance, can you also review the lines/commit where I added a filtering capability to the Filter dropdown so that I'm not showing irrelevant filtering options? I'll take a look merging master into this PR. |
So the filter button already had the option to exclude certain filter types? It looks fine to me |
|
Sounds good, thanks! |

Feature: add budget analysis report
This feature allows the user to track how the Budget/Spent/Balance of categories as a function of time.
This feature is modelled after the Cash Flow and Net Worth reports. Currently, the user defines the interval resolution unlike "Cash Flow" which has the interval resolution (daily/monthly, etc) defined for each preset option. This can be adjusted based off maintainer feedback.
This feature also allows for both a line chart and bar chart representation, with balance always being a line chart.
Thank you maintainers for looking at this and considering this. This is related to feature request #6116
AI disclaimer: this PR was partly generated with Copilot as indicated in the git history.
Image of cards on report dashboard:
Individual pages:

