1 {% extends 'base.html' %}
4 {% block title %}RH - DAE - Embauche{% endblock %}
5 {% block sous_titre %}Demande d'autorisation d'engagement{% endblock %}
8 <script src=
"{{ MEDIA_URL }}js/jquery-1.5.1.min.js"
9 type=
"text/javascript"></script>
11 <script type=
"text/javascript">
13 {% for d in devises %}
14 DEVISES['{{d.devise_code}}'] = {{d.taux_euro}};
18 {% comment %} style pour le calendier {% endcomment %}
19 <script type=
"text/javascript">
20 window.__admin_media_prefix__ =
"{% filter escapejs %}{% admin_media_prefix %}{% endfilter %}";
22 <link rel=
"stylesheet" type=
"text/css" href=
"{{ MEDIA_URL }}css/calendrier.css" />
23 <link rel=
"stylesheet" type=
"text/css" href=
"{{ MEDIA_URL }}css/dae.css" />
24 <script type=
"text/javascript" src=
"/admin/jsi18n/"></script>
25 <script type=
"text/javascript" src=
"{% admin_media_prefix %}js/core.js"></script>
26 <script type=
"text/javascript" src=
"{% admin_media_prefix %}js/calendar.js"></script>
27 <script type=
"text/javascript" src=
"{% admin_media_prefix %}js/admin/DateTimeShortcuts.js"></script>
28 <script src=
"{{ MEDIA_URL }}jquery-autocomplete/jquery.autocomplete.js" type=
"text/javascript"></script>
29 <link rel=
"stylesheet" type=
"text/css" href=
"{{ MEDIA_URL }}jquery-autocomplete/jquery.autocomplete.css" />
30 <script src=
"{{ MEDIA_URL }}js/dae.js" type=
"text/javascript"></script>
31 <script src=
"{{ MEDIA_URL }}js/dae-embauche.js" type=
"text/javascript"></script>
36 <h1>Demande d'autorisation d'engagement de personnel
</h1>
37 <form action=
"" method=
"post" enctype=
"multipart/form-data">
38 {% if step == 'poste' %}
39 <h2 class=
"section">SECTION
1 - POSTE
</h2>
43 <table cellspacing=
"0">
48 <h2 class=
"section">SECTION
1 - POSTE
</h2>
49 {% include 'dae/poste_resume.html' %}
51 <h2 class=
"section">SECTION
2 - PERSONNEL ENGAGÉ
</h2>
54 <div class=
"gauche"><h2>Personne
</h2></div>
56 <table class=
"droite">
59 <th>Mobilité interne
</th>
60 <td colspan=
"3"><input id=
"mobilite_interne" type=
"checkbox" name=
"mobilite_interne" /></td>
66 <div class=
"clear"></div>
67 <table id=
"form-employe">
72 {{ forms.employe.employe.errors }}
74 <td colspan=
"5">{{ forms.employe.employe }}
</td>
78 {{ forms.employe.nom.label_tag }} :
<br />
79 {{ forms.employe.nom.errors }}
81 <td>{{ forms.employe.nom }}
</td>
83 {{ forms.employe.prenom.label_tag }} :
<br />
84 {{ forms.employe.prenom.errors }}
86 <td>{{ forms.employe.prenom }}
</td>
88 {{ forms.employe.genre.label_tag }} :
<br />
89 {{ forms.employe.genre.errors }}
91 <td>{{ forms.employe.genre }}
</td>
96 <input type=
"hidden" id=
"poste" name=
"poste"
97 value=
"dae-{{ poste.id }}" />
98 <input type=
"hidden" id=
"implantation" name=
"implantation"
99 value=
"{{ poste.implantation_id }}" />
100 <input type=
"hidden" id=
"dossier" name=
"dossier"
101 value=
"{{ dossier.id }}" />
105 <h2>Comparaison salariale
</h2>
106 <span class=
"info">dans la région pour les employés occupant un poste similaire
</span>
107 {% for f in dossiersComparaisonsForm.management_form %}
111 {% for f in dossiersComparaisonsForm.forms %}
114 {% if field.is_hidden %}{{ field }}{% endif %}
117 <tr><td colspan=
2>Rechercher (personne, poste) : {{ f.recherche }}
</td></tr>
118 <tr><th>{{ f.implantation.label }}
</th><td>{{ f.implantation.errors }} {{ f.implantation }}
</td></tr>
119 <tr><th>{{ f.poste.label }}
</th><td>{{ f.poste.errors }} {{ f.poste }}
</td></tr>
120 <tr><th>{{ f.personne.label }}
</th><td>{{ f.personne.errors }} {{ f.personne }}
</td></tr>
121 <tr><th>{{ f.statut.label }}
</th><td>{{ f.statut.errors }} {{ f.statut }}
</td></tr>
122 <tr><th>{{ f.classement.label }}
</th><td>{{ f.classement.errors }} {{ f.classement }}
</td></tr>
123 <tr><th>{{ f.montant.label }} ({{f.devise.label }})
</th><td>{{ f.montant.errors }} {{ f.montant }} {{ f.devise.errors }} {{f.devise }}
</td></tr>
129 <div id=
"form-dossier">
130 {% comment %}Wrapper du formulaire de dossier{% endcomment %}
131 {% with forms.dossier as form %}
132 {% include
"dae/embauche-dossier.html" %}
137 <h2>Pièces jointes
</h2>
138 <p class=
"info">CV, lettre de motivation...
</p>
139 {% include
"dae/pieces.html" %}
142 <h2 class=
"section">SECTION
3 - COÛT GLOBAL
</h2>
146 <table cellspacing=
"0" id=
"global-cost">
147 {% include 'dae/embauche-remun.html' %}
151 <select id=
"type-remun" name=
"type-remun">
152 <option value=
"">(Ajouter une ligne)
</option>
153 {% for tr in type_remun %}
154 <option value=
"{{ tr.id }}">{{ tr.nom }}
</option>
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>
168 <th>Nouvel employé
</th>
169 <th>Renouvellement, prolongation, reclassement, mobilité interne
</th>
173 <h4>{{ forms.dossier.justif_nouveau_statut.label }}
</h4>
174 {{ forms.dossier.justif_nouveau_statut }}
175 <h4>{{ forms.dossier.justif_nouveau_tmp_remplacement.label }}
</h4>
176 {{ forms.dossier.justif_nouveau_tmp_remplacement }}
177 <h4>{{ forms.dossier.justif_nouveau_salaire.label }}
</h4>
178 {{ forms.dossier.justif_nouveau_salaire }}
179 <h4>{{ forms.dossier.justif_nouveau_commentaire.label }}
</h4>
180 {{ forms.dossier.justif_nouveau_commentaire }}
183 <h4>{{ forms.dossier.justif_rempl_type_contrat.label }}
</h4>
184 {{ forms.dossier.justif_rempl_type_contrat}}
185 <h4>{{ forms.dossier.justif_rempl_statut_employe.label }}
</h4>
186 {{ forms.dossier.justif_rempl_statut_employe}}
187 <h4>{{ forms.dossier.justif_rempl_evaluation.label }}
</h4>
188 {{ forms.dossier.justif_rempl_evaluation}}
189 <h4>{{ forms.dossier.justif_rempl_salaire.label }}
</h4>
190 {{ forms.dossier.justif_rempl_salaire }}
191 <h4>{{ forms.dossier.justif_rempl_commentaire.label }}
</h4>
192 {{ forms.dossier.justif_rempl_commentaire }}
196 <input type=
"submit" name=
"continue" value=
"Sauvegarder (et ajouter des lignes)" />
197 <input type=
"submit" name=
"save" value=
"Sauvegarder" />