{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Barcode Scanner - Gvelo Enterprise Platform{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
Choose a detection mode and scan barcodes using your hardware scanner, or type manually.
Name: {{ product[1] }}
Price: {{ currency_symbol }}{{ "%.2f"|format(product[2]) }}
Stock: {{ product[3] }}
Add to Cart