@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) @endif @if ($remuneracion->sindescuento_asignacion_fam != 0) @endif @if ($remuneracion->sindescuento_asignacion_fam_condisc != 0) @endif @if ($remuneracion->sindescuento_plus_extra != 0) @endif @if ($remuneracion->deduccion_extra_os != 0) @endif @if ($remuneracion->deduccion_aporte_gremio != 0) @endif
INSTITUTO SUPERIOR DEL PROFESORADO
I-28 "DR. ALFREDO RAMÓN MEYER"
C.U.I.T: 33-22322123-2
PASAJE MEYER Y AVDA. DEL TRABAJO
MONTE CASEROS, CORRIENTES.
APELLIDO Y NOMBRES C.U.I.L. LEGAJO
{{ $agente->apellido . ', ' . $agente->nombres }} {{ $agente->cuil }} {{ $agente->legajo }}
SECCIÓN: FECHA DE INGRESO REMUNERACIÓN ASIGNADA RECIBO N°
NIVEL SUPERIOR {{ date('d-m-Y', strtotime($agente->fecha_recibo)) }} {{ $agente->legajo.'-'.$remuneracion->id }}
CATEGORÍA: PERIODO DE PAGO:
NIVEL SUPERIOR {{ strtoupper($fecha->locale('es')->monthName) . ' ' . $fecha->locale('es')->year }}
CALIFICACIÓN PROFESIONAL: CONTRATACIÓN:
NIVEL SUPERIOR @if ($tipo->id == 1) {{ $tipo->descripcion . ' (' . $agente->horas . ' HS.)' }} @else {{ $tipo->descripcion . ' (' . $cargo->descripcion . ')' }} @endif
CONCEPTO UNIDADES REMUN. SUJETAS
A RETENCIÓN
REMUN. EXENTAS DESCUENTOS
Sueldo Básico 0 $ {{ number_format($remuneracion->haber_sueldo_basico, 2, ',', '.') }}
Antigüedad 0
$ {{ number_format($remuneracion->haber_antiguedad, 2, ',', '.') }}
Zona Geográfica 0
$ {{ number_format($remuneracion->haber_zona, 2, ',', '.') }}
Material Didáctico 0
$ {{ number_format($remuneracion->haber_didactico, 2, ',', '.') }}
PLUS Provincial Unificado 0
$ {{ number_format($remuneracion->haber_plus_prov, 2, ',', '.') }}
Adicional Cargo Directivo 0
$ {{ number_format($remuneracion->haber_adicional_directivo, 2, ',', '.') }}
Asignación Familiar 0
{{ number_format($remuneracion->sindescuento_asignacion_fam, 2, ',', '.') }}
Asignación Familiar Cat. 2 0
{{ number_format($remuneracion->sindescuento_asignacion_fam_condisc, 2, ',', '.') }}
Adicional Docente Provincial 0
$ {{ number_format($remuneracion->sindescuento_adicional_prov, 2, ',', '.') }}
Compensador Docente Provincial 0
$ {{ number_format($remuneracion->sindescuento_compensador_prov, 2, ',', '.') }}
PLUS Extraordinario 0
$ {{ number_format($remuneracion->sindescuento_plus_extra, 2, ',', '.') }}
Jubilación 0
$ {{ number_format($remuneracion->deduccion_jubilacion, 2, ',', '.') }}
Obra Social 0
$ {{ number_format($remuneracion->deduccion_obra_social, 2, ',', '.') }}
Adicional Obra Social 0
$ {{ number_format($remuneracion->deduccion_extra_os, 2, ',', '.') }}
Caja Complementaria Articulo Docente 0
$ {{ number_format($remuneracion->deduccion_caja_comple, 2, ',', '.') }}
Aporte Gremio 0
$ {{ number_format($remuneracion->deduccion_aporte_gremio, 2, ',', '.') }}
$ {{ number_format($remuneracion->haber_total_haberes, 2, ',', '.') }} $ {{ number_format($remuneracion->sindescuento_totalsindescuento, 2, ',', '.') }} $ {{ number_format($remuneracion->deduccion_total_deducciones, 2, ',', '.') }}
TOTAL NETO: $ {{ number_format($remuneracion->importe_neto, 2, ',', '.') }}
LUGAR Y FECHA DE PAGO:

Monte Caseros {{ date('d-m-Y', strtotime($liquidacion->fechadepago)) }}

FORMA DE PAGO:

INSTITUTO MEYER
PASAJE MEYER Y AVDA DEL TRABAJO
MONTE CASEROS, CORRIENTES.

DEPOSITO BANCARIO
BANCO DE CORRIENTES S.A.

SON PESOS: {{ $letras_total }}
EN CONCEPTO DE MIS HABERES CORRESPONDIENTES AL PERIODO ARRIBA INDICADO Y SEGUN LA PRESENTE
LIQUIDACIÓN DEJANDO CONSTANCIA DE HABER RECIBIDO EL DUPLICADO DE ESTE RECIBO.
ART. LEY 17.250
MES: {{ strtoupper($fecha->locale('es')->monthName) . ' ' . $fecha->locale('es')->year }}

FIRMA EMPLEADOR
BANCO: BANCO DE CORRIENTES S.A.
FECHA: {{ date('d-m-Y', strtotime($liquidacion->fechadepago)) }}