{% 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 Pharmacy › Bulk container report
{% if rows %} {% if PHARMACIST_ROLE in roles %}{% endif %} {% if PHARMACIST_ROLE in roles %}{% endif %} {% for row in rows %} {% with s=row.stock %} {% if PHARMACIST_ROLE in roles %}{% endif %} {% if PHARMACIST_ROLE in roles %}{% endif %} {% endwith %} {% endfor %}
CodeBatchDateAssignmentFormulation Container Location Unit Qty In Unit Qty Out Balance Repacks Ledger
{{ s.code }} {{ s.lot.lot_no }}{{ s.lot.expiration_date|date:"Y-m-d"|default:"—" }}{{ s.lot.assignment|default:"—" }}{{ s.product.formulation.imp_description|default:"—" }} {{ s.container|default:"—" }} {{ s.location.display_name|default:"—" }} {{ row.unit_qty_in }} {{ row.unit_qty_out }} {% if row.balance == 0 %} 0 {% elif row.balance < 0 %} {{ row.balance }} {% else %} {{ row.balance }} {% endif %} {{ row.repack_count }} Ledger
Total {{ totals.unit_qty_in }} {{ totals.unit_qty_out }} {{ totals.balance }}
{% else %}

No bulk containers found.

{% endif %}

View in admin ›

{% endblock main %}