{% extends edc_base_template %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block document_ready %} {% endblock %} {% block main %} {{ block.super }} {% url "edc_pharmacy:stock_take_discrepancy_report_url" as report_next %}
| Bin | Code | Subject | Product | Issue | Resolve | TXN |
|---|---|---|---|---|---|---|
| {{ item.stock_take.storage_bin.bin_identifier }} |
{{ item.code }}
{% if not item.stock %}
(not in system)
{% endif %}
{% include "edc_pharmacy/stock/_conflict_hint.html" with item=item %}
{% include "edc_pharmacy/stock/_cannot_add_hint.html" with item=item %}
|
{{ item.subject_identifier|default:"—" }} | {{ item.stock.product.name|default:"—" }} | {% if item.status == "missing" %} Missing {% else %} Unexpected {% endif %} | {% include "edc_pharmacy/stock/_resolve_actions.html" with item=item next_url=report_next %} | {{ item.txn_abbr }} |