-
Notifications
You must be signed in to change notification settings - Fork 20
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
Schedule direct debit/variable amount #40
Comments
It doesn't have bank statement import now (or you are using QIF import?), chances are you need to manually input fees/payments, adjusting foreign transaction exchange rates, and then reconciling with the statement (which I do monthly), so I don't think it would be really useful ... |
This is not about imports, sorry for the confusion, the image I added is off Google and for illustrating an example of what I meant. I have created accounts for my credit cards and I manually add transactions to them throughout the month. tldr: currently scheduled transactions have a fixed amount, I want scheduled transactions with variable amounts for paying off credit cards every month. |
@tiberiusteng just checking if my explanation made sense? It's a bit hard to explain so I'm sorry for any confusion, I will gladly try to explain it again, maybe with a simpler example |
Hi, yes, I understand your explanation (create a scheduled transaction that automatically pay the full amount of the credit card), but in my experience of tracking credit card bills this will defeat the value of precisely logging transactions that happened ... It could make you think you have paid the bill, but you probably haven't paid it yet. The value could be different from the actual bill provided by bank with various reasons, for example refund, additional fee, interest/rebate, installments that don't need to payback in full on this billing period, etc. You really should reconciling your credit card account with your bank bills to make the most out of it. It come to me that I created a scheduled transaction a week before my credit card payment due date with recovered state (red bar) and zero amount to remind myself doing reconciliation, perhaps you can try it, after you see that transaction you just edit it and put in the amount you actually paid. |
I want to be able to schedule a variable amount to be charged/transferred from my current account to my credit card to represent the credit card getting paid in full automatically every month. Importantly, it should take into account the closing day and payment day defined on credit card accounts to calculate the balance for each payment.
For example, if this is my credit card statement:

The pay period is 9.10.2003 to 8.11.2003. I want to be able to set the scheduled transaction for the date the direct debit is charged e.g. the 16th of the month, and only charge for the transactions in this statement, so exclude any transactions from the 8.11.2003 onwards (they should be included in the next scheduled payment).
The text was updated successfully, but these errors were encountered: