{% extends edc_base_template %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block document_ready %} {% endblock %} {% block main %} {{ block.super }}
Edc PharmacyStock Take › Bin {{ storage_bin.bin_identifier }}
Stock Take — Bin {{ storage_bin.bin_identifier }} · {{ storage_bin.location.display_name|default:storage_bin.location.name }} · {{ storage_bin.container }} {% if debug %} Print labels {% endif %}

{{ expected_count }} item{{ expected_count|pluralize }} registered in this bin. Scan each item present, then click Submit.

{% csrf_token %} {# Scan input #}
{# Counter and badge list #}
0 codes scanned  ({{ expected_count }} expected)
No codes scanned yet.
Cancel
{# Expected items reference list #} {% if expected_items %}
Items registered in this bin
{% for item in expected_items %} {% endfor %}
Code Product Container
{{ item.code }} {{ item.stock.product.name|default:"—" }} {{ item.stock.container|default:"—" }}
{% endif %}
{% endblock main %}