0) { if ($expected > 0 && $amount >= $expected) { $bg_color = '#d4edda'; // Verde (paid) } else { $bg_color = '#fff3cd'; // Amarillo (partial) } } else { if ($expected > 0) { $bg_color = '#f8d7da'; // Rojo (pending) } elseif ($house['status'] == 'deshabitada') { $bg_color = '#e2e3e5'; // Gris (inactive) } } ?>
Casa Estado
$
Total
0 ? '$' . number_format($amount, 2) : '-'?> $
TOTALES: $ $
Leyenda: Verde = Pagado Amarillo = Parcial Rojo = Pendiente Gris = Inactivo