Budgeting V1 #1609
Reference in New Issue
Block a user
Delete Branch "zachgoll/budgeting-v1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://github.com/user-attachments/assets/4dcf3f66-7b26-42e7-9c6b-48df7e19a798
Hi @zachgoll, budgeting sounds like a really nice thing. Any estimate for the timing of the first public release for it?
@asdasdad23332s this week!
What was the idea behind adding this method?
This seems to have broken the transfer functionality automatically applying the Payment category since the first instance is an
Accountableof typeLoanwhereas the credit card one isCreditCard.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.