1 {% extends 'base.html' %}
2 {% load adminmedia dae permissions %}
4 {% block title %}RH - DAE - Embauche{% endblock %}
5 {% block titre %}Ressources humaines{% endblock %}
6 {% block sous_titre %}Demande d'autorisation d'engagement{% endblock %}
9 <link rel=
"stylesheet" type=
"text/css" href=
"{{ STATIC_URL }}css/dae.css" />
10 <link rel=
"stylesheet" type=
"text/css" media=
"print" href=
"{{ STATIC_URL }}css/print.css" />
11 <script src=
"{{ STATIC_URL }}js/jquery-1.5.1.min.js"
12 type=
"text/javascript"></script>
13 <script type=
"text/javascript">
15 {% for d in devises %}
16 DEVISES['{{d.devise_code}}'] = {{d.taux_euro|stringformat:
".10f"}};
19 <script src=
"{{ STATIC_URL }}js/dae.js" type=
"text/javascript"></script>
20 <script src=
"{{ STATIC_URL }}js/remun.js" type=
"text/javascript"></script>
24 <h1 class=
"gauche">Demande d'autorisation d'engagement de personnel
</h1>
25 <a class=
"droite bouton-action" href=
"#" onclick=
"window.print(); return false;">Impression
</a>
26 {% if dossier|est_editable:request.user %}
27 <a class=
"droite bouton-action" href=
"{% url embauche dossier.poste.key dossier.id %}">Modifier le dossier
</a>
29 {% if dossier.poste|est_editable:request.user %}
30 <a class=
"droite bouton-action" href=
"{% url poste dossier.poste.key %}">Modifier le poste
</a>
32 {% if importer and not dossier.dossier_rh %}
33 <a class=
"droite bouton-action" href=
"{% url embauche_importer dossier.id %}">Importer
</a>
35 <div class=
"visualClear"></div>
37 <h2 class=
"section">SECTION
1 - POSTE
</h2>
38 {% with dossier.poste as poste %}
39 {% include 'dae/poste_resume.html' %}
42 <h2 class=
"section">SECTION
2 - PERSONNEL ENGAGÉ
</h2>
45 <div class=
"gauche"><h2>Personne
</h2></div>
47 <table class=
"droite">
50 <th>Mobilité interne
</th>
51 <td colspan=
"3">{% if dossier.mobilite_interne %}oui{% else %}non{% endif %}
57 <div class=
"clear"></div>
58 <table id=
"form-employe">
62 <td colspan=
"5">{{ dossier.employe }} ({{ dossier.employe.genre }})
</td>
70 <h2>Accès et ouvertures des comptes
</h2>
74 <th>Compte comptabilité
<th>
75 <td>{% if dossier.compte_compta %}oui{% else %}non{% endif %}
</td>
76 <th>Compte courriel
</th>
77 <td>{% if dossier.compte_courriel %}oui{% else %}non{% endif %}
</td>
84 <h2>Pièces jointes
</h2>
86 {% for pj in dossier.dae_dossierpieces.all %}
87 <li><a href=
"{% url dossier_piece pj.id pj.fichier.name|basename %}">{{ pj.nom }}
</a></li>
93 <h2>Comparaison salariale
</h2>
94 <span class=
"info">dans la région pour les employés occupant un poste similaire
</span>
100 <th>Implantation
</th>
104 {% for dc in comparaisons %}
105 <tr class=
"gris-bkg">
106 <td>{{ dc.classement|default:
"" }}
</td>
107 <td>{{ dc.statut|default:
"" }}
</td>
108 <td>{{ dc.implantation }}
</td>
109 <td>{{ dc.personne }}
</td>
110 <td>{{ dc.poste }}
</td>
112 {% if dc.dossier_comparaison_remunerations.count
> 0 %}
118 {% dossier_cmp_remun_form dc %}
130 <div id=
"form-dossier">
131 {% comment %}Wrapper du formulaire de dossier{% endcomment %}
132 {% include
"dae/embauche-dossier-consulter.html" %}
135 <h2 class=
"section">SECTION
3 - COÛT GLOBAL
</h2>
138 <h2>Proposition de classement
</h2>
142 <th>Classement proposé
</th>
143 <th colspan=
"6">Salaire proposé
</span></th>
146 <td>{{ dossier.classement }}
</td>
147 <td colspan=
"2">{{ dossier.salaire|floatformat:
0 }} {{ dossier.devise.code }}
</td>
148 <td colspan=
"4" id=
"salaire-propose-euros" class=
"montant">{{ dossier.get_salaire_euros|floatformat:
0 }} €
</td>
153 {% remun_form dossier %}
155 <!-- <table cellspacing="0" id="global-cost"> -->
156 <!-- {% include 'dae/embauche-remun-consulter.html' %} -->
161 <h2 class=
"section">SECTION
4 - JUSTIFICATION DE LA DEMANDE (OBLIGATOIRE)
</h2>
162 <h3>A - Justification du poste
</h3>
163 <p>{{ poste.justification }}
</p>
165 <h3>B - Justification de l'employé
</h3>
166 <table class=
"justifications">
168 <th>Nouvel employé
</th>
169 <th>Renouvellement, prolongation, reclassement, mobilité interne
</th>
173 <h4>{{ dossier.justif_nouveau_statut_label }}
</h4>
174 <p>{{ dossier.justif_nouveau_statut|default:
"∅" }}
175 <h4>{{ dossier.justif_nouveau_tmp_remplacement_label }}
</h4>
176 <p>{{ dossier.justif_nouveau_tmp_remplacement|default:
"∅" }}
</p>
177 <h4>{{ dossier.justif_nouveau_salaire_label }}
</h4>
178 <p>{{ dossier.justif_nouveau_salaire|default:
"∅" }}
</p>
179 <h4>{{ dossier.justif_nouveau_commentaire_label }}
</h4>
180 <p>{{ dossier.justif_nouveau_commentaire|default:
"∅" }}
</p>
183 <h4>{{ dossier.justif_rempl_type_contrat_label }}
</h4>
184 <p>{{ dossier.justif_rempl_type_contrat|default:
"∅"}}
</p>
185 <h4>{{ dossier.justif_rempl_statut_employe_label }}
</h4>
186 <p>{{ dossier.justif_rempl_statut_employe|default:
"∅"}}
</p>
187 <h4>{{ dossier.justif_rempl_evaluation_label }}
</h4>
188 <p>{{ dossier.justif_rempl_evaluation|default:
"∅"}}
</p>
189 <h4>{{ dossier.justif_rempl_salaire_label }}
</h4>
190 <p>{{ dossier.justif_rempl_salaire|default:
"∅" }}
</p>
191 <h4>{{ dossier.justif_rempl_commentaire_label }}
</h4>
192 <p>{{ dossier.justif_rempl_commentaire|default:
"∅" }}
</p>
197 <h2 class=
"section">PIÈCES JOINTES
</h2>
199 {% if dossier.valide %}
200 <a class=
"droite bouton-action" href=
"{% url embauche_ajouter_contrat dossier_id=dossier.id %}"
201 >Ajouter un contrat
</a>
213 {% for contrat in dossier.dae_contrats.all %}
215 <td>{{ contrat.type_contrat }}
</td>
216 <td><a href=
"{% url contrat contrat.id contrat.fichier.name|basename %}"
217 >{{ contrat.fichier.name|basename }}
</a></td>
218 <td><a href=
"{% url contrat_supprimer contrat.id %}">Supprimer
</a></td>
222 <td colspan=
"0">Aucun contrat pour l'instant
</td>
229 <h3>DAE numérisée
</h3>
234 {% ifhasperm 'modifier_dae_numerisee' dossier %}
240 {% if dossier.dae_numerisee %}
241 <td><a href=
"{% url dae_numerisee dossier.id %}">Télécharger la DAE numérisée
</a></td>
242 {% ifhasperm 'modifier_dae_numerisee' dossier %}
244 <a href=
"{% url dae_numerisee_supprimer dossier.id %}">Supprimer
</a>
248 <td>Aucune DAE numérisée pour l'instant
</td>
249 {% ifhasperm 'modifier_dae_numerisee' dossier %}
251 <a href=
"{% url dae_numerisee_modifier dossier.id %}">Joindre une DAE numérisée
</a>
258 <h2 class=
"section">VALIDATIONS
</h2>
265 {% for commentaire in dossier.historique_desc %}
266 {% include
"dae/ligne_validation.html" %}
270 <form action=
"" method=
"post">
271 <h2>Votre validation (ou commentaire)
</h2>
272 <p>Ce dossier est actuellement à l'état
<span class=
"note">{{ dossier.get_etat_display }}
</span>.
</p>
275 {% if validationForm.get_etats_disponibles %}{{ validationForm.commentaire }}{% endif %}
277 {{ validationForm.get_input_etats_as_buttons|safe }}
280 <div class=
"print-only">
282 <p class=
"signature"> ____________________________________________________________
</p>
283 <p class=
"signature"> ____________________________________________________________
</p>
284 <p class=
"signature"> ____________________________________________________________
</p>