Commit | Line | Data |
---|---|---|
4e93fcf2 BS |
1 | Bonjour à tous, |
2 | ||
3 | Tel qu'annoncé, merci de trouver ci-joint un récapitulatif des mouvements de personnels, je vous prie de bien vouloir vérifier que les actions inscrites ont bel et bien été effectuées. Veuillez également prendre note qu'il y a sûrement des répétitions, dans ce cas ne pas en tenir compte. | |
4 | ||
5 | {% for type in types %} | |
6 | <table> | |
7 | <tr> | |
8 | <th bgcolor="#{{type.bgcolor}}"> | |
9 | {{ type.name }} | |
10 | </th> | |
11 | <th bgcolor="#{{type.bgcolor}}"> | |
12 | # Employé | |
13 | </th> | |
14 | <th bgcolor="#{{type.bgcolor}}"> | |
15 | Date | |
16 | </th> | |
17 | <th bgcolor="#{{type.bgcolor}}"> | |
18 | Titre | |
19 | </th> | |
20 | <th bgcolor="#{{type.bgcolor}}"> | |
21 | Emplacement | |
22 | </th> | |
23 | <th bgcolor="#{{type.bgcolor}}"> | |
24 | CODA | |
25 | </th> | |
26 | </tr> | |
27 | {% for changement in type.changements %} | |
28 | <tr> | |
29 | <td> | |
30 | {{ changement.dossier.employe.prenom|upper }} {{ changement.dossier.employe.prenom }} | |
31 | </td> | |
32 | <td> | |
33 | {{ changement.dossier.employe.id }} | |
34 | </td> | |
35 | <td> | |
36 | {{ changement.date_creation|date:"d-m-Y" }} | |
37 | </td> | |
38 | <td> | |
39 | {{ changement.dossier.poste.nom }} | |
40 | </td> | |
41 | <td> | |
42 | {{ changement.dossier.poste.implantation.zone_administrative_id }} | |
43 | </td> | |
44 | <td> | |
45 | {{ changement.dossier.compte_coda }} | |
46 | </td> | |
47 | </tr> | |
48 | {% endfor %} | |
49 | </table> | |
50 | {% endfor %} | |
51 | ||
52 | Je vous remercie de bien vouloir me signaler tout autre mouvement de personnel qui m'aurait échappé. | |
53 | ||
54 | En vous remerciant tous de votre attention, | |
55 | ||
56 | Bien cordialement | |
57 | ||
58 | Odette Tremblay |