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'] == 0 || $operation['operation_type'] == 3 )) Opérations "Classiques" et "Précaires" @endif @if($preca == 3 && ($operation['operation_type'] == 1 || $operation['operation_type'] == 0 || $operation['operation_type'] == 3 )) Opérations "Très Précaires" @endif @if($preca == 1 && ($operation['operation_type'] == 2 || $operation['operation_type'] == 4)) Opérations "Classiques" @endif @if($preca == 3 && ($operation['operation_type'] == 2 || $operation['operation_type'] == 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
|
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') }} |
Page | |
Liste des opérations | 3 |
Prise de contact avec les bénéficiaires | 3 |
Résultat des inspections | 4 |
Méthodologie | 5 |
Nombre de sites concernés par l'opération | {{ round(($total)) }} | |
Nombre d'opérations "Classiques" | {{ round(($count_precarite_101[1])) }} | |
Nombre d'opérations "Précaires" | {{ round(($count_precarite_101[2])) }} | |
Nombre d'opérations "Grand Précaires" | {{ round(($count_precarite_101[3])) }} | |
Taux / nombre de contrôles demandés | {{ is_numeric($target) ? number_format(($target), 2, '.', '') : 0 }} % | {{ is_numeric($target) && $total != 0 ? ceil(($target * $total / 100)) : '' }} |
Taux d'échantillonage retenu | {{ $total != 0 ? number_format(($total_rdv / $total * 100), 2, '.', '') : '' }} % | {{ $total_rdv }} |
Taux / nombre de contrôles effectifs | {{ $total != 0 ? number_format((($total_rapports-$total_incidents) / $total * 100), 2, '.', '') : ''}} % | {{ ($total_rapports-$total_incidents) }} |
% | Nombre | |
Taux de numéros téléphoniques erronés | {{ $total_rdv != 0 ? number_format(($total_faux_numeros / $total_rdv * 100), 2, '.', '') : ''}} | {{ ceil($total_faux_numeros) }} |
Taux de bénéficiaires joints | {{ $total != 0 ? number_format((($total_refus + $total_annuls + $total_rapports) / $total * 100), 2, '.', '') : '' }} | {{ ceil($total_refus + $total_annuls + $total_rapports) }} |
Taux d'acceptation de rendez-vous | {{ $total != 0 ? number_format((($total_annuls + $total_rapports) / $total * 100), 2, '.', '') : ''}} | {{ ceil($total_annuls + $total_rapports) }} |
Rdv annulés par le client | {{ $total != 0 ? number_format((($total_annuls) / $total * 100), 2, '.', '') : '' }} | {{ ceil($total_annuls) }} |
Incidents de visite | {{ number_format((($total_incidents) / $total * 100), 2, '.', '') }} | {{ ceil($total_incidents) }} |
% | Nombre | |
Inspections conformes | {{ $total != 0 ? number_format(($total_conformes / $total * 100), 2, '.', '') : '' }} | {{ ceil($total_conformes) }} |
Inspections non conformes | {{ $total != 0 ? number_format(($total_non_conformes / $total * 100), 2, '.', '') : '' }} | {{ ceil($total_non_conformes) }} |
Sites non vérifiables | {{ $total != 0 ? number_format((($total_non_verifiables) / $total * 100), 2, '.', '') : '' }} | {{ ceil($total_non_verifiables) }} |
Inspections conformes "Classiques et Précaires" | {{ number_format((float)(($count_conformes_precarite_101[1] + $count_conformes_precarite_101[2]) / ($count_precarite_101[1] + $count_precarite_101[2]) * 100), 2, '.', '') }} | {{ (int)($count_conformes_precarite_101[1] + $count_conformes_precarite_101[2]) }} |
Inspections conformes "Grand Précaires" | {{ number_format((float)($count_conformes_precarite_101[3] / $count_precarite_101[3] * 100), 2, '.', '') }} | {{ (int)$count_conformes_precarite_101[3] }} |
Points de contrôle | Satisfaisant | Non satisfaisant | ||
% | Nbre d'inspections | % | Nbre d'inspections | |
Surface | @php if (($operation['operation_type'] == 1 || $operation['operation_type'] == 0 || $operation['operation_type'] == 3 ) && $preca == 1) { $ecart_surf = $ecart_surface[$type][0] + $ecart_surface[$type][1] + $ecart_surface[$type][2]; $ecart_natures = $ecart_nature[$type][0] + $ecart_nature[$type][1] + $ecart_nature[$type][2]; $ecart_marques = $ecart_marque[$type][0] + $ecart_marque[$type][1] + $ecart_marque[$type][2]; $ecart_epaisseurs = $ecart_epaisseur[$type][0] + $ecart_epaisseur[$type][1] + $ecart_epaisseur[$type][2]; $ecart_resistances = $ecart_resistance[$type][0] + $ecart_resistance[$type][1] + $ecart_resistance[$type][2]; $ecart_repartitions = $ecart_repartition[$type][0] + $ecart_repartition[$type][1] + $ecart_repartition[$type][2]; $ecart_amenagements = $ecart_amenagement[$type][0] + $ecart_amenagement[$type][1] + $ecart_amenagement[$type][2]; } if (($operation['operation_type'] == 2 || $operation['operation_type'] == 4) && $preca == 1) { $ecart_surf = $ecart_surface[$type][0] + $ecart_surface[$type][1]; $ecart_natures = $ecart_nature[$type][0] + $ecart_nature[$type][1]; $ecart_marques = $ecart_marque[$type][0] + $ecart_marque[$type][1]; $ecart_epaisseurs = $ecart_epaisseur[$type][0] + $ecart_epaisseur[$type][1]; $ecart_resistances = $ecart_resistance[$type][0] + $ecart_resistance[$type][1]; $ecart_repartitions = $ecart_repartition[$type][0] + $ecart_repartition[$type][1]; $ecart_amenagements = $ecart_amenagement[$type][0] + $ecart_amenagement[$type][1]; } if (($operation['operation_type'] == 1 || $operation['operation_type'] == 0 || $operation['operation_type'] == 3) && $preca == 3) { $ecart_surf = $ecart_surface[$type][3]; $ecart_natures = $ecart_nature[$type][3]; $ecart_marques = $ecart_marque[$type][3]; $ecart_epaisseurs = $ecart_epaisseur[$type][3]; $ecart_resistances = $ecart_resistance[$type][3]; $ecart_repartitions = $ecart_repartition[$type][3]; $ecart_amenagements = $ecart_amenagement[$type][3]; } if (($operation['operation_type'] == 2 || $operation['operation_type'] == 4) && $preca == 3) { $ecart_surf = $ecart_surface[$type][2] + $ecart_surface[$type][3]; $ecart_marques = $ecart_marque[$type][2] + $ecart_marque[$type][3]; $ecart_epaisseurs = $ecart_epaisseur[$type][2] + $ecart_epaisseur[$type][3]; $ecart_resistances = $ecart_resistance[$type][2] + $ecart_resistance[$type][3]; $ecart_repartitions = $ecart_repartition[$type][2] + $ecart_repartition[$type][3]; $ecart_amenagements = $ecart_amenagement[$type][2] + $ecart_amenagement[$type][3]; } @endphp{{ number_format((float)(((($total_rapports-$total_incidents-$total_non_verifiables) - $ecart_surf) / ($total_rapports-$total_incidents-$total_non_verifiables) * 100)), 2, '.', '') }} %. | {{ ($total_rapports-$total_incidents-$total_non_verifiables) - $ecart_surf }} | {{ number_format((float)((($ecart_surf) / ($total_rapports-$total_incidents-$total_non_verifiables) * 100)), 2, '.', '') }} % | {{ ceil($ecart_surf) }} |
Nature de l'isolant | {{ number_format((float)(((($total_rapports -$total_incidents-$total_non_verifiables) - $ecart_natures) / ($total_rapports-$total_incidents-$total_non_verifiables) * 100)), 2, '.', '') }} % | {{ ($total_rapports-$total_incidents-$total_non_verifiables) - $ecart_natures }} | {{ number_format((float)((($ecart_natures) / ($total_rapports-$total_incidents-$total_non_verifiables) * 100)), 2, '.', '') }} % | {{ ceil($ecart_natures) }} |
Marque/Référence de l'isolant | {{ number_format((float)(((($total_rapports-$total_incidents-$total_non_verifiables) - $ecart_marques) / ($total_rapports-$total_incidents-$total_non_verifiables) * 100)), 2, '.', '') }} % | {{ ($total_rapports-$total_incidents-$total_non_verifiables) - $ecart_marques }} | {{ number_format((float)((($ecart_marques) / ($total_rapports-$total_incidents-$total_non_verifiables) * 100)), 2, '.', '') }} % | {{ ceil($ecart_marques) }} |
Epaisseur de l'isolant | {{ number_format((float)(((($total_rapports-$total_incidents-$total_non_verifiables) - $ecart_epaisseurs) / ($total_rapports-$total_incidents-$total_non_verifiables) * 100)), 2, '.', '') }} % | {{ ($total_rapports-$total_incidents-$total_non_verifiables) - $ecart_epaisseurs }} | {{ number_format((float)((($ecart_epaisseurs) / ($total_rapports-$total_incidents-$total_non_verifiables) * 100)), 2, '.', '') }} % | {{ ceil($ecart_epaisseurs) }} |
Résistance thermique de l'isolant | {{ number_format((float)(((($total_rapports-$total_incidents-$total_non_verifiables) - $ecart_resistances) / ($total_rapports-$total_incidents-$total_non_verifiables) * 100)), 2, '.', '') }} % | {{ ($total_rapports-$total_incidents-$total_non_verifiables) - $ecart_resistances }} | {{ number_format((float)((($ecart_resistances) / ($total_rapports-$total_incidents-$total_non_verifiables) * 100)), 2, '.', '') }} % | {{ ceil($ecart_resistances) }} |
Répartition de l'isolant | {{ number_format((float)(((($total_rapports-$total_incidents-$total_non_verifiables) - $ecart_repartitions) / ($total_rapports-$total_incidents-$total_non_verifiables) * 100)), 2, '.', '') }} % | {{ ($total_rapports-$total_incidents-$total_non_verifiables) - $ecart_repartitions }} | {{ number_format((float)((($ecart_repartitions) / ($total_rapports-$total_incidents-$total_non_verifiables) * 100)), 2, '.', '') }} % | {{ ceil($ecart_repartitions) }} |
Qualité des travaux | {{ number_format((float)(((($total_rapports) - $ecart_amenagements) / ($total_rapports) * 100)), 2, '.', '') }} % | {{ ($total_rapports) - $ecart_amenagements }} | {{ number_format((float)((($ecart_amenagements) / ($total_rapports) * 100)), 2, '.', '') }} % | {{ ceil($ecart_amenagements) }} |