Consulta en modo lectura los datos suministrados por el prestador.
| Modalidad | {{ $basicos['modalidad'] ?? 'N/A' }} | Numero de contrato | {{ $basicos['numero_contrato'] ?? 'N/A' }} |
|---|---|---|---|
| Prestador | {{ $basicos['prestador'] ?? 'N/A' }} | ||
| Nivel de complejidad | {{ $basicos['complejidad'] ?? $basicos['nivel_complejidad'] ?? 'N/A' }} | Nivel de atencion | {{ $basicos['nivel_atencion'] ?? 'N/A' }} |
| Fecha inicio | {{ $basicos['fecha_inicio'] ?? 'N/A' }} | Fecha final | {{ $basicos['fecha_final'] ?? 'N/A' }} |
| Duracion (meses) | {{ $basicos['duracion_contrato'] ?? 'N/A' }} | Fecha firma contrato | {{ $basicos['fecha_firma_contrato'] ?? 'N/A' }} |
| Departamento | {{ $basicos['departamento'] ?? 'N/A' }} | Municipio | {{ $basicos['municipio'] ?? 'N/A' }} |
| Contratante | {{ $basicos['contratante'] ?? 'N/A' }} | ||
| Objeto del contrato | |||
| Poblacion inicial | {{ $fmt($basicos['poblacion_inicial'] ?? null) }} | Valor per capita | {{ $fmt($basicos['valor_per_capita'] ?? null, 2) }} |
| Valor total mes | {{ $fmt($basicos['valor_total_mes'] ?? null, 2) }} | Numero de informe | {{ $basicos['numero_informe'] ?? 'N/A' }} |
| Novedad contractual | {{ $basicos['novedad_contractual'] ?? 'N/A' }} | ||
| Anexos disponibles | {{ $basicos['anexos_disponibles'] }} | ||
| # | Item | Cumple | Ponderado | Observaciones |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item['item'] ?? 'N/A' }} | {{ strtoupper($item['cumple'] ?? 'N/A') }} | {{ $fmt($item['ponderado'] ?? null, 1) }} | {{ $item['observaciones'] ?? 'N/A' }} |
No se registraron disposiciones durante el diligenciamiento.
@endif @if(!empty($servicios) || !empty($registroEspecial)){{ $servicios['descripcion'] }}
@endif{{ $registroEspecial['descripcion'] }}
@endif| # | Mes | Departamento | Municipio / sede | Poblacion reportada |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ data_get($mesRow, 'mes', 'N/A') }} | {{ data_get($mesRow, 'departamento', $ejecucionDepartamento ?? 'N/A') }} | {{ data_get($mesRow, 'municipio', $ejecucionMunicipio ?? 'N/A') }} | {{ $fmt(data_get($mesRow, 'poblacion') ?? null) }} |
| # | Periodo | Mes | Valor x usuario | Poblacion | Act. contratadas | Valor contratado | Act. ejecutadas | % ejecucion | Valor ejecutado | Ajuste |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ data_get($row, 'periodo', 'N/A') }} | {{ data_get($row, 'mes', 'N/A') }} | {{ $fmtCurrency(data_get($row, 'valor_x_usuario') ?? data_get($row, 'valor_usuario') ?? data_get($row, 'vu')) }} | {{ $fmt(data_get($row, 'poblacion') ?? null) }} | {{ $fmt(data_get($row, 'act_contratadas') ?? data_get($row, 'actividades_contratadas') ?? null) }} | {{ $fmtCurrency(data_get($row, 'vc') ?? data_get($row, 'valor_contratado') ?? null) }} | {{ $fmt(data_get($row, 'act_ejecutadas') ?? data_get($row, 'actividades_ejecutadas') ?? null) }} | {{ $fmt(data_get($row, 'pct') ?? data_get($row, 'porcentaje') ?? null, 1) }}% | {{ $fmtCurrency(data_get($row, 've') ?? data_get($row, 'valor_ejecutado') ?? null) }} | {{ $fmtCurrency(data_get($row, 'ajuste') ?? data_get($row, 'ajustes_a_realizar') ?? null) }} |
| Totales | {{ $fmt($matrizTotals['poblacion'] ?? null) }} | {{ $fmt($matrizTotals['act_contratadas'] ?? null) }} | {{ $fmtCurrency($matrizTotals['vc'] ?? null) }} | {{ $fmt($matrizTotals['act_ejecutadas'] ?? null) }} | {{ $fmtCurrency($matrizTotals['ve'] ?? null) }} | {{ $fmtCurrency($matrizTotals['ajuste'] ?? null) }} | ||||
| # | Item | Cumple | Ponderado | Observaciones |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $row['item'] ?? 'N/A' }} | {{ strtoupper($row['cumple'] ?? 'N/A') }} | {{ $fmt($row['ponderado'] ?? null, 1) }} | {{ $row['observaciones'] ?? 'N/A' }} |
{{ data_get($indicadoresGeneral, 'descripcion') }}
@endif @foreach($indicadoresBloques as $titulo => $bloque) @if(!empty($bloque))| # | Indicador | Meta | Resultado | Observaciones |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ data_get($row, 'item', 'N/A') }} | {{ data_get($row, 'meta', 'N/A') }} | {{ data_get($row, 'resultado', 'N/A') }} | {{ data_get($row, 'observaciones', 'N/A') }} |
| # | Item evaluado | Ponderado | Cumple | Observaciones |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ data_get($row, 'item', 'N/A') }} | {{ $fmt(data_get($row, 'ponderado'), 1) }} | {{ strtoupper(data_get($row, 'cumple', 'N/A')) }} | {{ data_get($row, 'observaciones', 'N/A') }} |
Carga las firmas del auditor y del prestador para finalizar la revisión. Formatos permitidos: JPG, PNG, WEBP. Máx. 4 MB por archivo.