By default, All transactions are arranged by the date. So the transaction with most recent date appears on top and old dates on bottom. But If there are multiple transactions in the same date, this arrangement method doesn’t seems to work very well.
For Example , if i make transactions in this order
- 1 Receipt
- 2 payment
- 3 payment
here the most recent transaction is 3 payment which should be arranged on top of all older transactions. But instead, manager shows 1 Receipt (oldest transaction) at the top and 3 payment ( most recent transaction ) at the bottom.
This does not have any impact on the final balance, but it makes the balance history display incorrectly. How can I solve this?