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" />
14 <h1 class=
"gauche">Demande d'autorisation d'engagement de personnel
</h1>
15 <a class=
"droite bouton-action" href=
"#" onclick=
"window.print(); return false;">Impression
</a>
16 {% if dossier|est_editable:request.user %}
17 <a class=
"droite bouton-action" href=
"{% url embauche dossier.poste.key dossier.id %}">Modifier
</a>
19 <div class=
"visualClear"></div>
21 <h2 class=
"section">SECTION
1 - POSTE
</h2>
22 {% with dossier.poste as poste %}
23 {% include 'dae/poste_resume.html' %}
26 <h2 class=
"section">SECTION
2 - PERSONNEL ENGAGÉ
</h2>
29 <div class=
"gauche"><h2>Personne
</h2></div>
31 <table class=
"droite">
34 <th>Mobilité interne
</th>
35 <td colspan=
"3">{% if dossier.mobilite_interne %}oui{% else %}non{% endif %}
41 <div class=
"clear"></div>
42 <table id=
"form-employe">
46 <td colspan=
"5">{{ dossier.employe }} ({{ dossier.employe.genre }})
</td>
54 <h2>Comparaison salariale
</h2>
55 <span class=
"info">dans la région pour les employés occupant un poste similaire
</span>
67 {% for dc in comparaisons %}
69 <td>{{ dc.classement|default:
"" }}
</td>
70 <td>{{ dc.statut|default:
"" }}
</td>
71 <td>{{ dc.implantation }}
</td>
72 <td>{{ dc.personne }}
</td>
73 <td>{{ dc.poste }}
</td>
74 <td>{{ dc.montant|floatformat:
0 }} {{ dc.devise.code }}
</td>
75 <td>{{ dc.montant_euros|floatformat:
0 }} EUR
</td>
83 <div id=
"form-dossier">
84 {% comment %}Wrapper du formulaire de dossier{% endcomment %}
85 {% include
"dae/embauche-dossier-consulter.html" %}
89 <h2>Pièces jointes
</h2>
91 {% for pj in dossier.dae_dossierpieces.all %}
92 <li><a href=
"{% url dossier_piece pj.id pj.fichier.name|basename %}">{{ pj.nom }}
</a></li>
98 <h2 class=
"section">SECTION
3 - COÛT GLOBAL
</h2>
101 <table cellspacing=
"0" id=
"global-cost">
102 {% include 'dae/embauche-remun-consulter.html' %}
106 <h2 class=
"section">SECTION
4 - JUSTIFICATION DE LA DEMANDE (OBLIGATOIRE)
</h2>
107 <h3>A - Justification du poste
</h3>
108 <p>{{ poste.justification }}
</p>
110 <h3>B - Justification de l'employé
</h3>
111 <table class=
"justifications">
113 <th>Nouvel employé
</th>
114 <th>Renouvellement, prolongation, reclassement, mobilité interne
</th>
118 <h4>{{ dossier.justif_nouveau_statut_label }}
</h4>
119 <p>{{ dossier.justif_nouveau_statut|default:
"∅" }}
120 <h4>{{ dossier.justif_nouveau_tmp_remplacement_label }}
</h4>
121 <p>{{ dossier.justif_nouveau_tmp_remplacement|default:
"∅" }}
</p>
122 <h4>{{ dossier.justif_nouveau_salaire_label }}
</h4>
123 <p>{{ dossier.justif_nouveau_salaire|default:
"∅" }}
</p>
124 <h4>{{ dossier.justif_nouveau_commentaire_label }}
</h4>
125 <p>{{ dossier.justif_nouveau_commentaire|default:
"∅" }}
</p>
128 <h4>{{ dossier.justif_rempl_type_contrat_label }}
</h4>
129 <p>{{ dossier.justif_rempl_type_contrat|default:
"∅"}}
</p>
130 <h4>{{ dossier.justif_rempl_statut_employe_label }}
</h4>
131 <p>{{ dossier.justif_rempl_statut_employe|default:
"∅"}}
</p>
132 <h4>{{ dossier.justif_rempl_evaluation_label }}
</h4>
133 <p>{{ dossier.justif_rempl_evaluation|default:
"∅"}}
</p>
134 <h4>{{ dossier.justif_rempl_salaire_label }}
</h4>
135 <p>{{ dossier.justif_rempl_salaire|default:
"∅" }}
</p>
136 <h4>{{ dossier.justif_rempl_commentaire_label }}
</h4>
137 <p>{{ dossier.justif_rempl_commentaire|default:
"∅" }}
</p>
142 <h2 class=
"section">PIÈCES JOINTES
</h2>
144 {% if dossier.valide %}
145 <a class=
"droite bouton-action" href=
"{% url embauche_ajouter_contrat dossier_id=dossier.id %}"
146 >Ajouter un contrat
</a>
158 {% for contrat in dossier.dae_contrats.all %}
160 <td>{{ contrat.type_contrat }}
</td>
161 <td><a href=
"{% url contrat contrat.id contrat.fichier.name|basename %}"
162 >{{ contrat.fichier.name|basename }}
</a></td>
163 <td><a href=
"{% url contrat_supprimer contrat.id %}">Supprimer
</a></td>
167 <td colspan=
"0">Aucun contrat pour l'instant
</td>
174 <h3>DAE numérisée
</h3>
179 {% ifhasperm 'modifier_dae_numerisee' dossier %}
185 {% if dossier.dae_numerisee %}
186 <td><a href=
"{% url dae_numerisee dossier.id %}">Télécharger la DAE numérisée
</a></td>
187 {% ifhasperm 'modifier_dae_numerisee' dossier %}
189 <a href=
"{% url dae_numerisee_supprimer dossier.id %}">Supprimer
</a>
193 <td>Aucune DAE numérisée pour l'instant
</td>
194 {% ifhasperm 'modifier_dae_numerisee' dossier %}
196 <a href=
"{% url dae_numerisee_modifier dossier.id %}">Joindre une DAE numérisée
</a>
203 <h2 class=
"section">VALIDATIONS
</h2>
210 {% for commentaire in dossier.historique_desc %}
211 {% include
"dae/ligne_validation.html" %}
215 <form action=
"" method=
"post">
216 <h2>Votre validation (ou commentaire)
</h2>
217 <p>Ce dossier est actuellement à l'état
<span class=
"note">{{ dossier.get_etat_display }}
</span>.
</p>
220 {% if validationForm.get_etats_disponibles %}{{ validationForm.commentaire }}{% endif %}
222 {{ validationForm.get_input_etats_as_buttons|safe }}
225 <div class=
"print-only">
227 <p class=
"signature"> ____________________________________________________________
</p>
228 <p class=
"signature"> ____________________________________________________________
</p>
229 <p class=
"signature"> ____________________________________________________________
</p>