{% extends "shopyo_base/module_base.html" %} {% set active_page = 'pos' %} {% block pagehead %}Quick Keys{% endblock %} {% block sidebar %}{% include 'pos/blocks/sidebar.html' %}{% endblock %} {% block module_content %}

Quick Keys

Assign products to numbered grid positions for one-tap add at POS

Configured Keys

{{ keys|length }} total

{% for key in keys %} {% else %} {% endfor %}
PositionProductLabel
{{ key.position }} {{ key.product.name if key.product else '-' }} {{ key.label or '-' }}
No quick keys configured

Add Quick Key

{% endblock %}