{% extends "base.html" %} {% load humanize %} {% block page_title %}Carry Forward Balances{% endblock page_title %} {% block content %}
Move unpaid balances from a closed or previous term into the next term without losing the original bill history. The old bill receives a credit adjustment, while the new term receives a separate Balance Brought Forward charge.
| Student | From | To | Balance | Status |
|---|---|---|---|---|
| {{ row.student.student_name }} ID: {{ row.student.display_student_id }} | {{ row.source_bill.academic_class }} | {% if row.target_academic_class %} {{ row.target_academic_class }} {% else %} Target class missing {% endif %} | UGX {{ row.outstanding|floatformat:0|intcomma }} | {% if row.can_post %} Ready {% else %} Skipped {% endif %} |