@extends('plantillas.app') @section('breadcrumbs') {!! Breadcrumbs::render('inicio') !!} @endsection @section('contenido')
@if(Auth::user()->esGerente() or Auth::user()->esAdministrador())

{{ env('EPS') }}

La información que contiene este UTILITARIO es para ayudar a tu gestión.

Materiales de almacén

@if (is_null($transaccionAlmacen))
Alerta
Aún no se realiza la transferencia de la información de almacén del AVALON al utilitario, se debe usar la opción "CARGAR ALMACÉN" a la cual solo tiene acceso personal de informática.
@else
Importante
Los siguientes cuadros no son en tiempo real, para actualizarlos se debe usar la opción "CARGAR ALMACÉN" a la cual solo tiene acceso personal de Informática. La última actualización de esta información se realizó el {{ $transaccionAlmacen->created_at->format('d-m-Y h:i:s A') }}
  • Materiales por año de ingreso sin movimiento
  • @foreach($saldosPorAnio as $anio)
  • S/ {{ number_format($anio->valor,2) }} {{ $anio->nombre }} ({{ number_format($anio->valor/$saldosPorAnio->sum('valor')*100,2) }} %)
  • @endforeach
  • S/ {{ number_format($saldosPorAnio->sum('valor'),2) }} TOTAL
  • Materiales por grupo
  • @foreach($saldosPorGrupo as $anio)
  • S/ {{ number_format($anio->valor,2) }} {{ $anio->grupo_id }} - {{ $anio->grupo }} ({{ number_format($anio->valor/$saldosPorGrupo->sum('valor')*100,2) }} %)
  • @endforeach
  • S/ {{ number_format($saldosPorGrupo->sum('valor'),2) }} TOTAL
@endif
@endif @if(Auth::user()->esGerente() or Auth::user()->esAdministrador() or Auth::user()->esPresupuesto())

Plan Operativo Institucional

@include('actividades.partials.avisoTransaccion')
@if (!is_null($transaccionActividades))
@if($presupuesto['pim']>0 or !is_null($presupuesto['pim']))

Avance presupuestal del POI {{ config('app.anio_actual') }}

{{ round($avancePresupuestal['total']/$presupuesto['pim']*100,3) }} %

{{ round($avancePresupuestal['total']/$presupuesto['pim']*100,3) }}% Complete (success)
  • Presupuesto inicial (PIA) S/ {{ number_format($presupuesto['pia'],2,'.',', ') }}
  • Presupuesto actual (PIM) S/ {{ number_format($presupuesto['pim'],2,'.',', ') }}
  • Comprometido S/ {{ number_format($avancePresupuestal['total'],2,'.',', ') }}
  • Saldo disponible S/ {{ number_format(($presupuesto['pim'] - $avancePresupuestal['total']),2,'.',', ') }}
@else

Error en transferencia

Realizar nuevamente la transferencia de información

@endif
@endif
@endif
{{--

Indicadores

Relación de trabajo
Detalle
--}} @if(Auth::user()->esGerente() or Auth::user()->esAdministrador())
@if (!is_null($transaccionCostosGastos))

Reporte de Resultados: Análisis de Costos y Gastos {{ config('app.anio_actual') }}

Importante
Este reporte de resultados no es en tiempo real, para actualizar el avance se debe usar la opción "CARGAR COSTOS Y GASTOS" a la cual solo tienen acceso personal de Informática. La última transferencia se realizó el {{ $transaccionActividades->created_at->format('d-m-Y h:i:s A') }}
@foreach($costos as $costo) @if($costo->digito==3) @else @endif @endforeach
Cuenta Ene Feb Mar Abr May Jun Jul Ago Set Oct Nov Dic Total
{{ $costo->cuenta }} - {{ $costo->descripcion }} {{ number_format($costo->enero,2) }} {{ number_format($costo->febrero,2) }} {{ number_format($costo->marzo,2) }} {{ number_format($costo->abril,2) }} {{ number_format($costo->mayo,2) }} {{ number_format($costo->junio,2) }} {{ number_format($costo->julio,2) }} {{ number_format($costo->agosto,2) }} {{ number_format($costo->setiembre,2) }} {{ number_format($costo->octubre,2) }} {{ number_format($costo->noviembre,2) }} {{ number_format($costo->diciembre,2) }} {{ number_format($costo->valor,2) }}
Total {{ number_format($costos->where('digito',2)->sum('enero'),2) }} {{ number_format($costos->where('digito',2)->sum('febrero'),2) }} {{ number_format($costos->where('digito',2)->sum('marzo'),2) }} {{ number_format($costos->where('digito',2)->sum('abril'),2) }} {{ number_format($costos->where('digito',2)->sum('mayo'),2) }} {{ number_format($costos->where('digito',2)->sum('junio'),2) }} {{ number_format($costos->where('digito',2)->sum('julio'),2) }} {{ number_format($costos->where('digito',2)->sum('agosto'),2) }} {{ number_format($costos->where('digito',2)->sum('setiembre'),2) }} {{ number_format($costos->where('digito',2)->sum('octubre'),2) }} {{ number_format($costos->where('digito',2)->sum('noviembre'),2) }} {{ number_format($costos->where('digito',2)->sum('diciembre'),2) }} {{ number_format($costos->where('digito',2)->sum('valor'),2) }}
@foreach($gastos as $gasto) @if($gasto->digito==3) @else @endif @endforeach
Cuenta Ene Feb Mar Abr May Jun Jul Ago Set Oct Nov Dic Total
{{ $gasto->cuenta }} - {{ $gasto->descripcion }} {{ number_format($gasto->enero,2) }} {{ number_format($gasto->febrero,2) }} {{ number_format($gasto->marzo,2) }} {{ number_format($gasto->abril,2) }} {{ number_format($gasto->mayo,2) }} {{ number_format($gasto->junio,2) }} {{ number_format($gasto->julio,2) }} {{ number_format($gasto->agosto,2) }} {{ number_format($gasto->setiembre,2) }} {{ number_format($gasto->octubre,2) }} {{ number_format($gasto->noviembre,2) }} {{ number_format($gasto->diciembre,2) }} {{ number_format($gasto->valor,2) }}
Total {{ number_format($gastos->where('digito',2)->sum('enero'),2) }} {{ number_format($gastos->where('digito',2)->sum('febrero'),2) }} {{ number_format($gastos->where('digito',2)->sum('marzo'),2) }} {{ number_format($gastos->where('digito',2)->sum('abril'),2) }} {{ number_format($gastos->where('digito',2)->sum('mayo'),2) }} {{ number_format($gastos->where('digito',2)->sum('junio'),2) }} {{ number_format($gastos->where('digito',2)->sum('julio'),2) }} {{ number_format($gastos->where('digito',2)->sum('agosto'),2) }} {{ number_format($gastos->where('digito',2)->sum('setiembre'),2) }} {{ number_format($gastos->where('digito',2)->sum('octubre'),2) }} {{ number_format($gastos->where('digito',2)->sum('noviembre'),2) }} {{ number_format($gastos->where('digito',2)->sum('diciembre'),2) }} {{ number_format($gastos->where('digito',2)->sum('valor'),2) }}
@else
Alerta
Aún no se realiza la transferencia de la información para el reporte de COSTOS Y GASTOS del AVALON al utilitario, se debe usar la opción "CARGAR COSTOS Y GASTOS" a la cual solo tiene acceso personal de informática.
@endif
@endif
@if(Auth::user()->esAdministrador())
@endif @if(Auth::user()->esGerente() or Auth::user()->esVerificador() or Auth::user()->esPresupuesto() or Auth::user()->esAdministrador())
@endif @if(Auth::user()->esOperativo() or Auth::user()->esVerificador() or Auth::user()->esAdministrador())
@endif @if(Auth::user()->esPresupuesto() or Auth::user()->esAdministrador())
@endif @endsection @section('js') @endsection