Adam Saghy created FINERACT-2016:
------------------------------------
Summary: Multi disbursal loan - Disbursement amount should be
distributed only to future installments
Key: FINERACT-2016
URL: https://issues.apache.org/jira/browse/FINERACT-2016
Project: Apache Fineract
Issue Type: Bug
Reporter: Adam Saghy
Assignee: Adam Saghy
# Loan Created and Approved
# Disbursed - $300 (1st Sept)
** Installment schedules
*** 1st Oct: $100
*** 1st Nov: $100
*** 1st Dec: $100
# Pay 1st installment fully on due date
# Create new disbursement for $120 on 1st Oct
** Installment schedules
*** 1st Oct: $140
*** 1st Nov: $140
*** 1st Dec: $140
{*}Problem{*}: This will cause issue 1st installment got reopened and pretty
uncommon behaviour to increase the installment due amount on the due date.
*Proposal:* Allocate the 2nd disbursement amount only to the future
installments, where future installment means the installment due date is later
than the disbursement date.
*New behavior:*
# Loan Created and Approved
# Disbursed - $300 (1st Sept)
** Installment schedules
*** 1st Oct: $100
*** 1st Nov: $100
*** 1st Dec: $100
# Pay 1st installment fully on due date
# Create new disbursement for $120 on 1st Oct
** Installment schedules
*** 1st Oct: $100 <-- unchanged
*** 1st Nov: $160
*** 1st Dec: $160
--
This message was sent by Atlassian Jira
(v8.20.10#820010)