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
- create SetWorkingCapitalLoanDelinquencyTagsBusinessStep
- create ENABLE_INSTANT_DELINQUENCY_CALCULATION
- Delinquency Classification for Working Capital Loans
Copy file name to clipboardExpand all lines: fineract-core/src/main/java/org/apache/fineract/infrastructure/configuration/api/GlobalConfigurationConstants.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ public final class GlobalConfigurationConstants {
Copy file name to clipboardExpand all lines: fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/WorkingCapitalLoanAccountStepDef.java
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -646,6 +646,9 @@ public void checkDisbursementData(String actualDisbursementDate, String transact
Then Admin successfully approves the working capital loan on "01 December 2020" with "1800" amount and expected disbursement date on "01 December 2020"
248
+
Then Admin successfully disburse the Working Capital loan on "01 December 2020" with "1800" EUR transaction amount
249
+
Then Working Capital loan status will be "ACTIVE"
250
+
Then Verify Working Capital loan disbursement was successful on "01 December 2020" with "1800" EUR transaction amount
251
+
And Working capital loan account has the correct data:
252
+
| product.name | submittedOnDate | expectedDisbursementDate | status | principal | approvedPrincipal | totalPayment | periodPaymentRate | discount |
0 commit comments