{% 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 %}
    
Mostrar Información Ir a Módulo Reportes


En Banco En Sistema
Gastos -- {{ egreso_gasto }}
Inversión -- {{ egreso_inversion }}
Ingresos {{ ingreso_banco }} {{ ingreso_sistema }}
Egresos {{ egreso_banco }} {{ egreso_sistema }}
Relación/Utilidad {{ utilidad_banco }} {{ utilidad_sistema }}


Relación "Ganancia/Pérdida" por productos vendidos.
{% for gp in total_gp %} {% for g_p in gp %} {% endfor %} {% endfor %} {% if divisa is 1 %} {% endif %} {% for gp in gane_perdi %} {% for g_p in gp %} {% endfor %} {% empty %} {% endfor %}
{{ g_p }}
PRODUCTO CANTIDAD ING. BRUTO COSTO COMISIÓN IMP. GANANCIAING. MC COSTO MC COMISIÓN MC IMP. MC GANANCIA MCGANAN. %
{{ g_p }}
No se encontró información

Relación "Gastos" por productos comprados.
{% for tg in total_gastos %} {% for g_p in tg %} {% endfor %} {% endfor %} {% if divisa is 1 %} {% endif %} {% for gp in gastos_prod %} {% for g_p in gp %} {% endfor %} {% empty %} {% endfor %}
{{ g_p }}
PRODUCTO CANTIDAD GASTOSGASTOS MC
{{ g_p }}
No se encontró información

Relación "Inversión" por productos comprados.
{% for tinv in total_inversion %} {% for g_p in tinv %} {% endfor %} {% endfor %} {% if divisa is 1 %} {% endif %} {% for gp in inversion %} {% for g_p in gp %} {% endfor %} {% empty %} {% endfor %}
{{ g_p }}
PRODUCTO CANTIDAD INVERSIÓNINVERSIÓN MC
{{ g_p }}
No se encontró información
{% endblock %}