{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}

Action Requested

Are you sure?

Action Requested

Are you sure?

Action Requested

Are you sure?

Action Requested

Are you sure?

Action Requested

Are you sure?

Action Requested

Are you sure?

Action Requested

Are you sure?

{% if show_protected_items %}
{% csrf_token %}
{% if show_prepack_manager or show_queue_throttle %} {% if show_prepack_manager %} {% else %} {% endif %} {% if show_queue_throttle %} {% else %} {% endif %} {% endif %} {% if not automation_hidden %} {% endif %}
PMIS Settings
{{ setting_form.allow_automation }} Interface Dispensing On {{ setting_form.allow_bypass_printing }} Automatic Bypass Printing On
{% if showReboot %}
Site Server Shutdown/Reboot
{% else %} {% endif %}
Pre-Pack Manager Settings
{{ setting_form.auto_add_prepacks }} Automatically Add Pre-Packs to Wall Inventory {{ setting_form.prepack_mgr_cycle_enabled }} Allow Cycle Rx to Remove from Pre-Pack Wall {{ setting_form.prepack_mgr_demand_enabled }} Allow Demand Rx to Remove from Pre-Pack Wall {{ setting_form.prepack_mgr_bypass }} Allow labels to bypass for Pre-Pack Wall {{ setting_form.prepack_mgr_force_on }} Allow Pre-Pack manager to work regardless of time settings
 
Queue Throttle
{{setting_form.que_throttle_dafes_available}} Number of Towers to use for Queue Throttling Calculations
 
Cancel All in Request Queue
{% if showForcePrint %}
Print Queue Manual Release
{% endif %}
Reset Services
Clear Report Filters
{% if show_order_processing %} {% endif %} {% if show_disable_lid_print_header %} {% endif %} {% if show_allow_filling %} {% endif %} {% for dafe in dafe_blister_list %} {% if show_order_processing %} {% endif %} {% if show_disable_lid_print_header %} {% if dafe.dafe_type == 'U60' and dafe.can_disable_lid_print %} {% else %} {% endif %} {% endif %} {% if show_allow_filling %} {% endif %} {% endfor %}
Change Tower Parameters
Tower BlisterOrder ProcessingPrint Lids?Allow Filling?
{{ dafe.dafe_name }}     Print Lids?  Allow Filling?
{% if dafe_blister_list|length > 1 %}   {% endif %} {% for dafe in dafe_blister_list %}   {% if dafe.dafe_state is None %} {% else %} {% endif %} {% endfor %}
Tower Status
ALL 
{{ dafe.dafe_name }}RUNNING{{ dafe.dafe_state }}
{% else %}
{% csrf_token %}
Reset Services
{% if showReboot %}
Site Server Reboot
{% else %} {% endif %}
Clear Report Filters
{% if dafe_blister_list|length > 1 %}   {% endif %} {% for dafe in dafe_blister_list %}   {% if dafe.dafe_state is None %} {% else %} {% endif %} {% endfor %}
Tower Status
ALL 
{{ dafe.dafe_name }}RUNNING{{ dafe.dafe_state }}
{% endif %} {% endblock %}