{% extends 'admin/layout.html.twig' %} {% block title %}Stock Receipts - KitscoApp{% endblock %} {% block page_title %}Stock Receipts{% endblock %} {% block content %}
{{ receipts|length }} receipt(s)
| Receipt # | Product | Qty | Landed/Unit | Actions | |||
|---|---|---|---|---|---|---|---|
| {{ receipt.receiptNumber }} | {{ receipt.product.name }} | +{{ receipt.quantity }} | {{ receipt.landedCostPerUnit|money }} | ||||