{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
Report Filters
Start date
End date
Month:
SKU Target
Group by Alt ID
Report Inputs
MFQ cards/hr
Bypass cards/hr
Technician labor $/hr
Tech batch setup (min)
RPh batch validation (min)
RPh labor $/hr
{{ report_sub_title }}

* 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 }}
Current Impact of Pre-Packs (Top {{ sku_limit }} {% if limit_by_alt_id %}Alt ID Groups{% else %}SKUs{% endif %})
Pre-Pack Utilization Ratio {{ utilization_ratio }}%
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 }}
Total Automation Statistics
Automation Pre-Pack Cards Consumed {{ automation_consumed }}
Automation Pre-Pack Cards Missed {{ automation_missed }}
Current Pre-Pack Production Efficiency (All SKUs in MFQ)
Pre-Packing Efficiency Ratio {{ prepacking_efficiency_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 }}
Old Requests still in Queue (should be 0) {{ overdue_count }}
{% endblock %}