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>Statut :
<br />{{ form.local.errors }} {{ form.expatrie.errors }}
</th>
91 {{ form.local.label_tag }} {{ form.local }} {{ form.expatrie.label_tag }} {{ form.expatrie }}
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">
156 <th>Valeur du point
</th>
158 <th colspan=
"2">Salaire de base
</th>
159 <th colspan=
"2">Indemnité, responsabilité (le cas échéant)
</th>
160 <th colspan=
"2">Autres
</th>
161 <th colspan=
"2">TOTAL
</th>
162 <th>Taux
> €
</th>
163 <th colspan=
"2">Conversion EUR
</th>
168 {{ form.classement_min }}
169 {{ form.classement_min.errors }}
172 {{ form.valeur_point_min }}
173 {{ form.valeur_point_min.errors }}
176 {{ form.devise_min }}
177 {{ form.devise_min.errors }}
180 {{ form.salaire_min }}
181 {{ form.salaire_min.errors }}
183 <td><span class=
"devise_code">EUR
</span></td>
184 <td>{{ form.indemn_min }}
</td>
185 <td><span class=
"devise_code">EUR
</span></td>
186 <td>{{ form.autre_min }}
</td>
187 <td><span class=
"devise_code">EUR
</span></td>
188 <td id=
"total_min" class=
"total-devise cell-nombre">0.00</td>
189 <td><span class=
"devise_code">EUR
</span></td>
190 <td class=
"taux">1</td>
191 <td id=
"total_min_euro" class=
"total-euro cell-nombre">0.00</td>
197 {{ form.classement_max }}
198 {{ form.classement_max.errors }}
201 {{ form.valeur_point_max }}
202 {{ form.valeur_point_max.errors }}
205 {{ form.devise_max }}
206 {{ form.devise_max.errors }}
209 {{ form.salaire_max }}
210 {{ form.salaire_max.errors }}
212 <td><span class=
"devise_code">EUR
</span></td>
213 <td>{{ form.indemn_max }}
</td>
214 <td><span class=
"devise_code">EUR
</span></td>
215 <td>{{ form.autre_max }}
</td>
216 <td><span class=
"devise_code">EUR
</span></td>
217 <td id=
"total_max" class=
"total-devise cell-nombre">0.00</td>
218 <td><span class=
"devise_code">EUR
</span></td>
219 <td class=
"taux">1</td>
220 <td id=
"total_max_euro" class=
"total-euro cell-nombre">0.00</td>
226 <p class=
"info">N.B Conversion en EUROS au taux de change budgétaire
</p>
229 {% comment %}{% if new %}{% endcomment %}
231 <h2>Éléments de comparaison
</h2>
232 <span class=
"info">Compléter uniquement lors de la création d'un poste
</span>
238 {{ form.devise_comparaison }}
239 {{ form.devise_comparaison.errors }}
244 <table id=
"elements-comparaison">
249 <th>Fonction publique
</th>
250 <th>Entreprise locale
</th>
256 <td>{{ form.comp_universite_min }}
<span class=
"devise"></span> (
<span class=
"devise_euro"></span>)
</td>
257 <td>{{ form.comp_fonctionpub_min }}
<span class=
"devise"></span> (
<span class=
"devise_euro"></span>)
</td>
258 <td>{{ form.comp_locale_min }}
<span class=
"devise"></span> (
<span class=
"devise_euro"></span>)
</td>
259 <td>{{ form.comp_ong_min }}
<span class=
"devise"></span> (
<span class=
"devise_euro"></span>)
</td>
260 <td>{{ form.comp_autre_min }}
<span class=
"devise"></span> (
<span class=
"devise_euro"></span>)
</td>
264 <td>{{ form.comp_universite_max }}
<span class=
"devise"></span> (
<span class=
"devise_euro"></span>)
</td>
265 <td>{{ form.comp_fonctionpub_max }}
<span class=
"devise"></span> (
<span class=
"devise_euro"></span>)
</td>
266 <td>{{ form.comp_locale_max }}
<span class=
"devise"></span> (
<span class=
"devise_euro"></span>)
</td>
267 <td>{{ form.comp_ong_max }}
<span class=
"devise"></span> (
<span class=
"devise_euro"></span>)
</td>
268 <td>{{ form.comp_autre_max }}
<span class=
"devise"></span> (
<span class=
"devise_euro"></span>)
</td>
273 {% comment %}{% endif %}{% endcomment %}
276 <h2>Pièces jointes
</h2>
277 <p class=
"info">Compléter uniquement lors de la création d'un poste
</p>
278 {% include
"dae/pieces.html" %}
283 <span class=
"info">Si vous avez plusieurs financements, cliquer sur sauvegarder et une nouvelle ligne de financement sera disponible.
</span>
284 {% include
"dae/financements.html" %}
288 <h2>Justification de la demande
</h2>
289 <span class=
"info">La justification est obligatoire pour la création et le renouvellement d'un poste
</span>
292 {{ form.justification.errors }}
293 {{ form.justification }}
297 <input type=
"submit" name=
"save" value=
"Sauvegarder" />