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 BB3F5200BFB for ; Wed, 11 Jan 2017 14:21:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B9E13160B4E; Wed, 11 Jan 2017 13:21:02 +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 0D717160B2E for ; Wed, 11 Jan 2017 14:21:01 +0100 (CET) Received: (qmail 23578 invoked by uid 500); 11 Jan 2017 13:21:01 -0000 Mailing-List: contact dev-help@fineract.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.incubator.apache.org Delivered-To: mailing list dev@fineract.incubator.apache.org Received: (qmail 23566 invoked by uid 99); 11 Jan 2017 13:21:01 -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, 11 Jan 2017 13:21:01 +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 CF180C0922 for ; Wed, 11 Jan 2017 13:21:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.019 X-Spam-Level: X-Spam-Status: No, score=-7.019 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] 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 39z-jmgvDyKO for ; Wed, 11 Jan 2017 13:21:00 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 3C5465F286 for ; Wed, 11 Jan 2017 13:20:59 +0000 (UTC) Received: (qmail 22183 invoked by uid 99); 11 Jan 2017 13:20:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2017 13:20:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 64E6E2C03E1 for ; Wed, 11 Jan 2017 13:20:58 +0000 (UTC) Date: Wed, 11 Jan 2017 13:20:58 +0000 (UTC) From: "Edward Cable (JIRA)" To: dev@fineract.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FINERACT-18) Unable to reschedule loan with fee attached MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 11 Jan 2017 13:21:02 -0000 [ https://issues.apache.org/jira/browse/FINERACT-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Cable updated FINERACT-18: --------------------------------- Labels: confirm p2 (was: p2) > Unable to reschedule loan with fee attached > ------------------------------------------- > > Key: FINERACT-18 > URL: https://issues.apache.org/jira/browse/FINERACT-18 > Project: Apache Fineract > Issue Type: Bug > Components: Loan > Reporter: Dayna Harp > Assignee: Markus Geiss > Priority: Critical > Labels: confirm, p2 > > https://mifosforge.jira.com/browse/MIFOSX-1593 > Whenever I try to reschedule loan installment, which has some fee or penalty assigned, the rescheduling request fails. > Is this scenario supported? > If so, how to overcome mentioned problem? > The failing API call is this: > POST https://xxx:8443/mifosng-provider/api/v1/rescheduleloans HTTP/1.1 > Host: xxx:8443 > Connection: keep-alive > Accept: application/json, text/plain, */* > Content-Type: application/json > X-Mifos-Platform-TenantId: default > Origin: http://localhost:9000 > Authorization: Basic xxx > Accept-Encoding: gzip,deflate > Accept-Language: en-GB,en-US;q=0.8,en;q=0.6 > Content-Length: 352 > { > "loanId": 839, > "graceOnPrincipal": 2, > "rescheduleFromDate": "2014-10-31", > "adjustedDueDate": "2014-11-20", > "dateFormat": "yyyy-MM-dd", > "locale": "en", > "recalculateInterest": false, > "submittedOnDate": "2014-09-27", > "rescheduleReasonComment" : "Client has gone AWOL", > "rescheduleReasonId": 1 > } > Thanks in advance for any information. -- This message was sent by Atlassian JIRA (v6.3.4#6332)