adamsaghy commented on code in PR #3958:
URL: https://github.com/apache/fineract/pull/3958#discussion_r1665745757
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -1194,6 +1194,38 @@ public CommandProcessingResult
makeInterestPaymentWaiver(final JsonCommand comma
.build();
}
+ @Transactional
+ @Override
+ public CommandProcessingResult makeAccrualActivity(JsonCommand command) {
Review Comment:
Not needed this way. Only job and business step will call. The incoming
parameter will be Loan. And this service must calculate the balances based on
the accruals on the actual period and create the transaction.
--
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]