{% extends 'base.html' %} {% load static %} {% block content %}
Issued {{qty}} nos of {{category_name}} of size {{ size_name }}

Remaining Stock: {{ remaining_stock }}

{% if messages %} {% endif %}

Our Lady's School (Upper Section)

Receipt

#{{receipt_number}}

Student Name :-

{{student_name}}

Admission Number:-

{{admission_number}}

Item Issued :-

{{category_type}} Size :- {{product_size}}

Quantity :-

{{qty}}

Amount Paid :-

{{price}}

Date Issued :-

{{date_time}}

Print Receipt
{% endblock %}