Hello,
I read the article about credit cards in Docs section, but I don't understand how to make this proccess in the app.
5th day of every month, my bank charges in my account the debt of my credit card, and initialize it for the next month. For example:
- 31th august:
+ Credit limit = 1.500
+ Debt = 500
+ Account = 10.000
- 5th september
+ Credit limit = 2.000
+ Debt = 0
+ Account = 9.500
- 30th september
+ Credit limit = 1.200
+ Debt = 800
+ Account = 9.500
- 5th october
+ Credit limit = 2.000
+ Debt = 0
+ Account = 8.700
...
I don't know if it's possible to do this automaticaly. If not, how can I make these 3 operations (increase limit, decrease debt and decrease account) in just one transaction??
Regards
