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] Ability to "hold" money via the API #1982

Closed
2 tasks done
jat255 opened this issue Nov 27, 2023 · 1 comment
Closed
2 tasks done

[Feature] Ability to "hold" money via the API #1982

jat255 opened this issue Nov 27, 2023 · 1 comment
Labels
feature This issue is a feature request

Comments

@jat255
Copy link

jat255 commented Nov 27, 2023

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?

When importing from other tools (such as financier.io or nYNAB), their default strategy is that income gets assigned to the "next month", in that it is available to budget in the month after the income is received, in order to encourage people to live one month behind and stop any paycheck to paycheck behavior.

When migrating budgets from a tool like this to Actual, this results in the monthly "available to budget" amounts being off, since all income goes to the month it is received in Actual. At first glance, it looks like something happened with the import to make the values all be off, but this can be corrected by clicking on the 'to budget' amount, then "hold for next month", then pressing enter for every month. For a large budget (mine goes back to 2015), this has to be done many many times.

Describe your ideal solution to this problem

I would suggest a new API function named setBudgetForNextMonth(month, amount: optional). If no amount is given, it will default to whatever the current "To budget" amount is. If an amount is given, it will behave identically to the UI workflow of (1) clicking on to budget, (2) clicking "hold for next month", and (3) entering an amount.

(I checked that I'd be open to implementing this feature, but I am a very novice javascript programmer...)

Teaching and learning

Add documentation of the new API function in the API docs

@jat255 jat255 added the feature This issue is a feature request label Nov 27, 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 27, 2023
Copy link
Contributor

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

@jfdoming jfdoming removed the needs votes Please upvote this feature request if you would like to see it implemented! label Sep 8, 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

2 participants