This is an automated email from the ASF dual-hosted git repository.
arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 201295814
FINERACT-1806-Swagger-Fix-Accounting-treatments-for-Charge-off-loan-accounts
201295814 is described below
commit 201295814bc88c91ba32a48b9cdbb6d024bdbeb4
Author: Ruchi Dhamankar <[email protected]>
AuthorDate: Tue Feb 14 16:42:06 2023 +0530
FINERACT-1806-Swagger-Fix-Accounting-treatments-for-Charge-off-loan-accounts
---
.../loanproduct/api/LoanProductsApiResourceSwagger.java | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanproduct/api/LoanProductsApiResourceSwagger.java
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanproduct/api/LoanProductsApiResourceSwagger.java
index b5ebb1e31..61fc1685d 100644
---
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanproduct/api/LoanProductsApiResourceSwagger.java
+++
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanproduct/api/LoanProductsApiResourceSwagger.java
@@ -193,6 +193,16 @@ final class LoanProductsApiResourceSwagger {
public Long incomeFromRecoveryAccountId;
@Schema(example = "48")
public Long goodwillCreditAccountId;
+ @Schema(example = "20")
+ public Long incomeFromChargeOffInterestAccountId;
+ @Schema(example = "11")
+ public Long incomeFromChargeOffFeesAccountId;
+ @Schema(example = "12")
+ public Long chargeOffExpenseAccountId;
+ @Schema(example = "13")
+ public Long chargeOffFraudExpenseAccountId;
+ @Schema(example = "11")
+ public Long incomeFromChargeOffPenaltyAccountId;
public
List<GetLoanProductsProductIdResponse.GetLoanPaymentChannelToFundSourceMappings>
paymentChannelToFundSourceMappings;
public
List<GetLoanProductsProductIdResponse.GetLoanFeeToIncomeAccountMappings>
feeToIncomeAccountMappings;
public List<ChargeToGLAccountMapper> penaltyToIncomeAccountMappings;