This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from ecac6d2153 FINERACT-2181: Format enums
add 98055682d3 FINERACT-2281: Interest Activities Not Posting For Loan
With Repayment Reversal
No new revisions were added by this update.
Summary of changes:
.../fineract/client/util/FineractClient.java | 3 +
.../test/resources/features/EMICalculation.feature | 4 +-
...dvancedPaymentScheduleTransactionProcessor.java | 112 ++++++-
.../portfolio/loanproduct/calc/EMICalculator.java | 11 +-
.../loanproduct/calc/ProgressiveEMICalculator.java | 70 +++--
.../loanproduct/calc/data/InterestPeriod.java | 30 +-
.../data/ProgressiveLoanInterestScheduleModel.java | 11 +-
.../loanproduct/calc/data/RepaymentPeriod.java | 46 +--
.../calc/ProgressiveEMICalculatorTest.java | 42 +--
.../ProgressiveLoanCreditBalanceRefundTest.java | 324 +++++++++++++++++++++
.../inlinecob/InlineLoanCOBHelper.java | 9 +
11 files changed, 549 insertions(+), 113 deletions(-)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/ProgressiveLoanCreditBalanceRefundTest.java