= htmlspecialchars($concept['description'] ?? '') ?>
| Casa | Propietario | Monto | Fecha de Pago | Acciones |
|---|---|---|---|---|
| = $payment['house_number'] ?> | = htmlspecialchars($payment['owner_name'] ?? '-') ?> | > = $payment['amount'] > 0 ? '$' . number_format($payment['amount'], 2) : '-' ?> | = $payment['payment_date'] ? date('d/m/Y', strtotime($payment['payment_date'])) : '-' ?> |
| Fecha | Descripción | Categoría | Asignado | Total Gasto |
|---|---|---|---|---|
| = date('d/m/Y', strtotime($exp['expense_date'])) ?> | = htmlspecialchars($exp['description']) ?> | = htmlspecialchars($exp['category'] ?? '-') ?> | $= number_format($exp['allocated_amount'], 2) ?> | $= number_format($exp['amount'], 2) ?> |
| Total: | $= number_format($status['total_expenses'], 2) ?> | - | ||
No hay gastos asociados a este concepto.