You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Sifiso Mtetwa (Jira)" <ji...@apache.org> on 2022/03/22 19:19:00 UTC

[jira] [Created] (FINERACT-1540) Rounding Mode unable to change from default 6

Sifiso Mtetwa created FINERACT-1540:
---------------------------------------

             Summary: Rounding Mode unable to change from default 6
                 Key: FINERACT-1540
                 URL: https://issues.apache.org/jira/browse/FINERACT-1540
             Project: Apache Fineract
          Issue Type: Bug
          Components: Loan, System
    Affects Versions: 1.7.0
            Reporter: Sifiso Mtetwa
             Fix For: 1.7.0


Rounding mode is currently a default of 6 in Global configurations. However if you would like to change it to 
 # HALF_UP: If the discarded digit is 5 or greater, the next digit is rounded up.

 # FLOOR: Rounds down to the nearest digit even if the discarded digit is 5 or greater.

 # CEILING: If the discarded digit is anything but zero, the next digit is rounded up.
which is not implemented in Mifosx.

 as in this ticket [https://mifosforge.jira.com/browse/MIFOSX-858]

Currently if you try and change to another value other than 6 it fails with error "Unable to modify this configuration as it is a trap door configuration. - "

This issue dates as far back as 2014 and still persists in Fineract 1.6.0. Are there any branches that have solved this that we can merge?

 

 

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)