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 687eb823ff Merge pull request #5882
add 2c7abb458b FINERACT-1185: Add anniversary interest posting period types
new 405bf24308 Merge pull request #5761
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:
.../savings/SavingsPostingInterestPeriodType.java | 14 +-
.../portfolio/savings/domain/SavingsHelper.java | 50 +++--
.../savings/service/SavingsEnumerations.java | 16 ++
.../SavingsHelperAnniversaryPostingTest.java | 202 +++++++++++++++++++++
.../src/docs/en/chapters/features/index.adoc | 1 +
.../features/savings-interest-posting.adoc | 113 ++++++++++++
.../SavingsDropdownReadPlatformServiceImpl.java | 13 +-
...SavingsDropdownReadPlatformServiceImplTest.java | 53 ++++++
.../savings/domain/FixedDepositProduct.java | 18 ++
.../portfolio/savings/domain/SavingsAccount.java | 17 +-
...xedDepositProductAnniversaryValidationTest.java | 88 +++++++++
.../SavingsAccountAnniversaryValidationTest.java | 83 +++++++++
12 files changed, 646 insertions(+), 22 deletions(-)
create mode 100644
fineract-core/src/test/java/org/apache/fineract/portfolio/savings/domain/SavingsHelperAnniversaryPostingTest.java
create mode 100644
fineract-doc/src/docs/en/chapters/features/savings-interest-posting.adoc
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/portfolio/savings/service/SavingsDropdownReadPlatformServiceImplTest.java
create mode 100644
fineract-savings/src/test/java/org/apache/fineract/portfolio/savings/domain/FixedDepositProductAnniversaryValidationTest.java
create mode 100644
fineract-savings/src/test/java/org/apache/fineract/portfolio/savings/domain/SavingsAccountAnniversaryValidationTest.java