Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • (warning) - Before upgrading to Mifos 2.1, you must first upgrade your 1.x version of Mifos to version 2.0!  (warning)
  • Please read all relevant upgrade instructions for the version of Mifos you are running and above before proceeding with this upgrade - Past Upgrade Instructions
  • If you are unsure of the version of Mifos you are using, please refer to Past Releases.

Important Notes

  • There was an issue in 2.0.x and 2.1.3 and below where Loan Write Offs were being incorrectly calculated if there were future installments.  More information is in MIFOS-4948.  In your upgrade to 2.1.4, the upgrade will automatically fix any past Loan write offs done that were incorrect.  You will still note some inconsistencies in values on Account Details and Repayment Schedules - they are noted in this issue - MIFOS-5087.  This is ONLY fixed in 2.1.4.  If you are upgrading to 2.1.3 or below, this issue still exists.
  • Read logging instructions if you are using an external loggerconfiguration.xml Logger Configuration
  • These settings has been added in applicationConfiguration.default.properties
    Code Block
    langsql
    # Mutability: always
    # Type: short
    # Allowed: 0-2
    # The number of digits after the decimal that Mifos will carry for cashflow warning threshold.
    AccountingRules.DigitsAfterDecimalForCashFlowValidations=2
    
    # Mutability: always
    # Type: double
    # Allowed: 0 - 99
    # The maximum allowable cashflow warning threshold.
    AccountingRules.MinCashFlowThreshold=0
    
    # Mutability: always
    # Type: double
    # Allowed: 0 - 99
    # The maximum allowable cashflow warning threshold.
    AccountingRules.MaxCashFlowThreshold=99
    
    # Mutability: always
    # Type: double
    # Allowed: 150 - 1000
    # The maximum allowable Repayment Capacity.
    AccountingRules.MinRepaymentCapacity=150
    
    # Mutability: always
    # Type: double
    # Allowed: 150 - 1000
    # The maximum allowable Repayment Capacity.
    AccountingRules.MaxRepaymentCapacity=1000
    
    # Mutability: always
    # Type: double
    # Allowed: 0 - 50
    # The maximum allowable Indebtedness Ratio.
    AccountingRules.MinIndebtednessRatio=0
    
    # Mutability: always
    # Type: double
    # Allowed: 0 - 50
    # The maximum allowable Indebtedness Ratio.
    AccountingRules.MaxIndebtednessRatio=50
    
    # Mutability: always
    # Type: double
    # The Maximum MPESA Disbursal Limit
    #MPESA.DisbursalMax=50000
    

...