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>
14 <span id=
"info_employe" class=
"info">Coord info
</span>
18 <th>{{ form.statut_anterieur.label_tag }}
</th>
19 <th>Type de contrat
</th>
20 <th>{{ form.classement_anterieur.label_tag }}
</th>
21 <th>Valeur du point
</th>
22 <th colspan=
"4">{{ form.salaire_anterieur.label_tag }}
</th>
26 {{ form.statut_anterieur }}
<br />
30 <td>{{ form.classement_anterieur }}
</td>
32 <td>{{ form.salaire_anterieur }}
</td>
39 <h3>Précédant titulaire
<span class=
"info">(le cas échéant)
</span></h3>
44 {{ form.employe_anterieur }} -
45 <span id=
"info_employe" class=
"info">Nom du poste visé
</span><br />
46 {{ form.employe_anterieur.errors }}
50 <th>{{ form.statut_titulaire_anterieur.label_tag }}
</th>
52 <th>{{ form.classement_titulaire_anterieur.label_tag }}
</th>
53 <th>Valeur du point
</th>
54 <th colspan=
"4">{{ form.salaire_titulaire_anterieur.label_tag }}
</th>
57 <td>{{ form.statut_titulaire_anterieur }}
</td>
60 {{ form.classement_titulaire_anterieur }}
<br />
64 <td>{{ form.salaire_titulaire_anterieur }}
</td>
71 <h3>Proposition de classement
</h3>
77 <span id=
"info_employe" class=
"info">Nom du poste visé
</span>
82 <th>{{ form.classement.label_tag }}
</th>
83 <th>Valeur du point
</th>
84 <th colspan=
"4">{{ form.salaire.label_tag }}
</th>
89 {{ form.classement }}
<br />
93 <td>{{ form.salaire }}
</td>
94 <td>{{ form.devise }}
</td>
102 <script type=
"text/javascript">
103 function activateDossierDropDowns() {
104 $('#id_classement, #id_devise').change(loadSalaire);
106 function loadSalaire() {
107 $.getJSON('{% url salaire %}/' + $('#implantation').val() + '/' +
108 $('#id_devise').val() + '/' + $('#id_classement').val(),
111 $('#id_salaire').val(data.salaire_devise);
114 activateDossierDropDowns();
119 Comparaison salariale
121 dans la région pour les employés occupant un poste similaire
131 <th>{{ form.type_contrat.label_tag }} :
</th>
133 {{ form.type_contrat }}
<br />
134 {{ form.type_contrat.errors }}
136 <th>{{ form.remplacement.label_tag }} :
</th>
138 {{ form.remplacement }}
<br />
139 {{ form.remplacement.errors }}
143 <th rowspan=
"2">Durée :
</th>
146 {{ form.contrat_date_debut }}
<br />
147 <span class=
"info">({{form.contrat_date_debut.help_text }})
</span><br />
148 {{ form.contrat_date_debut.errors }}
152 {{ form.contrat_date_fin }}
<br />
153 <span class=
"info">({{form.contrat_date_fin.help_text }})
</span><br />
154 {{ form.contrat_date_fin.errors }}
156 <th>{{ form.regime_travail.label_tag }} :
<br />{{ form.regime_travail.errors }}
</th>
158 {{ form.regime_travail }}
159 <span class=
"info">{{ form.regime_travail.help_text }}
</span>
163 <td colspan=
"4" class=
"info">
164 <p>Pour une durée indéterminée, spécifier uniquement la date de début.
</p>
167 {{ form.regime_travail_nb_heure_semaine.label_tag }} :
<br />
168 {{ form.regime_travail_nb_heure_semaine.errors }}
170 <td>{{ form.regime_travail_nb_heure_semaine }}
</td>
177 {{ form.statut_residence }}
178 {% if form.statut.errors %}
180 {{ form.statut.errors }}
182 {% if form.statut_residence.errors %}
184 {{ form.statut_residence.errors }}
188 <th>{{ form.organisme_bstg.label_tag }} :
</th>
190 {{ form.organisme_bstg }}
191 {% if form.organisme_bstg.errors %}
193 {{ form.organisme_bstg.errors }}
202 <h2>Accès et ouverture des comptes
</h2>
207 {{ form.compte_compta.label_tag }}
210 {{ form.compte_compta }}
<br />
211 {{ form.compte_compta.errors }}
214 {{ form.compte_courriel.label_tag }}
217 {{ form.compte_courriel }}
<br />
218 {{ form.compte_courriel.errors }}