{% extends 'base.html' %} {% load humanize %} {% block title %}{{ title }} - HAVEN GRAZURI INVESTMENT LIMITED{% endblock %} {% block content %}
Collection performance for {{ current_month|date:"F Y" }}
All payments received in {{ current_month|date:"F Y" }}
| Borrower | Loan Amount | Payment Amount | Payment Method | Payment Date | Status | Actions |
|---|---|---|---|---|---|---|
|
👤
{{ repayment.loan.borrower.get_full_name }}
{{ repayment.loan.borrower.phone_number }}
|
KES {{ repayment.loan.total_amount|floatformat:2|intcomma }} | KES {{ repayment.amount|floatformat:2|intcomma }} | {{ repayment.payment_method|default:"Cash" }} | {{ repayment.payment_date|date:"M d, Y H:i" }} | Completed | View Loan |
Showing {{ repayments.start_index }} to {{ repayments.end_index }} of {{ repayments.paginator.count }} results
No payments have been recorded for {{ current_month|date:"F Y" }}.