{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Add Product via Scan{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
Confirm the barcode, enter the selling price, buying price, and stock before saving the product.
Barcode: {{ barcode or 'Not scanned' }}
{% if existing_product %}{{ error }}
{% endif %}