{% extends 'base.html' %} {% block title %}Resolve Unreconciled Payment{% endblock %} {% block content %}
Transaction ID: | {{ unreconciled.transaction_id }} |
Amount: | KES {{ unreconciled.amount|floatformat:2 }} |
Phone Number: | {{ unreconciled.phone_number }} |
Customer Name: | {{ unreconciled.customer_name|default:"Unknown" }} |
Account Reference: | {{ unreconciled.account_reference }} |
Transaction Time: | {{ unreconciled.transaction_time|date:"M j, Y H:i" }} |
Reason: | {{ unreconciled.get_reason_display }} |
Notes: | {{ unreconciled.notes }} |
Customer ID | Name | Phone | Status | Balance | Action |
---|---|---|---|---|---|
{{ customer.customer_id }} |
{{ customer.full_name }} | {{ customer.phone_number }} |
{{ customer.get_status_display }} | KES {{ customer.account_balance|floatformat:2 }} |