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-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/AbstractProgressiveLoanScheduleGenerator.java
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,8 @@ public LoanScheduleModel generate(final MathContext mc, final LoanApplicationTer
Copy file name to clipboardExpand all lines: integration-tests/src/test/java/org/apache/fineract/integrationtests/AdvancedPaymentAllocationLoanRepaymentScheduleTest.java
+57Lines changed: 57 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3033,6 +3033,63 @@ public void uc119() {
3033
3033
});
3034
3034
}
3035
3035
3036
+
// UC120: Advanced payment allocation with auto down payment and multiple disbursement on the first day
3037
+
// ADVANCED_PAYMENT_ALLOCATION_STRATEGY
3038
+
// 1. Create a Loan product with Adv. Pment. Alloc., and auto down payment
Copy file name to clipboardExpand all lines: integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanWithAdvancedPaymentAllocationIntegrationTests.java
0 commit comments