{% extends "base/base.html" %} {% load staticfiles %} {% block content %}

Order

{{ totalOrder }}

total Order

{{ pendingOrder }}

pending Order

{{ progressOrder }}

Order in progress

{{ compOrder }}

completed Order

Efficiency

[operating]

설비보유시간: {{ totaltime }}

가동작업시간: {{ totalplaytime }}

[facilityoperating]

설비보유대수: {{ all_machine_count }}

가동설비대수: {{ on_machine_count }}

Weather

{{ weatherList.0.hour }}:00 {% if ts >= 7 %} {{ tomorrow|date:'M. d D' }} {% else %} {{ now|date:'M. d D' }} {% endif %}
{% if weatherList.0.wfEn == 'Clear'%} {% elif weatherList.0.wfEn == 'Partly Cloudy' %} {% elif weatherList.0.wfEn == 'Mostly Cloudy' %} {% elif weatherList.0.wfEn == 'Cloudy' %} {% elif weatherList.0.wfEn == 'Rain' %} {% elif weatherList.0.wfEn == 'Snow/Rain' %} {% else %} {% endif %}
{{ weatherList.0.temp }}℃
{{ weatherList.0.wfEn }}
humidity : {{ weatherList.0.reh }}%
{{ weatherList.2.hour }}:00 {% if ts >= 5 %} {{ tomorrow|date:'M. d D' }} {% else %} {{ now|date:'M. d D' }} {% endif %}
{% if weatherList.2.wfEn == 'Clear'%} {% elif weatherList.2.wfEn == 'Partly Cloudy' %} {% elif weatherList.2.wfEn == 'Mostly Cloudy' %} {% elif weatherList.2.wfEn == 'Cloudy' %} {% elif weatherList.2.wfEn == 'Rain' %} {% elif weatherList.2.wfEn == 'Snow/Rain' %} {% else %} {% endif %}
{{ weatherList.2.temp }}℃
{{ weatherList.2.wfEn }}
humidity : {{ weatherList.2.reh }}%
{{ weatherList.1.hour }}:00 {% if ts >= 6 %} {{ tomorrow|date:'M. d D' }} {% else %} {{ now|date:'M. d D' }} {% endif %}
{% if weatherList.1.wfEn == 'Clear'%} {% elif weatherList.1.wfEn == 'Partly Cloudy' %} {% elif weatherList.1.wfEn == 'Mostly Cloudy' %} {% elif weatherList.1.wfEn == 'Cloudy' %} {% elif weatherList.1.wfEn == 'Rain' %} {% elif weatherList.1.wfEn == 'Snow/Rain' %} {% else %} {% endif %}
{{ weatherList.1.temp }}℃
{{ weatherList.1.wfEn }}
humidity : {{ weatherList.1.reh }}%
{{ weatherList.3.hour }}:00 {% if ts >= 4 %} {{ tomorrow|date:'M. d D' }} {% else %} {{ now|date:'M. d D' }} {% endif %}
{% if weatherList.3.wfEn == 'Clear'%} {% elif weatherList.3.wfEn == 'Partly Cloudy' %} {% elif weatherList.3.wfEn == 'Mostly Cloudy' %} {% elif weatherList.3.wfEn == 'Cloudy' %} {% elif weatherList.3.wfEn == 'Rain' %} {% elif weatherList.3.wfEn == 'Snow/Rain' %} {% else %} {% endif %}
{{ weatherList.3.temp }}℃
{{ weatherList.3.wfEn }}
humidity : {{ weatherList.3.reh }}%

Production Status by Order

{% for order in designOrderList %} {% endfor %}
Name Design Warping Knitting Manager Order Date Due Date
{{order.order_id.knitWorkCode}} {{ order.design_data_id.CAD_Design_Data_name }} 30.5% 10.1% {{ order.order_id.manager.name }} {{ order.order_id.order_date|date:"Y-m-d" }} {{ order.order_id.due_date|date:"Y-m-d" }}
{% endblock content %}