{% extends "base.html" %} {% block content %}
Browse vouchers, revoke sessions, or issue custom ones.
{% if flash_msg %}{{ 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 %} |
Issues a voucher with a set price, time, and validity. Price ₱0 = free/staff; any price above 0 counts toward sales.
Adds time to —. Price ₱0 = free; any price above 0 counts toward sales.
Generates many unused vouchers at once, then opens a printable sheet. These are inventory — no sale is recorded; the price is just a printed label. Shelf life counts from now (the connect-by window — give a generous one for stock you'll sell over time); validity starts at first connect.