You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by "Shaik Nazeer Hussain (JIRA)" <ji...@apache.org> on 2017/01/17 06:50:26 UTC

[jira] [Closed] (FINERACT-18) Unable to reschedule loan with fee attached

     [ https://issues.apache.org/jira/browse/FINERACT-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaik Nazeer Hussain closed FINERACT-18.
----------------------------------------
    Resolution: Fixed
      Assignee: Shaik Nazeer Hussain  (was: Markus Geiss)

Santosh tested and working as expected. 

> 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: Shaik Nazeer Hussain
>            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)