No hay gastos registrados.
| Fecha | Descripción | Categoría | Monto |
|---|---|---|---|
| = date('d/m/Y', strtotime($exp['expense_date'])) ?> | = htmlspecialchars($exp['description']) ?> | = htmlspecialchars($exp['category'] ?? '-') ?> | $= number_format($exp['amount'], 2) ?> |
| TOTAL GENERAL DE GASTOS: | $= number_format($totalExpenses, 2) ?> | ||
| Gastos por Categoría: | |||
| = htmlspecialchars($cat['category'] ?? 'Sin categoría') ?>: | $= number_format($cat['total'], 2) ?> | ||