{% extends 'base.html' %} {% load static %} {% block title %}Delete Receipt - Branch System{% endblock %} {% block content %}

Delete Receipt

Confirm deletion of payment receipt

⚠️

Warning: This action cannot be undone

Deleting this receipt will also delete the associated repayment record and recalculate the loan balance. This action is permanent and cannot be reversed.

Receipt Details

{{ receipt.receipt_number }}
KES {{ receipt.amount_paid|floatformat:2 }}
{{ receipt.get_payment_method_display }}
{{ receipt.payment_date|date:"M d, Y g:i A" }}
{{ receipt.borrower.get_full_name }}
{{ receipt.loan.loan_number }}
{% csrf_token %}
Cancel
{% endblock %}