{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Barcode Hub{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
{{ ui.button('Admin Dashboard', '/admin', 'secondary') }} {{ ui.button('Help Center', '/help-center', 'secondary') }}

Barcode Hub

Offline Cache

{{ cache.count }}

barcode-ready products cached for fast scanning.

Supported Workflows

USB and Bluetooth keyboard scanners, camera QR scanning, custom assignment, auto generation, print labels, and offline lookup.

Print Labels

Scan Modes

Audit stock, receive supplier deliveries, validate returns, or route any scan through the universal engine.

Cache Manifest

Version: {{ manifest.version }}

Generated: {{ manifest.generated_at }}

Generate or Assign

Ready.

Universal Scan


    

Recent Cached Products

{% for product in cache.products %} {% else %} {% endfor %}
ProductBarcodeStockType
{{ product.name }} {{ product.barcode }} {{ product.stock }} {{ product.item_type }}
No barcode-ready products yet.
{% endblock %}