[jira] [Commented] (FINERACT-16) Cannot close Savings Account when linked to a loan even when loan status is closed

2017-01-20 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FINERACT-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15831367#comment-15831367
 ] 

ASF GitHub Bot commented on FINERACT-16:


Github user asfgit closed the pull request at:

https://github.com/apache/incubator-fineract/pull/277


> Cannot close Savings Account when linked to a loan even when loan status is 
> closed
> --
>
> Key: FINERACT-16
> URL: https://issues.apache.org/jira/browse/FINERACT-16
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Savings
>Reporter: Dayna Harp
>Assignee: Shaik Nazeer Hussain
>Priority: Critical
>  Labels: p1
>
> https://mifosforge.jira.com/browse/MIFOSX-2293
> 1. Create and activate a client 
> 2. Create and activated a savings account for the client, deposit some amount 
> in the account
> 3. Link the above savings account to a new loan application and  Submit the 
> loan application, Don't approve, it close the loan.
> 4. Try to close the above savings account and check the Withdraw Balance
> _Error
> Closing savings account with id:11 is not allowed, since it is linked with 
> one of the active loans_
> The same error is got if even the loan account is paid all and closed.
> I think the cause is, when a loan account is closed, withdrawn, or rejected 
> the linked savings account remains linked.to the loan account hence this 
> error.
> This is very critical barrier



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FINERACT-16) Cannot close Savings Account when linked to a loan even when loan status is closed

2017-01-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FINERACT-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15827650#comment-15827650
 ] 

ASF GitHub Bot commented on FINERACT-16:


GitHub user nazeer1100126 opened a pull request:

https://github.com/apache/incubator-fineract/pull/277

FINERACT-16-Cannot close Savings Account when linked to a loan even when 
loan status is closed



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/nazeer1100126/incubator-fineract FINERACT-16

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-fineract/pull/277.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #277






> Cannot close Savings Account when linked to a loan even when loan status is 
> closed
> --
>
> Key: FINERACT-16
> URL: https://issues.apache.org/jira/browse/FINERACT-16
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Savings
>Reporter: Dayna Harp
>Assignee: Markus Geiss
>Priority: Critical
>  Labels: p1
>
> https://mifosforge.jira.com/browse/MIFOSX-2293
> 1. Create and activate a client 
> 2. Create and activated a savings account for the client, deposit some amount 
> in the account
> 3. Link the above savings account to a new loan application and  Submit the 
> loan application, Don't approve, it close the loan.
> 4. Try to close the above savings account and check the Withdraw Balance
> _Error
> Closing savings account with id:11 is not allowed, since it is linked with 
> one of the active loans_
> The same error is got if even the loan account is paid all and closed.
> I think the cause is, when a loan account is closed, withdrawn, or rejected 
> the linked savings account remains linked.to the loan account hence this 
> error.
> This is very critical barrier



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FINERACT-16) Cannot close Savings Account when linked to a loan even when loan status is closed

2017-01-18 Thread Shaik Nazeer Hussain (JIRA)

[ 
https://issues.apache.org/jira/browse/FINERACT-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15827617#comment-15827617
 ] 

Shaik Nazeer Hussain commented on FINERACT-16:
--

Before approval, there is no option to close the loan. User has the option to 
delete the loan.
While deleting the loan, we are not deleting the existing accountAssociations. 
This is causing DataIntegrityVoilation.

> Cannot close Savings Account when linked to a loan even when loan status is 
> closed
> --
>
> Key: FINERACT-16
> URL: https://issues.apache.org/jira/browse/FINERACT-16
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Savings
>Reporter: Dayna Harp
>Assignee: Markus Geiss
>Priority: Critical
>  Labels: p1
>
> https://mifosforge.jira.com/browse/MIFOSX-2293
> 1. Create and activate a client 
> 2. Create and activated a savings account for the client, deposit some amount 
> in the account
> 3. Link the above savings account to a new loan application and  Submit the 
> loan application, Don't approve, it close the loan.
> 4. Try to close the above savings account and check the Withdraw Balance
> _Error
> Closing savings account with id:11 is not allowed, since it is linked with 
> one of the active loans_
> The same error is got if even the loan account is paid all and closed.
> I think the cause is, when a loan account is closed, withdrawn, or rejected 
> the linked savings account remains linked.to the loan account hence this 
> error.
> This is very critical barrier



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)