forked from maybe-finance/maybe
-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Description
I'm confused on bank cash vs credit card setup ( or assets vs liabilities ).
Let's say I have 2000 in my bank account and -1800 in liabilities from my credit card.
In the app it seems it expects liabilities to be positive ( 2000 cash 1800 liabilities ).
But there's 2 issues:
- If cash is positive and liabilities is positive ( 2000 cash 1800 liabilities ) it won't match my credit card payment from my bank to the credit card because it expects a negative number on my bank and positive income on my credit card.
- if cash is positive and liabilities is negative ( 2000 in cash and -1800 in liabilities ) then the matching works correctly, but the net worth is wrong ( it says net worth 3800, most probably due to (2000 - (-1800)), note the double negative ).
So it is very confusing how it should be setup.
I generally expect my credit card transactions to be negative, and when I repay it then debt goes to 0.
Attached 2 example screenshots.

Metadata
Metadata
Assignees
Labels
No labels