You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by av...@apache.org on 2021/08/09 11:58:04 UTC

[fineract-cn-deposit-account-management] branch develop updated (a37bcca -> b0edc76)

This is an automated email from the ASF dual-hosted git repository.

avikg pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-deposit-account-management.git.


    from a37bcca  Merge pull request #23 from fynmanoj/acct-transfer
     new 8427b7b  AL-52-account-transfer-txn
     new 4030644  balance-api-collection-init
     new b0edc76  Merge pull request #24 from fynmanoj/balance-api-and-collection

The 99 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:
 .../fineract/cn/deposit/api/v1/EventConstants.java |   1 +
 .../{ActionState.java => BalanceResponse.java}     |  30 ++++-
 ...terestCommand.java => CalculateIBBCommand.java} |  22 ++--
 .../handler/InterestBearingBalanceCalculator.java  | 131 +++++++++++++++++++++
 .../repository/SubTransactionTypeEntity.java       |  22 ++++
 .../internal/service/TransactionService.java       |   9 ++
 .../service/rest/BeatListenerRestController.java   |   1 +
 .../rest/ProductInstanceRestController.java        |  24 ++++
 ...nt_charges.sql => V10__ibb_conf_to_sub_txn.sql} |   6 +-
 .../db/migrations/postgresql/V11__collections.sql  |  67 +++++++++++
 .../db/migrations/postgresql/V8__transaction.sql   |   2 +-
 .../postgresql/V9__transaction_update.sql          |   4 +-
 12 files changed, 298 insertions(+), 21 deletions(-)
 copy api/src/main/java/org/apache/fineract/cn/deposit/api/v1/transaction/domain/data/{ActionState.java => BalanceResponse.java} (64%)
 copy service/src/main/java/org/apache/fineract/cn/deposit/service/internal/command/{PayInterestCommand.java => CalculateIBBCommand.java} (78%)
 create mode 100644 service/src/main/java/org/apache/fineract/cn/deposit/service/internal/command/handler/InterestBearingBalanceCalculator.java
 copy service/src/main/resources/db/migrations/postgresql/{V4__add_unique_constraint_charges.sql => V10__ibb_conf_to_sub_txn.sql} (85%)
 create mode 100644 service/src/main/resources/db/migrations/postgresql/V11__collections.sql