To Repro
------
Navigate to an active loan
Click "Edit Loan Status" and change loan status to closed-written off
Navigate back to loan detail page
Actual
The "amount paid" column is populated with full amounts of the original
principal and interest due. It appears identical to a loan that has been fully
paid by a customer.
Values in the Loan Balance column are zero.
Expected
-------
Values in the Loan Balance column should be zero-- since the loan was written
off and no balance remains.
However, shouldn't the values in the "Amount Paid" column actually reflect the
actual amounts paid by the customer.
Assigning to PMQueue for investigation.
Platform: All, OS: All
Just a summary for my own sake.
The problem described in this issue doesn't appear to have an impact outside of the summary figures on the loan details page (not on accounting figures or reports).
Emily's original comment seems to hold good:
"However, shouldn't the values in the "Amount Paid" column actually reflect the actual amounts paid by the customer."
Shall I go ahead and make the code changes?
I'd have to do a data upgrade to back populate the right data (haven't looked at how easy/hard this is yet).
Thanks for the careful research, John! Yes, please go ahead and do the change...
Functionality changes committed in Revision: f85086b070ce5efcca46d181d14fc3a3ccf73ca2
DB Upgrade to fix existing data still to be committed.
DB upgrade committed in Revision: 7039fb279cf2d59c2107677a31db14c86005f2fc
amount paid now shows zero when loan written off.