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-e2e-tests-runner/src/test/resources/features/LoanReAging.feature
+60Lines changed: 60 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11846,4 +11846,64 @@ Feature: LoanReAging
11846
11846
When Loan Pay-off is made on "01 April 2024"
11847
11847
Then Loan is closed with zero outstanding balance and it's all installments have obligations met
11848
11848
11849
+
@TestRailId:C4XXX @AdvancedPaymentAllocation
11850
+
Scenario: Verify Pay-Off done successfully after contract terminated loan
11851
+
When Admin sets the business date to "01 January 2024"
11852
+
When Admin creates a client with random data
11853
+
When Admin set "LP2_ADV_CUSTOM_PMT_ALLOC_PROGRESSIVE_LOAN_SCHEDULE_HORIZONTAL" loan product "DEFAULT" transaction type to "NEXT_INSTALLMENT" future installment allocation rule
11854
+
When Admin creates a fully customized loan with the following data:
11855
+
| LoanProduct | submitted on date | with Principal | ANNUAL interest rate % | interest type | interest calculation period | amortization type | loanTermFrequency | loanTermFrequencyType | repaymentEvery | repaymentFrequencyType | numberOfRepayments | graceOnPrincipalPayment | graceOnInterestPayment | interest free period | Payment strategy |
Copy file name to clipboardExpand all lines: fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/transactionprocessor/impl/AdvancedPaymentScheduleTransactionProcessor.java
0 commit comments