{% extends "base.html" %} {% block page_heading %}GST Report{% endblock %} {% block content %} Back
| Invoice | Date | Taxable Amount | GST | Total |
|---|---|---|---|---|
| {{ s.invoice_number }} | {{ s.sale_date }} | {{ s.subtotal|currency }} | {{ s.gst_amount|currency }} | {{ s.total_amount|currency }} |
| No GST data for this month. | ||||