Not sure if this is the correct place to submit a bug report, but I can't find anywhere else on the Forum.
I just installed v1.9.0 Windows desktop version and notice an error in the handling of a positive transfer.
See the attachment where the programe is incorrectly summing the debits and credits.
A transfer of 50 reduces the balance by -1 instead of +50
Bug report: v1.9.0
Moderator: Renato
-
- New User
- Posts: 19
- Joined: Wed May 09, 2012 4:47 pm
- Are you a spam bot?: No
Bug report: v1.9.0
- Attachments
-
- 2025-02-19 15_11_37-My Accounts.mmb - Money Manager Ex.jpg (11.73 KiB) Viewed 9188 times
-
- Super User
- Posts: 79
- Joined: Sat Mar 21, 2015 9:15 am
- Are you a spam bot?: No
- Location: Italia
Re: Bug report: v1.9.0
After updating to version 1.9.0 of Money Manager Ex, some users have encountered issues similar to yours regarding incorrect balance calculations. This problem is often due to incorrect sorting of transactions. To resolve it, try clicking on the "SN" column header to sort transactions by this field; the balance should then be correct. A user encountered the same problem and found a solution in this post.
-
- New User
- Posts: 19
- Joined: Wed May 09, 2012 4:47 pm
- Are you a spam bot?: No
Re: Bug report: v1.9.0
Yes that was the issue, thank you Frankie.
In order to get the correct display balance, I changed a transaction date of an entry to the day before.
The program seems not be assigning an SN in the order the transactions are entered.
In order to get the correct display balance, I changed a transaction date of an entry to the day before.
The program seems not be assigning an SN in the order the transactions are entered.
-
- Super User
- Posts: 79
- Joined: Sat Mar 21, 2015 9:15 am
- Are you a spam bot?: No
- Location: Italia
Re: Bug report: v1.9.0
I'm glad to hear that my suggestion helped you and that you were able to solve the problem. 
Regarding the assignment of serial numbers (SN) when importing transactions via CSV, I have noticed a similar behavior.
When I import multiple transactions on the same date, MMEX assigns the serial numbers in reverse order compared to how they appear in the bank statement.
For example, if my bank statement shows:
After importing into MMEX, the order becomes:
This behavior can be confusing when managing transactions.
It would be helpful if MMEX maintained the original order of the serial numbers during import to ensure an accurate match with the bank statement.
Best regards,
frankieorabona
Regarding the assignment of serial numbers (SN) when importing transactions via CSV, I have noticed a similar behavior.
When I import multiple transactions on the same date, MMEX assigns the serial numbers in reverse order compared to how they appear in the bank statement.
For example, if my bank statement shows:
Code: Select all
SN AMOUNT
1 40€
2 30€
3 20€
4 10€
Code: Select all
SN AMOUNT
4 40€
3 30€
2 20€
1 10€
It would be helpful if MMEX maintained the original order of the serial numbers during import to ensure an accurate match with the bank statement.
Best regards,
frankieorabona
-
- New User
- Posts: 19
- Joined: Wed May 09, 2012 4:47 pm
- Are you a spam bot?: No
Re: Bug report: v1.9.0
Agreed.