| Empleado | Cédula | Título | Tareas | Suma Precios Tareas | Total Pagado | Diferencia | Periodo | Estado |
|---|---|---|---|---|---|---|---|---|
| {{ planilla.empleado_nombre }} | {{ planilla.empleado_cedula || 'N/A' }} | {{ planilla.planilla_titulo }} |
|
{{ formatCurrency(planilla.suma_precios_tareas || 0) }} | {{ formatCurrency(planilla.planilla_total || 0) }} |
{{ getDiferencia(planilla) > 0 ? '+' : '' }}{{ formatCurrency(getDiferencia(planilla)) }}
{{ getDiferenciaPorcentaje(planilla) }}
|
{{ formatDate(planilla.planilla_fecha_desde) }} al {{ formatDate(planilla.planilla_fecha_hasta) }} |
|
| TOTALES |
|
{{ formatCurrency(totalSumaPrecios) }} | {{ formatCurrency(totalPagado) }} | {{ diferenciaTotal > 0 ? '+' : '' }}{{ formatCurrency(diferenciaTotal) }} | ||||
No hay planillas en el rango de fechas seleccionado