Stock Details
{% include 'pharmacist_templates/alert_messeges.html' %}
No | Drug | Category | Quantiy | Expiry Date | Action | ||
---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{stock.drug_name}} | {{stock.category}} |
{% if stock.quantity <= stock.reorder_level %}
{{stock.quantity}}
{% else %}{{stock.quantity}}
{% endif %}
|
{% if expired %}
{% for expire in expired %} {% if stock.drug_name == expire.drug_name %}
EXPIRED
|
{% endif %} {% endfor %}
{% for expire in expa %} {% if stock.drug_name == expire.drug_name %}
{{stock.valid_to}} | {% endif %} {% endfor %} {% endif %}View |