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