{% extends "admin/base.html" %} {% block title %} Inventarios y Facturación{% endblock %} {% block branding %}
Categoría | {% if imagen is True > 0 %}Foto | {% endif %}Código | Producto | Ubicación | Stock | {% if otra_moneda is True > 0 %}Precio {{ moneda_cambio }} | {% endif %}Precio {{ moneda }} | {% if porcentaje_gan is True > 0 %}{% if otra_moneda is True > 0 %}Costo {{ moneda_cambio }} | {% endif %}{% endif %} {% if porcentaje_gan is True > 0 %}Costo {{ moneda }} | {% endif %}Última compra | Proveedor | Exento | Bloqueado |
{{ p.categoria }} | {% if imagen is True > 0 %}{{ p.codigo }} | {{ p.producto }} | {{ p.ubicacion }} | {{ p.stock }} | {% if otra_moneda is True > 0 %}{{ p.precio_moneda_cambio }} | {% endif %}{{ p.precio }} | {% if porcentaje_gan is True > 0 %}{% if otra_moneda is True > 0 %}{{ p.costo_moneda_cambio }} | {% endif %}{% endif %} {% if porcentaje_gan is True > 0 %}{{ p.costo }} | {% endif %}{{ p.fecha_compra }} | {{ p.proveedor }} | {{ p.exento_iva }} | {{ p.bloqueado }} | |
No se encontró información |