{% extends "ie_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Daily Productions {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Daily Productions

{% csrf_token %}
{{form.month|as_crispy_field }}
{{form.year|as_crispy_field }}
{{form.date|as_crispy_field }}
{% if productions_lists %} {% for group in productions_lists %} {% for production in group.productions %} {% if forloop.first %} {% endif %} {% endfor %} {% endfor %} {% else %} {% endif %}
SL Line QC Date Total finished goods Rejected Defected Action
{{ forloop.counter }}{{ production.line }}{{ group.qc|upper }} {{ group.date }} {{ group.totals.total_finished_goods }} {{ group.totals.total_rejected }} {{ group.totals.total_defected }}
  • {% if group.line %} {% endif %}
No Data Is Found
{% if daily_production_lists %}
{% else %} {% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}