You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2019/09/02 20:44:09 UTC

[fineract-cn-reporting] 24/47: Merge branch 'develop' of https://github.com/mifosio/reporting into develop

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

awasum pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-reporting.git

commit de1fa388c9935299c8e35a009647c9e8065a455c
Merge: 5f1f0f6 129db80
Author: mgeiss <mg...@mifos.org>
AuthorDate: Wed Oct 4 08:36:35 2017 +0200

    Merge branch 'develop' of https://github.com/mifosio/reporting into develop

 .../io/mifos/reporting/api/v1/domain/Sample.java   |  15 +
 .../TestBalanceSheetReportSpecification.java       |  37 +++
 .../TestDepositListReportSpecification.java        |  36 ++
 .../TestIncomeStatementReportSpecification.java    |  36 ++
 .../reporting/TestLoanListReportSpecification.java |  36 ++
 .../TestSavingListReportSpecification.java         |  21 --
 .../TestTellerListReportSpecification.java         |  36 ++
 .../TestTellerTransactionReportSpecification.java  |  36 ++
 gradle/wrapper/gradle-wrapper.properties           |   4 +-
 gradlew                                            |   0
 .../service/internal/repository/DummyEntity.java   |   2 +-
 .../internal/repository/DummyRepository.java       |   2 +-
 .../BalanceSheetReportSpecification.java           | 364 ++++++++++++++++++++
 .../DepositListReportSpecification.java            | 294 ++++++++--------
 .../IncomeStatementReportSpecification.java        | 165 ++++++---
 .../specification/LoanListReportSpecification.java | 155 ++++++---
 .../OfficeListReportSpecification.java             | 278 ++++++++++++++++
 ...llerCashierDailyBalanceReportSpecification.java |  72 ----
 .../TellerListReportSpecification.java             |  19 +-
 .../TellerTransactionReportSpecification.java      | 370 +++++++++++++++++++++
 service/src/main/resources/ESAPI.properties        |  62 +---
 service/src/main/resources/validation.properties   |  18 +-
 22 files changed, 1676 insertions(+), 382 deletions(-)