{% extends "base.html" %}
{% import 'components/macros.html' as ui %}
{% block title %}POS Sales{% endblock %}
{% block head_extra %}
{% endblock %}
{% block content %}
🛒 {{ _('Sales') }}
{{ scanned_product.name }} | Barcode {{ scanned_product.barcode }}
Catalog price: {{ currency_symbol }}{{ "%.2f"|format(scanned_product.price) }} | Stock: {{ scanned_product.stock }}
This product is out of stock and cannot be sold until restocked.
{% endif %}{{ scanned_error }}
{% if session.get('role') == 'admin' %} Add This Scanned Product {% else %}Ask an admin to add this barcode to inventory before selling it.
{% endif %}No services found. {% if session.get('role') == 'admin' %} Add a service {% else %} Ask an admin to add services. {% endif %}
A small entertainment window for light updates while keeping the sales tools clear and usable.