Dashboard

Mostrando: {{ selected_year }} {% if selected_month %}/{{ selected_month }}{% endif %}


Total

{{ kpi_total }}

Nº de gastos

{{ kpi_count }}

Categorías

{{ kpi_categories }}

{% if compare_enabled %}

Comparación con periodo anterior

Total anterior: {{ kpi_previous_total|floatformat:2 }}

Diferencia: {% if kpi_difference > 0 %} {% elif kpi_difference < 0 %} {% endif %} {{ kpi_difference|floatformat:2 }}

Variación: {% if kpi_percentage is not None %} {{ kpi_percentage|floatformat:2 }}% {% else %} Variación: N/D {% endif %}

{% endif %}

Gastos por categoría

{% for row in by_category %} {% empty %} {% endfor %}
Categoría Total
{{ row.category__name }} {{ row.total }}
Sin datos

Gastos por mes

Distribución mensual (año completo)