{% extends "base.html" %} {% block page_heading %}Monthly Sales Report{% endblock %} {% block content %} Back
| Invoice | Customer | Date | Total | Paid | Status |
|---|---|---|---|---|---|
| {{ s.invoice_number }} | {{ s.customer_name or 'Walk-in' }} | {{ s.sale_date }} | {{ s.total_amount|currency }} | {{ s.paid_amount|currency }} | {{ s.payment_status }} |
| No sales this month. | |||||