{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
* Values reflect live data as of {% now 'N j, Y' %}
| Cards per Month at SKU #{{ sku_limit }}{% if limit_by_alt_id %} (Alt ID Group){% endif %} | {{ cards_per_month_at_sku_limit }} |
| Total SKUs in PPM - Tower | {{ skus_in_tower }} |
| Total SKUs in PPM - Manual | {{ skus_in_mfq }} |
| Total SKUs of Top {{ sku_limit }}{% if limit_by_alt_id %} Alt ID Groups{% else %} SKUs{% endif %} in PPM | {{ percent_ppm_skus_in_top }}% {{ top_skus_in_ppm }} |
| Brand SKUs in PPM | {{ percent_brand_skus_in_ppm }}% {{ brand_skus_in_ppm }} |
| Brand SKUs in Top {{ sku_limit }}{% if limit_by_alt_id %} Alt ID Groups{% else %} SKUs{% endif %} | {{ brand_skus_top_skus }} |
| Control SKUs in PPM | {{ percent_control_skus_in_ppm }}% {{ control_skus_in_ppm }} |
| Control SKUs in Top {{ sku_limit }}{% if limit_by_alt_id %} Alt ID Groups{% else %} SKUs{% endif %} | {{ control_skus_top_skus }} |
| Pre-Pack Utilization Ratio | {{ utilization_ratio }}% | ||
|---|---|---|---|
| Cards | Hours | Labor Savings | |
| Total Pre-Pack Cards Consumed | {{ total_consumed }} | ||
| Total Missed Card Opportunities | {{ total_missed }} | ||
| Total Automation Statistics | |||
| Automation Pre-Pack Cards Consumed | {{ automation_consumed }} | ||
| Automation Pre-Pack Cards Missed | {{ automation_missed }} | ||
| Pre-Packing Efficiency Ratio | {{ prepacking_efficiency_ratio }}% | ||
|---|---|---|---|
| Batches | Hours | Labor Savings | |
| Batches Produced | {{ total_batches }} | ||
| Batches Too Soon | {{ batches_too_soon }} | ||
| Avg Days Demand per Batch | {{ average_days_between_batches|floatformat:1 }} | ||
| Old Requests still in Queue (should be 0) | {{ overdue_count }} |