-
-
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
[Feature] Customizable Date range for scheduled transactions in bank account #1890
Comments
✨ Thanks for sharing your idea! ✨ This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! |
This is something I've been keen to have as well and I did start digging into the logic for this a couple months ago but had to pause it. I am probably going to try to pick this feature up over the holiday period when I have free time. Once I have a better understanding of the schedule and transaction table and life cycle I'll post a proposed set of mockups for new experience and get some feedback. One thing that needs to be addressed is that currently schedules that repeat within that preview period don't show the repeats. This would be critical for my own needs for extending the scheduled duration. I will add a separate issue for that and link these two together as that one probably needs to be fixed before this one. From memory, (correct me if I'm wrong anyone who knows better) when I looked into this before the scheduled transactions are actually stored as records in the DB themselves, and not calculated in real time (sensible for performance) but this means if the schedule preview window is configurable we would have to generate or delete new schedule entries every time the configured value changes. This would probably preclude things like being able to change the duration from the accounts view, as nice as that would be. |
Added by #3310 Closing |
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
In an account, it does currently show a number of scheduled transactions - I believe up to one week. It would be beneficial to be able to customize the number of upcoming transactions to see in the account register.
Describe your ideal solution to this problem
Teaching and learning
No response
The text was updated successfully, but these errors were encountered: