{{-- CSS --}} {{-- BOOTSTRAP --}} {{-- TAILWIND --}} {{-- CHART.JS --}} {{-- JAVASCRIPT --}} {{-- ENLACE A JS GENERAL --}} Reportes CT {{-- CARGANDO --}}
{{-- BOTON SUBIR --}}
@include('includes/header')
{{-- Botones de arriba --}} {{-- Obtener el id_ct almacenado en la sesión --}} @php $id_ct = session()->get('id_ct'); @endphp

REPORTES INVENTARIO

{{-- CONTENEDOR CUERPO --}}
{{-- PRIMERA FILA --}}
{{-- KPI --}} {{-- TABLA 1 --}}

REPORTE DE ACTUALIZACIONES DE FW

@if (is_array($resultadosQ52) && count($resultadosQ52) > 0)
@foreach ($resultadosQ52 as $index => $resultado) @endforeach
# CUPS CONTADOR FECHA HORA TEXTO ADICIONAL 1 TEXTO ADICIONAL 2
{{ $loop->iteration }} {{ !empty($resultado->id_cups) ? $resultado->id_cups : 'No hay datos' }} {{ !empty($resultado->id_cnt) ? $resultado->id_cnt : 'No hay datos' }} {{ !empty($resultado->fec_evento) ? $resultado->fec_evento : 'No hay datos' }} {{ !empty($resultado->hor_evento) ? $resultado->hor_evento : 'No hay datos' }} {{ !empty($resultado->txt_adicionales_1) ? $resultado->txt_adicionales_1 : 'No hay datos' }} {{ !empty($resultado->txt_adicionales_2) ? $resultado->txt_adicionales_2 : 'No hay datos' }}
@else

No hay datos

@endif
{{-- GRAFICO DE BARRAS --}}

ACTUALIZACIONES POR MES

Últimos 12 meses

{{-- GRÁFICO DE CONSUMOS MENSUALES --}}
@if (is_array($resultadosQ54) && count($resultadosQ54) > 0) @endif
{{-- SCRIPT PARA EL GRÁFICO DE CONSUMOS MENSUALES --}}
{{--
--}}
{{-- SEGUNDA FILA --}}
{{-- TABLA 2 --}}

REPORTE DE MODELO DE CONTADOR

@if (is_array($resultadosQ55) && count($resultadosQ52) > 0)
@foreach ($resultadosQ55 as $resultado) @endforeach
# CONTADOR MODELO DLMS PRIME AÑO TIPO CONTADOR COMPANION FABRICANTE FASES TIPO
{{ $loop->iteration }} {{ !empty($resultado->id_cnt) ? $resultado->id_cnt : 'No hay datos' }} {{ !empty($resultado->mod_cnt) ? $resultado->mod_cnt : 'No hay datos' }} {{ !empty($resultado->fw_dlms_cnt) ? $resultado->fw_dlms_cnt : 'No hay datos' }} {{ !empty($resultado->fw_prime_cnt) ? $resultado->fw_prime_cnt : 'No hay datos' }} {{ !empty($resultado->des_cnt_af) ? $resultado->des_cnt_af : 'No hay datos' }} {{ !empty($resultado->des_te) ? $resultado->des_te : '0' }} {{ !empty($resultado->des_companion) ? $resultado->des_companion : '0' }} {{ !empty($resultado->nom_fabricante) ? $resultado->nom_fabricante : '0' }} {{ !empty($resultado->num_fases) ? $resultado->num_fases : '0' }} {{ !empty($resultado->tipo_cnt) ? $resultado->tipo_cnt : '0' }}
@else

No hay datos

@endif
{{-- TERCERA FILA --}}
{{-- GRAFICO CIRCULAR 1 --}}

VERSIÓN DLMS

@if (is_array($resultadosQ56) && count($resultadosQ56) > 0) {{-- GRÁFICO DE POR PERIODOS TARIFARIOS --}} @endif
{{-- SCRIPT PARA EL GRÁFICO DE POR PERIODOS TARIFARIOS --}}
{{-- GRAFICO CIRCULAR 2 --}}

FABRICANTE

{{-- GRÁFICO DE POR PERIODOS TARIFARIOS --}}
{{-- SCRIPT PARA EL GRÁFICO DE POR PERIODOS TARIFARIOS --}}