Add payment-period budgeting, split monthly/period budget views, and period-start summary notifications#1002
Open
uniskela wants to merge 9 commits intoellite:mainfrom
Open
Add payment-period budgeting, split monthly/period budget views, and period-start summary notifications#1002uniskela wants to merge 9 commits intoellite:mainfrom
uniskela wants to merge 9 commits intoellite:mainfrom
Conversation
added 5 commits
February 28, 2026 02:07
added 4 commits
March 20, 2026 04:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds payment-period budgeting alongside the existing monthly budget flow.
Users can now:
period_budgetweekly,fortnightly, ormonthly)The feature is wired through Settings, Dashboard, Stats, Notifications, and API endpoints, while keeping legacy monthly budget updates backward compatible.
Why
Monthly budget tracking works well for some users, but others budget around pay cycles rather than calendar months. This change adds first-class support for payment-period budgeting without removing or changing the existing monthly budget behavior.
Highlights
Migrations
This PR adds:
000045.php000046.php000047.php000048.phpThese cover:
notification_settings.period_summary_at_period_startuser.budget_period_typeuser.budget_period_anchor_dateuser.period_budgetBackward Compatibility
budgetupdates are still accepted for monthly budget writesValidation
php -lon touched PHP filesTest Plan
000045through000048php endpoints/cronjobs/sendnotifications.phpand confirm period summaries appear as expectedNote: AI assistance was used during implementation; code was manually reviewed before submission.