Key capabilities
The dashboard presents three main areas of financial information:Cash flow metrics
Real-time visibility into your actual cash movements:- Ingresos cobrados - Actual cash received from invoices and payment complements
- Egresos pagados - Cash paid out for expenses
- Flujo neto - Net cash flow with operating margin percentage
The dashboard automatically detects unreconciled payment complements (complementos sin conciliar) and displays them separately in the metrics cards.
Accrual-based accounting
Accounting metrics based on CFDI issue dates:- Ingresos devengados - Total invoices issued (accrued revenue)
- Egresos devengados - Total expenses received (accrued expenses)
- Resultado devengado - Estimated profit before taxes
Pending transactions
Track outstanding receivables and payables:- Por cobrar - Invoices pending payment (accounts receivable)
- Por pagar - Authorized expenses pending payment (accounts payable)
Trend visualization
The Tendencia de Flujo chart displays cash flow and accrued metrics over time using Recharts area and line charts. The chart is interactive and loaded lazily to optimize performance.Chart features
- Multiple period views: Choose from año actual, últimos 12 meses, año completo, or comparar anterior
- Series toggle: Show/hide individual data series (ingresos cobrados, egresos pagados, ingresos devengados, egresos devengados)
- Visual differentiation: Area charts for collected income, dashed lines for expenses
Filtering and context
The dashboard supports comprehensive filtering:- Profile selection - View data for a specific business profile or all profiles combined
- Month/year selection - Focus on specific time periods
- Régimen fiscal - Filter by specific tax regime when a profile has multiple regimes
When viewing “Todas las empresas”, metrics are aggregated across all your business profiles. The dashboard will display “Todas las empresas” in the greeting when no specific profile is selected.
Recent transactions
Two side-by-side tables show:- Recent invoices - Last 3 invoices with payment status indicators
- Recent expenses - Last 3 expenses with payment status
Export functionality
The ExportPDFButton component (lazy-loaded) generates comprehensive PDF reports using jsPDF:- Includes all dashboard metrics for the selected period
- Uses the ReporteMensualTemplate for consistent formatting
- Respects profile and time period filters
Related features
Invoice Management
Manage and track all your issued invoices
Expense Tracking
Track business expenses and payment status
Reports & Analytics
Generate detailed financial reports
Technical details
The dashboard is implemented as a server component that fetches data in parallel:export const dynamic = 'force-dynamic') to ensure users always see fresh data without cache issues.