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-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/domain/WorkingCapitalLoanBreachScheduleEvaluationUtils.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,4 +41,14 @@ public static Optional<WorkingCapitalLoanBreachSchedule> resolveEvaluationPeriod
Copy file name to clipboardExpand all lines: fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/service/WorkingCapitalLoanBreachActionWriteServiceImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ public CommandProcessingResult createBreachAction(final Long workingCapitalLoanI
Copy file name to clipboardExpand all lines: fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/service/WorkingCapitalLoanBreachScheduleService.java
Copy file name to clipboardExpand all lines: fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/service/WorkingCapitalLoanBreachScheduleServiceImpl.java
Copy file name to clipboardExpand all lines: fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/service/WorkingCapitalLoanDelinquencyActionWriteServiceImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ public CommandProcessingResult createDelinquencyAction(final Long workingCapital
Copy file name to clipboardExpand all lines: fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/service/WorkingCapitalLoanDelinquencyRangeScheduleService.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,12 @@ public interface WorkingCapitalLoanDelinquencyRangeScheduleService {
54
54
/**
55
55
* Re-derives the base expectation of the current period and the boundaries of future periods from the effective
56
56
* reschedule parameters resolved from the persisted RESCHEDULE actions; a newly created reschedule action must
57
-
* therefore be saved before this is called. Amounts, the remaining-balance cap and expired-period evaluation are
58
-
* left to {@link #reprocessDelinquencySchedule(WorkingCapitalLoan)}, which the caller must invoke afterwards.
57
+
* therefore be saved before this is called. When {@code action} carries a frequency group, the current open period
58
+
* is also re-dated (toDate recalculated from its fromDate and the new frequency, then extended by any overlapping
59
+
* pauses). Amounts, the remaining-balance cap and expired-period evaluation are left to
60
+
* {@link #reprocessDelinquencySchedule(WorkingCapitalLoan)}, which the caller must invoke afterwards.
0 commit comments