Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1F7A8200AE3 for ; Wed, 4 May 2016 16:26:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1E14D1609FF; Wed, 4 May 2016 14:26:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 44ABB1609FC for ; Wed, 4 May 2016 16:26:19 +0200 (CEST) Received: (qmail 79028 invoked by uid 500); 4 May 2016 14:26:18 -0000 Mailing-List: contact commits-help@fineract.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.incubator.apache.org Delivered-To: mailing list commits@fineract.incubator.apache.org Received: (qmail 79011 invoked by uid 99); 4 May 2016 14:26:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2016 14:26:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id F2537CA5C9 for ; Wed, 4 May 2016 14:26:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.299 X-Spam-Level: X-Spam-Status: No, score=-5.299 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.079] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 7qVsLRp8w7hT for ; Wed, 4 May 2016 14:26:15 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id B35445F24A for ; Wed, 4 May 2016 14:26:14 +0000 (UTC) Received: (qmail 78799 invoked by uid 99); 4 May 2016 14:26:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2016 14:26:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7998CDFC8F; Wed, 4 May 2016 14:26:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rajuan@apache.org To: commits@fineract.incubator.apache.org Date: Wed, 04 May 2016 14:26:22 -0000 Message-Id: <6bc0950033214982a5bb01ec64492d0d@git.apache.org> In-Reply-To: <90afa0d811124be9931189049d8c3710@git.apache.org> References: <90afa0d811124be9931189049d8c3710@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/10] incubator-fineract git commit: Merge branch 'PR95' into develop archived-at: Wed, 04 May 2016 14:26:20 -0000 Merge branch 'PR95' into develop Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/ffe6a139 Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/ffe6a139 Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/ffe6a139 Branch: refs/heads/develop Commit: ffe6a139f61bc812e2fdc34055462a0cf1ad8715 Parents: 92286b3 763cf18 Author: Adi Narayana Raju Authored: Wed May 4 19:10:57 2016 +0530 Committer: Adi Narayana Raju Committed: Wed May 4 19:10:57 2016 +0530 ---------------------------------------------------------------------- .../AccountingScenarioIntegrationTest.java | 14 +- .../ClientLoanIntegrationTest.java | 334 +- ...anRepaymentRescheduleAtDisbursementTest.java | 41 +- .../LoanReschedulingWithinCenterTest.java | 26 +- .../loans/LoanApplicationTestBuilder.java | 16 - .../common/loans/LoanProductTestBuilder.java | 24 +- .../journalentry/domain/JournalEntry.java | 3 + .../domain/JournalEntryRepository.java | 12 +- .../service/AccountingProcessorHelper.java | 8 +- .../AccrualBasedAccountingProcessorForLoan.java | 111 +- .../infrastructure/jobs/service/JobName.java | 5 +- .../portfolio/calendar/CalendarConstants.java | 3 +- .../calendar/api/CalendarsApiResource.java | 3 +- .../portfolio/calendar/data/CalendarData.java | 84 +- .../portfolio/calendar/domain/Calendar.java | 77 +- .../calendar/domain/CalendarInstance.java | 2 +- .../CalendarCommandFromApiJsonDeserializer.java | 11 + .../CalendarDropdownReadPlatformService.java | 1 + ...CalendarDropdownReadPlatformServiceImpl.java | 4 + .../calendar/service/CalendarEnumerations.java | 27 +- .../CalendarReadPlatformServiceImpl.java | 16 +- .../calendar/service/CalendarUtils.java | 113 +- ...arWritePlatformServiceJpaRepositoryImpl.java | 7 +- .../portfolio/common/domain/NthDayType.java | 17 + .../service/CenterReadPlatformServiceImpl.java | 5 +- .../loanaccount/api/LoanApiConstants.java | 41 +- .../loanaccount/api/LoansApiResource.java | 22 +- .../loanaccount/data/LoanAccountData.java | 32 + .../data/LoanInterestRecalculationData.java | 36 +- .../portfolio/loanaccount/domain/Loan.java | 443 ++- .../domain/LoanInstallmentCharge.java | 6 + ...nInterestRecalcualtionAdditionalDetails.java | 62 + .../LoanInterestRecalculationDetails.java | 157 +- .../LoanRepaymentScheduleInstallment.java | 17 +- .../loanaccount/domain/LoanTransaction.java | 29 + .../loanaccount/domain/LoanTransactionType.java | 9 +- .../loanschedule/data/LoanScheduleParams.java | 76 +- .../domain/AbstractLoanScheduleGenerator.java | 502 ++- ...ingBalanceInterestLoanScheduleGenerator.java | 19 +- .../domain/DefaultScheduledDateGenerator.java | 17 +- .../domain/LoanApplicationTerms.java | 3363 ++++++++---------- .../LoanScheduleModelDisbursementPeriod.java | 6 + .../domain/LoanScheduleModelPeriod.java | 3 + .../LoanScheduleModelRepaymentPeriod.java | 8 + .../domain/ScheduledDateGenerator.java | 4 +- .../service/LoanScheduleAssembler.java | 103 +- ...scheduleRequestWritePlatformServiceImpl.java | 5 +- ...ulateLoanScheduleQueryFromApiJsonHelper.java | 33 +- ...LoanApplicationCommandFromApiJsonHelper.java | 99 +- .../service/LoanAccrualPlatformService.java | 1 + .../service/LoanAccrualPlatformServiceImpl.java | 20 + .../LoanAccrualWritePlatformService.java | 1 + .../LoanAccrualWritePlatformServiceImpl.java | 41 +- ...onWritePlatformServiceJpaRepositoryImpl.java | 213 +- .../loanaccount/service/LoanAssembler.java | 9 +- .../service/LoanReadPlatformService.java | 1 + .../service/LoanReadPlatformServiceImpl.java | 107 +- ...anWritePlatformServiceJpaRepositoryImpl.java | 54 +- .../loanproduct/LoanProductConstants.java | 10 +- .../api/LoanProductsApiResource.java | 7 +- .../loanproduct/data/LoanProductData.java | 53 +- .../LoanProductInterestRecalculationData.java | 76 +- ...LoanProductInterestRecalculationDetails.java | 272 +- .../domain/LoanProductRelatedDetail.java | 4 +- .../serialization/LoanProductDataValidator.java | 69 +- .../LoanDropdownReadPlatformService.java | 2 + .../LoanDropdownReadPlatformServiceImpl.java | 28 +- .../loanproduct/service/LoanEnumerations.java | 49 + .../LoanProductReadPlatformServiceImpl.java | 46 +- ...ssWritePlatformServiceJpaRepositoryImpl.java | 4 +- ...req_and_insertion_script_for_accrual_job.sql | 60 + ...LoanRepaymentScheduleInstallmentBuilder.java | 6 +- 72 files changed, 4180 insertions(+), 3009 deletions(-) ----------------------------------------------------------------------