Commit | Line | Data |
---|---|---|
3a33b1ce OL |
1 | <html> |
2 | ||
3 | <head> | |
4 | <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/pdf.css" /> | |
5 | <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/dae.css" /> | |
6 | <style>{{ css }}</style> | |
7 | </head> | |
8 | ||
9 | <body> | |
47560eb5 | 10 | <h1>Demande d'autorisation d'engagement de personnel</h1> |
3a33b1ce OL |
11 | |
12 | <h2 class="section">SECTION 1 - POSTE</h2> | |
13 | {% with dossier.poste as poste %} | |
14 | {% include 'dae/poste_resume.html' %} | |
15 | {% endwith %} | |
16 | ||
17 | <h2 class="section">SECTION 2 - PERSONNEL ENGAGÉ</h2> | |
18 | <fieldset> | |
19 | <div> | |
20 | <div class="gauche"><h2>Personne</h2></div> | |
21 | <div class="droite"> | |
22 | <table class="droite"> | |
23 | <tbody> | |
24 | <tr> | |
25 | <th>Mobilité interne</th> | |
26 | <td colspan="3">{% if dossier.mobilite_interne %}oui{% else %}non{% endif %} | |
27 | </tr> | |
28 | </tbody> | |
29 | </table> | |
30 | </div> | |
31 | </div> | |
32 | <div class="clear"></div> | |
33 | <table id="form-employe"> | |
34 | <tbody> | |
35 | <tr> | |
36 | <th>Employé</th> | |
37 | <td>{{ dossier.employe }}</td> | |
38 | </tr> | |
39 | </tbody> | |
40 | </table> | |
41 | ||
42 | </fieldset> | |
43 | ||
44 | <fieldset> | |
45 | <h2>Comparaison salariale</h2> | |
46 | <span class="info">dans la région pour les employés occupant un poste similaire</span> | |
47 | <table> | |
48 | <tbody> | |
49 | <tr> | |
50 | <th>Implantation</th> | |
51 | <th>Employé</th> | |
52 | <th>Poste</th> | |
53 | <th>Salaire</th> | |
54 | <th>Salaire EUR</th> | |
55 | </tr> | |
56 | {% for dc in dossier.comparaisons.all %} | |
57 | <tr> | |
58 | <td>{{ dc.implantation }}</td> | |
59 | <td>{{ dc.personne }}</td> | |
60 | <td>{{ dc.poste }}</td> | |
61 | <td>{{ dc.montant }} {{ dc.devise }}</td> | |
62 | <td>{{ dc.montant_euros }} EUR</td> | |
63 | </tr> | |
64 | {% endfor %} | |
65 | </tbody> | |
66 | </table> | |
67 | </fieldset> | |
68 | ||
69 | ||
70 | <div id="form-dossier"> | |
71 | {% comment %}Wrapper du formulaire de dossier{% endcomment %} | |
72 | {% include "dae/embauche-dossier-consulter.html" %} | |
73 | </div> | |
74 | ||
75 | <fieldset> | |
76 | <h2>Pièces jointes</h2> | |
77 | <ul> | |
78 | {% for pj in dossier.dossierpiece_set.all %} | |
79 | <li><a href="{{ pj.fichier.url }}" target="_blank">{{ pj.nom }}</a></li> | |
80 | {% endfor %} | |
81 | </ul> | |
82 | ||
83 | </fieldset> | |
84 | ||
85 | <h2 class="section">SECTION 3 - COÛT GLOBAL</h2> | |
86 | ||
87 | <fieldset> | |
88 | <table cellspacing="0" id="global-cost"> | |
89 | {% include 'dae/embauche-remun-consulter.html' %} | |
90 | </table> | |
91 | </fieldset> | |
92 | ||
93 | <h2 class="section">SECTION 4 - JUSTIFICATION DE LA DEMANDE (OBLIGATOIRE)</h2> | |
94 | <h3>A - Justification du poste</h3> | |
95 | <p>{{ poste.justification }}</p> | |
96 | ||
97 | <h3>B - Justification de l'employé</h3> | |
3a33b1ce | 98 | <table> |
29dffede OL |
99 | <tr> |
100 | <th>Nouvel employé</th> | |
101 | <th>Renouvellement, prolongation, reclassement, mobilité interne</th> | |
102 | </tr> | |
103 | <tr> | |
104 | <td> | |
105 | <h4>{{ dossier.justif_nouveau_statut_label }}</h4> | |
106 | {{ dossier.justif_nouveau_statut|default:"∅" }} | |
107 | <h4>{{ dossier.justif_nouveau_tmp_remplacement_label }}</h4> | |
108 | {{ dossier.justif_nouveau_tmp_remplacement|default:"∅" }} | |
109 | <h4>{{ dossier.justif_nouveau_salaire_label }}</h4> | |
110 | {{ dossier.justif_nouveau_salaire|default:"∅" }} | |
111 | <h4>{{ dossier.justif_nouveau_commentaire_label }}</h4> | |
112 | {{ dossier.justif_nouveau_commentaire|default:"∅" }} | |
113 | </td> | |
114 | <td> | |
115 | <h4>{{ dossier.justif_rempl_type_contrat_label }}</h4> | |
116 | {{ dossier.justif_rempl_type_contrat|default:"∅"}} | |
117 | <h4>{{ dossier.justif_rempl_statut_employe_label }}</h4> | |
118 | {{ dossier.justif_rempl_statut_employe|default:"∅"}} | |
119 | <h4>{{ dossier.justif_rempl_evaluation_label }}</h4> | |
120 | {{ dossier.justif_rempl_evaluation|default:"∅"}} | |
121 | <h4>{{ dossier.justif_rempl_salaire_label }}</h4> | |
122 | {{ dossier.justif_rempl_salaire|default:"∅" }} | |
123 | <h4>{{ dossier.justif_rempl_commentaire_label }}</h4> | |
124 | {{ dossier.justif_rempl_commentaire|default:"∅" }} | |
125 | </td> | |
126 | </tr> | |
3a33b1ce OL |
127 | </table> |
128 | ||
129 | <fieldset> | |
dcaf1398 | 130 | <h2>Validations</h2> |
3a33b1ce | 131 | |
dcaf1398 OL |
132 | <table> |
133 | <tr> | |
134 | <th>Action</th> | |
135 | <th>Commentaire</th> | |
136 | </tr> | |
3a33b1ce | 137 | {% for commentaire in dossier.historique_desc %} |
dcaf1398 | 138 | {% include "dae/ligne_validation.html" %} |
3a33b1ce | 139 | {% endfor %} |
dcaf1398 | 140 | </table> |
3a33b1ce OL |
141 | </fieldset> |
142 | ||
143 | <fieldset> | |
144 | <h2>Signatures</h2> | |
145 | ||
146 | <p class="signature"> ____________________________________________________________</p> | |
147 | <p class="signature"> ____________________________________________________________</p> | |
148 | <p class="signature"> ____________________________________________________________</p> | |
149 | </fieldset> | |
150 | ||
151 | </body> | |
152 | </html> |