-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add option to set how far out the upcoming scheduled transactions are shown in the account view. #3310
Add option to set how far out the upcoming scheduled transactions are shown in the account view. #3310
Conversation
…cheduled-transaction-window
✅ Deploy Preview for actualbudget ready!
To edit notification comments on pull requests, go to your Netlify site 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
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger
Smaller No assets were smaller Unchanged No assets were unchanged |
Could the setting live somewhere other than the settings page? Like in the schedules page? |
This setting should be moved to the schedule creation form IMO. We could have a "Remind me X days ahead" setting which can be different per schedule. |
@youngcw ill make a pr to add that text this weekend. Been busy the last couple days with a hackathon. Thanks for taking care of this tho! |
Add option to set how far out the upcoming scheduled transactions are shown in the account view.
This option can be set to 1, 7, 14, or 30 days out from today.
The only thing lacking from this enhancement, that I couldn't work out how to implement, was longer periods (eg 2-3 mo) because I couldn't work out how to show more than just the next instance of a scheduled transaction. This may also be an issue if a user has scheduled transactions that should occur more than once per visible period.
I implemented this enhancement because I was frustrated that I could only see 7 days into the future and could not plan ahead very far into the future. This is something that I wanted because I was moving from quicken where I utilized seeing a month in the future often for planning purposes.