mifos-mobile icon indicating copy to clipboard operation
mifos-mobile copied to clipboard

Error in amount in SavingsMakeTransferFragment

Open PatelVatsalB21 opened this issue 4 years ago • 0 comments

Summary: When user enters amount below 0.01 it is not 0.0 so it escapes from check for zero amount, but when it is passed in TransferProcessFragment due to formatCurrency it is converted to 0.00. This causes error on transaction. This edge case should be covered

Steps to reproduce: 1 Open Loan Account 2 Make Payment 3 Enter Amount below 0.01

Expected behaviour: It should show message for low amount

Device and Android version: Any

Recording

https://user-images.githubusercontent.com/70195106/108540451-37056d80-7307-11eb-9bfb-d58c25f5e951.mp4

PatelVatsalB21 avatar Feb 19 '21 17:02 PatelVatsalB21