{% extends 'base.html' %} {% load static %} {% block title %}Invoice {{ invoice.invoice_number }}{% endblock %} {% block content %}
{{ invoice.student.get_full_name }} • {{ invoice.academic_year }} Term {{ invoice.get_term_display }}
Bilingual Nursery & Primary School
Douala, Cameroon
+237 6 70 17 79 79
#{{ invoice.invoice_number }}
Issued: {{ invoice.issue_date|date:"d M Y" }}
Due: {{ invoice.due_date|date:"d M Y" }}
{{ invoice.student.get_full_name }}
ID: {{ invoice.student.student_id }}
Class: {{ invoice.student.current_class|default:"—" }}
| Description | Amount (XAF) |
|---|---|
| {{ item.description }}{% if item.fee_structure %} ({{ item.fee_structure.get_fee_type_display }}){% endif %} | {{ item.amount|floatformat:0 }} |
| No line items | |
| Subtotal | {{ invoice.subtotal|floatformat:0 }} |
| Discount{% if invoice.discount_reason %} ({{ invoice.discount_reason }}){% endif %} | - {{ invoice.discount|floatformat:0 }} |
| Total | {{ invoice.total_amount|floatformat:0 }} |
| Amount Paid | {{ invoice.amount_paid|floatformat:0 }} |
| Balance Due | {{ invoice.balance|floatformat:0 }} |
| Payment # | Date | Method | Amount | Status |
|---|---|---|---|---|
| {{ p.payment_number }} | {{ p.payment_date|date:"d M Y" }} | {{ p.get_payment_method_display }} | {{ p.amount|floatformat:0 }} XAF | {{ p.get_status_display }} |
| No payments recorded yet | ||||
Balance: {{ invoice.balance|floatformat:0 }} XAF