{% extends 'base.html' %} {% block title %}Fix Loan Totals - Haven Grazuri Investment Limited{% endblock %} {% block content %}
This tool will fix loans where the total amount is incorrectly calculated.
| Loan Number | Borrower | Principal | Interest | Processing Fee | Current Total | Correct Total | Difference |
|---|---|---|---|---|---|---|---|
| {{ loan.loan_number }} | {{ loan.borrower }} | KES {{ loan.principal|floatformat:2 }} | KES {{ loan.interest|floatformat:2 }} | KES {{ loan.processing_fee|floatformat:2 }} | KES {{ loan.current_total|floatformat:2 }} | KES {{ loan.correct_total|floatformat:2 }} | +KES {{ loan.difference|floatformat:2 }} |
No loans need to be fixed. All total amounts are correctly calculated.