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

New credit card payment plans #8403

Open
3 tasks done
SplinterHead opened this issue Jan 16, 2024 · 13 comments
Open
3 tasks done

New credit card payment plans #8403

SplinterHead opened this issue Jan 16, 2024 · 13 comments
Labels
enhancement Requests for enhancements of existing stuff.

Comments

@SplinterHead
Copy link

Support guidelines

Description

In the setup for a credit card account, there is a section for payment plans, currently this has only one option - "Full payment every month". It would be cool to have some other options

  • Set amount every month
  • Minimum monthly payment

Solution

Minimum amount would need to take a percentage of the balance AND the minimum amount (for if the balance is very low)

i.e Credit cards tend to have a clause of "Minimum payment is 0.5% of balance or £25, whichever is more"

What are alternatives?

No response

Additional context

No response

@JC5
Copy link
Member

JC5 commented Jan 16, 2024

It's just a visual indicator right now, I'm not really planning to do anything with it. But I'll write it down!

@JC5 JC5 added the enhancement Requests for enhancements of existing stuff. label Jan 16, 2024
@JC5 JC5 added this to the firefly-iii-v8.0.0 milestone Jan 16, 2024
Copy link
Contributor

Hi there! This is an automatic reply. Share and enjoy

This issue has been marked as an enhancement. The requested enhancement to an existing feature will become a part of Firefly III or the data importer in due course.

If you come across this issue, please be aware there is NO need to reply with "+1" or "me too" or "I need this too" or whatever. Such comments are not helpful, and do not influence the roadmap. Your comment may be 💀 deleted. You can subscribe to this issue to get updates.

Thank you for your contributions.

@SplinterHead
Copy link
Author

Could it create a new Bill to keep track of when it's paid and also to help budget remaining balances? It seems like you'd have enough information for it

@ptourne
Copy link

ptourne commented Jan 24, 2024

In Argentina it is common to buy products in installments. For example, you may buy a pair of shoes for ARS$ 80'000 in 6 installments with no interest. Then, the minimum payment for your credit card at each month will include a charge of ~ ARS$ 13'333.33. Some month may vary due to rounding but the sum will be the same. If you pay this installments in time, you will accumulate no interest. Due to inflation, most people buy many things in installments and have to track different products with different number of payments and it can be a daunting experience.
Being able to register that a product you are buying with a credit card is to be paid over many months would be very useful. I guess this would work similarly to bills, though temporary. This can help estimate how much money you must pay at the beginning of the following month and, when it comes to reconciling with your banks papers, you can correct the rounding error.

@SplinterHead
Copy link
Author

@ptourne I think you should raise a new feature request for that, it's a little out of scope for what I was thinking with this issue. Also, it might get lost in the comments

@ptourne
Copy link

ptourne commented Jan 24, 2024

That's a good idea! Thanks

Edit: I found a mention of this in an issue: #548
It's a partial solution

@elChapoSing
Copy link

@SplinterHead sorry hijacking your thread but where did you find a "Credit Card" account type ? Which version are you running please ?

@SplinterHead
Copy link
Author

@elChapoSing when creating or editing an asset account, you can choose between a few options for what the account role is

Screenshot 2024-02-01 at 14 23 13

@elChapoSing
Copy link

elChapoSing commented Feb 1, 2024

@SplinterHead
Ah OK I was searching in the liabilities account - got it thank you !
And does it actually behave as you would expect by negating all numbers or do you have to find a way to do that manually ?

@SplinterHead
Copy link
Author

@elChapoSing What do you mean by negating numbers, are you talking about having a negative Opening Balance? That's the only negative number

I've got rules set up to do the following:
Note: I have auto imports for both main and Credit Card accounts

  • Find a transfer from main account to "Credit Card" and change that transaction to a transfer (balance on CC gets closer to 0 - ie £-50, transfer £25, new balance is £-25)
  • Find the corresponding transaction on the CC statement and delete it (as the transfer now represents that)

Purchases on my Credit Card still increase the negative balance (further from 0), its personal preference that I like it represented like that. I haven't played with Liabilities all that much, just for a car and student loans

@elChapoSing
Copy link

What I meant is when a charge shows up on my credit card, I want it represented as a negative number so my net assets are correctly summed up.
I am importing from my bank directly so I'll have to see how it behaves.
Will look into rules - thks for the pointer - might be as simple as making sure all transactions imported from the credit card show as withdrawals instead of deposits

@SplinterHead
Copy link
Author

@elChapoSing charges on Credit Cards should show as negative by default, they're classed as a withdrawal

@elChapoSing
Copy link

elChapoSing commented Feb 1, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Requests for enhancements of existing stuff.
Projects
None yet
Development

No branches or pull requests

4 participants