{% extends "inventory_management_app_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL No | Roll | Roll Quantity | Received Quantity |
---|---|---|---|
{{forloop.counter}} | {{ item.roll }} | {{ item.roll_quantity }} {{unit}} | {{ item.received_quantity }} {{unit}} |
No Data Found |