Skip to content
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

Closed
2 tasks done
msmith8fti opened this issue Nov 9, 2023 · 3 comments
Closed
2 tasks done
Labels
feature This issue is a feature request

Comments

@msmith8fti
Copy link

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

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

  • A custom setting to configure the date range
  • The ability to directly add a transaction from the schedule to the account; with the schedule showing the transaction as pending

Teaching and learning

No response

@msmith8fti msmith8fti added the feature This issue is a feature request label Nov 9, 2023
@github-actions github-actions bot added the needs votes Please upvote this feature request if you would like to see it implemented! label Nov 9, 2023
Copy link
Contributor

github-actions bot commented Nov 9, 2023

✨ 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 👍!

@github-actions github-actions bot closed this as completed Nov 9, 2023
@rickdoesdev
Copy link
Contributor

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.

@youngcw
Copy link
Member

youngcw commented Oct 11, 2024

Added by #3310 Closing

@youngcw youngcw removed the needs votes Please upvote this feature request if you would like to see it implemented! label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue is a feature request
Projects
None yet
Development

No branches or pull requests

3 participants