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 CDFD2200CCF for ; Mon, 24 Jul 2017 15:29:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CC4781652DD; Mon, 24 Jul 2017 13:29:05 +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 1D48C1652DC for ; Mon, 24 Jul 2017 15:29:04 +0200 (CEST) Received: (qmail 59460 invoked by uid 500); 24 Jul 2017 13:29:04 -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 59437 invoked by uid 99); 24 Jul 2017 13:29:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2017 13:29:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9901EC13A5 for ; Mon, 24 Jul 2017 13:29:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.201 X-Spam-Level: X-Spam-Status: No, score=-99.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id V_C_Gr5y3y3I for ; Mon, 24 Jul 2017 13:29:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A76815FB95 for ; Mon, 24 Jul 2017 13:29:01 +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 351C8E0984 for ; Mon, 24 Jul 2017 13:29:01 +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 E2A4B21EE4 for ; Mon, 24 Jul 2017 13:29:00 +0000 (UTC) Date: Mon, 24 Jul 2017 13:29:00 +0000 (UTC) From: "Shaik Nazeer Hussain (JIRA)" To: dev@fineract.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (FINERACT-37) Support rescheduling repayments on holidays MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 24 Jul 2017 13:29:06 -0000 [ https://issues.apache.org/jira/browse/FINERACT-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shaik Nazeer Hussain closed FINERACT-37. ---------------------------------------- Santosh tested and working as expected. > Support rescheduling repayments on holidays > ------------------------------------------- > > Key: FINERACT-37 > URL: https://issues.apache.org/jira/browse/FINERACT-37 > Project: Apache Fineract > Issue Type: Improvement > Components: System > Reporter: James Rowe > Assignee: Santosh Math > > Our client is currently trying to migrate from their current financial software, but one of the configuration options is not present in Fineract. The option changes the way Fineract schedules loan repayments. Instead of rescheduling a repayment to a different day in the week, holidays would reschedule the repayment to the next due date and extend the schedule. For example with a holiday like this http://i.imgur.com/Dl8B3DX.png a loan that has a repayment fall in the holiday will be rescheduled to the next week and the following repayments will be postponed. http://i.imgur.com/l9OfTDm.png With this the loan term is extended and the repayment that landed on a holiday is repaid on the next due date. > I already have a proof of concept patch for this, but I think there are some issues with it. As such, I would like to work with a developer to discuss the best way to implement this, or if you would like, we can just figure out why my patch occasionally enters an infinite loop... > As a related request, the client is looking to have the interest due at this repayment to be redistributed across the full loan schedule. I wasn't sure if I should include this in this issue report or to make a new one that is related to this issue. -- This message was sent by Atlassian JIRA (v6.4.14#64029)