Cálculo de horas extra

L. {{ salary | currency }}
L. {{ salaryPerDay | currency }}
L. {{ salaryPerHour | currency }}



Horas extra de {{ name }}

Fecha Hora Inicio Hora Fin Es feriado Total horas Diurna Mixta Nocturna Doble Acciones
{{ extraHour.date | date }} {{ extraHour.startTime | time }} {{ extraHour.endTime | time }} {{ extraHour.isHoliday | booleanText }} {{ extraHour.totalHours }} {{ extraHour.diurnalExtraHours }} {{ extraHour.mixedExtraHours }} {{ extraHour.nightExtraHours }} {{ extraHour.doubleExtraHours }}




Resumen de pago

Horas diurnas
L. {{ diurnalExtraHoursPayment() | currency }}
Horas Mixtas
L. {{ mixedExtraHoursPayment() | currency }}
Horas Nocturnas
L. {{ nightExtraHoursPayment() | currency }}
Horas Dobles
L. {{ doubleExtraHoursPayment() | currency }}
Total Horas extra
L. {{ totalExtraHoursPayment() | currency }}