{% extends "base.html.twig" %} {% block body %}

GESTION DES HEURES SUPPLEMENTAIRES

Retour Ajouter Export CSV Gestion des Pointages Rapport Mensuel

Liste des Heures Supplémentaires
{% for timeextra in timeextras %} {% endfor %}
Action Utilisateur Date Nb Heure
{{timeextra.user.username}} {{timeextra.dateof|date("d/m/Y")}} {{timeextra.hour}}
{% endblock %} {% block localjavascript %} $(document).ready(function() { $('#dataTables').DataTable({ columnDefs: [ { "targets": "no-sort", "orderable": false }, { "targets": "no-string", "type" : "num" } ], responsive: true, iDisplayLength: 100, order: [[ 1, "asc" ]] }); }); {% endblock %}