Page 1 of 1
Help with credit card balance calculations
Posted: Sun Jan 26, 2025 8:47 pm
by JerryV
Hello! I am new to MMEX and just entered a bunch of transactions on a credit card account, including a refund and a payment. The refund was put in as a deposit and the payment was a transfer from another account in the system. Both show up in the 'Deposit' column but are not offsetting the balance of all the withdrawal transactions (each card transaction) on the credit card account. They seem to just continue to increase the balance of the account, rather than bringing it down as expected. I notice that deposits and withdrawals seem to calculate correctly on a bank account (deposits add and withdrawals subtract), so I would have assumed it worked the same way with a credit card account.
Can anyone think of something I'm doing wrong? Thanks in advance for the help!
Re: Help with credit card balance calculations
Posted: Tue Jan 28, 2025 6:34 pm
by MlinMMEX
Please share your configuration: Operating System and MMEX version
JerryV wrote: Sun Jan 26, 2025 8:47 pm
I notice that deposits and withdrawals seem to calculate correctly on a bank account (deposits add and withdrawals subtract), so I would have assumed it worked the same way with a credit card account.
Credit card are inverse on bank accounts.
https://moneymanagerex.org/moneymanager ... l#section6
Re: Help with credit card balance calculations
Posted: Sat Feb 08, 2025 3:31 pm
by JerryV
Thanks for your reply @MlinMMEX. Here is the build info.
I think I understand that credit cards would be the inverse of a bank account, but I wouldn't have expected BOTH deposits and withdrawals (credits and debits) to add to the overall account balance. That seems like either a bug or something I'm doing wrong.
• Version: 1.8.0
• Built on: Apr 29 2024 08:28:06
• Database version: 19 (aes128cbc)
• Git commit: 3325705 (2024-04-29)
MMEX is using the following support products:
• wxWidgets 3.2.4 (wxMSW 10.0)
• wxSQLite3 4.9.1 (SQLite 3.40.0)
• RapidJSON 1.1.0
• Lua 5.3.5
• libcurl/8.5.0-DEV Schannel
• gettext 0.21
• apexcharts.js
Built with:
• CMake 3.29.1
• MSBuild 17.9.8.16306
• Microsoft Visual Studio 17.0
• Microsoft Visual C++ 19.39.33523.0
• Windows SDK 10.0.22621.0
Running on:
• Windows 11 (build 26100), 64-bit edition
• System Locale:
• User Interface Language: en_US.windows-1252
• 1920x1080 32-bit 96x96ppi
Re: Help with credit card balance calculations
Posted: Sat Feb 08, 2025 6:24 pm
by JerryV
My apologies for the false alarm... I went back through line by line to try and figure out what I had done wrong, and the advice about credit cards being the inverse of a bank account ended up being the key. I had put in a starting balance, but put it in as a credit balance (positive number) instead of an amount owed (negative number) and then misunderstood what I was seeing on the running balance in the register. Once I fixed the starting balance, everything on the running balance started to make sense again. Thanks all!
Re: Help with credit card balance calculations
Posted: Sun Feb 09, 2025 11:05 am
by MlinMMEX
JerryV wrote: Sat Feb 08, 2025 6:24 pm
and the advice about credit cards being the inverse of a bank account ended up being the key.
Glad to help!