{% extends "base.html" %} {% block title %}Expired Stock Report{% endblock %} {% block content %}

Expired Stock Report

{% if current_branch %} Clear {% endif %}
{% for batch in batches %} {% empty %} {% endfor %}
ProductBatchBranchLocationExpiry DateQty
{{ batch.product }} {{ batch.batch_number }} {{ batch.location.branch.name|default:"-" }} {{ batch.location|default:"-" }} {{ batch.expiry_date }} {{ batch.quantity }}
No expired stock.
{% endblock %}