You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ar...@apache.org on 2023/02/14 13:34:43 UTC

[fineract] branch develop updated: FINERACT-1806-Swagger-Fix-Accounting-treatments-for-Charge-off-loan-accounts

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 <ru...@gmail.com>
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;