|
1.Create a loan product with currency multiples of 100 and Decimal places as zero. 2. Create a client and assign that loan product for him, while submitting the loan application define principal amount as 25,475. 3. Approve the loan for the above mentioned client.
Expected Result: 1. The Principal amount should get rounded off to next higher digit and should be 25,500, as currency rounded off to multiples of 100. 2. If the Principal amount is >50 it should get rounded off to next higher multiples else immediate lower multiples.
|