{% extends 'admin/layout.html.twig' %} {% block title %}Inventory Dashboard - KitscoApp{% endblock %} {% block page_title %}Inventory Dashboard{% endblock %} {% block content %} {# Quick Actions #}
{# Stats Cards #}Total Inventory Value
{{ totalInventoryValue|money }} TZS
Products In Stock
{{ productsInStock }}
Out of Stock
{{ outOfStockProducts|length }}
|
{{ product.name }} |
{{ product.stockQuantity }} units | View |
|
All products are well stocked |
||
|
{{ movement.product.name }} {{ movement.createdAt|date('d/m/Y H:i') }} |
{{ movement.type.label }} | {{ movement.formattedDelta }} |
|
No recent movements |
||
| Receipt # | Product | Qty | Landed Cost/Unit |
|---|---|---|---|
|
{{ receipt.receiptNumber }}
{{ receipt.purchaseDate|date('d/m/Y') }} |
{{ receipt.product.name }} | +{{ receipt.quantity }} | {{ receipt.landedCostPerUnit|money }} |