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
When Admin sets the business date to "15 March 2024"
6750
+
When Admin makes "REPAYMENT_ADJUSTMENT_CHARGEBACK" chargeback with 17.01 EUR transaction amount
6751
+
Then Customer undo "1"th transaction made on "01 February 2024" results a 403 error and "update not allowed as loan transaction is linked to other transactions" error message
6752
+
When Loan Pay-off is made on "15 March 2024"
6753
+
Then Loan is closed with zero outstanding balance and it's all installments have obligations met
Then Admin fails to undo "1"th transaction made on "22 January 2023"
21
+
Then Customer undo "1"th transaction made on "22 January 2023" results a 403 error and "update not allowed as loan status is written off" error message
22
22
23
23
24
24
@TestRailId:C2935
@@ -56,9 +56,9 @@
56
56
And Admin does write-off the loan on "29 January 2023"
57
57
Then Loan status will be "CLOSED_WRITTEN_OFF"
58
58
Then Loan Transactions tab has a transaction with date: "29 January 2023", and with the following data:
Then Admin fails to undo "1"th transaction made on "29 January 2023"
61
+
Then Customer undo "1"th transaction made on "29 January 2023" results a 403 error and "update not allowed as loan status is written off" error message
62
62
63
63
@TestRailId:C4006
64
64
Scenario: Verify accounting journal entries are not duplicated during write-off in case the cumulative loan was already charged-off
Copy file name to clipboardExpand all lines: fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanWritePlatformServiceJpaRepositoryImpl.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1195,16 +1195,16 @@ public CommandProcessingResult adjustLoanTransaction(final Long loanId, final Lo
Copy file name to clipboardExpand all lines: integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanWriteOffWithAdvancedPaymentAllocationTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ public void loanUndoRepaymentAfterWriteOffShouldGiveErrorTest() {
148
148
newPostLoansLoanIdTransactionsTransactionIdRequest().transactionDate("9 September 2022").locale("en")
0 commit comments