[
https://issues.apache.org/jira/browse/FINERACT-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18064032#comment-18064032
]
Anas Lak commented on FINERACT-2049:
------------------------------------
[~adamsaghy] would love to work on this and be assigned to it.
The issue here is that `GET
[/v1/rescheduleloans/`|https://localhost:8443/fineract-provider/swagger-ui/index.html#/Reschedule%20Loans/retrieveAllRescheduleRequest]
does not return the new rescheduled due date. Because its corresponding
entity, `LoanRescheduleRequest`, does not have the new date as a column. The
new date is stored only in the `LoanTermVariations` entity that is linked to
the reschedule request entity. The solution would be to either add a
`adjustedDueDate` column to the reschedule entity or to get the new due date
from the associated loan term variation. and of course the corresponding change
at mifos web app.
But then there are other term variation types that we would not be showing. we
already have
`[/v1/rescheduleloans/\{scheduleId}|https://localhost:8443/fineract-provider/swagger-ui/index.html#/Reschedule%20Loans/readLoanRescheduleRequest]`
that gets the reschdule request with all its associated variations including
the new due date. It could be used by the mifos web app to create a details
page for reschedule requests with all proposed term variations. If we go that
route then the issue is already solved.
> Loan reschedule details do not appear in the checker inbox and tasks
> --------------------------------------------------------------------
>
> Key: FINERACT-2049
> URL: https://issues.apache.org/jira/browse/FINERACT-2049
> Project: Apache Fineract
> Issue Type: Bug
> Affects Versions: 1.9.0
> Reporter: John Ruhiu
> Priority: Major
> Attachments: Screen Recording 2024-01-26 at 12.49.27.mov
>
>
> Details in the attached video
> [^Screen Recording 2024-01-26 at 12.49.27.mov]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)