Merge branch 'FINRACT-456' into develop
Project: http://git-wip-us.apache.org/repos/asf/fineract/repo Commit: http://git-wip-us.apache.org/repos/asf/fineract/commit/35ec9d87 Tree: http://git-wip-us.apache.org/repos/asf/fineract/tree/35ec9d87 Diff: http://git-wip-us.apache.org/repos/asf/fineract/diff/35ec9d87 Branch: refs/heads/develop Commit: 35ec9d877e489cc655979b978cf94bdac909de8f Parents: 4ee30b6 af9fecb Author: Nazeer Hussain Shaik <[email protected]> Authored: Tue Jun 6 12:02:28 2017 +0530 Committer: Nazeer Hussain Shaik <[email protected]> Committed: Tue Jun 6 12:02:28 2017 +0530 ---------------------------------------------------------------------- .../WebContent/META-INF/MANIFEST.MF | 3 ++ fineract-provider/build.gradle | 1 + .../service/AccountingProcessorHelper.java | 57 ++++++++++---------- .../internal/ApplyLoanCommandStrategy.java | 4 +- .../internal/ApplySavingsCommandStrategy.java | 4 +- .../internal/ApproveLoanCommandStrategy.java | 4 +- .../internal/CollectChargesCommandStrategy.java | 4 +- .../internal/CreateChargeCommandStrategy.java | 4 +- .../internal/DisburseLoanCommandStrategy.java | 4 +- .../serialization/BatchRequestJsonHelper.java | 2 +- .../fineract/batch/service/BatchApiService.java | 4 +- .../batch/service/ResolutionHelper.java | 4 +- .../commands/annotation/CommandType.java | 4 +- .../provider/CommandHandlerProvider.java | 9 ++-- .../core/api/ApiRequestParameterHelper.java | 2 +- .../boot/AbstractApplicationConfiguration.java | 2 +- .../core/boot/WarWebApplicationInitializer.java | 2 +- .../CommandProcessingResultJsonSerializer.java | 2 +- ...ettyPrintingOffJsonSerializerGoogleGson.java | 2 +- ...rettyPrintingOnJsonSerializerGoogleGson.java | 2 +- .../core/serialization/FromJsonHelper.java | 2 +- .../ContentRepositoryUtils.java | 2 +- .../domain/ReportMailingJob.java | 16 +++--- ...eportMailingJobWritePlatformServiceImpl.java | 6 +-- .../validation/ReportMailingJobValidator.java | 6 +-- .../InvalidTenantIdentiferException.java | 2 +- .../sms/data/SmsMessageApiResponseData.java | 4 +- .../sms/data/SmsMessageDeliveryReportData.java | 4 +- .../organisation/teller/data/CashierData.java | 37 +++++++------ .../organisation/teller/data/TellerData.java | 2 +- .../teller/data/TellerJournalData.java | 2 +- .../teller/data/TellerTransactionData.java | 2 +- .../organisation/teller/domain/Cashier.java | 22 ++++---- .../teller/domain/CashierTransaction.java | 4 +- .../calendar/domain/CalendarFrequencyType.java | 4 +- .../client/domain/ClientTransaction.java | 4 +- .../common/domain/DaysInMonthType.java | 3 +- .../portfolio/common/domain/DaysInYearType.java | 3 +- .../portfolio/loanaccount/domain/Loan.java | 7 ++- .../loanaccount/domain/LoanCharge.java | 8 ++- .../loanaccount/domain/LoanSummary.java | 2 +- .../loanaccount/domain/LoanTransaction.java | 5 ++ ...ingBalanceInterestLoanScheduleGenerator.java | 2 +- .../LoanRescheduleRequestDataValidator.java | 6 +-- .../domain/LoanRescheduleRequest.java | 4 +- .../LoanRescheduleRequestNotFoundException.java | 2 +- ...scheduleRequestWritePlatformServiceImpl.java | 4 +- ...anWritePlatformServiceJpaRepositoryImpl.java | 2 +- .../InterestRecalculationCompoundingMethod.java | 3 +- .../InterestRecalculationPeriodMethod.java | 3 +- .../domain/LoanRescheduleStrategyMethod.java | 4 +- .../savings/DepositAccountOnClosureType.java | 2 +- ...avingsInterestCalculationDaysInYearType.java | 3 +- .../savings/SavingsInterestCalculationType.java | 3 +- .../domain/DepositAccountDomainServiceJpa.java | 2 +- ...ntWritePlatformServiceJpaRepositoryImpl.java | 2 +- ...erWritePlatformServiceJpaRepositoryImpl.java | 12 ++--- 57 files changed, 172 insertions(+), 149 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/fineract/blob/35ec9d87/fineract-provider/src/main/java/org/apache/fineract/infrastructure/documentmanagement/contentrepository/ContentRepositoryUtils.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/fineract/blob/35ec9d87/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/Loan.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/fineract/blob/35ec9d87/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanWritePlatformServiceJpaRepositoryImpl.java ----------------------------------------------------------------------
