{% extends 'base.html' %} {% load static %} {% block title %}Bulk Invoice Generation — Rapha-Bethel BNPS{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Create invoices for all active students at once
| # | Student | Class | Fee Tier | Amount (XAF) |
|---|---|---|---|---|
| {{ forloop.counter }} | {{ item.student.get_full_name }} {% if item.is_new_pupil %} New {% endif %} | {{ item.student.current_class }} | {{ item.fee.get_section_display }} — {{ item.fee.get_class_group_display }} | {{ item.amount|floatformat:0 }} |
| Grand Total: | {{ total_amount|floatformat:0 }} XAF | |||
You are about to create {{ total_to_create }} invoice{{ total_to_create|pluralize }} totalling {{ total_amount|floatformat:0 }} XAF for {{ academic_year }} — {{ invoice_type|title }}. All invoices will be created with status Draft.