You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculator.java
+24-3Lines changed: 24 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -368,6 +368,15 @@ public void addBalanceCorrection(ProgressiveLoanInterestScheduleModel scheduleMo
Copy file name to clipboardExpand all lines: fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/data/InterestPeriod.java
+19-12Lines changed: 19 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ public class InterestPeriod implements Comparable<InterestPeriod> {
Copy file name to clipboardExpand all lines: fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/data/ProgressiveLoanInterestScheduleModel.java
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,13 @@ public Optional<RepaymentPeriod> changeOutstandingBalanceAndUpdateInterestPeriod
Copy file name to clipboardExpand all lines: fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/data/RepaymentPeriod.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,9 @@ public static RepaymentPeriod copyWithoutPaidAmounts(RepaymentPeriod previous, R
184
184
if (!interestPeriodCopy.getBalanceCorrectionAmount().isZero()) {
0 commit comments