{% extends "base.html" %} {% block title %}Add Product - QuantumQuickSales{% endblock %} {% block page_title %}Add New Product{% endblock %} {% block content %}
Product Information
{% if barcode_available %} {% endif %}
Unique identifier for the product
{% if not barcode_available %} Barcode scanning not available. Install pyzbar, opencv-python, and Pillow for barcode functionality. {% endif %}
Name of the product
Price in Indian Rupees
Initial quantity in stock
Back to Products
{% if barcode_available %} {% endif %} {% endblock %} {% block scripts %} {% if barcode_available %} {% endif %} {% endblock %}