Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A18E7200C7F for ; Wed, 24 May 2017 15:56:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A021F160B9C; Wed, 24 May 2017 13:56:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E6E1A160BB4 for ; Wed, 24 May 2017 15:56:08 +0200 (CEST) Received: (qmail 7971 invoked by uid 500); 24 May 2017 13:56:08 -0000 Mailing-List: contact dev-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.apache.org Delivered-To: mailing list dev@fineract.apache.org Received: (qmail 7958 invoked by uid 99); 24 May 2017 13:56:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2017 13:56:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B82E7C76F3 for ; Wed, 24 May 2017 13:56:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id KsZBjvynFzOE for ; Wed, 24 May 2017 13:56:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2F6FF5F5A2 for ; Wed, 24 May 2017 13:56:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7519DE0D49 for ; Wed, 24 May 2017 13:56:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 287D321B58 for ; Wed, 24 May 2017 13:56:04 +0000 (UTC) Date: Wed, 24 May 2017 13:56:04 +0000 (UTC) From: "Santosh Math (JIRA)" To: dev@fineract.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FINERACT-200) Separate Current Accounts from Savings Accounts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 24 May 2017 13:56:09 -0000 [ https://issues.apache.org/jira/browse/FINERACT-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Santosh Math updated FINERACT-200: ---------------------------------- Component/s: Savings > Separate Current Accounts from Savings Accounts > ----------------------------------------------- > > Key: FINERACT-200 > URL: https://issues.apache.org/jira/browse/FINERACT-200 > Project: Apache Fineract > Issue Type: Improvement > Components: Savings > Reporter: Dayna Harp > Assignee: Markus Geiss > Priority: Minor > Labels: p3 > > https://mifosforge.jira.com/browse/MIFOSX-1361 > Current Accounts and Savings accounts are two different category of deposit products. At least at the User Interface, these should be treated as two different products. At the platform level, we should have a field that differentiate these (perhaps m_savings.product.deposit_type_enum and m_savings_account.account_type_enum) > Savings accounts should not allow overdraft and hence the parameters associated to overdraft can be defaulted to null. > Current accounts allow overdraft and overdraft limits and charges/interest for overdrafts. Also they usually have zero interest rate, but we should retain the interest rate fields for current account. > Fees - should be separated out for current accounts and savings accounts. > Also, need to be evaluated how this will impact savings reports. -- This message was sent by Atlassian JIRA (v6.3.15#6346)