{% extends "ie_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL | Line | QC | Date | Total finished goods | Rejected | Defected | Action | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {% for production in group.productions %} {% if forloop.first %}{{ production.line }} | {% endif %} {% endfor %}{{ group.qc|upper }} | {{ group.date }} | {{ group.totals.total_finished_goods }} | {{ group.totals.total_rejected }} | {{ group.totals.total_defected }} | ||||||||||||||
No Data Is Found |