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:
"" }}{{ form.classement_anterieur.as_hidden }}
</td>
102 <td>{{ form.instance.salaire_anterieur|default:
"" }}{{ form.salaire_anterieur.as_hidden }}
</td>
103 <td>{{ form.instance.statut_anterieur|default:
"" }}{{ form.statut_anterieur.as_hidden }}
</td>
104 <td>{{ form.instance.type_contrat|default:
"" }}{{ form.instance.type_contrat.as_hidden }}
</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 }}{{ form.employe_anterieur.as_hidden }}
115 {{ form.employe_anterieur.errors }}
119 <th>{{ form.classement_titulaire_anterieur.label_tag }}
</th>
120 <th colspan=
"4">{{ form.salaire_titulaire_anterieur.label_tag }}
</th>
121 <th>{{ form.statut_titulaire_anterieur.label_tag }}
</th>
125 <td>{{ form.instance.classement_titulaire_anterieur }}{{ form.classement_titulaire_anterieur.as_hidden }}
<br />
126 {{ form.classement_titulaire_anterieur.errors }}
128 <td>{{ form.instance.salaire_titulaire_anterieur }}{{ form.salaire_titulaire_anterieur.as_hidden }}
</td>
129 <td>{% comment %}${% endcomment %}
</td>
130 <td>{% comment %}
0.00{% endcomment %}
</td>
131 <td>{% comment %}€{% endcomment %}
</td>
132 <td>{{ form.instance.statut_titulaire_anterieur }}{{ form.statut_titulaire_anterieur.as_hidden }}
</td>
137 <h3>Proposition de classement
</h3>
144 <span id=
"info_employe" class=
"info">Nom du poste visé
</span>
149 <th>{{ form.classement.label_tag }}
</th>
150 <th colspan=
"3">{{ form.salaire.label_tag }}
</th>
151 <td colspan=
"2"></td>
154 <td>{{ form.classement }}
<br />{{ form.classement.errors }}
</td>
155 <td>{{ form.salaire }} {{ form.devise }}
156 <span class=
"info">(fourchette du poste : {{ poste.salaire_min }} {{ poste.devise_min.code }}
157 - {{ poste.salaire_max }} {{ poste.devise_max.code }})
</span>
159 <td id=
"salaire-propose-euros" class=
"montant"></td>
161 <td colspan=
"2"></td>
167 <script type=
"text/javascript">
168 /* Conversion en fonction du classement et de la devise */
169 function comparaison_conversion() {
171 proposition_comparaison($('#id_devise').val());
173 $('#id_classement, #id_devise').change(function() {comparaison_conversion();});
174 comparaison_conversion();
175 /* Prévention contre les changements de salaire de base */
176 $('#id_salaire').focusout(function() {comparaison_conversion();});
180 <h2>Accès et ouverture des comptes
</h2>
185 {{ form.compte_compta.label_tag }}
188 {{ form.compte_compta }}
<br />
189 {{ form.compte_compta.errors }}
192 {{ form.compte_courriel.label_tag }}
195 {{ form.compte_courriel }}
<br />
196 {{ form.compte_courriel.errors }}