You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by "thynn win (JIRA)" <ji...@apache.org> on 2017/07/14 08:16:02 UTC

[jira] [Commented] (FINERACT-494) Issue when selecting savings account on client creation page

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

thynn win commented on FINERACT-494:
------------------------------------

[~santoshmath] 

1) To replicate this scenario, create a savings product, and also a recurring product and configure as mandatory.
2) When creating a new client, select 'open savings account' and choose the *recurring product* from the drop-down. (both products are available in the drop down)
3) Behind the scene, it's created as a regular savings product instead of a recurring product.
- deposit_type_enum is 100 while it should be deposit_type_enum: 300.
- associated mandatory flag and recurring properties were not set (if recurring deposit is created from client creation page).

This is impacting the reports where we need to know how much of savings are 'mandatory'. Would you be able to escalate this as P1?

> Issue when selecting savings account on client creation page
> ------------------------------------------------------------
>
>                 Key: FINERACT-494
>                 URL: https://issues.apache.org/jira/browse/FINERACT-494
>             Project: Apache Fineract
>          Issue Type: Bug
>          Components: Client, Savings
>            Reporter: Chanda Aparna
>            Assignee: Markus Geiss
>
> When user checks open savings account on the client creation page, the savings product dropdown is enabled. All the savings product irrespective of Recurring or Saving deposits will be displayed in that. Once the saving product(recurring product with ismandatory checked) is selected and submitted the client page, the selected savings product which is recurring with ismandatory flag true is saved as saving deposit(deposit_type_enum: 100) instead of recurring deposit(deposit_type_enum: 300) in savings table (m_savings_account) with the created client id, which is a bug. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)