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

These are advanced support functions. Make sure you know what you are doing before you click something.



Cancel an Active Workorder
Enter Workorder Id to Cancel:   
{% if show_wo_cancel %}Workorder Id {{ cancel_wo_id }} has been cancelled.{% endif %}

{% if decommission_error %} {% endif %}
Decommission/Re-activate Canister
Scan Canister Serial Number to Decommission/Re-activate:   
{% if show_decommission %}{% if canister.decommissioned %}Canister has been decommissioned.{% else %}{% if canister.active %}Canister is currently active.{% else %}Canister is currently deactivated.{% endif %}{% endif %}{% endif %}
{{ decommission_error }}
{% if show_decommission %}{% if not canister.decommissioned %} {% else %}{% endif %}{% endif %}

{% if reset_can_status_error %} {% endif %}
Reset Canister Status
Scan Canister Serial Number to Reset Status to OK:   
{% if show_reset_can_status %}Canister status has been reset.{% endif %}
{{ reset_can_status_error }}

Reset All Canisters in Tower
Click the button below to reset the status of every canister in a given tower

{% if canister_low_level_error %} {% endif %}
Change all Canister's Low Level
Input value to set all canister's low level to:   
{{ canister_low_level_error }}

Set All Open Replenishments to Verified
Click this button to set all open replenishments to verified using the current user id.   

Set All Site Drugs Allow Prepack Manager
Click this button to set all site drugs to Allow Prepack Manager.  

Set All Site Drugs Allow Multi-Dose Fill
Click this button to set all site drugs to Allow Multi-Dose Fill.  

Unconfirm All Pill Sigs
Click this button to set all pill signatures for a selected dafe to unconfirmed and place in a training state.  
      

Reset All Pill Sigs to Global Values
Click this button to set all pill signatures for a selected dafe to the current global pill sig, replacing the existing pill sig values.  
      

Toggle AI Dispensing on All Pill Sigs
Click the buttons below to turn on or off AI Dispensing on all drugs for a tower.  
           

Set Standard Recipe on All Pill Sigs
Click the button below to replace all pill sig settings with the Standard Recipe on all drugs for a tower.  
           

Deactivate All Pill Sigs
Click this button to set all pill signatures for a selected dafe to inactive. Used when decommissioning or moving a tower.  
           

{% for blister in blister_list %} {% endfor %}
Set Active Packages
Tag Description Active
{{ blister.tag }} {{ blister.description }}

{% for cup in blister_cup_size_list %} {% endfor %}
Set Volumetrics Defaults
Tag Description Default Volume Count
{{ cup.tag }} {{ cup.description }}
{% for proctype in order_proc_type_list %} {% endfor %}
Set Active Tower Order Processing Type
Tag Description Active
{{ proctype.tag }} {{ proctype.description }}

{{ dbmonitor_form.management_form }} {% for dbm in dbmonitor_form %} {% endfor %}
DbMonitor Settings        *** RESTART after changes ***
Tag Timeout Run At Start Active
{{ dbm.id }}{{ dbm.tag }}{{ dbm.tag.value }} {{ dbm.timeout }} {{ dbm.run_at_start }} {{ dbm.active }}
{% endblock %}