{% extends "shopyo_base/module_base.html" %} {% set active_page = 'pos' %} {% block pagehead %}
| Location #{{ loc_id }} | {{ currency_symbol }}{{ '%.2f'|format(amt) }} |
| No data | |
| {{ method|capitalize }} | {{ currency_symbol }}{{ '%.2f'|format(amt) }} |
| Total | {{ currency_symbol }}{{ '%.2f'|format(total_sales) }} |
| Cashier #{{ cid }} | {{ count }} tx |
| No data | |
Estimated 10%
| Taxable Sales | {{ currency_symbol }}{{ '%.2f'|format(total_sales) }} |
| Tax (10%) | {{ currency_symbol }}{{ '%.2f'|format(total_sales * 0.1) }} |
| Net Sales | {{ currency_symbol }}{{ '%.2f'|format(total_sales * 0.9) }} |
Last {{ days }} days
| Date | Amount | Method | Cashier | Discount |
|---|---|---|---|---|
| {{ t.time.strftime('%Y-%m-%d %H:%M') if t.time else '-' }} | {{ currency_symbol }}{{ '%.2f'|format(t.total_amount|float) }} | {{ t.method_of_payment }} | #{{ t.cashier_id }} | {{ t.discount_type or '-' }}{{ ' ' if t.discount_value }}{{ t.discount_value or '' }} |
| No transactions in this period | ||||