{% extends "shopyo_base/module_base.html" %} {% set active_page = 'inventory' %} {% block pagehead %}
| Product | Barcode | Expected | Actual | Variance |
|---|---|---|---|---|
| {{ item.product.name }} | {{ item.product.barcode }} | {{ item.expected_qty }} | {{ item.actual_qty }} | {{ item.variance }} |