{% extends "base/module_base.html" %} {% set active_page = 'pos' %} {% block pagehead %}
| Receipt # | Date | Amount | Method | Cashier | Location | Discount | |
|---|---|---|---|---|---|---|---|
| {{ t.id }} | {{ t.time.strftime('%Y-%m-%d %H:%M') if t.time else '-' }} | ${{ '%.2f'|format(t.total_amount|float) }} | {{ t.method_of_payment }} | {{ t.cashier_id }} | {{ t.location_id or '-' }} | {% if t.discount_type %}{{ t.discount_type }} {{ t.discount_value }}{% endif %} | View |
| No transactions | |||||||