@php $agente = App\Models\Agente::find($remuneracion->agentes_id); $liquidacion = App\Models\Liquidacion::find($remuneracion->liquidaciones_id); $fecha = Carbon\Carbon::parse($liquidacion->periodo); $tipo = App\Models\Tipo::find($remuneracion->tipos_id); $cargo = App\Models\Cargo::find($remuneracion->cargos_id); $letras_total = App\Models\NumerosEnLetras::convertir($remuneracion->importe_neto, 'Pesos', true, 'Centavos'); @endphp @if ($remuneracion->haber_adicional_directivo != 0) @else @endif @if ($remuneracion->deduccion_extra_os != 0) @else @endif @if ($remuneracion->deduccion_aporte_gremio != 0) @else @endif @if ($remuneracion->sindescuento_asignacion_fam != 0) @else @endif @if ($remuneracion->sindescuento_asignacion_fam_condisc != 0) @else @endif @if ($remuneracion->sindescuento_plus_extra != 0) @else @endif
{{ $liquidacion->descripcion }} RECIBO DE HABERES LEY 20.744 ORIGINAL
HABERES IMPORTE EMPLEADOR: Instituto Superior del Profesorado I-28.
Sueldo Básico $ {{ number_format($remuneracion->haber_sueldo_basico, 2, ',', '.') }} DOMICILIO: Avda. Libertador y Pasaje Meyer.
Antigüedad $ {{ number_format($remuneracion->haber_antiguedad, 2, ',', '.') }} C.U.I.T.: N° 30-54762064-6
Zona Geográfica $ {{ number_format($remuneracion->haber_zona, 2, ',', '.') }} FECHA ÚLTIMO DEPOSITO: DEPOSITADO EN BANCO DE CORRIENTES S.A.
Material Didáctico $ {{ number_format($remuneracion->haber_didactico, 2, ',', '.') }} LAPSO:
PLUS Provincial Unificado $ {{ number_format($remuneracion->haber_plus_prov, 2, ',', '.') }} BENEFICIARIO LEGAJO: {{ $agente->legajo }} {{ $agente->apellido . ', ' . $agente->nombres }}
Adicional Cargo Directivo $ {{ number_format($remuneracion->haber_adicional_directivo, 2, ',', '.') }} FECHA DE INGRESO: {{ date('d-m-Y', strtotime($agente->fecha_ingreso)) }} C.U.I.L. N° {{ $agente->cuil }}
TOTAL HABERES $ {{ number_format($remuneracion->haber_total_haberes, 2, ',', '.') }} ACTIVIDAD DESEMPEÑADA: @if ($tipo->id == 1) {{ $tipo->descripcion . ' (' . $agente->horas . ' HS.)' }} @else {{ $tipo->descripcion . ' (' . $cargo->descripcion . ')' }} @endif
DEDUCCIONES IMPORTE REMUNERACIÓN CORRESPONDIENTE AL MES DE: {{ strtoupper($fecha->locale('es')->monthName) . ' ' . $fecha->locale('es')->year }}
Jubilación $ {{ number_format($remuneracion->deduccion_jubilacion, 2, ',', '.') }}
Obra Social $ {{ number_format($remuneracion->deduccion_obra_social, 2, ',', '.') }}
SON: {{ $letras_total }}

en concepto de mis haberes correspondientes al periodo arrriba indicado y según la presente liquidación dejando constancia de haber recibido el duplicado de este recibo.
Adicional Obra Social $ {{ number_format($remuneracion->deduccion_extra_os, 2, ',', '.') }}
Caja Complementaria Articulo Docente $ {{ number_format($remuneracion->deduccion_caja_comple, 2, ',', '.') }}
Aporte Gremio $ {{ number_format($remuneracion->deduccion_aporte_gremio, 2, ',', '.') }}
TOTAL DEDUCCIONES $ {{ number_format($remuneracion->deduccion_total_deducciones, 2, ',', '.') }}
IMPORTE LIQUIDO $ {{ number_format($remuneracion->haber_total_haberes - $remuneracion->deduccion_total_deducciones, 2, ',', '.') }}
HABERES SIN DESCUENTO IMPORTE
Asignación Familiar $ {{ number_format($remuneracion->sindescuento_asignacion_fam, 2, ',', '.') }}
LUGAR Y FECHA: Monte Caseros, {{ now()->day . ' de ' . now()->monthName . ' de ' . now()->year }}
Asignación Familiar Cat. 2 $ {{ number_format($remuneracion->sindescuento_asignacion_fam_condisc, 2, ',', '.') }}
Adicional Docente Provincial $ {{ number_format($remuneracion->sindescuento_adicional_prov, 2, ',', '.') }} SON: $ {{ number_format($remuneracion->importe_neto, 2, ',', '.') }}
Compensador Docente Provincial $ {{ number_format($remuneracion->sindescuento_compensador_prov, 2, ',', '.') }}
PLUS Extraordinario $ {{ number_format($remuneracion->sindescuento_plus_extra, 2, ',', '.') }}
TOTAL HABERES SIN DESCUENTO $ {{ number_format($remuneracion->sindescuento_totalsindescuento, 2, ',', '.') }}
IMPORTE NETO A COBRAR $ {{ number_format($remuneracion->importe_neto, 2, ',', '.') }}