1 <div id=
"form-dossier">
3 <h2>Classement et salaire de base
</h2>
8 <h3>Ancien dossier
<span class=
"info">(le cas échéant)
</span></h3>
15 <span id=
"info_employe" class=
"info">Coord info
</span>
20 <th>{{ form.classement_anterieur.label_tag }}
</th>
21 {% comment %}
<th>Valeur du point
</th>{% endcomment %}
22 <th colspan=
"4">{{ form.salaire_anterieur.label_tag }}
</th>
23 <th>{{ form.statut_anterieur.label_tag }}
</th>
24 <th>Type de contrat
</th>
27 <td>{{ form.classement_anterieur }}
<br />
28 {{ form.classement_anterieur.errors }}
30 {% comment %}
<td>val point
</td>{% endcomment %}
31 <td>{{ form.salaire_anterieur }}
<br />
32 {{ form.salaire_anterieur.errors }}
34 <td>{% comment %}${% endcomment %}
</td>
35 <td>{% comment %}
0.00{% endcomment %}
</td>
36 <td>{% comment %}€{% endcomment %}
</td>
37 <td>{{ form.statut_anterieur }}
<br />
38 {{ form.statut_anterieur.errors }}
44 <h3>Précédant titulaire
<span class=
"info">(le cas échéant)
</span></h3>
49 {{ form.employe_anterieur }}
51 <span id=
"info_employe" class=
"info">Nom du poste visé
</span>
52 {% endcomment %}
<br />
53 {{ form.employe_anterieur.errors }}
57 <th>{{ form.classement_titulaire_anterieur.label_tag }}
</th>
58 {% comment %}
<th>Valeur du point
</th>{% endcomment %}
59 <th colspan=
"4">{{ form.salaire_titulaire_anterieur.label_tag }}
</th>
60 <th>{{ form.statut_titulaire_anterieur.label_tag }}
</th>
64 <td>{{ form.classement_titulaire_anterieur }}
<br />
65 {{ form.classement_titulaire_anterieur.errors }}
67 {% comment %}
<td>val point
</td>{% endcomment %}
68 <td>{{ form.salaire_titulaire_anterieur }}
</td>
69 <td>{% comment %}${% endcomment %}
</td>
70 <td>{% comment %}
0.00{% endcomment %}
</td>
71 <td>{% comment %}€{% endcomment %}
</td>
72 <td>{{ form.statut_titulaire_anterieur }}
</td>
77 <h3>Proposition de classement
</h3>
84 <span id=
"info_employe" class=
"info">Nom du poste visé
</span>
89 <th>{{ form.classement.label_tag }}
</th>
90 {% comment %}
<th>Valeur du point
</th>{% endcomment %}
91 <th colspan=
"4">{{ form.salaire.label_tag }} en {{ form.devise }}
</th>
95 <td>{{ form.classement }}
<br />
96 {{ form.classement.errors }}
98 {% comment %}
<td>val point
</td>{% endcomment %}
99 <td>{{ form.salaire }}
</td>
100 <td>{% comment %}${% endcomment %}
</td>
101 <td>{% comment %}
0.00{% endcomment %}
</td>
103 <td colspan=
"2"></td>
109 <script type=
"text/javascript">
110 function activateDossierDropDowns() {
111 $('#id_classement, #id_devise').change(loadSalaire);
113 function loadSalaire() {
114 $.getJSON('{% url salaire %}/' + $('#implantation').val() + '/' +
115 $('#id_devise').val() + '/' + $('#id_classement').val(),
118 $('#id_salaire').val(data.salaire_devise);
121 activateDossierDropDowns();
126 Comparaison salariale
128 dans la région pour les employés occupant un poste similaire
138 <th>{{ form.type_contrat.label_tag }} :
</th>
140 {{ form.type_contrat }}
<br />
141 {{ form.type_contrat.errors }}
143 <th>{{ form.remplacement.label_tag }} :
</th>
145 {{ form.remplacement }}
<br />
146 {{ form.remplacement.errors }}
150 <th rowspan=
"2">Durée :
</th>
153 {{ form.contrat_date_debut }}
<br />
154 <span class=
"info">({{form.contrat_date_debut.help_text }})
</span><br />
155 {{ form.contrat_date_debut.errors }}
159 {{ form.contrat_date_fin }}
<br />
160 <span class=
"info">({{form.contrat_date_fin.help_text }})
</span><br />
161 {{ form.contrat_date_fin.errors }}
163 <th>{{ form.regime_travail.label_tag }} :
<br />{{ form.regime_travail.errors }}
</th>
165 {{ form.regime_travail }}
166 <span class=
"info">{{ form.regime_travail.help_text }}
</span>
170 <td colspan=
"4" class=
"info">
171 <p>Pour une durée indéterminée, spécifier uniquement la date de début.
</p>
174 {{ form.regime_travail_nb_heure_semaine.label_tag }} :
<br />
175 {{ form.regime_travail_nb_heure_semaine.errors }}
177 <td>{{ form.regime_travail_nb_heure_semaine }}
</td>
184 {{ form.statut_residence }}
185 {% if form.statut.errors %}
187 {{ form.statut.errors }}
189 {% if form.statut_residence.errors %}
191 {{ form.statut_residence.errors }}
195 <th>{{ form.organisme_bstg.label_tag }} :
</th>
197 {{ form.organisme_bstg }}
198 {% if form.organisme_bstg.errors %}
200 {{ form.organisme_bstg.errors }}
202 <span class=
"info">{{ form.organisme_bstg.help_text }}
</span>
210 <h2>Accès et ouverture des comptes
</h2>
215 {{ form.compte_compta.label_tag }}
218 {{ form.compte_compta }}
<br />
219 {{ form.compte_compta.errors }}
222 {{ form.compte_courriel.label_tag }}
225 {{ form.compte_courriel }}
<br />
226 {{ form.compte_courriel.errors }}