1 <div id=
"form-dossier">
3 <h2>Classement et salaire de base
</h2>
8 <h3>Ancien dossier
<span class=
"info">(le cas échéant)
</span></h3>
15 <span id=
"info_employe" class=
"info">Coord info
</span>
20 <th>{{ form.classement_anterieur.label_tag }}
</th>
21 {% comment %}
<th>Valeur du point
</th>{% endcomment %}
22 <th colspan=
"4">{{ form.salaire_anterieur.label_tag }}
</th>
23 <th>{{ form.statut_anterieur.label_tag }}
</th>
24 <th>Type de contrat
</th>
27 <td>{{ form.instance.classement_anterieur|default:
"" }}
<br />
28 {{ form.classement_anterieur.errors }}
30 {% comment %}
<td>val point
</td>{% endcomment %}
31 <td>{{ form.instance.salaire_anterieur|default:
"" }}
<br />
32 {{ form.salaire_anterieur.errors }}
34 <td>{% comment %}${% endcomment %}
</td>
35 <td>{% comment %}
0.00{% endcomment %}
</td>
36 <td>{% comment %}€{% endcomment %}
</td>
37 <td>{{ form.instance.statut_anterieur|default:
"" }}
<br />
38 {{ form.statut_anterieur.errors }}
44 <h3>Précédant titulaire
<span class=
"info">(le cas échéant)
</span></h3>
49 {{ form.instance.employe_anterieur }}
51 <span id=
"info_employe" class=
"info">Nom du poste visé
</span>
52 {% endcomment %}
<br />
53 {{ form.employe_anterieur.errors }}
57 <th>{{ form.classement_titulaire_anterieur.label_tag }}
</th>
58 {% comment %}
<th>Valeur du point
</th>{% endcomment %}
59 <th colspan=
"4">{{ form.salaire_titulaire_anterieur.label_tag }}
</th>
60 <th>{{ form.statut_titulaire_anterieur.label_tag }}
</th>
64 <td>{{ form.instance.classement_titulaire_anterieur }}
<br />
65 {{ form.classement_titulaire_anterieur.errors }}
67 {% comment %}
<td>val point
</td>{% endcomment %}
68 <td>{{ form.instance.salaire_titulaire_anterieur }}
</td>
69 <td>{% comment %}${% endcomment %}
</td>
70 <td>{% comment %}
0.00{% endcomment %}
</td>
71 <td>{% comment %}€{% endcomment %}
</td>
72 <td>{{ form.instance.statut_titulaire_anterieur }}
</td>
77 <h3>Proposition de classement
</h3>
84 <span id=
"info_employe" class=
"info">Nom du poste visé
</span>
89 <th>{{ form.classement.label_tag }}
</th>
90 {% comment %}
<th>Valeur du point
</th>{% endcomment %}
91 <th colspan=
"4">{{ form.salaire.label_tag }} en {{ form.devise }}
</th>
95 <td>{{ form.classement }}
<br />
96 {{ form.classement.errors }}
98 {% comment %}
<td>val point
</td>{% endcomment %}
99 <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>
100 <td>{% comment %}${% endcomment %}
</td>
101 <td>{% comment %}
0.00{% endcomment %}
</td>
103 <td colspan=
"2"></td>
109 <script type=
"text/javascript">
110 function activateDossierDropDowns() {
111 $('#id_classement, #id_devise').change(loadSalaire);
113 function loadSalaire() {
114 $.getJSON('{% url salaire %}/' + $('#implantation').val() + '/' +
115 $('#id_devise').val() + '/' + $('#id_classement').val(),
117 $('#id_salaire').val(data.salaire_devise);
120 activateDossierDropDowns();
125 Comparaison salariale
127 dans la région pour les employés occupant un poste similaire
137 <th>{{ form.type_contrat.label_tag }} :
</th>
139 {{ form.type_contrat }}
<br />
140 {{ form.type_contrat.errors }}
142 <th>{{ form.remplacement.label_tag }} :
</th>
144 {{ form.remplacement }}
<br />
145 {{ form.remplacement.errors }}
149 <th rowspan=
"2">Durée :
</th>
152 {{ form.contrat_date_debut }}
<br />
153 <span class=
"info">({{form.contrat_date_debut.help_text }})
</span><br />
154 {{ form.contrat_date_debut.errors }}
158 {{ form.contrat_date_fin }}
<br />
159 <span class=
"info">({{form.contrat_date_fin.help_text }})
</span><br />
160 {{ form.contrat_date_fin.errors }}
162 <th>{{ form.regime_travail.label_tag }} :
<br />{{ form.regime_travail.errors }}
</th>
164 {{ form.regime_travail }}
165 <span class=
"info">{{ form.regime_travail.help_text }}
</span>
169 <td colspan=
"4" class=
"info">
170 <p>Pour une durée indéterminée, spécifier uniquement la date de début.
</p>
173 {{ form.regime_travail_nb_heure_semaine.label_tag }} :
<br />
174 {{ form.regime_travail_nb_heure_semaine.errors }}
176 <td>{{ form.regime_travail_nb_heure_semaine }}
</td>
183 {{ form.statut_residence }}
184 {% if form.statut.errors %}
186 {{ form.statut.errors }}
188 {% if form.statut_residence.errors %}
190 {{ form.statut_residence.errors }}
194 <th>{{ form.organisme_bstg.label_tag }} :
</th>
196 {{ form.organisme_bstg }}
197 {% if form.organisme_bstg.errors %}
199 {{ form.organisme_bstg.errors }}
201 <span class=
"info">{{ form.organisme_bstg.help_text }}
</span>
209 <h2>Accès et ouverture des comptes
</h2>
214 {{ form.compte_compta.label_tag }}
217 {{ form.compte_compta }}
<br />
218 {{ form.compte_compta.errors }}
221 {{ form.compte_courriel.label_tag }}
224 {{ form.compte_courriel }}
<br />
225 {{ form.compte_courriel.errors }}