{% extends "base.html" %} {% block title %}Expired Stock Report{% endblock %} {% block content %}
| Product | Batch | Branch | Location | Expiry Date | Qty |
|---|---|---|---|---|---|
| {{ batch.product }} | {{ batch.batch_number }} | {{ batch.location.branch.name|default:"-" }} | {{ batch.location|default:"-" }} | {{ batch.expiry_date }} | {{ batch.quantity }} |
| No expired stock. | |||||