1 {% extends 'base.html' %}
4 {% block title %}RH - DAE - Poste{% endblock %}
5 {% block titre %}Ressources humaines{% endblock %}
7 Demande d'autorisation d'embauche
11 <script src=
"{{ MEDIA_URL }}js/jquery-1.5.1.min.js"
12 type=
"text/javascript"></script>
13 <script src=
"{{ MEDIA_URL }}js/jquery-ui-1.8.11.custom.min.js"
14 type=
"text/javascript"></script>
16 {% comment %} style pour le calendier {% endcomment %}
17 <script type=
"text/javascript">
18 window.__admin_media_prefix__ =
"{% filter escapejs %}{% admin_media_prefix %}{% endfilter %}";
20 <link rel=
"stylesheet" type=
"text/css" href=
"{{ MEDIA_URL }}css/calendrier.css" />
21 <link rel=
"stylesheet" type=
"text/css" href=
"{{ MEDIA_URL }}css/dae.css" />
23 <script type=
"text/javascript" src=
"/admin/jsi18n/"></script>
24 <script type=
"text/javascript" src=
"{% admin_media_prefix %}js/core.js"></script>
28 <script src=
"{{ MEDIA_URL }}jquery-autocomplete/jquery.autocomplete.js" type=
"text/javascript"></script>
29 <link rel=
"stylesheet" type=
"text/css" href=
"{{ MEDIA_URL }}jquery-autocomplete/jquery.autocomplete.css" />
32 <script src=
"{{ MEDIA_URL }}js/dae.js" /></script>
33 <script src=
"{{ MEDIA_URL }}js/dae-poste.js" /></script>
38 <h1>Demande d'autorisation de création de poste
</h1>
40 <form action=
"" method=
"post" enctype=
"multipart/form-data">
47 Poste existant : {{ poste.nom }} ({{ poste.implantation.nom }})
53 <th>{{ form.implantation.label_tag }} :
<br />{{ form.implantation.errors }}
</th>
54 <td>{{ form.implantation }}
</td>
57 <th>{{ form.poste.label_tag }} :
<br />{{ form.poste.errors }}
</th>
58 <td>{{ form.poste }}
<span class=
"info">Au changement de ce menu, la page va être rechargée.
</span></td>
61 <th>{{ form.nom.label_tag }} :
<br />{{ form.nom.errors }}
</th>
62 <td>{{ form.nom }}
</td>
65 <th>{{ form.type_poste.label_tag }} :
<br />{{ form.type_poste.errors }}
</th>
66 <td>{{ form.type_poste }}
</td>
69 <th>{{ form.service.label_tag }} :
<br />{{ form.service.errors }}
</th>
70 <td>{{ form.service }}
</td>
73 <th>{{ form.responsable.label_tag }} :
<br />{{ form.responsable.errors }}
</th>
75 <span class=
"info">Recherche intelligente : vous pouvez tapez le nom du poste, ou encore la dernière qui occupe celui-ci. Assurez-vous que le poste de responsable choisi dans la liste est reporté en dessous du champs de recherche, cela signifie qu'il est sélectionné.
</span>
76 {{ form.responsable }}
88 <th>{{ form.statut_residence.label_tag }} :
<br />{{ form.statut_residence.errors }}
</th>
91 {{ form.statut_residence }}
92 {{ form.mise_a_disposition.label_tag }}
93 {{ form.mise_a_disposition.errors }}
94 {{ form.mise_a_disposition }}
99 <th>{{ form.appel.label_tag }} :
<br />{{ form.appel.errors }}
</th>
111 <h2>Durée prévue du poste
</h2>
112 <span class=
"info">Indépendamment du titulaire du poste
</span>
116 <th rowspan=
"2">Durée :
</th>
119 {{ form.date_debut }}
<br />
120 <span class=
"info">({{form.date_debut.help_text }})
</span><br />
121 {{ form.date_debut.errors }}
125 {{ form.date_fin }}
<br />
126 <span class=
"info">({{form.date_fin.help_text }})
</span><br />
127 {{ form.date_fin.errors }}
129 <th>{{ form.regime_travail.label_tag }} :
<br />{{ form.regime_travail.errors }}
</th>
131 {{ form.regime_travail }}
132 <span class=
"info">{{ form.regime_travail.help_text }}
</span>
136 <td colspan=
"4" class=
"info">
137 <p id=
"note-duree">Pour une durée indéterminée, spécifier uniquement la date de début.
</p>
140 {{ form.regime_travail_nb_heure_semaine.label_tag }} :
<br />
141 {{ form.regime_travail_nb_heure_semaine.errors }}
143 <td>{{ form.regime_travail_nb_heure_semaine }}
</td>
150 <h2>Classement du poste
</h2>
151 <table id=
"classement">
157 <th>Valeur du point
</th>
159 <th colspan=
"2">Salaire de base
</th>
160 <th colspan=
"2">Indemnité, responsabilité (le cas échéant)
</th>
161 <th colspan=
"2">Autres
</th>
162 <th colspan=
"2">TOTAL
</th>
163 <th>Taux
> €
</th>
164 <th colspan=
"2">Conversion EUR
</th>
169 {{ form.classement_min }}
170 {{ form.classement_min.errors }}
173 {{ form.coefficient_min }}
174 {{ form.coefficient_min.errors }}
177 {{ form.valeur_point_min }}
178 {{ form.valeur_point_min.errors }}
181 {{ form.devise_min }}
182 {{ form.devise_min.errors }}
185 {{ form.salaire_min }}
186 {{ form.salaire_min.errors }}
188 <td><span class=
"devise_code">EUR
</span></td>
189 <td>{{ form.indemn_min }}
</td>
190 <td><span class=
"devise_code">EUR
</span></td>
191 <td>{{ form.autre_min }}
</td>
192 <td><span class=
"devise_code">EUR
</span></td>
193 <td id=
"total_min" class=
"total-devise cell-nombre">0.00</td>
194 <td><span class=
"devise_code">EUR
</span></td>
195 <td class=
"taux">1</td>
196 <td id=
"total_min_euro" class=
"total-euro cell-nombre">0.00</td>
202 {{ form.classement_max }}
203 {{ form.classement_max.errors }}
206 {{ form.coefficient_max }}
207 {{ form.coefficient_max.errors }}
210 {{ form.valeur_point_max }}
211 {{ form.valeur_point_max.errors }}
214 {{ form.devise_max }}
215 {{ form.devise_max.errors }}
218 {{ form.salaire_max }}
219 {{ form.salaire_max.errors }}
221 <td><span class=
"devise_code">EUR
</span></td>
222 <td>{{ form.indemn_max }}
</td>
223 <td><span class=
"devise_code">EUR
</span></td>
224 <td>{{ form.autre_max }}
</td>
225 <td><span class=
"devise_code">EUR
</span></td>
226 <td id=
"total_max" class=
"total-devise cell-nombre">0.00</td>
227 <td><span class=
"devise_code">EUR
</span></td>
228 <td class=
"taux">1</td>
229 <td id=
"total_max_euro" class=
"total-euro cell-nombre">0.00</td>
235 <p class=
"info">N.B Conversion en EUROS au taux de change budgétaire
</p>
238 {% comment %}{% if new %}{% endcomment %}
240 <h2>Éléments de comparaison
</h2>
241 <span class=
"info">Compléter uniquement lors de la création d'un poste
</span>
247 {{ form.devise_comparaison }}
248 {{ form.devise_comparaison.errors }}
257 <th colspan=
"2">Entreprise locale
</th>
258 <th colspan=
"2">Université
</th>
259 <th colspan=
"2">Fonction publique
</th>
260 <th colspan=
"2">ONG
</th>
261 <th colspan=
"2">Autre
</th>
265 <td>{{ form.comp_locale_min }}
</td>
266 <td><span class=
"devise_comp_code">€
</span></td>
267 <td>{{ form.comp_universite_min }}
</td>
268 <td><span class=
"devise_comp_code">€
</span></td>
269 <td>{{ form.comp_fonctionpub_min }}
</td>
270 <td><span class=
"devise_comp_code">€
</span></td>
271 <td>{{ form.comp_ong_min }}
</td>
272 <td><span class=
"devise_comp_code">€
</span></td>
273 <td>{{ form.comp_autre_min }}
</td>
274 <td><span class=
"devise_comp_code">€
</span></td>
278 <td>{{ form.comp_locale_max }}
</td>
279 <td><span class=
"devise_comp_code">€
</span></td>
280 <td>{{ form.comp_universite_max }}
</td>
281 <td><span class=
"devise_comp_code">€
</span></td>
282 <td>{{ form.comp_fonctionpub_max }}
</td>
283 <td><span class=
"devise_comp_code">€
</span></td>
284 <td>{{ form.comp_ong_max }}
</td>
285 <td><span class=
"devise_comp_code">€
</span></td>
286 <td>{{ form.comp_autre_max }}
</td>
287 <td><span class=
"devise_comp_code">€
</span></td>
292 {% comment %}{% endif %}{% endcomment %}
295 <h2>Pièces jointes
</h2>
296 <p class=
"info">Compléter uniquement lors de la création d'un poste
</p>
297 {% include
"dae/pieces.html" %}
302 <span class=
"info">Si vous avez plusieurs financements, cliquer sur sauvegarder et une nouvelle ligne de financement sera disponible.
</span>
303 {% include
"dae/financements.html" %}
307 <h2>Justification de la demande
</h2>
308 <span class=
"info">La justification est obligatoire pour la création et le renouvellement d'un poste
</span>
311 {{ form.justification.errors }}
312 {{ form.justification }}
317 <input type=
"submit" name=
"save" value=
"Sauvegarder" />