{% extends "TARJETAS/templates/base.html" %} {% load static %} {% block title %}Dashboard{% endblock %} {% block head %} {% endblock %} {% block content %}

Tarjetas

Tipos, bancos, reportes

Finanzas

Presupuestos y pagos

Reportes

Gráficas y evolución

Administración

Auditoría y backups

{% if SCREEN_TARJETAS %}→ Ir a Tarjetas{% endif %} {% if SCREEN_REPORTE_7 %}→ Estado de Cuenta por Tarjeta{% endif %} {% if SCREEN_TARJETAS_TIPOS or SCREEN_BANCOS %}
Otros Listados
{% endif %} {% if SCREEN_TARJETAS_TIPOS %}→ Tipos de Tarjetas{% endif %} {% if SCREEN_BANCOS %}→ Bancos{% endif %}
{% if SCREEN_TARJETAS_GASTOS %}→ Gastos{% endif %} {% if SCREEN_PRESUPUESTOS %}→ Presupuestos{% endif %} {% if SCREEN_TARJETAS_PAGOS %}→ Pagos{% endif %} {% if SCREEN_PRESUPUESTOS_RECIPIENTES_TIPOS or SCREEN_TARJETAS_GASTOS_CATEGORIAS %}
Otros Listados
{% endif %} {% if SCREEN_PRESUPUESTOS_RECIPIENTES_TIPOS %}→ Tipos de Recipientes{% endif %} {% if SCREEN_TARJETAS_GASTOS_CATEGORIAS %}→ Categorías de Gastos{% endif %}
{% if SCREEN_REPORTE_6 %}→ Estado de Cuenta General{% endif %} {% if SCREEN_REPORTE_1 or SCREEN_REPORTE_2 or SCREEN_REPORTE_3 or SCREEN_REPORTE_4 or SCREEN_REPORTE_5 %}
Gráficas
{% endif %} {% if SCREEN_REPORTE_1 %}→ Evolución Mensual{% endif %} {% if SCREEN_REPORTE_2 %}→ Presupuesto vs Real{% endif %} {% if SCREEN_REPORTE_3 %}→ Intereses Pagados{% endif %} {% if SCREEN_REPORTE_4 %}→ Cuenta Contable{% endif %} {% if SCREEN_REPORTE_5 %}→ Proyecciones{% endif %}
{% if SCREEN_AUDIT_LOG %}→ Auditoría{% endif %} → Roles de Usuarios {% if SCREEN_BACKUPS %}→ Backups{% endif %} {% if SCREEN_EMPRESAS_DEPARTAMENTOS or SCREEN_EMPRESAS_EMPLEADOS or SCREEN_TARJETAS_PROPIETARIOS_TIPOS %}
Otros Listados
{% endif %} {% if SCREEN_EMPRESAS_DEPARTAMENTOS %}→ Departamentos{% endif %} {% if SCREEN_EMPRESAS_EMPLEADOS %}→ Empleados{% endif %} {% if SCREEN_TARJETAS_PROPIETARIOS_TIPOS %}→ Propietarios{% endif %}
{% endblock %} {% block modals %} {{ block.super }} {% endblock %} {% block scripts %} {{ block.super }} {% endblock %}