{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
| 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 }} |
| Cards | Hours | Labor Savings | |
|---|---|---|---|
| Total Pre-Pack Cards Consumed | {{ total_consumed }} | ||
| Brand Pre-Pack Cards Consumed | {{ high_cost_consumed }} | ||
| Controls Pre-Pack Cards Consumed | {{ control_consumed }} | ||
| Other Pre-Pack Cards Consumed | {{ other_consumed }} | ||
| Total Missed Card Opportunities | {{ total_missed }} | ||
| Missed from PPM SKUs | {{ ppm_missed }} | ||
| Brand | {{ ppm_high_cost_missed }} | ||
| Controls | {{ ppm_control_missed }} | ||
| Other | {{ ppm_other_missed }} | ||
| Missed from Non-PPM SKUs | {{ non_ppm_missed }} | ||
| Brand | {{ non_ppm_high_cost_missed }} | ||
| Controls | {{ non_ppm_control_missed }} | ||
| Other | {{ non_ppm_other_missed }} | ||
| Pre-Pack Utilization Ratio | {{ utilization_ratio }}% |
| Batches | Hours | Labor Savings | |
|---|---|---|---|
| Batches Produced | {{ total_batches }} | ||
| Batches Too Soon | {{ batches_too_soon }} | ||
| Missed Efficiency Opportunities - Technicians | {{ batches_too_soon }} | ||
| Missed Efficiency Opportunities - RPh | {{ batches_too_soon }} | ||
| Avg Days Demand per Batch | {{ average_days_between_batches|floatformat:1 }} | ||
| Pre-Packing Efficiency Ratio | {{ prepacking_efficiency_ratio }}% |