[
http://mifosforge.jira.com/browse/MIFOS-4684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=65827#comment-65827
]
Mifos Hudson Jira Plugin User commented on MIFOS-4684:
------------------------------------------------------
Integrated in !http://ci.mifos.org/hudson/images/16x16/red.png!
[head-master-secondary
#79|http://ci.mifos.org/hudson/job/head-master-secondary/79/]
MIFOS-4684: use freemarker built-ins for localisation support on numbers
and dates, add business rule strategy for validation and determination of loan
disbursment date.
MIFOS-4684: add confirmation step for loan creation, add service for loan
schedule generation
Keith Woodlock :
Files :
*
userInterface/src/main/resources/org/mifos/ui/freemarker/core/createLoanAccountEnterDetails.ftl
*
serviceInterfaces/src/main/java/org/mifos/application/servicefacade/LoanAccountServiceFacade.java
*
userInterface/src/main/java/org/mifos/clientportfolio/loan/ui/LoanAccountController.java
*
appdomain/src/main/java/org/mifos/application/servicefacade/LoanAccountServiceFacadeWebTier.java
* serviceInterfaces/src/main/java/org/mifos/dto/screen/LoanScheduleDto.java
*
serviceInterfaces/src/main/java/org/mifos/clientportfolio/loan/service/CreateLoanSchedule.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanDisbursementDateValidator.java
*
userInterface/src/test/java/org/mifos/clientportfolio/loan/ui/LoanAccountFormBeanTest.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/ScheduledEventLoanDisbursementStrategyImpl.java
*
userInterface/src/main/resources/org/mifos/ui/freemarker/core/createloanAccountPreview.ftl
*
serviceInterfaces/src/main/java/org/mifos/dto/screen/LoanCreationLoanDetailsDto.java
*
userInterface/src/main/resources/org/mifos/ui/freemarker/core/createloanAccountReviewLoanSchedule.ftl
*
serviceInterfaces/src/main/java/org/mifos/dto/domain/LoanCreationInstallmentDto.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanDisbursementStrategy.java
*
userInterface/src/main/resources/org/mifos/ui/localizedProperties/loan_messages.properties
*
serviceInterfaces/src/main/java/org/mifos/clientportfolio/newloan/applicationservice/LoanDisbursementDateValidationServiceFacade.java
*
userInterface/src/main/java/org/mifos/clientportfolio/loan/ui/LoanAccountFormBean.java
*
appdomain/src/test/java/org/mifos/clientportfolio/newloan/domain/ScheduledEventLoanDisbursementStrategyImplTest.java
Keith Woodlock :
Files :
*
userInterface/src/main/resources/org/mifos/ui/freemarker/core/createLoanAccountConfirmation.ftl
*
userInterface/src/main/resources/org/mifos/ui/localizedProperties/loan_messages.properties
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/applicationservice/IndividualLoanServiceFacadeWebTier.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/service/LoanScheduleServiceDomain.java
* appdomain/src/main/resources/org/mifos/config/resources/services.xml
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanSchedule.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanServiceImpl.java
*
serviceInterfaces/src/main/java/org/mifos/clientportfolio/newloan/applicationservice/LoanApplicationStateDto.java
* appdomain/src/main/java/org/mifos/accounts/business/AccountBO.java
*
application/src/test/java/org/mifos/application/servicefacade/LoanAccountServiceFacadeWebTierTest.java
* appdomain/src/main/java/org/mifos/accounts/loan/business/LoanBO.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/CreationDetail.java
* application/src/test/java/org/mifos/domain/builders/SavingsAccountBuilder.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanScheduleFactory.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/service/LoanScheduleService.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanService.java
*
application/src/main/resources/META-INF/resources/WEB-INF/flows/createLoanAccount.xml
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanInstallmentFactory.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanScheduleConfiguration.java
*
serviceInterfaces/src/main/java/org/mifos/application/servicefacade/LoanAccountServiceFacade.java
*
userInterface/src/main/java/org/mifos/clientportfolio/loan/ui/LoanAccountController.java
*
application/src/test/java/org/mifos/accounts/savings/struts/action/SavingsActionStrutsTest.java
*
serviceInterfaces/src/main/java/org/mifos/dto/screen/LoanCreationResultDto.java
*
appdomain/src/main/java/org/mifos/accounts/loan/persistance/LoanDaoHibernate.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/applicationservice/IndividualLoanAssembler.java
*
appdomain/src/test/java/org/mifos/clientportfolio/newloan/applicationservice/IndividualLoanServiceFacadeWebTierTest.java
*
appdomain/src/test/java/org/mifos/clientportfolio/newloan/domain/LoanScheduleFactoryTest.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/IndividualLoan.java
*
serviceInterfaces/src/main/java/org/mifos/clientportfolio/loan/service/CreateLoanSchedule.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/applicationservice/LoanAssembler.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/IndividualLoanScheduleFactory.java
*
appdomain/src/main/java/org/mifos/application/servicefacade/LoanAccountServiceFacadeWebTier.java
*
serviceInterfaces/src/main/java/org/mifos/clientportfolio/newloan/applicationservice/CreateLoanAccount.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanInstallmentFactoryImpl.java
* appdomain/src/main/java/org/mifos/accounts/savings/business/SavingsBO.java
*
appdomain/src/main/java/org/mifos/clientportfolio/newloan/domain/LoanProductOverridenDetail.java
> As a Mifos user, I want to have the Create Loan workflow converted to FTL
> -------------------------------------------------------------------------
>
> Key: MIFOS-4684
> URL: http://mifosforge.jira.com/browse/MIFOS-4684
> Project: mifos
> Issue Type: Story
> Components: Loan Account
> Affects Versions: Release G
> Reporter: Kay Chau
> Assignee: keithwoodlock
> Priority: Major
> Fix For: Release G - Iteration 2, Release G
>
>
> h1. Acceptance Criteria:
> h2. General
> * No bugs in Create Loan, and no regressions in this area
> * Any loan created (from any product) is accurate - with appropriate fees,
> meeting schedule, client, etc
> h2. Specifics
> http://mifosforge.jira.com/wiki/display/MIFOS/Create+Loan+Workflow+Acceptance+Criteria
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues