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

Repeating Allocations #6

Open
polarmutex opened this issue May 17, 2020 · 3 comments
Open

Repeating Allocations #6

polarmutex opened this issue May 17, 2020 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@polarmutex
Copy link
Owner

Would be easier if money could be allocated to an envelope once and then have fava-envelope assume that the allocations are the same each month, until the allocations are updated.

@polarmutex polarmutex added enhancement New feature or request good first issue Good for newcomers labels May 17, 2020
@Ramblurr
Copy link

What about the case where you are allocating money for a one off expense?

I might want to set aside 500$ for an urgent repair I know needs doing this month.

@chandler150
Copy link

I would also like to see this, perhaps adding similar to fava's budgeting syntax via help > budgets
"""
Budgets on a per-account basis can be added via custom directives in the Beancount file:

2012-01-01 custom "budget" Expenses:Coffee "daily" 4.00 EUR
2013-01-01 custom "budget" Expenses:Books "weekly" 20.00 EUR
2014-02-10 custom "budget" Expenses:Groceries "monthly" 40.00 EUR
2015-05-01 custom "budget" Expenses:Electricity "quarterly" 85.00 EUR
2016-06-01 custom "budget" Expenses:Holiday "yearly" 2500.00 EUR
If budgets are specified, Fava's reports and charts will display remaining budgets and related information.

The budget directives can be specified daily, weekly, monthly, quarterly and yearly. The specified budget is valid until another budget directive for the account is specified. The budget is broken down to a daily budget, and summed up for a range of dates as needed.
"""

@kaiwei
Copy link

kaiwei commented Apr 22, 2024

This will be a lifesaver!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants