Commit | Line | Data |
---|---|---|
61835109 OL |
1 | <fieldset> |
2 | <h2>Contrat</h2> | |
3 | <table> | |
4 | <tbody> | |
5 | <tr> | |
b1baa306 | 6 | <th>Type de contrat</th> |
a6eadec5 OL |
7 | <td>{{ dossier.type_contrat }}</td> |
8 | </tr> | |
9 | <tr> | |
b1baa306 | 10 | <th>Remplacement</th> |
9cab61eb | 11 | <td>{%if dossier.remplacement %}oui{% else %}non{%endif %}</td> |
61835109 OL |
12 | </tr> |
13 | <tr> | |
9623a926 BS |
14 | <th>Est un cadre?</th> |
15 | <td>{%if dossier.est_cadre %}oui{% else %}non{%endif %}</td> | |
16 | </tr> | |
17 | <tr> | |
a6eadec5 OL |
18 | <th>Durée</th> |
19 | <td> du {{ dossier.contrat_date_debut }} au {{ dossier.contrat_date_fin }}</td> | |
20 | </tr> | |
21 | <tr> | |
b1baa306 | 22 | <th>Régime de travail</th> |
bcc6fa3f | 23 | <td>{{ dossier.regime_travail|floatformat:0 }}%</td> |
61835109 OL |
24 | </tr> |
25 | <tr> | |
b1baa306 | 26 | <th>Nombre d'heure par semaine</th> |
a6eadec5 OL |
27 | <td>{{ dossier.regime_travail_nb_heure_semaine|floatformat:0 }}H</td> |
28 | </tr> | |
29 | <tr> | |
30 | <th>Statut</th> | |
31 | <td>{{ dossier.statut }} {{ dossier.statut_residence }}</td> | |
61835109 OL |
32 | </tr> |
33 | <tr> | |
b1baa306 | 34 | <th>Organisme BSTG</th> |
9cab61eb OL |
35 | {% if dossier.organisme_bstg or dossier.organisme_bstg_autre %} |
36 | <td>{% if dossier.organisme_bstg %}{{ dossier.organisme_bstg }}{% endif %} {{ dossier.organisme_bstg_autre }}</td> | |
37 | {% else %} | |
38 | <td>s/o</td> | |
39 | {% endif %} | |
61835109 OL |
40 | </tr> |
41 | </tbody> | |
42 | </table> | |
43 | </fieldset> | |
44 | ||
45 | <fieldset> | |
46 | <h2>Classement et salaire de base</h2> | |
2e6408b6 OL |
47 | |
48 | <h3>Ancien dossier <span class="info">(le cas échéant)</span></h3> | |
bae8d179 | 49 | {% if dossier.salaire_anterieur != None %} |
61835109 OL |
50 | <table> |
51 | <tbody> | |
52 | <tr> | |
53 | <td colspan="7"> | |
88a0e98d | 54 | {{ dossier.employe }} <span class="info">{{ dossier.employe.id_rh.rh_dossiers.all.0.poste.type_poste.nom }} {{ dossier.employe.id_rh.dossier_set.all.0.complement1 }}</span> |
61835109 OL |
55 | </td> |
56 | </tr> | |
57 | <tr> | |
b1baa306 OL |
58 | <th>Classement antérieur</th> |
59 | <th>Salaire antérieur</th> | |
60 | <th>Statut antérieur</th> | |
61 | <th>Type contrat</th> | |
61835109 OL |
62 | </tr> |
63 | <tr> | |
b1baa306 | 64 | <td>{{ dossier.classement_anterieur|default:"" }}</td> |
88a0e98d OL |
65 | <td class="montant">{{ dossier.salaire_anterieur|floatformat:0 }} |
66 | {{ dossier.devise_anterieur.code }} | |
67 | {% if dossier.devise_anterieur %} | |
68 | ({{ dossier.get_salaire_anterieur_euros|floatformat:0 }}€) | |
69 | {% endif %} | |
70 | </td> | |
b1baa306 | 71 | <td>{{ dossier.statut_anterieur|default:"" }}</td> |
f682e283 | 72 | <td>{{ dossier.type_contrat_anterieur|default:"" }}</td> |
61835109 | 73 | </tr> |
2e6408b6 OL |
74 | </tbody> |
75 | </table> | |
76 | {% else %} | |
f1c9329c | 77 | <p>Il n'y a pas d'ancien dossier pour cet employé</p> |
2e6408b6 OL |
78 | {% endif %} |
79 | ||
80 | <h3>Précédent titulaire <span class="info">(le cas échéant)</span></h3> | |
81 | {% if dossier.classement_titulaire_anterieur %} | |
82 | <table> | |
83 | <tbody> | |
61835109 | 84 | <tr> |
dbcd768b | 85 | <td colspan="3"> |
2e6408b6 | 86 | {{ dossier.employe_anterieur|default:"" }} |
61835109 OL |
87 | </td> |
88 | </tr> | |
89 | <tr> | |
b1baa306 | 90 | <th>Classement du titulaire antérieur</th> |
dbcd768b | 91 | <th>Salaire du titulaire antérieur</th> |
b1baa306 | 92 | <th>Statut du titulaire antérieur</th> |
61835109 OL |
93 | </tr> |
94 | <tr> | |
2e6408b6 | 95 | <td>{{ dossier.classement_titulaire_anterieur|default:"" }}</td> |
88a0e98d OL |
96 | <td class="montant">{{ dossier.salaire_titulaire_anterieur|floatformat:0 }} |
97 | {% if dossier.devise_titulaire_anterieur %} | |
98 | {{ dossier.devise_titulaire_anterieur.code }} | |
99 | ({{ dossier.get_salaire_titulaire_anterieur_euros|floatformat:0 }}€) | |
100 | {% endif %}</td> | |
2e6408b6 | 101 | <td>{{ dossier.statut_titulaire_anterieur|default:"" }}</td> |
61835109 | 102 | </tr> |
2e6408b6 OL |
103 | </tbody> |
104 | <table> | |
105 | {% else %} | |
106 | <p>Il n'y a pas de précédent titulaire</p> | |
107 | {% endif %} | |
108 | ||
109 | <h3>Proposition de classement</h3> | |
110 | <table> | |
111 | <tbody> | |
61835109 | 112 | <tr> |
b1baa306 | 113 | <th>Classement proposé</th> |
2e6408b6 | 114 | <th colspan="6">Salaire proposé</span></th> |
61835109 OL |
115 | </tr> |
116 | <tr> | |
b1baa306 | 117 | <td>{{ dossier.classement }}</td> |
71a05581 OL |
118 | <td colspan="2">{{ dossier.salaire|floatformat:0 }} {{ dossier.devise.code }}</td> |
119 | <td colspan="4" id="salaire-propose-euros" class="montant">{{ dossier.get_salaire_euros|floatformat:0 }} €</td> | |
61835109 OL |
120 | </tr> |
121 | </tbody> | |
122 | </table> | |
2e6408b6 | 123 | |
61835109 OL |
124 | </fieldset> |
125 | ||
61835109 | 126 | <fieldset> |
487de0a4 | 127 | <h2>Accès et ouvertures des comptes</h2> |
61835109 OL |
128 | <table> |
129 | <tbody> | |
130 | <tr> | |
82a13ae0 | 131 | <th>Compte comptabilité<th> |
b1baa306 OL |
132 | <td>{% if dossier.compte_compta %}oui{% else %}non{% endif %}</td> |
133 | <th>Compte courriel</th> | |
134 | <td>{% if dossier.compte_courriel %}oui{% else %}non{% endif %}</td> | |
61835109 OL |
135 | </tr> |
136 | </tbody> | |
137 | </table> | |
138 | </fieldset> | |
139 |