-
Notifications
You must be signed in to change notification settings - Fork 98
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
Implement debts #77
Comments
Hi Simon, |
You can currently add credit cards as personal accounts. I initially had personal, income and expense accounts but didn't find the classification very useful. I prefer having one "foreign" account to manage both income and expense transactions. Do you want any special handling of credit cards specifically? |
I did importer for my credit card statement. Any purchases using credit card appear as positive numbers and refunds and credit card payments as negative. I can simply change that in my importer. Anyways nice app you build, I'm going to play with it a bit more 👍 |
if it's an importer that other people might want to use I would be happy to merge it. I know that other software sometimes uses different types, but at least until now I didn't need the distinction myself. If having different types get useful at some point, I'll consider adding more types. I'm currently reworking the model a bit and also working on graphql endpoints with a angular app to have a more powerful frontend |
There should be a way to manage debts.
I think they should be somehow associated with foreign accounts.
Interactions with debt should be normal transactions where withdrawal can increase debt and deposits decrease it. how much of a transaction is considered adding/removing debt has to be configurable so that you can interact with the same account but not affect the debt
The text was updated successfully, but these errors were encountered: