X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=blobdiff_plain;f=project%2Frh%2Ftemplates%2Frh%2Finclude%2Fdossier.html;h=4441880e150ee971f77d353ab61daeca0b7ca202;hp=3475e278bd925985c884e785941d53a58d58ad17;hb=838bc59d54d5f65ecc2a5cb4e789074e0f9ba764;hpb=71aec2c373b863afae294d831ccc549dec22c9ce diff --git a/project/rh/templates/rh/include/dossier.html b/project/rh/templates/rh/include/dossier.html index 3475e27..4441880 100644 --- a/project/rh/templates/rh/include/dossier.html +++ b/project/rh/templates/rh/include/dossier.html @@ -1,53 +1,61 @@ -

Dossier {{ dossier }}

- -

Implantation

-{{ dossier.poste.implantation }} - -{% include "rh/include/remunerations.html" with remunerations=dossier.remunerations_en_cours %} - -

Durée et régime

- - - - - - -
Date début d'occupation{{ dossier.date_debut }}
Date fin d'occupation{% if dossier.date_fin == None %}en cours{% else %}{{ dossier.date_fin }}{% endif %}
Régime de travail (% du temps complet){{ dossier.regime_travail }}
Régime de travail (Nb. heures par semaine){{ dossier.regime_travail_nb_heure_semaine }}
- -

Information

- - - - - +
+

Annuaire

+ {% include "rh/form-row.html" with label="Région" value=dossier.poste.implantation.region %} + {% include "rh/form-row.html" with label="Implantation" value=dossier.poste.implantation %} +
+ +
+

Informations générales

+ {% include "rh/form-row.html" with label="Date début d'occupation" value=dossier.date_debut %} + {% include "rh/form-row.html" with label="Date fin d'occupation" value=dossier.date_fin %} + {% include "rh/form-row.html" with label="Régime de travail (% du temps complet)" value=dossier.regime_travail %} + {% include "rh/form-row.html" with label="Régime de travail (Nb. heures par semaine)" value=dossier.regime_travail_nb_heure_semaine %} + {% include "rh/form-row.html" with label="Statut" value=dossier.statut %} + {% include "rh/form-row.html" with label="Organisme BSTG" value=dossier.organisme_bstg %} + {% include "rh/form-row.html" with label="Statut de résidence" value=dossier.statut_residence %} {% if dossier.remplacement %} -
+ {% include "rh/form-row.html" with label="Remplacement" value=dossier.remplacement_de %} {% endif %} -
Statut{{ dossier.statut }}
Organisme BSTG{{ dossier.organisme_bstg }}
Statut de résidence{{ dossier.statut_residence }}
Classement{{ dossier.classement }}
Remplacement{{ dossier.remplacement_de }}
+ -{% include "rh/include/remunerations.html" with remunerations=dossier.remunerations %} +
+

Rémunération en cours

+ + {% include "dae/embauche-remun-consulter.html" %} +
+
{% include "rh/include/pieces.html" %} -

Contrats

- - - - - - - - {% for c in contrats %} - - - - - - - {% endfor %} -
TypeDate débutDate finFichier
{{ c.type_contrat }}{{ c.date_debut }}{{ c.date_fin }}{% if c.fichier %} - Télécharger - {% endif %} -
+
+

Contrats

+ + + + + + + + {% for c in contrats %} + + + + + + + {% endfor %} +
TypeDate débutDate finFichier
{{ c.type_contrat }}{{ c.date_debut }}{{ c.date_fin }}{% if c.fichier %} + Télécharger + {% endif %} +
+
+ +
+

Historique de rémunération

+{% include "rh/include/remunerations.html" with remunerations=dossier.remunerations %} +
+
+

Commentaires

{% include "rh/include/commentaires.html" %} +