2 <h2>Classement et salaire de base
</h2>
7 <h3>Ancien dossier
<span class=
"info">(le cas échéant)
</span></h3>
14 <span id=
"info_employe" class=
"info">Coord info
</span>
19 <th>{{ form.classement_anterieur.label_tag }}
</th>
20 {% comment %}
<th>Valeur du point
</th>{% endcomment %}
21 <th colspan=
"4">{{ form.salaire_anterieur.label_tag }}
</th>
22 <th>{{ form.statut_anterieur.label_tag }}
</th>
23 <th>Type de contrat
</th>
26 <td>{{ form.instance.classement_anterieur|default:
"" }}
<br />
27 {{ form.classement_anterieur.errors }}
29 {% comment %}
<td>val point
</td>{% endcomment %}
30 <td>{{ form.instance.salaire_anterieur|default:
"" }}
<br />
31 {{ form.salaire_anterieur.errors }}
33 <td>{% comment %}${% endcomment %}
</td>
34 <td>{% comment %}
0.00{% endcomment %}
</td>
35 <td>{% comment %}€{% endcomment %}
</td>
36 <td>{{ form.instance.statut_anterieur|default:
"" }}
<br />
37 {{ form.statut_anterieur.errors }}
43 <h3>Précédant titulaire
<span class=
"info">(le cas échéant)
</span></h3>
48 {{ form.instance.employe_anterieur }}
50 <span id=
"info_employe" class=
"info">Nom du poste visé
</span>
51 {% endcomment %}
<br />
52 {{ form.employe_anterieur.errors }}
56 <th>{{ form.classement_titulaire_anterieur.label_tag }}
</th>
57 {% comment %}
<th>Valeur du point
</th>{% endcomment %}
58 <th colspan=
"4">{{ form.salaire_titulaire_anterieur.label_tag }}
</th>
59 <th>{{ form.statut_titulaire_anterieur.label_tag }}
</th>
63 <td>{{ form.instance.classement_titulaire_anterieur }}
<br />
64 {{ form.classement_titulaire_anterieur.errors }}
66 {% comment %}
<td>val point
</td>{% endcomment %}
67 <td>{{ form.instance.salaire_titulaire_anterieur }}
</td>
68 <td>{% comment %}${% endcomment %}
</td>
69 <td>{% comment %}
0.00{% endcomment %}
</td>
70 <td>{% comment %}€{% endcomment %}
</td>
71 <td>{{ form.instance.statut_titulaire_anterieur }}
</td>
76 <h3>Proposition de classement
</h3>
83 <span id=
"info_employe" class=
"info">Nom du poste visé
</span>
88 <th>{{ form.classement.label_tag }}
</th>
89 {% comment %}
<th>Valeur du point
</th>{% endcomment %}
90 <th colspan=
"4">{{ form.salaire.label_tag }} en {{ form.devise }}
</th>
94 <td>{{ form.classement }}
<br />
95 {{ form.classement.errors }}
97 {% comment %}
<td>val point
</td>{% endcomment %}
98 <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>
99 <td>{% comment %}${% endcomment %}
</td>
100 <td>{% comment %}
0.00{% endcomment %}
</td>
102 <td colspan=
"2"></td>
108 <script type=
"text/javascript">
109 function activateDossierDropDowns() {
110 $('#id_classement, #id_devise').change(loadSalaire);
112 function loadSalaire() {
113 $.getJSON('{% url salaire %}/' + $('#implantation').val() + '/' +
114 $('#id_devise').val() + '/' + $('#id_classement').val(),
116 $('#id_salaire').val(data.salaire_devise);
119 activateDossierDropDowns();
124 Comparaison salariale
126 dans la région pour les employés occupant un poste similaire
136 <th>{{ form.type_contrat.label_tag }} :
</th>
138 {{ form.type_contrat }}
<br />
139 {{ form.type_contrat.errors }}
141 <th>{{ form.remplacement.label_tag }} :
</th>
143 {{ form.remplacement }}
<br />
144 {{ form.remplacement.errors }}
148 <th rowspan=
"2">Durée :
</th>
151 {{ form.contrat_date_debut }}
<br />
152 <span class=
"info">({{form.contrat_date_debut.help_text }})
</span><br />
153 {{ form.contrat_date_debut.errors }}
157 {{ form.contrat_date_fin }}
<br />
158 <span class=
"info">({{form.contrat_date_fin.help_text }})
</span><br />
159 {{ form.contrat_date_fin.errors }}
161 <th>{{ form.regime_travail.label_tag }} :
<br />{{ form.regime_travail.errors }}
</th>
163 {{ form.regime_travail }}
164 <span class=
"info">{{ form.regime_travail.help_text }}
</span>
168 <td colspan=
"4" class=
"info">
169 <p>Pour une durée indéterminée, spécifier uniquement la date de début.
</p>
172 {{ form.regime_travail_nb_heure_semaine.label_tag }} :
<br />
173 {{ form.regime_travail_nb_heure_semaine.errors }}
175 <td>{{ form.regime_travail_nb_heure_semaine }}
</td>
182 {{ form.statut_residence }}
183 {% if form.statut.errors %}
185 {{ form.statut.errors }}
187 {% if form.statut_residence.errors %}
189 {{ form.statut_residence.errors }}
193 <th>{{ form.organisme_bstg.label_tag }} :
</th>
195 {{ form.organisme_bstg }}
196 {% if form.organisme_bstg.errors %}
198 {{ form.organisme_bstg.errors }}
200 <span class=
"info">{{ form.organisme_bstg.help_text }}
</span>
208 <h2>Accès et ouverture des comptes
</h2>
213 {{ form.compte_compta.label_tag }}
216 {{ form.compte_compta }}
<br />
217 {{ form.compte_compta.errors }}
220 {{ form.compte_courriel.label_tag }}
223 {{ form.compte_courriel }}
<br />
224 {{ form.compte_courriel.errors }}