{% extends "AppBundle::layout_backend.html.twig" %} {% block headercontent %} Total Ventas Global Bancos {% endblock %} {% block stylesheets %} {% endblock %} {% block content %}
Tienda | Referencia Producto | Nombre | Precio | Alicuota | Stock | Cantidad Vendida | Total Ventas Bs | Total Ventas con Iva Bs |
---|---|---|---|---|---|---|---|---|
{{ d.origen }} | {{ d.productoreferencia }} | {{ d.nombreproducto }} | {{ d.precio | number_format(2, '.', ',') }} | {% if d.alicuota %} {{ d.alicuota~'%' }} {% endif %} | {{ d.disponiblequantity |number_format(2, '.', ',') }} | {{ d.cantidadvendida|number_format(2, '.', ',') }} | {{ d.totalventasbs|number_format(2, '.', ',') }} | {{ d.totalventasivabs|number_format(2, '.', ',') }} |
No hay resultados para mostrar. |