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 a59b90418082d0dc53e692c066495eb4ba252762 Merge: 1efffc4 cf41f64 Author: Myrle Krantz <[email protected]> AuthorDate: Mon Apr 16 21:17:32 2018 +0200 Merge pull request #4 from myrle-krantz/develop Updating package names. README.md | 2 - .../cn}/reporting/api/v1/EventConstants.java | 2 +- .../cn}/reporting/api/v1/PermittableGroupIds.java | 2 +- .../cn}/reporting/api/v1/client/ReportManager.java | 20 +++----- .../api/v1/client/ReportNotFoundException.java | 2 +- .../client/ReportParameterValidationException.java | 2 +- .../api/v1/domain/AutoCompleteResource.java | 2 +- .../reporting/api/v1/domain/DisplayableField.java | 2 +- .../cn}/reporting/api/v1/domain/Footer.java | 2 +- .../cn}/reporting/api/v1/domain/Header.java | 2 +- .../reporting/api/v1/domain/QueryParameter.java | 2 +- .../reporting/api/v1/domain/ReportDefinition.java | 2 +- .../cn}/reporting/api/v1/domain/ReportPage.java | 2 +- .../cn}/reporting/api/v1/domain/ReportRequest.java | 2 +- .../fineract/cn}/reporting/api/v1/domain/Row.java | 2 +- .../fineract/cn}/reporting/api/v1/domain/Type.java | 2 +- .../cn}/reporting/api/v1/domain/Value.java | 2 +- .../io/mifos/reporting/api/v1/domain/Sample.java | 38 -------------- .../mifos/reporting/api/v1/domain/SampleTest.java | 58 ---------------------- .../AbstractReportingSpecificationTest.java | 25 +++++----- .../TestBalanceSheetReportSpecification.java | 4 +- .../TestCustomerListReportSpecification.java | 4 +- .../TestDepositListReportSpecification.java | 4 +- .../TestIncomeStatementReportSpecification.java | 4 +- .../reporting/TestLoanListReportSpecification.java | 4 +- .../TestTellerListReportSpecification.java | 4 +- .../TestTellerTransactionReportSpecification.java | 4 +- .../reporting/service/ReportingApplication.java | 2 +- .../reporting/service/ReportingConfiguration.java | 23 +++++---- .../cn}/reporting/service/ServiceConstants.java | 2 +- .../provider/ReportSpecificationProvider.java | 10 ++-- .../service/internal/repository/DummyEntity.java | 2 +- .../internal/repository/DummyRepository.java | 2 +- .../BalanceSheetReportSpecification.java | 33 +++++++----- .../CustomerListReportSpecification.java | 49 +++++++++--------- .../DepositListReportSpecification.java | 37 +++++++++----- .../IncomeStatementReportSpecification.java | 33 +++++++----- .../specification/LoanListReportSpecification.java | 36 +++++++++----- .../OfficeListReportSpecification.java | 36 +++++++++----- .../TellerListReportSpecification.java | 37 +++++++++----- .../TellerTransactionReportSpecification.java | 37 +++++++++----- .../service/rest/ReportingRestController.java | 35 +++++++------ .../cn}/reporting/service/spi/CriteriaBuilder.java | 4 +- .../service/spi/DisplayableFieldBuilder.java | 6 +-- .../service/spi/QueryParameterBuilder.java | 8 +-- .../fineract/cn}/reporting/service/spi/Report.java | 2 +- .../reporting/service/spi/ReportSpecification.java | 8 +-- 47 files changed, 285 insertions(+), 318 deletions(-)
