{% extends "base.html" %} {% block content %}
Browse vouchers by status, revoke active sessions, or issue custom vouchers for staff, comped access, or recorded cash sales.
{{ flash_code }}
tap to select
| Code | Status | Minutes | Paid | Actions |
|---|---|---|---|---|
{{ v.code }} |
{{ v.status }} |
{{ v.minutes_used }}/{{ v.minutes_total }}m
valid {{ v.validity_minutes }}m
|
₱{{ v.paid_pesos }} | {% if v.status in ['active', 'paused', 'pending'] %} {% else %} — {% endif %} |
Generates an 8-character voucher code with the given price, minutes, and
validity, marked source = custom. Set price to ₱0
for comped/staff/testing access; any value greater than 0 counts toward
sales totals.