You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Fafa Akligo <jn...@gmail.com> on 2022/03/21 16:28:27 UTC

Date and Repayment Schedule issues

Mifos version is 21.07.01

1. When we create a Loan Application from the API it sets the Dates a day
earlier. For instance when the Creation date is March 15, 2022 it sets it
to March 14 2022 so we can only disburse from that date. And the repayment
schedule starts from March 14 too instead of March 15.

2. When we try using the following API it does not work and comes with the
attached error message.
POST
https://DomainName/api/v1/loans/1/schedule?command=calculateLoanSchedule
<https://domainname/api/v1/loans/1/schedule?command=calculateLoanSchedule>
The response shows the repayment schedule change but the new schedule does
not show on the UI

3. Sometimes when we try to Approve a loan from the API we get the message
below which is not descriptive enough. But I suspect it is due to the date
issue.{"timestamp":1647317430052,"status":500,"error":"Internal Server
Error","message":"","path":"/fineract-provider/api/v1/loans/{loanId}"