{% extends 'base.html' %} {% block title %}Inventario{% endblock %} {% block page_title %}Inventario{% endblock %} {% block topbar_actions %} + Agregar Item {% endblock %} {% block head %} {% endblock %} {% block content %}
| Nombre | Categoría | N° Parte | Marca | Stock | Mín. | Precio | |
|---|---|---|---|---|---|---|---|
|
{{ p.name }}
{% if p.description %} {{ p.description[:60] }}{% endif %} |
{{ p.category_name or '—' }} | {{ p.part_number or '—' }} | {{ p.brand or '—' }} | {{ p.quantity }} {{ p.unit }} | {{ p.min_quantity }} | ${{ "%.2f"|format(p.cost_price or 0) }} | ✏️ |
| Sin items en inventario. | |||||||