Commit | Line | Data |
---|---|---|
61835109 OL |
1 | <fieldset> |
2 | <h2>Contrat</h2> | |
3 | <table> | |
4 | <tbody> | |
5 | <tr> | |
6 | <th>{{ form.type_contrat.label_tag }} :</th> | |
7 | <td colspan="4"> | |
8 | {{ form.type_contrat }}<br /> | |
9 | {{ form.type_contrat.errors }} | |
10 | </td> | |
11 | <th>{{ form.remplacement.label_tag }} :</th> | |
12 | <td> | |
13 | {{ form.remplacement }}<br /> | |
14 | {{ form.remplacement.errors }} | |
15 | </td> | |
16 | </tr> | |
17 | <tr> | |
18 | <th rowspan="2">Durée :</th> | |
19 | <td>du</td> | |
20 | <td> | |
21 | {{ form.contrat_date_debut }}<br /> | |
22 | <span class="info">({{form.contrat_date_debut.help_text }})</span><br /> | |
23 | {{ form.contrat_date_debut.errors }} | |
24 | </td> | |
25 | <td> au </td> | |
26 | <td> | |
27 | {{ form.contrat_date_fin }}<br /> | |
28 | <span class="info">({{form.contrat_date_fin.help_text }})</span><br /> | |
29 | {{ form.contrat_date_fin.errors }} | |
30 | </td> | |
31 | <th>{{ form.regime_travail.label_tag }} :<br />{{ form.regime_travail.errors }}</th> | |
32 | <td> | |
33 | {{ form.regime_travail }} | |
34 | <span class="info">{{ form.regime_travail.help_text }}</span> | |
35 | </td> | |
36 | </tr> | |
37 | <tr> | |
38 | <td colspan="4" class="info"> | |
39 | <p id="note-duree">Pour une durée indéterminée, spécifier uniquement la date de début.</p> | |
40 | </td> | |
41 | <th> | |
42 | {{ form.regime_travail_nb_heure_semaine.label_tag }} :<br /> | |
43 | {{ form.regime_travail_nb_heure_semaine.errors }} | |
44 | </th> | |
45 | <td>{{ form.regime_travail_nb_heure_semaine }}</td> | |
46 | </tr> | |
47 | <tr> | |
48 | <th>Statut : </th> | |
49 | <td colspan="4"> | |
50 | {{ form.statut }} | |
51 | <span class="row"> | |
52 | {{ form.statut_residence }} | |
53 | {% if form.statut.errors %} | |
54 | <br /> | |
55 | {{ form.statut.errors }} | |
56 | {% endif %} | |
57 | {% if form.statut_residence.errors %} | |
58 | <br /> | |
59 | {{ form.statut_residence.errors }} | |
60 | {% endif %} | |
61 | </span> | |
62 | </td> | |
63 | <th>{{ form.organisme_bstg.label_tag }} :</th> | |
64 | <td> | |
65 | {{ form.organisme_bstg }} | |
66 | {% if form.organisme_bstg.errors %} | |
67 | <br /> | |
68 | {{ form.organisme_bstg.errors }} | |
69 | {% endif %} | |
70 | <span class="info">{{ form.organisme_bstg.help_text }}</span><br/><br/> | |
71 | {{ form.organisme_bstg_autre }} | |
72 | <span class="info">{{ form.organisme_bstg_autre.help_text }}</span> | |
73 | </td> | |
74 | </tr> | |
75 | </tbody> | |
76 | </table> | |
77 | </fieldset> | |
78 | ||
79 | <fieldset> | |
80 | <h2>Classement et salaire de base</h2> | |
81 | <table> | |
82 | <tbody> | |
83 | <tr> | |
84 | <td colspan="7"> | |
85 | <h3>Ancien dossier <span class="info">(le cas échéant)</span></h3> | |
86 | </td> | |
87 | </tr> | |
88 | <tr> | |
89 | <td colspan="7"> | |
90 | {{ employe }} <span class="info">{{ employe.dossier_set.all.reverse }}</span> | |
91 | </td> | |
92 | </tr> | |
93 | <tr> | |
94 | <th>{{ form.classement_anterieur.label_tag }}</th> | |
95 | <th>{{ form.salaire_anterieur.label_tag }}</th> | |
96 | <th>{{ form.statut_anterieur.label_tag }}</th> | |
97 | <th>{{ form.type_contrat.label_tag }}</th> | |
98 | <th colpsan="3"></th> | |
99 | </tr> | |
100 | <tr> | |
101 | <td>{{ form.instance.classement_anterieur|default:"" }}</td> | |
102 | <td>{{ form.instance.salaire_anterieur|default:"" }}</td> | |
103 | <td>{{ form.instance.statut_anterieur|default:"" }}</td> | |
104 | <td>{{ form.instance.type_contrat|default:"" }}</td> | |
105 | <td colspan="3"></td> | |
106 | </tr> | |
107 | <tr> | |
108 | <td colspan="7"> | |
109 | <h3>Précédent titulaire <span class="info">(le cas échéant)</span></h3> | |
110 | </td> | |
111 | </tr> | |
112 | <tr> | |
113 | <td colspan="7"> | |
114 | {{ form.instance.employe_anterieur }} | |
115 | {% comment %} - | |
116 | <span id="info_employe" class="info">Nom du poste visé</span> | |
117 | {% endcomment %}<br /> | |
118 | {{ form.employe_anterieur.errors }} | |
119 | </td> | |
120 | </tr> | |
121 | <tr> | |
122 | <th>{{ form.classement_titulaire_anterieur.label_tag }}</th> | |
123 | {% comment %}<th>Valeur du point</th>{% endcomment %} | |
124 | <th colspan="4">{{ form.salaire_titulaire_anterieur.label_tag }}</th> | |
125 | <th>{{ form.statut_titulaire_anterieur.label_tag }}</th> | |
126 | <th></th> | |
127 | </tr> | |
128 | <tr> | |
129 | <td>{{ form.instance.classement_titulaire_anterieur }}<br /> | |
130 | {{ form.classement_titulaire_anterieur.errors }} | |
131 | </td> | |
132 | {% comment %}<td>val point</td>{% endcomment %} | |
133 | <td>{{ form.instance.salaire_titulaire_anterieur }}</td> | |
134 | <td>{% comment %}${% endcomment %}</td> | |
135 | <td>{% comment %}0.00{% endcomment %}</td> | |
136 | <td>{% comment %}€{% endcomment %}</td> | |
137 | <td>{{ form.instance.statut_titulaire_anterieur }}</td> | |
138 | <td></td> | |
139 | </tr> | |
140 | <tr> | |
141 | <td colspan="7"> | |
142 | <h3>Proposition de classement</h3> | |
143 | </td> | |
144 | </tr> | |
145 | {% comment %} | |
146 | <tr> | |
147 | <td colspan="7"> | |
148 | Davin Baragiotta - | |
149 | <span id="info_employe" class="info">Nom du poste visé</span> | |
150 | </td> | |
151 | </tr> | |
152 | {% endcomment %} | |
153 | <tr> | |
154 | <th>{{ form.classement.label_tag }}</th> | |
155 | <th colspan="3">{{ form.salaire.label_tag }}</th> | |
156 | <td colspan="2"></td> | |
157 | </tr> | |
158 | <tr> | |
159 | <td>{{ form.classement }}<br />{{ form.classement.errors }}</td> | |
160 | <td>{{ form.salaire }} {{ form.devise }} | |
161 | <span class="info">(fourchette du poste : {{ poste.salaire_min }} {{ poste.devise_min.code }} | |
162 | - {{ poste.salaire_max }} {{ poste.devise_max.code }})</span> | |
163 | </td> | |
164 | <td id="salaire-propose-euros" class="montant"></td> | |
165 | <td>€</td> | |
166 | <td colspan="2"></td> | |
167 | </tr> | |
168 | </tbody> | |
169 | </table> | |
170 | </fieldset> | |
171 | ||
172 | <script type="text/javascript"> | |
173 | /* Conversion en fonction du classement et de la devise */ | |
174 | function comparaison_conversion() { | |
175 | loadSalaire(); | |
176 | proposition_comparaison($('#id_devise').val()); | |
177 | } | |
178 | $('#id_classement, #id_devise').change(function() {comparaison_conversion();}); | |
179 | comparaison_conversion(); | |
180 | /* Prévention contre les changements de salaire de base */ | |
181 | $('#id_salaire').focusout(function() {comparaison_conversion();}); | |
182 | </script> | |
183 | ||
184 | <fieldset> | |
185 | <h2>Accès et ouverture des comptes</h2> | |
186 | <table> | |
187 | <tbody> | |
188 | <tr> | |
189 | <th> | |
190 | {{ form.compte_compta.label_tag }} | |
191 | </th> | |
192 | <td> | |
193 | {{ form.compte_compta }}<br /> | |
194 | {{ form.compte_compta.errors }} | |
195 | </td> | |
196 | <th> | |
197 | {{ form.compte_courriel.label_tag }} | |
198 | </th> | |
199 | <td> | |
200 | {{ form.compte_courriel }}<br /> | |
201 | {{ form.compte_courriel.errors }} | |
202 | </td> | |
203 | </tr> | |
204 | </tbody> | |
205 | </table> | |
206 | </fieldset> | |
207 |