@php @endphp
RAPPORT
DE SYNTHESE
@if ($operation['operation_instance'] > 0)
Annule et remplace la version précédente
@endif
{{ 'Opération ' . $operation['operation_title'] }}


COUP DE POUCE {{ $type }} @if($preca == 1 && ($operation['operation_type'] == 1 || $operation['operation_type'] == 2)) Opérations "Classiques" et "Précaires" @endif @if($preca == 3 && ($operation['operation_type'] == 1 || $operation['operation_type'] == 2)) Opérations "Très Précaires" @endif @if($preca == 1 && in_array($operation['operation_type'], [3,4])) Opérations "Classiques" @endif @if($preca == 3 && in_array($operation['operation_type'], [3,4])) Opérations "Précaires" et "Très Précaires" @endif
Accréditation COFRAC N°3-1696
Portée disponible sur le site www.cofrac.fr
Date de fin de validité de l’accréditation 30/09/2023

Boulogne-Billancourt, le 09/06/2025


@if(!empty($operation['donneur_ordre'])) @endif
DONNEUR D'ORDRE
{{ strtoupper($operation['donneur_ordre']) }}
{{ strtoupper($operation['adresse_donneur_ordre']) }}
{{ strtoupper($operation['cp_donneur_ordre'] . ' ' . $operation['ville_donneur_ordre']) }}
CLIENT
{{ strtoupper($client['client_title']) }}
{{ strtoupper($client['adresse']) }}
{{ strtoupper($client['cp'] . ' ' . $client['ville']) }}
EQI_09.05.3
{{ config('options_crm.societe') }}
{{ config('options_crm.adresse') }}
{{ config('options_crm.cp') }} {{ config('options_crm.ville') }}
SIREN N°{{ config('options_crm.siren') }}- RCS de {{ config('options_crm.rcs') }}
@include('pdf.templates_pdf.synthese.page_header')
Table des matières
Page
Liste des opérations 3
Prise de contact avec les bénéficiaires 3
Résultat des inspections 4
Méthodologie 5
@include('pdf.templates_pdf.synthese.page_header')
Liste des opérations
Nombre de sites concernés par l'opération {{ $number_site }}
Taux / nombre de contrôles demandés {{ number_format(($target), 2, '.', '') }} % {{ ceil(($target * $total / 100)) }}
Taux d'échantillonage retenu {{ number_format(($total_rdv / $total * 100), 2, '.', '') }} % {{ $total_rdv }}
Taux / nombre de contrôles effectifs {{ number_format(($total_rapports / $total * 100), 2, '.', '') }} % {{ $total_rapports }}
Prise de contact avec les bénéficiaires
% Nombre
Taux de numéros téléphoniques erronés {{ number_format(($total_faux_numeros / $total_rdv * 100), 2, '.', '') }} {{ ceil($total_faux_numeros) }}
Taux de bénéficiaires joints {{ number_format((($total_joins) / $total * 100), 2, '.', '') }} {{ ceil($total_joins) }}
Taux d'acceptation de rendez-vous {{ number_format((($total_acceptation) / $total * 100), 2, '.', '') }} {{ ceil($total_acceptation) }}
Rdv annulés par le client {{ number_format((($total_annuls) / $total * 100), 2, '.', '') }} {{ ceil($total_annuls) }}
Inaccessibles {{ number_format((($total_incidents) / $total * 100), 2, '.', '') }} {{ ceil($total_incidents) }}
Résultat des inspections
% Nombre
Inspections conformes {{ number_format(($total_conformes / $total * 100), 2, '.', '') }} {{ ceil($total_conformes) }}
Inspections non conformes {{ number_format(($total_non_conformes / $total * 100), 2, '.', '') }} {{ ceil($total_non_conformes) }}
Sites non vérifiables {{ number_format((($total_non_verifiables) / $total * 100), 2, '.', '') }} {{ ceil($total_non_verifiables) }}
@include('pdf.templates_pdf.synthese.page_header')
Ecarts constatés lors des inspections
Points de contrôle Satisfaisant Non satisfaisant
% Nbre d'inspections % Nbre d'inspections
Surface {{ number_format((((($total_rapports) - $ecart_surf) / ($total_rapports) * 100)), 2, '.', '') }} %. {{ ($total_rapports) - $ecart_surf }} {{ number_format(((($ecart_surf) / ($total_rapports) * 100)), 2, '.', '') }} % {{ ceil($ecart_surf) }}
Nature de l'isolant {{ number_format((((($total_rapports) - $ecart_natures) / ($total_rapports) * 100)), 2, '.', '') }} % {{ ($total_rapports) - $ecart_natures }} {{ number_format(((($ecart_natures) / ($total_rapports) * 100)), 2, '.', '') }} % {{ ceil($ecart_natures) }}
Marque/Référence de l'isolant {{ number_format((((($total_rapports) - $ecart_marques) / ($total_rapports) * 100)), 2, '.', '') }} % {{ ($total_rapports) - $ecart_marques }} {{ number_format(((($ecart_marques) / ($total_rapports) * 100)), 2, '.', '') }} % {{ ceil($ecart_marques) }}
Epaisseur de l'isolant {{ number_format((((($total_rapports) - $ecart_epaisseurs) / ($total_rapports) * 100)), 2, '.', '') }} % {{ ($total_rapports) - $ecart_epaisseurs }} {{ number_format(((($ecart_epaisseurs) / ($total_rapports) * 100)), 2, '.', '') }} % {{ ceil($ecart_epaisseurs) }}
Résistance thermique de l'isolant {{ number_format((((($total_rapports) - $ecart_resistances) / ($total_rapports) * 100)), 2, '.', '') }} % {{ ($total_rapports) - $ecart_resistances }} {{ number_format(((($ecart_resistances) / ($total_rapports) * 100)), 2, '.', '') }} % {{ ceil($ecart_resistances) }}
Répartition de l'isolant {{ number_format((((($total_rapports) - $ecart_repartitions) / ($total_rapports) * 100)), 2, '.', '') }} % {{ ($total_rapports) - $ecart_repartitions }} {{ number_format(((($ecart_repartitions) / ($total_rapports) * 100)), 2, '.', '') }} % {{ ceil($ecart_repartitions) }}
Qualité des travaux {{ number_format((((($total_rapports) - $ecart_amenagements) / ($total_rapports) * 100)), 2, '.', '') }} % {{ ($total_rapports) - $ecart_amenagements }} {{ number_format(((($ecart_amenagements) / ($total_rapports) * 100)), 2, '.', '') }} % {{ ceil($ecart_amenagements) }}
@include('pdf.templates_pdf.synthese.page_header') @include('pdf.templates_pdf.synthese.methodologie')