|
🌡️ Fiche de relevé de températures — HACCP
{{ restaurantNom }} |
{{ ['Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'][(document.mois ?? 1) - 1] }} {{ document.annee ?? '' }}
| Généré le {{ "now"|date("d/m/Y") }}
|
{% if personnalisation is defined and personnalisation.logo_rapports == 'true' and (personnalisation.logo_documents ?? '') %}
|
{% endif %}
| Période | {% for j in 1..31 %}{{ j }} | {% endfor %}
|---|---|
| Arrivée | {% for j in 1..31 %} {% set val = fd.equipements[eq.id ~ '_' ~ j ~ '_arrivee'] ?? '' %}{{ val }} | {% endfor %}
| Départ | {% for j in 1..31 %} {% set val = fd.equipements[eq.id ~ '_' ~ j ~ '_depart'] ?? '' %}{{ val }} | {% endfor %}
| ⚠Observations & incidents — {{ eq.nom }} | ||
|---|---|---|
| Jour | Observation / Anomalie | Action corrective |
| {{ obs.jour ?? '—' }} | {{ obs.observation }} | {{ obs.action ?? '' }} |
Aucun équipement enregistré.
{% endfor %} {% if fd.signature_nom is defined and fd.signature_nom %}Nom : {{ fd.signature_nom }} Date : {{ fd.signature_date ?? '' }}
âś… L'intervenant certifie l'exactitude des informations saisies.