{% extends "admin/custom/base.html" %} {% block title %} Inventarios y Facturación{% endblock %} {% block branding %}

Facturación y Control de Inventarios

{% endblock %} {% block nav-global %}{% endblock %} {% load widget_tweaks %} {% block content %} {#% include "propias/filtrado_base.html" %#}
Año


Ir a Módulo Reportes


TOTAL EN VENTAS ({{ total_g.cv }}) {{ total_g.tg }} {{ total_g.tgmc }}
TOTAL PRODUCTOS VENDIDOS {{ total_g.cpv }}


{% for totales in list_tot %} {% for tot in totales %} {% endfor %} {% endfor %}
MESESVENTASPRODUCTOSINGRESOS
{{ tot }}
{% endblock %}