{% set page_group = "users" %} {% include 'components/head.html' %}
| Transaction ID | Store | Time Stamp | Amount | Type | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.id }} | {{ row.store }} | {{ row.date }} | {% if row.type == 1 %}${{ row.salesTotal }} | Sale | {% elseif row.type == 2 %}{{ row.redeemedPoints }} | Point Redemption | {% elseif row.type == 3 %}Buy Visit | {% elseif row.type == 4 %}{{ row.addPoints }} | Subtract Points | {% elseif row.type == 6 %}{{ row.addPoints }} | Add Points | {% endif %}|