[ 
http://mifosforge.jira.com/browse/MIFOS-4675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=64889#comment-64889
 ] 

Mifos Hudson Jira Plugin User commented on MIFOS-4675:
------------------------------------------------------

Integrated in !http://ci.mifos.org/hudson/images/16x16/red.png! [head-f-release 
#69|http://ci.mifos.org/hudson/job/head-f-release/69/]
     WIP on MIFOS-4675.  Fixed AccountBO.getAccountFees to only return active 
fees.

Van Mittal-Henkle : 
[40449942fb3b6d5af407533dd705bf6f9f5f495b|http://mifos.git.sourceforge.net/git/gitweb.cgi?p=mifos/head&a=commit&h=40449942fb3b6d5af407533dd705bf6f9f5f495b]
Files : 
* appdomain/src/main/java/org/mifos/accounts/persistence/LegacyAccountDao.java
* 
application/src/test/java/org/mifos/customers/business/CustomerAccountBOIntegrationTest.java
* 
appdomain/src/main/java/org/mifos/accounts/loan/business/LoanScheduleEntity.java
* 
application/src/test/java/org/mifos/accounts/business/service/AccountServiceIntegrationTest.java
* appdomain/src/main/java/org/mifos/customers/business/CustomerAccountBO.java
* appdomain/src/main/java/org/mifos/accounts/loan/business/LoanBO.java
* 
acceptanceTests/src/test/java/org/mifos/test/acceptance/framework/testhelpers/BatchJobHelper.java
* 
application/src/test/java/org/mifos/accounts/loan/business/LoanBOIntegrationTest.java
* appdomain/src/main/resources/org/mifos/accounts/fees/business/FeeBO.hbm.xml
* appdomain/src/main/java/org/mifos/accounts/business/AccountBO.java


> if multiple instances of the same one-time fee are added to a loan, clicking 
> on the remove link next to one instance may remove another instance
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MIFOS-4675
>                 URL: http://mifosforge.jira.com/browse/MIFOS-4675
>             Project: mifos
>          Issue Type: Bug
>          Components: Fee
>    Affects Versions: Elsie F
>            Reporter: Van Mittal-Henkle
>            Assignee: Van Mittal-Henkle
>             Fix For: Elsie F - Iteration 11, Elsie F
>
>
> If multiple instances of the same one-time fee are added to a loan account, 
> clicking on the remove link next to one instance may remove another instance.
> The reason is that the remove links for one time fees (and recurring fees) 
> only include the id of the feeBO (the fee definition) not the 
> AccountFeesEntity (the fee instance).  So if we have one time fee FeeX with 
> id=1, and we apply it 3 times with amounts 1, 10, 100 we will see 3 FeeX 
> entries with the amounts and remove links.  Each link will hvae the id=1, so 
> when we click on the remove link for FeeX with amount 1, it may end up 
> removing FeeX with amount 100 if that instance happens to come first in the 
> database
> The short term solution discussed with Kay is to make it so that only one 
> instance of a given fee can be added.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to