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
+56Lines changed: 56 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4413,3 +4413,59 @@ Feature: LoanReAging
4413
4413
Then Loan Charges tab has the following data:
4414
4414
| Name | isPenalty | Payment due at | Due as of | Calculation type | Due | Paid | Waived | Outstanding |
4415
4415
| Snooze fee | false | Specified due date | 15 May 2024 | Flat | 10.0 | 0.0 | 0.0 | 10.0 |
4416
+
4417
+
@TestRailId:C4157 @AdvancedPaymentAllocation
4418
+
Scenario: Verify Loan in case loan paid-off the status is closed outstanding amount is 0, in case any repayment amount less that paid-off amount the status is active with correct outstanding amount
4419
+
When Admin sets the business date to "01 January 2025"
4420
+
When Admin creates a client with random data
4421
+
And Admin creates a fully customized loan with the following data:
4422
+
| 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-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/reaging/LoanReAgingServiceImpl.java
0 commit comments