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 dc7fb130d8 Merge pull request #6134
add 745ae67ded FINERACT-2284: Enforce Charge Rounding using Money
inMultiplesOf settings
new 0be33be21c Merge pull request #5940
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../loanaccount/service/LoanChargeService.java | 22 +-
.../portfolio/client/domain/ClientCharge.java | 8 +-
.../ClientChargeWritePlatformServiceImpl.java | 28 +-
...countWritePlatformServiceJpaRepositoryImpl.java | 17 +
.../shareaccounts/domain/ShareAccountCharge.java | 11 +-
.../domain/ShareAccountTransaction.java | 2 +-
.../serialization/ShareAccountDataSerializer.java | 15 +-
.../savings/domain/SavingsAccountCharge.java | 5 +-
.../integrationtests/ClientChargeRoundingTest.java | 194 +++++
.../integrationtests/LoanChargeRoundingTest.java | 818 +++++++++++++++++++++
.../SavingsAccountChargeRoundingTest.java | 351 +++++++++
.../ShareAccountChargeRoundingTest.java | 665 +++++++++++++++++
.../client/feign/helpers/FeignAccountHelper.java | 4 +
.../common/shares/ShareProductHelper.java | 22 +-
14 files changed, 2137 insertions(+), 25 deletions(-)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/ClientChargeRoundingTest.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanChargeRoundingTest.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/SavingsAccountChargeRoundingTest.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/ShareAccountChargeRoundingTest.java