2 <h2>Classement et salaire de base
</h2>
7 <h3>Ancien dossier
<span class=
"info">(le cas échéant)
</span></h3>
12 {{ employe }}
<span class=
"info">{{ employe.dossier_set.all.reverse }}
</span>
16 <th>{{ form.classement_anterieur.label_tag }}
</th>
17 <th>{{ form.salaire_anterieur.label_tag }}
</th>
18 <th>{{ form.statut_anterieur.label_tag }}
</th>
19 <th>{{ form.type_contrat.label_tag }}
</th>
23 <td>{{ form.instance.classement_anterieur|default:
"" }}
</td>
24 <td>{{ form.instance.salaire_anterieur|default:
"" }}
</td>
25 <td>{{ form.instance.statut_anterieur|default:
"" }}
</td>
26 <td>{{ form.instance.type_contrat|default:
"" }}
</td>
31 <h3>Précédant titulaire
<span class=
"info">(le cas échéant)
</span></h3>
36 {{ form.instance.employe_anterieur }}
38 <span id=
"info_employe" class=
"info">Nom du poste visé
</span>
39 {% endcomment %}
<br />
40 {{ form.employe_anterieur.errors }}
44 <th>{{ form.classement_titulaire_anterieur.label_tag }}
</th>
45 {% comment %}
<th>Valeur du point
</th>{% endcomment %}
46 <th colspan=
"4">{{ form.salaire_titulaire_anterieur.label_tag }}
</th>
47 <th>{{ form.statut_titulaire_anterieur.label_tag }}
</th>
51 <td>{{ form.instance.classement_titulaire_anterieur }}
<br />
52 {{ form.classement_titulaire_anterieur.errors }}
54 {% comment %}
<td>val point
</td>{% endcomment %}
55 <td>{{ form.instance.salaire_titulaire_anterieur }}
</td>
56 <td>{% comment %}${% endcomment %}
</td>
57 <td>{% comment %}
0.00{% endcomment %}
</td>
58 <td>{% comment %}€{% endcomment %}
</td>
59 <td>{{ form.instance.statut_titulaire_anterieur }}
</td>
64 <h3>Proposition de classement
</h3>
71 <span id=
"info_employe" class=
"info">Nom du poste visé
</span>
76 <th>{{ form.classement.label_tag }}
</th>
77 {% comment %}
<th>Valeur du point
</th>{% endcomment %}
78 <th colspan=
"4">{{ form.salaire.label_tag }} en {{ form.devise }}
</th>
82 <td>{{ form.classement }}
<br />
83 {{ form.classement.errors }}
85 {% comment %}
<td>val point
</td>{% endcomment %}
86 <td>{{ form.salaire }}
<span class=
"info">(fourchette du poste : {{ poste.salaire_min }} {{ poste.devise_min.code }} - {{ poste.salaire_max }} {{ poste.devise_max.code }})
</span></td>
87 <td>{% comment %}${% endcomment %}
</td>
88 <td>{% comment %}
0.00{% endcomment %}
</td>
96 <script type=
"text/javascript">
97 function activateDossierDropDowns() {
98 $('#id_classement, #id_devise').change(loadSalaire);
100 function loadSalaire() {
101 $.getJSON('{% url salaire %}/' + $('#implantation').val() + '/' +
102 $('#id_devise').val() + '/' + $('#id_classement').val(),
104 $('#id_salaire').val(data.salaire_devise);
107 activateDossierDropDowns();
115 <th>{{ form.type_contrat.label_tag }} :
</th>
117 {{ form.type_contrat }}
<br />
118 {{ form.type_contrat.errors }}
120 <th>{{ form.remplacement.label_tag }} :
</th>
122 {{ form.remplacement }}
<br />
123 {{ form.remplacement.errors }}
127 <th rowspan=
"2">Durée :
</th>
130 {{ form.contrat_date_debut }}
<br />
131 <span class=
"info">({{form.contrat_date_debut.help_text }})
</span><br />
132 {{ form.contrat_date_debut.errors }}
136 {{ form.contrat_date_fin }}
<br />
137 <span class=
"info">({{form.contrat_date_fin.help_text }})
</span><br />
138 {{ form.contrat_date_fin.errors }}
140 <th>{{ form.regime_travail.label_tag }} :
<br />{{ form.regime_travail.errors }}
</th>
142 {{ form.regime_travail }}
143 <span class=
"info">{{ form.regime_travail.help_text }}
</span>
147 <td colspan=
"4" class=
"info">
148 <p id=
"note-duree">Pour une durée indéterminée, spécifier uniquement la date de début.
</p>
151 {{ form.regime_travail_nb_heure_semaine.label_tag }} :
<br />
152 {{ form.regime_travail_nb_heure_semaine.errors }}
154 <td>{{ form.regime_travail_nb_heure_semaine }}
</td>
161 {{ form.statut_residence }}
162 {% if form.statut.errors %}
164 {{ form.statut.errors }}
166 {% if form.statut_residence.errors %}
168 {{ form.statut_residence.errors }}
172 <th>{{ form.organisme_bstg.label_tag }} :
</th>
174 {{ form.organisme_bstg }}
175 {% if form.organisme_bstg.errors %}
177 {{ form.organisme_bstg.errors }}
179 <span class=
"info">{{ form.organisme_bstg.help_text }}
</span><br/><br/>
180 {{ form.organisme_bstg_autre }}
181 <span class=
"info">{{ form.organisme_bstg_autre.help_text }}
</span>
189 <h2>Accès et ouverture des comptes
</h2>
194 {{ form.compte_compta.label_tag }}
197 {{ form.compte_compta }}
<br />
198 {{ form.compte_compta.errors }}
201 {{ form.compte_courriel.label_tag }}
204 {{ form.compte_courriel }}
<br />
205 {{ form.compte_courriel.errors }}