{{$ItemNro}} |
INGRESO SALARIAL BASICO POR TIEMPO LABORADO |
{{number_format($request['accrued']['salary'], 2)}} |
|
@if(isset($request['accrued']['transportation_allowance']))
{{$ItemNro}} |
SUBSIDIO DE TRANSPORTE |
{{number_format($request['accrued']['transportation_allowance'], 2)}} |
|
@endif
@if(isset($request['accrued']['HEDs']))
@foreach($request['accrued']['HEDs'] as $HED)
{{$ItemNro}} |
PAGO DE {{$HED['quantity']}} HORA(S) EXTRA(S) DIURNA(S) DESDE - {{$HED['start_time']}} HASTA {{$HED['end_time']}} |
{{number_format($HED['payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['HENs']))
@foreach($request['accrued']['HENs'] as $HEN)
{{$ItemNro}} |
PAGO DE {{$HEN['quantity']}} HORA(S) EXTRA(S) NOCTURNA(S) DESDE - {{$HEN['start_time']}} HASTA {{$HEN['end_time']}} |
{{number_format($HEN['payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['HRNs']))
@foreach($request['accrued']['HRNs'] as $HRN)
{{$ItemNro}} |
PAGO DE {{$HRN['quantity']}} HORA(S) EXTRA(S) RECARGO NOCTURNO DESDE - {{$HRN['start_time']}} HASTA {{$HRN['end_time']}} |
{{number_format($HRN['payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['HEDDFs']))
@foreach($request['accrued']['HEDDFs'] as $HEDDF)
{{$ItemNro}} |
PAGO DE {{$HEDDF['quantity']}} HORA(S) EXTRA(S) DIURNA(S) DOMINICAL Y FESTIVO DESDE - {{$HEDDF['start_time']}} HASTA {{$HEDDF['end_time']}} |
{{number_format($HEDDF['payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['HRDDFs']))
@foreach($request['accrued']['HRDDFs'] as $HRDDF)
{{$ItemNro}} |
PAGO DE {{$HRDDF['quantity']}} HORA(S) EXTRA(S) RECARGO DIURNO DOMINICAL Y FESTIVO DESDE - {{$HRDDF['start_time']}} HASTA {{$HRDDF['end_time']}} |
{{number_format($HRDDF['payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['HENDFs']))
@foreach($request['accrued']['HENDFs'] as $HENDF)
{{$ItemNro}} |
PAGO DE {{$HENDF['quantity']}} HORA(S) EXTRA(S) NOCTURNA(S) DOMINICAL Y FESTIVO DESDE - {{$HENDF['start_time']}} HASTA {{$HENDF['end_time']}} |
{{number_format($HENDF['payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['HRNDFs']))
@foreach($request['accrued']['HRNDFs'] as $HRNDF)
{{$ItemNro}} |
PAGO DE {{$HRNDF['quantity']}} HORA(S) EXTRA(S) RECARGO NOCTURNO DOMINICAL Y FESTIVO DESDE - {{$HRNDF['start_time']}} HASTA {{$HRNDF['end_time']}} |
{{number_format($HRNDF['payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['common_vacation']))
@foreach($request['accrued']['common_vacation'] as $common_vacation)
{{$ItemNro}} |
PAGO DE {{$common_vacation['quantity']}} DIA(S) DE VACACIONES DESDE - {{$common_vacation['start_date']}} HASTA {{$common_vacation['end_date']}} |
{{number_format($common_vacation['payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['paid_vacation']))
@foreach($request['accrued']['paid_vacation'] as $paid_vacation)
{{$ItemNro}} |
PAGO DE {{$paid_vacation['quantity']}} DIA(S) DE VACACIONES COMPENSADAS. |
{{number_format($paid_vacation['payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['service_bonus']))
@foreach($request['accrued']['service_bonus'] as $service_bonus)
{{$ItemNro}} |
PAGO DE {{$service_bonus['quantity']}} DIA(S) DE PRIMA LEGAL |
{{number_format($service_bonus['payment'], 2)}} |
|
@if(array_key_exists('paymentNS', $service_bonus))
{{$ItemNro}} |
PAGO DE {{$service_bonus['quantity']}} DIA(S) DE PRIMA EXTRA LEGAL NO SALARIAL |
{{number_format($service_bonus['paymentNS'], 2)}} |
|
@endif
@endforeach
@endif
@if(isset($request['accrued']['severance']))
@foreach($request['accrued']['severance'] as $severance)
{{$ItemNro}} |
PAGO DE CESANTIAS |
{{number_format($severance['payment'], 2)}} |
|
{{$ItemNro}} |
PAGO DE INTERESES A LAS CESANTIAS A UNA TASA DE {{$severance['percentage']}}% |
{{number_format($severance['interest_payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['work_disabilities']))
@foreach($request['accrued']['work_disabilities'] as $work_disabilities)
{{$ItemNro}} |
PAGO DE {{$work_disabilities['quantity']}} DIA(S) DE INCAPACIDAD TIPO {{$work_disabilities['type']}} DESDE - {{$work_disabilities['start_date']}} HASTA {{$work_disabilities['end_date']}} |
{{number_format($work_disabilities['payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['maternity_leave']))
@foreach($request['accrued']['maternity_leave'] as $maternity_leave)
{{$ItemNro}} |
PAGO DE {{$maternity_leave['quantity']}} DIA(S) DE LICENCIA DE MATERNIDAD DESDE - {{$maternity_leave['start_date']}} HASTA {{$maternity_leave['end_date']}} |
{{number_format($maternity_leave['payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['paid_leave']))
@foreach($request['accrued']['paid_leave'] as $paid_leave)
{{$ItemNro}} |
PAGO DE {{$paid_leave['quantity']}} DIA(S) DE LICENCIA REMUNERADA DESDE - {{$paid_leave['start_date']}} HASTA {{$paid_leave['end_date']}} |
{{number_format($paid_leave['payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['non_paid_leave']))
@foreach($request['accrued']['non_paid_leave'] as $non_paid_leave)
{{$ItemNro}} |
PAGO DE {{$non_paid_leave['quantity']}} DIA(S) DE LICENCIA NO REMUNERADA DESDE - {{$non_paid_leave['start_date']}} HASTA {{$non_paid_leave['end_date']}} |
{{number_format(0, 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['bonuses']))
@foreach($request['accrued']['bonuses'] as $bonuses)
@if(array_key_exists('salary_bonus', $bonuses))
{{$ItemNro}} |
PAGO DE BONIFICACION SALARIAL |
{{number_format($bonuses['salary_bonus'], 2)}} |
|
@endif
@if(array_key_exists('non_salary_bonus', $bonuses))
{{$ItemNro}} |
PAGO DE BONIFICACION NO SALARIAL |
{{number_format($bonuses['non_salary_bonus'], 2)}} |
|
@endif
@endforeach
@endif
@if(isset($request['accrued']['aid']))
@foreach($request['accrued']['aid'] as $aid)
@if(array_key_exists('salary_assistance', $aid))
{{$ItemNro}} |
PAGO DE AUXILIO SALARIAL |
{{number_format($aid['salary_assistance'], 2)}} |
|
@endif
@if(array_key_exists('non_salary_assistance', $aid))
{{$ItemNro}} |
PAGO DE AUXILIO NO SALARIAL |
{{number_format($aid['non_salary_assistance'], 2)}} |
|
@endif
@endforeach
@endif
@if(isset($request['accrued']['legal_strike']))
@foreach($request['accrued']['legal_strike'] as $legal_strike)
{{$ItemNro}} |
PAGO DE {{$legal_strike['quantity']}} DIA(S) DE HUELGA LEGAL DESDE - {{$legal_strike['start_date']}} HASTA {{$legal_strike['end_date']}} |
{{number_format(0, 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['other_concepts']))
@foreach($request['accrued']['other_concepts'] as $other_concepts)
@if(array_key_exists('salary_concept', $other_concepts))
{{$ItemNro}} |
{{$other_concepts['description_concept']}} - SALARIAL |
{{number_format($other_concepts['salary_concept'], 2)}} |
|
@endif
@if(array_key_exists('non_salary_concept', $other_concepts))
{{$ItemNro}} |
{{$other_concepts['description_concept']}} - NO SALARIAL |
{{number_format($other_concepts['non_salary_concept'], 2)}} |
|
@endif
@endforeach
@endif
@if(isset($request['accrued']['compensations']))
@foreach($request['accrued']['compensations'] as $compensations)
@if(array_key_exists('ordinary_compensation', $compensations))
{{$ItemNro}} |
COMPENSACION ORDINARIA |
{{number_format($compensations['ordinary_compensation'], 2)}} |
|
@endif
@if(array_key_exists('extraordinary_compensation', $compensations))
{{$ItemNro}} |
COMPENSACION EXTRAORDINARIA |
{{number_format($compensations['extraordinary_compensation'], 2)}} |
|
@endif
@endforeach
@endif
@if(isset($request['accrued']['epctv_bonuses']))
@foreach($request['accrued']['epctv_bonuses'] as $epctv_bonuses)
@if(array_key_exists('paymentS', $epctv_bonuses))
{{$ItemNro}} |
PAGO SALARIAL MEDIANTE BONOS Y MEDIOS DIFERENTES A EFECTIVO O CONSIGNACION BANCARIA |
{{number_format($epctv_bonuses['paymentS'], 2)}} |
|
@endif
@if(array_key_exists('paymentNS', $epctv_bonuses))
{{$ItemNro}} |
PAGO NO SALARIAL MEDIANTE BONOS Y MEDIOS DIFERENTES A EFECTIVO O CONSIGNACION BANCARIA |
{{number_format($epctv_bonuses['paymentNS'], 2)}} |
|
@endif
@if(array_key_exists('salary_food_payment', $epctv_bonuses))
{{$ItemNro}} |
PAGO SALARIAL PARA ALIMENTACION MEDIANTE BONOS Y MEDIOS DIFERENTES A EFECTIVO O CONSIGNACION BANCARIA |
{{number_format($epctv_bonuses['salary_food_payment'], 2)}} |
|
@endif
@if(array_key_exists('non_salary_food_payment', $epctv_bonuses))
{{$ItemNro}} |
PAGO NO SALARIAL PARA ALIMENTACION MEDIANTE BONOS Y MEDIOS DIFERENTES A EFECTIVO O CONSIGNACION BANCARIA |
{{number_format($epctv_bonuses['non_salary_food_payment'], 2)}} |
|
@endif
@endforeach
@endif
@if(isset($request['accrued']['commissions']))
@foreach($request['accrued']['commissions'] as $commissions)
{{$ItemNro}} |
PAGO DE COMISION |
{{number_format($commissions['commission'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['third_party_payments']))
@foreach($request['accrued']['third_party_payments'] as $third_party_payments)
{{$ItemNro}} |
PAGO DE TERCERAS PARTES |
{{number_format($third_party_payments['third_party_payment'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['advances']))
@foreach($request['accrued']['advances'] as $advances)
{{$ItemNro}} |
ANTICIPO DE NOMINA |
{{number_format($advances['advance'], 2)}} |
|
@endforeach
@endif
@if(isset($request['accrued']['endowment']))
{{$ItemNro}} |
PAGO POR DOTACIONES |
{{number_format($request['accrued']['endowment'], 2)}} |
|
@endif
@if(isset($request['accrued']['sustenance_support']))
{{$ItemNro}} |
PAGO POR APOYO A SOSTENIMIENTO |
{{number_format($request['accrued']['sustenance_support'], 2)}} |
|
@endif
@if(isset($request['accrued']['telecommuting']))
{{$ItemNro}} |
PAGO POR TELETRABAJO |
{{number_format($request['accrued']['telecommuting'], 2)}} |
|
@endif
@if(isset($request['accrued']['withdrawal_bonus']))
{{$ItemNro}} |
PAGO POR RETIRO DE LA EMPRESA |
{{number_format($request['accrued']['withdrawal_bonus'], 2)}} |
|
@endif
@if(isset($request['accrued']['compensation']))
{{$ItemNro}} |
PAGO POR INDEMNIZACION |
{{number_format($request['accrued']['compensation'], 2)}} |
|
@endif
@if(isset($request['accrued']['refund']))
{{$ItemNro}} |
PAGO POR REINTEGRO DE NOMINA |
{{number_format($request['accrued']['refund'], 2)}} |
|
@endif
@if(isset($request['deductions']['eps_deduction']))
{{$ItemNro}} |
DEDUCCION CORRESPONDIENTE A SALUD POR PARTE DEL TRABAJADOR |
|
{{number_format($request['deductions']['eps_deduction'], 2)}} |
@endif
@if(isset($request['deductions']['pension_deduction']))
{{$ItemNro}} |
DEDUCCION CORRESPONDIENTE A PENSION POR PARTE DEL TRABAJADOR |
|
{{number_format($request['deductions']['pension_deduction'], 2)}} |
@endif
@if(isset($request['deductions']['labor_union']))
@foreach($request['deductions']['labor_union'] as $labor_union)
{{$ItemNro}} |
DEDUCCION POR APORTE A SINDICATO DEL {{$labor_union['percentage']}}% |
|
{{number_format($labor_union['deduction'], 2)}} |
@endforeach
@endif
@if(isset($request['deductions']['sanctions']))
@foreach($request['deductions']['sanctions'] as $sanction)
@if(array_key_exists('public_sanction', $sanction))
{{$ItemNro}} |
DEDUCCION POR SANCION PUBLICA |
|
{{number_format($sanction['public_sanction'], 2)}} |
@endif
@if(array_key_exists('private_sanction', $sanction))
{{$ItemNro}} |
DEDUCCION POR SANCION PRIVADA |
|
{{number_format($sanction['private_sanction'], 2)}} |
@endif
@endforeach
@endif
@if(isset($request['deductions']['orders']))
@foreach($request['deductions']['orders'] as $order)
{{$ItemNro}} |
DEDUCCION POR {{$order['description']}} |
|
{{number_format($order['deduction'], 2)}} |
@endforeach
@endif
@if(isset($request['deductions']['third_party_payments']))
@foreach($request['deductions']['third_party_payments'] as $third_party_payment)
{{$ItemNro}} |
DEDUCCION POR PAGO A TERCEROS |
|
{{number_format($third_party_payment['third_party_payment'], 2)}} |
@endforeach
@endif
@if(isset($request['deductions']['advances']))
@foreach($request['deductions']['advances'] as $advance)
{{$ItemNro}} |
DEDUCCION POR ANTICIPO |
|
{{number_format($advance['advance'], 2)}} |
@endforeach
@endif
@if(isset($request['deductions']['other_deductions']))
@foreach($request['deductions']['other_deductions'] as $other_deduction)
{{$ItemNro}} |
OTRA DEDUCCION |
|
{{number_format($other_deduction['other_deduction'], 2)}} |
@endforeach
@endif
@if(isset($request['deductions']['voluntary_pension']))
{{$ItemNro}} |
DESCUENTO POR PENSION VOLUNTARIA |
|
{{number_format($request['deductions']['voluntary_pension'], 2)}} |
@endif
@if(isset($request['deductions']['withholding_at_source']))
{{$ItemNro}} |
DESCUENTO POR RETENCION EN LA FUENTE |
|
{{number_format($request['deductions']['withholding_at_source'], 2)}} |
@endif
@if(isset($request['deductions']['afc']))
{{$ItemNro}} |
DESCUENTO POR FOMENTO Y AHORRO A LA CONSTRUCCION |
|
{{number_format($request['deductions']['afc'], 2)}} |
@endif
@if(isset($request['deductions']['cooperative']))
{{$ItemNro}} |
DESCUENTO POR COOPERATIVA |
|
{{number_format($request['deductions']['cooperative'], 2)}} |
@endif
@if(isset($request['deductions']['tax_liens']))
{{$ItemNro}} |
DESCUENTO POR EMBARGOS FISCALES |
|
{{number_format($request['deductions']['tax_liens'], 2)}} |
@endif
@if(isset($request['deductions']['supplementary_plan']))
{{$ItemNro}} |
DESCUENTO POR PLAN SUPLEMENTARIO |
|
{{number_format($request['deductions']['supplementary_plan'], 2)}} |
@endif
@if(isset($request['deductions']['education']))
{{$ItemNro}} |
DESCUENTO POR EDUCACION |
|
{{number_format($request['deductions']['education'], 2)}} |
@endif
@if(isset($request['deductions']['refund']))
{{$ItemNro}} |
DESCUENTO POR REINTEGRO |
|
{{number_format($request['deductions']['refund'], 2)}} |
@endif
@if(isset($request['deductions']['debt']))
{{$ItemNro}} |
DESCUENTO POR DEUDA |
|
{{number_format($request['deductions']['debt'], 2)}} |
@endif