{% extends "portal_base.html" %} {% block title %}POS sync ยท Portal{% endblock %} {% block topbar_title %}POS sync{% endblock %} {% block portal_content %}
Inbound POS sales decrement shop stock. Online sales queue outbound reserves.
| When | Direction | SKU | Qty | Status |
|---|---|---|---|---|
| {{ event.created_at }} | {{ event.get_direction_display }} | {{ event.sku }} | {{ event.quantity }} | {{ event.get_status_display }} |
| No sync events yet. | ||||