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

Allow creating a recurrence from a transaction #62

Open
simhnna opened this issue May 17, 2018 · 2 comments
Open

Allow creating a recurrence from a transaction #62

simhnna opened this issue May 17, 2018 · 2 comments

Comments

@simhnna
Copy link
Contributor

simhnna commented May 17, 2018

You should be able to easily create a recurrence from a transaction. It would prefill everything except the recurrence field.

This would also be the way to create a recurrence when it would involve an account that has not been created yet.

@roanutil
Copy link

roanutil commented Oct 8, 2018

Are you open to the idea of making recurring transactions a subset of transactions? Instead of having a dedicated place in the UI with a separate create and update flow, it may be better for all transactions to have a recurring interval as an option. This loops in issue #5 as well.

@simhnna
Copy link
Contributor Author

simhnna commented Oct 8, 2018

yeah, I even tried writing some code for that myself but wasn't happy with it...
AFAIK I ended up with three different types of transactions:

  1. past transactions
  2. future transactions
  3. next recurrence

But it was a mess, which is why I erased every bit of that code :D

If you have ideas on how to model this in a clean way I'm all for it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants