Efectivo
{{ formatCurrency(data.total_efectivo) }}
{{ calcularPorcentaje(data.total_efectivo, data.total_invertido) }}%
Depósito
{{ formatCurrency(data.total_deposito) }}
{{ calcularPorcentaje(data.total_deposito, data.total_invertido) }}%
Cheque
{{ formatCurrency(data.total_cheque) }}
{{ calcularPorcentaje(data.total_cheque, data.total_invertido) }}%
Total Verificación
{{ formatCurrency(totalDistribucion) }}
{{ totalMatch ? '✓ Coincide' : '✗ No coincide' }}