{% extends 'inventory/base.html' %} {% block title %}Product List{% endblock %} {% block content %}
CODE | Product Name | Category | Type | Unit of Measure | Supplier | Price | Quantity in Stock | Actions |
---|---|---|---|---|---|---|---|---|
{{ product.pid }} | {{ product.product_name }} | {{ product.category }} | {{ product.productType }} | {{ product.uom }} | {{ product.supplier_id }} | KSH. {{ product.price }} | {{ product.quantity_in_stock }} | Details |