6 <th>{{ form.type_contrat.label_tag }} :
</th>
8 {{ form.type_contrat }}
<br />
9 {{ form.type_contrat.errors }}
11 <th>{{ form.remplacement.label_tag }} :
</th>
13 {{ form.remplacement }}
<br />
14 {{ form.remplacement.errors }}
18 <th rowspan=
"2">Durée :
</th>
21 {{ form.contrat_date_debut }}
<br />
22 <span class=
"info">({{form.contrat_date_debut.help_text }})
</span><br />
23 {{ form.contrat_date_debut.errors }}
27 {{ form.contrat_date_fin }}
<br />
28 <span class=
"info">({{form.contrat_date_fin.help_text }})
</span><br />
29 {{ form.contrat_date_fin.errors }}
31 <th>{{ form.regime_travail.label_tag }} :
<br />{{ form.regime_travail.errors }}
</th>
33 {{ form.regime_travail }}
34 <span class=
"info">{{ form.regime_travail.help_text }}
</span>
38 <td colspan=
"4" class=
"info">
39 <p id=
"note-duree">Pour une durée indéterminée, spécifier uniquement la date de début.
</p>
42 {{ form.regime_travail_nb_heure_semaine.label_tag }} :
<br />
43 {{ form.regime_travail_nb_heure_semaine.errors }}
45 <td>{{ form.regime_travail_nb_heure_semaine }}
</td>
52 {{ form.statut_residence }}
53 {% if form.statut.errors %}
55 {{ form.statut.errors }}
57 {% if form.statut_residence.errors %}
59 {{ form.statut_residence.errors }}
63 <th>{{ form.organisme_bstg.label_tag }} :
</th>
65 {{ form.organisme_bstg }}
66 {% if form.organisme_bstg.errors %}
68 {{ form.organisme_bstg.errors }}
70 <span class=
"info">{{ form.organisme_bstg.help_text }}
</span><br/><br/>
71 {{ form.organisme_bstg_autre }}
72 <span class=
"info">{{ form.organisme_bstg_autre.help_text }}
</span>
80 <h2>Classement et salaire de base
</h2>
85 <h3>Ancien dossier
<span class=
"info">(le cas échéant)
</span></h3>
90 {{ employe }}
<span class=
"info">{{ employe.dossier_set.all.reverse }}
</span>
94 <th>{{ form.classement_anterieur.label_tag }}
</th>
95 <th>{{ form.salaire_anterieur.label_tag }}
</th>
96 <th>{{ form.statut_anterieur.label_tag }}
</th>
97 <th>{{ form.type_contrat.label_tag }}
</th>
101 <td>{{ form.instance.classement_anterieur|default:
"" }}
</td>
102 <td>{{ form.instance.salaire_anterieur|default:
"" }}
</td>
103 <td>{{ form.instance.statut_anterieur|default:
"" }}
</td>
104 <td>{{ form.instance.type_contrat|default:
"" }}
</td>
105 <td colspan=
"3"></td>
109 <h3>Précédent titulaire
<span class=
"info">(le cas échéant)
</span></h3>
114 {{ form.instance.employe_anterieur }}
116 <span id=
"info_employe" class=
"info">Nom du poste visé
</span>
117 {% endcomment %}
<br />
118 {{ form.employe_anterieur.errors }}
122 <th>{{ form.classement_titulaire_anterieur.label_tag }}
</th>
123 {% comment %}
<th>Valeur du point
</th>{% endcomment %}
124 <th colspan=
"4">{{ form.salaire_titulaire_anterieur.label_tag }}
</th>
125 <th>{{ form.statut_titulaire_anterieur.label_tag }}
</th>
129 <td>{{ form.instance.classement_titulaire_anterieur }}
<br />
130 {{ form.classement_titulaire_anterieur.errors }}
132 {% comment %}
<td>val point
</td>{% endcomment %}
133 <td>{{ form.instance.salaire_titulaire_anterieur }}
</td>
134 <td>{% comment %}${% endcomment %}
</td>
135 <td>{% comment %}
0.00{% endcomment %}
</td>
136 <td>{% comment %}€{% endcomment %}
</td>
137 <td>{{ form.instance.statut_titulaire_anterieur }}
</td>
142 <h3>Proposition de classement
</h3>
149 <span id=
"info_employe" class=
"info">Nom du poste visé
</span>
154 <th>{{ form.classement.label_tag }}
</th>
155 <th colspan=
"3">{{ form.salaire.label_tag }}
</th>
156 <td colspan=
"2"></td>
159 <td>{{ form.classement }}
<br />{{ form.classement.errors }}
</td>
160 <td>{{ form.salaire }} {{ form.devise }}
161 <span class=
"info">(fourchette du poste : {{ poste.salaire_min }} {{ poste.devise_min.code }}
162 - {{ poste.salaire_max }} {{ poste.devise_max.code }})
</span>
164 <td id=
"salaire-propose-euros" class=
"montant"></td>
166 <td colspan=
"2"></td>
172 <script type=
"text/javascript">
173 /* Conversion en fonction du classement et de la devise */
174 function comparaison_conversion() {
176 proposition_comparaison($('#id_devise').val());
178 $('#id_classement, #id_devise').change(function() {comparaison_conversion();});
179 comparaison_conversion();
180 /* Prévention contre les changements de salaire de base */
181 $('#id_salaire').focusout(function() {comparaison_conversion();});
185 <h2>Accès et ouverture des comptes
</h2>
190 {{ form.compte_compta.label_tag }}
193 {{ form.compte_compta }}
<br />
194 {{ form.compte_compta.errors }}
197 {{ form.compte_courriel.label_tag }}
200 {{ form.compte_courriel }}
<br />
201 {{ form.compte_courriel.errors }}