{% extends "base.html" %} {% block content %}
Revenue, voucher count, and individual transactions sourced from the vouchers table. Filter by range and source, then export the current view as CSV for accounting.
{# Top summary stats — 2 cols on mobile portrait, auto-fit on desktop #}| Date | Code | Source | Paid |
|---|---|---|---|
| {{ v.created }} | {{ v.code }} |
{{ v.source }} | ₱{{ v.paid_pesos }} |
Showing first 200 rows of the current filter. Narrow the range or download the CSV to see everything.
{% endif %} {% else %}