{% extends '@TimeClock/time_clock/layout.html.twig' %} {% import '@TimeClock/time_clock/_macros.html.twig' as tc %} {% block title %}Demandes de correction{% endblock %} {% block time_clock_content %} {% set pending = corrections|filter(c => c.status == 'submitted') %}
Corrections de pointage soumises par les salariés et managers
| Salarié | Date concernée | Type | Demande | Motif | Statut | Demandée le | |
|---|---|---|---|---|---|---|---|
{{ tc.initials(correction.salarie) }}{{ correction.salarie.prenom }} {{ correction.salarie.nom }} | {{ correction.session ? correction.session.workDate|date('d/m/Y') : '—' }} | {{ tc.correction(correction.type) }} | {% if correction.requestedClockOutAt %}Sortie : {{ correction.requestedClockOutAt|date('H:i') }}{% elseif correction.requestedClockInAt %}Entrée : {{ correction.requestedClockInAt|date('H:i') }}{% else %}Correction manuelle{% endif %} | {{ correction.reason|default('—') }} | {{ tc.status(correction.status) }} | {{ correction.createdAt|date('d/m H:i') }} | Voir |
| Aucune demande de correction. | |||||||