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 ceb22456c FINERACT-1596-Accounting-treatment-changes-goodwill-credit
add 9baf053d0 [FINERACT-1751] Add savings account transaction request to
Batch API
No new revisions were added by this update.
Summary of changes:
.../batch/command/CommandStrategyProvider.java | 8 ++
...a => GetSavingsAccountByIdCommandStrategy.java} | 63 +++++-----
...ngsAccountAdjustTransactionCommandStrategy.java | 70 +++++++++++
... SavingsAccountTransactionCommandStrategy.java} | 35 +++---
.../fineract/integrationtests/BatchApiTest.java | 49 ++++++++
.../integrationtests/common/BatchHelper.java | 134 +++++++++++++++++++++
6 files changed, 306 insertions(+), 53 deletions(-)
copy
fineract-provider/src/main/java/org/apache/fineract/batch/command/internal/{GetChargeByIdCommandStrategy.java
=> GetSavingsAccountByIdCommandStrategy.java} (53%)
create mode 100644
fineract-provider/src/main/java/org/apache/fineract/batch/command/internal/SavingsAccountAdjustTransactionCommandStrategy.java
copy
fineract-provider/src/main/java/org/apache/fineract/batch/command/internal/{ApproveLoanRescheduleCommandStrategy.java
=> SavingsAccountTransactionCommandStrategy.java} (58%)