[
http://mifosforge.jira.com/browse/MIFOS-5035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=67744#comment-67744
]
Mifos Hudson Jira Plugin User commented on MIFOS-5035:
------------------------------------------------------
Integrated in !http://ci.mifos.org/hudson/images/16x16/yellow.png!
[head-master-secondary
#433|http://ci.mifos.org/hudson/job/head-master-secondary/433/]
MIFOS-5035: first step in adding daily interest calculation with declining
method for variable installments.
MIFOS-5035: pass down installment date information along with total installment
details for variable installments when creating loan schedule for loan account.
MIFOS-5035: calculate interest and principal correctly for variable installments
MIFOS-5035: fixe variable installments schedule for loan creation.
MIFOS-5035: correct rounding of initial loan schedule
MIFOS-5035: ensure interest is recalculated when reviewing loan schedule for
variable installments loan.
MIFOS-5035: fix failing acceptance tests
MIFOS-5035: make sure installments are displayed correctly on review
installments page for loan creation.
Keith Woodlock :
Files :
* appdomain/src/main/java/org/mifos/accounts/loan/business/LoanBO.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanInterestCalculatorFactoryImpl.java
*
appdomain/src/main/java/org/mifos/application/servicefacade/LoanAccountServiceFacadeWebTier.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/DecliningBalanceWithInterestCalculatedDailyLoanInterestCalculator.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanScheduleFactory.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/IndividualLoanScheduleFactory.java
*
application/src/test/java/org/mifos/accounts/loan/struts/action/LoanAccountActionStrutsTest.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanInterestCalculatorFactory.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/DecliningBalanceWithInterestCalculatedDailyFormula.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/InterestCalculationForumula.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/service/LoanScheduleServiceDomain.java
*
appdomain/src/test/java/org/mifos/clientportfolio/newloan/domain/LoanInterestCalculationDetailsBuilder.java
*
appdomain/src/test/java/org/mifos/clientportfolio/newloan/domain/LoanInterestCalculatorFactoryTest.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanInterestCalculationDetails.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/service/LoanScheduleService.java
Keith Woodlock :
Files :
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanScheduleFactory.java
*
appdomain/src/main/java/org/mifos/application/servicefacade/LoanAccountServiceFacadeWebTier.java
*
userInterface/src/main/java/org/mifos/clientportfolio/loan/ui/LoanAccountController.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/service/LoanScheduleServiceDomain.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/service/LoanScheduleService.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/IndividualLoanScheduleFactory.java
*
serviceInterfaces/src/main/java/org/mifos/application/servicefacade/LoanAccountServiceFacade.java
Keith Woodlock :
Files :
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanInterestCalculationDetails.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/DecliningBalanceWithInterestCalculatedDailyLoanInterestCalculator.java
*
appdomain/src/test/java/org/mifos/clientportfolio/newloan/domain/EqualInstallmentGeneratorFactoryTest.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/IndividualLoanScheduleFactory.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/EqualInstallmentGeneratorFactory.java
* appdomain/src/main/java/org/mifos/accounts/loan/business/LoanBO.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/EqualInstallmentGeneratorFactoryImpl.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/VariableInstallmentPrincipalWithInterestGenerator.java
Keith Woodlock :
Files :
*
appdomain/src/main/java/org/mifos/application/servicefacade/LoanAccountServiceFacadeWebTier.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/VariableInstallmentPrincipalWithInterestGenerator.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/IndividualLoanScheduleFactory.java
Keith Woodlock :
Files :
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/IndividualLoanScheduleFactory.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/VariableInstallmentLoanScheduleRounder.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/VariableInstallmentPrincipalWithInterestGenerator.java
Keith Woodlock :
Files :
*
userInterface/src/main/resources/org/mifos/ui/freemarker/core/redoloanAccountReviewLoanSchedule.ftl
*
userInterface/src/main/java/org/mifos/clientportfolio/loan/ui/LoanScheduleFormBean.java
*
serviceInterfaces/src/main/java/org/mifos/application/servicefacade/LoanAccountServiceFacade.java
*
userInterface/src/main/resources/org/mifos/ui/freemarker/core/createloanAccountReviewLoanSchedule.ftl
*
appdomain/src/main/java/org/mifos/application/servicefacade/LoanAccountServiceFacadeWebTier.java
*
userInterface/src/main/java/org/mifos/clientportfolio/loan/ui/CashFlowSummaryFormBean.java
*
userInterface/src/main/java/org/mifos/clientportfolio/loan/ui/BackdatedPaymentable.java
*
userInterface/src/main/java/org/mifos/clientportfolio/loan/ui/LoanAccountController.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/VariableInstallmentPrincipalWithInterestGenerator.java
*
acceptanceTests/src/test/java/org/mifos/test/acceptance/framework/loan/CreateLoanAccountReviewInstallmentPage.java
Keith Woodlock :
Files :
*
userInterface/src/main/java/org/mifos/clientportfolio/loan/ui/LoanScheduleFormBean.java
Keith Woodlock :
Files :
*
userInterface/src/main/java/org/mifos/clientportfolio/loan/ui/LoanAccountController.java
> Interest calculation for variable installment loans should be declining but
> with daily interest calculation and should be recalculated when dates are
> changed on 'review installments page' of loan creation
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: MIFOS-5035
> URL: http://mifosforge.jira.com/browse/MIFOS-5035
> Project: mifos
> Issue Type: Bug
> Components: Loan Account
> Affects Versions: Release G
> Reporter: keithwoodlock
> Assignee: keithwoodlock
> Priority: Critical
> Fix For: Release G - Iteration 8, Release G
>
>
> The 'variable installments' feature added for loans in 2.1 limits interest
> calculation for that type of product to be declining but it differs from
> 'declining' used previously in application as it calculates the interest
> based on days and not weeks/months frequency which will cause some
> differences in interest computed.
> Tejus updated the specs to desbribe this here under the heading "Repayment
> Schedule Generation":
> http://mifosforge.jira.com/wiki/display/MIFOS/Variable+Loan+Installments+and+Cash+Flow+Comparison+Functional+Spec
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today.
http://p.sf.net/sfu/quest-dev2dev2
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues