{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Barcode Scanner - Gvelo Enterprise Platform{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Gvelo Enterprise Platform

Barcode Scanner

Choose a detection mode and scan barcodes using your hardware scanner, or type manually.

Select a mode above to begin scanning
{% if error %}
{{ error }}
{% endif %}
-- WPM 0 chars

Recent Scans

{% if product %}

Product Found

Name: {{ product[1] }}

Price: {{ currency_symbol }}{{ "%.2f"|format(product[2]) }}

Stock: {{ product[3] }}

Add to Cart
{% endif %}
{% endblock %}