-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Budgeting V1 #1609
Budgeting V1 #1609
Conversation
Hi @zachgoll, budgeting sounds like a really nice thing. Any estimate for the timing of the first public release for it? |
@asdasdad23332s this week! |
def categorizable? | ||
to_account.accountable_type == "Loan" | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea here is that a payment to a Credit Card account is not categorizable, so we prevent it by adding the Payment label (which cannot be modified).
A credit card payment is not an expense (all of the transactions on the credit card account are the expenses), while a payment to a loan account would be considered an expense because there are no corresponding transactions being generated on the loan itself.
This is aimed to increase the accuracy of budgeting.
CleanShot.2025-01-15.at.15.25.15.mp4