04Gomez commented on code in PR #4876:
URL: https://github.com/apache/fineract/pull/4876#discussion_r2245724637
##########
fineract-core/src/main/java/org/apache/fineract/accounting/common/AccountingConstants.java:
##########
@@ -312,7 +312,8 @@ public enum AccrualAccountsForSavings {
ESCHEAT_LIABILITY(14), //
FEES_RECEIVABLE(15), //
PENALTIES_RECEIVABLE(16), //
- INTEREST_PAYABLE(17);
+ INTEREST_PAYABLE(17), //
+ INTEREST_RECEIVABLE(18);
Review Comment:
interest_on_savings is used for accruals that pays the customer
Interest_receivables is used for accruals that pays the organization(in
overdraft scenario)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]