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 %}
|
{% if show_prepack_manager %}
Prepack Manager Settings
|
{{ setting_form.auto_add_prepacks }} Automatically Add Prepacks to Wall Inventory
|
{{ setting_form.prepack_mgr_cycle_enabled }} Allow Cycle Rx to Remove from Prepack Wall
|
{{ setting_form.prepack_mgr_demand_enabled }} Allow Demand Rx to Remove from Prepack Wall
|
{{ setting_form.prepack_mgr_bypass }} Allow labels to bypass for Prepack Wall
|
{{ setting_form.prepack_mgr_force_on }} Allow Prepack manager to work regardless of time settings
|
|
|
{% endif %}
Cancel All in Request Queue
|
|
|
|
{% if showForcePrint %}
Print Queue Manual Release
|
|
{% endif %}
|
Reset Services
|
|
|
|
|
|
|
Clear Report Filters
|
|
|
|
|
Tower Status
{% if dafe_blister_list|length > 1 %}
| ALL |
|
|
|
|
|
|
{% endif %}
{% for dafe in dafe_blister_list %}
| {{ dafe.dafe_name }} |
{% if dafe.dafe_state is None %}
RUNNING |
{% else %}
{{ dafe.dafe_state }} |
{% endif %}
|
|
|
|
|
{% endfor %}
|