1 {% extends 'base.html' %}
2 {% load adminmedia dae %}
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=
"{{ MEDIA_URL }}css/dae.css" />
13 <h1 class=
"gauche">Demande d'autorisation d'engagement de personnel
</h1>
14 <a class=
"droite bouton-action" target=
"_blank" href=
"?mode=vpdf">Format impression
</a>
15 {% if dossier|est_editable:request.user %}
<a class=
"droite bouton-action" href=
"{% url embauche dossier.poste.key dossier.id %}">Modifier
</a>{% endif %}
16 <div class=
"visualClear"></div>
18 <h2 class=
"section">SECTION
1 - POSTE
</h2>
19 {% with dossier.poste as poste %}
20 {% include 'dae/poste_resume.html' %}
23 <h2 class=
"section">SECTION
2 - PERSONNEL ENGAGÉ
</h2>
26 <div class=
"gauche"><h2>Personne
</h2></div>
28 <table class=
"droite">
31 <th>Mobilité interne
</th>
32 <td colspan=
"3">{% if dossier.mobilite_interne %}oui{% else %}non{% endif %}
38 <div class=
"clear"></div>
39 <table id=
"form-employe">
43 <td colspan=
"5">{{ dossier.employe }} ({{ dossier.employe.genre }})
</td>
51 <h2>Comparaison salariale
</h2>
52 <span class=
"info">dans la région pour les employés occupant un poste similaire
</span>
64 {% for dc in dossier.comparaisons.all %}
66 <td>{{ dc.classement|default:
"" }}
</td>
67 <td>{{ dc.statut|default:
"" }}
</td>
68 <td>{{ dc.implantation }}
</td>
69 <td>{{ dc.personne }}
</td>
70 <td>{{ dc.poste }}
</td>
71 <td>{{ dc.montant|floatformat:
0 }} {{ dc.devise }}
</td>
72 <td>{{ dc.montant_euros|floatformat:
0 }} EUR
</td>
80 <div id=
"form-dossier">
81 {% comment %}Wrapper du formulaire de dossier{% endcomment %}
82 {% include
"dae/embauche-dossier-consulter.html" %}
86 <h2>Pièces jointes
</h2>
88 {% for pj in dossier.dossierpiece_set.all %}
89 <li><a href=
"{% url dossier_piece pj.id %}">{{ pj.nom }}
</a></li>
95 <h2 class=
"section">SECTION
3 - COÛT GLOBAL
</h2>
98 <table cellspacing=
"0" id=
"global-cost">
99 {% include 'dae/embauche-remun-consulter.html' %}
103 <h2 class=
"section">SECTION
4 - JUSTIFICATION DE LA DEMANDE (OBLIGATOIRE)
</h2>
104 <h3>A - Justification du poste
</h3>
105 <p>{{ poste.justification }}
</p>
107 <h3>B - Justification de l'employé
</h3>
108 <table class=
"justifications">
110 <th>Nouvel employé
</th>
111 <th>Renouvellement, prolongation, reclassement, mobilité interne
</th>
115 <h4>{{ dossier.justif_nouveau_statut_label }}
</h4>
116 <p>{{ dossier.justif_nouveau_statut|default:
"∅" }}
117 <h4>{{ dossier.justif_nouveau_tmp_remplacement_label }}
</h4>
118 <p>{{ dossier.justif_nouveau_tmp_remplacement|default:
"∅" }}
</p>
119 <h4>{{ dossier.justif_nouveau_salaire_label }}
</h4>
120 <p>{{ dossier.justif_nouveau_salaire|default:
"∅" }}
</p>
121 <h4>{{ dossier.justif_nouveau_commentaire_label }}
</h4>
122 <p>{{ dossier.justif_nouveau_commentaire|default:
"∅" }}
</p>
125 <h4>{{ dossier.justif_rempl_type_contrat_label }}
</h4>
126 <p>{{ dossier.justif_rempl_type_contrat|default:
"∅"}}
</p>
127 <h4>{{ dossier.justif_rempl_statut_employe_label }}
</h4>
128 <p>{{ dossier.justif_rempl_statut_employe|default:
"∅"}}
</p>
129 <h4>{{ dossier.justif_rempl_evaluation_label }}
</h4>
130 <p>{{ dossier.justif_rempl_evaluation|default:
"∅"}}
</p>
131 <h4>{{ dossier.justif_rempl_salaire_label }}
</h4>
132 <p>{{ dossier.justif_rempl_salaire|default:
"∅" }}
</p>
133 <h4>{{ dossier.justif_rempl_commentaire_label }}
</h4>
134 <p>{{ dossier.justif_rempl_commentaire|default:
"∅" }}
</p>
147 {% for commentaire in dossier.historique_desc %}
148 {% include
"dae/ligne_validation.html" %}
152 <h2>Votre validation (ou commentaire)
</h2>
153 <p>Ce dossier est actuellement à l'état
<span class=
"note">{{ dossier.get_etat_display }}
</span>.
</p>
155 <form action=
"" method=
"post">
157 {% if validationForm.get_etats_disponibles %}{{ validationForm.commentaire }}{% endif %}
159 {{ validationForm.get_input_etats_as_buttons|safe }}