{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %} {% if pmsreq %}
{% if fill_using_alt_id %}{% endif %} {% for itm in pmsreq %} {% if fill_using_alt_id %}{% endif %} {% endfor %}
PMIS Detail Information
Rx Instance Drug NumberDrug Alt. IdDrug Name Quantity Time Received Status
{{ itm.rx_number }}-{{ itm.fill_instance }} {% if drugnum_type == 'NDC' and show_ndc_dashes == True %}{% if itm.drug_number|length > 8 %} {{ itm.drug_number|slice:"0:5" }}-{{ itm.drug_number|slice:"5:9" }}{% if itm.drug_number|length > 10 %}-{{ itm.drug_number|slice:"9:11" }}{% else %}-XX {% endif %}{% endif %}{% else %}{{ itm.drug_number }}{% endif %}{{ itm.drug_alt_id }}{{ itm.drug_name }} {{ itm.rx_quantity|floatformat:"-2" }} {{ itm.receive_dts|date:"m/d/Y h:i:s A" }} {{ itm.req_state }} {% if not itm.arch_rx %} {% if show_protected_items %} {% endif %} {% if show_protected_items %} {% endif %} {% endif %} {% if show_protected_items %} {% endif %} {% if not itm.arch_rx %} {% if show_protected_items %} {% endif %} {% endif %}
{% endif %}
{% for req in order_req_info %} {% endfor %}
Order Request Detail Information
Req. Id Request Type Id Quantity Priority State State Timestamp
{{ req.req_id }} {{ req.req_type }} {% if req.req_type_tag == 'PREPACK_CAN' %}{{ req.canister_serial }}{% elif req.req_type_tag == 'PREPACK_DRUG' or req.req_type_tag == 'PREPACK_DRUG_MANUAL' %}{{ req.req_drug_number }}{% else %}{{ req.rx_number }}-{{ req.fill_instance }}{% endif %} {{ req.request_quantity|floatformat:"-2" }} {{ req.request_priority }} {{ req.request_state.display_name }} {{ req.state_dts|date:"m/d/Y h:i:s A" }} {% if show_refill|upper == 'TRUE' %} {% if req.end_state %} {% if show_protected_items %}     {% endif %} {% if workorders %} {% if show_protected_items %} {% endif %}    {% endif %} {% else %} {% if show_cancel|upper == 'TRUE' or req.pms_req == False %} {% endif %} {% if workorders %} {% if req.pms_req == True %} {% if show_print_cancel|upper == 'TRUE' %} {% endif %} {% endif %}{% endif %} {% endif %} {% endif %} {% if req.end_state %} {% if show_add_lbl_btn %}     {% endif %} {% if show_rx_info_btn %}     {% endif %} {% if show_sub_lbl_btn %}     {% endif %} {% endif %}
{% if workorders %}
{% if show_canceled_by %}{% endif %} {% for workord in workorders %} {% if show_canceled_by %}{% endif %} {% endfor %}
Workorder Detail Information
Workorder Id Curr. Type Req. Card Pos. Card Pos. Quantity Status Created End Time SourceCanceled By
{{ workord.id }} {{ workord.type }} {{ workord.count }} {{ workord.card_position }} {{ workord.qty|floatformat:"-2" }} {{ workord.state }} {{ workord.create|date:"m/d/Y h:i:s A" }} {{ workord.end|date:"m/d/Y h:i:s A" }} {% if workord.user_initiated %}User{% else %}System{% endif %}{% if workord.cancel_user_id > 0 %}{{ workord.cancel_user_initials }}{% else %} {% endif %} {% if show_protected_items %} {% if workord.end_state == True %} {%if not is_prepack %} {% if not disable_return_to_shelf %} {% endif %} {% endif %} {% else %} {% if allow_wo_cancel %} {% endif %} {% endif %} {% endif %}  
{% endif %}
Loading Details...
Loading Data Tag Data...
Loading Test Data Tranlsation Data...
Loading Aux Info Data...
Loading Order Request Table Data...
Loading Order Request Package Table Data...
Loading workorder activity report data...
Loading workorder task activity report data...
Loading workorder fulfillment activity report data...
Loading Workorder Table Data...
Loading Workorder Task Table Data...
Loading Workorder Fulfillment Task Table Data...
Loading Rx Label Preview...
Loading Label Preview...
Loading Card Preview...
{% endblock %}