{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Scanner Center{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Scanner Center

Connect a phone with Bluetooth support, use the phone camera as a live scanner, or plug in a real USB barcode scanner. All options are available for cashier and admin workstations.

Open Sales Target {{ ui.button('Barcode Hub', '/barcode') }} {{ ui.button('Scan Intelligence', '/barcode/intelligence') }} {{ ui.button('Training Mode', '/barcode/training') }}

Phone via Bluetooth or Live Link

Open the phone connector page, pair if Bluetooth is supported, or use the generated phone link for reliable live scanning.

Real Barcode Scanner

Use a USB or HID barcode scanner that types directly into the barcode field. Most retail scanners work instantly once plugged in.

  • Plug the scanner into the computer or pair it as a keyboard-style device.
  • Place the cursor in the barcode input box.
  • Scan and the product will open in the sales screen.

Phone Camera on This Device

If the workstation has a camera, you can scan directly in the browser without pairing another device.

{% endblock %}