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();
112 Comparaison salariale
114 dans la région pour les employés occupant un poste similaire
124 <th>{{ form.type_contrat.label_tag }} :
</th>
126 {{ form.type_contrat }}
<br />
127 {{ form.type_contrat.errors }}
129 <th>{{ form.remplacement.label_tag }} :
</th>
131 {{ form.remplacement }}
<br />
132 {{ form.remplacement.errors }}
136 <th rowspan=
"2">Durée :
</th>
139 {{ form.contrat_date_debut }}
<br />
140 <span class=
"info">({{form.contrat_date_debut.help_text }})
</span><br />
141 {{ form.contrat_date_debut.errors }}
145 {{ form.contrat_date_fin }}
<br />
146 <span class=
"info">({{form.contrat_date_fin.help_text }})
</span><br />
147 {{ form.contrat_date_fin.errors }}
149 <th>{{ form.regime_travail.label_tag }} :
<br />{{ form.regime_travail.errors }}
</th>
151 {{ form.regime_travail }}
152 <span class=
"info">{{ form.regime_travail.help_text }}
</span>
156 <td colspan=
"4" class=
"info">
157 <p id=
"note-duree">Pour une durée indéterminée, spécifier uniquement la date de début.
</p>
160 {{ form.regime_travail_nb_heure_semaine.label_tag }} :
<br />
161 {{ form.regime_travail_nb_heure_semaine.errors }}
163 <td>{{ form.regime_travail_nb_heure_semaine }}
</td>
170 {{ form.statut_residence }}
171 {% if form.statut.errors %}
173 {{ form.statut.errors }}
175 {% if form.statut_residence.errors %}
177 {{ form.statut_residence.errors }}
181 <th>{{ form.organisme_bstg.label_tag }} :
</th>
183 {{ form.organisme_bstg }}
184 {% if form.organisme_bstg.errors %}
186 {{ form.organisme_bstg.errors }}
188 <span class=
"info">{{ form.organisme_bstg.help_text }}
</span><br/><br/>
189 {{ form.organisme_bstg_autre }}
190 <span class=
"info">{{ form.organisme_bstg_autre.help_text }}
</span>
198 <h2>Accès et ouverture des comptes
</h2>
203 {{ form.compte_compta.label_tag }}
206 {{ form.compte_compta }}
<br />
207 {{ form.compte_compta.errors }}
210 {{ form.compte_courriel.label_tag }}
213 {{ form.compte_courriel }}
<br />
214 {{ form.compte_courriel.errors }}