X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=blobdiff_plain;f=project%2Frh%2Ftemplates%2Frh%2Finclude%2Fposte.html;h=a2a08914909a4e63c62bac6e17a8e91c86b4f52d;hp=81ee60a8efb9127af6f081802ff3b15418eae9d8;hb=ce740bb5d01b6ec128df2adc21854f742b4e0250;hpb=2a36598b92b8cf991df0a7f3bd8a8b7bfc890e47 diff --git a/project/rh/templates/rh/include/poste.html b/project/rh/templates/rh/include/poste.html index 81ee60a..a2a0891 100644 --- a/project/rh/templates/rh/include/poste.html +++ b/project/rh/templates/rh/include/poste.html @@ -1,216 +1,203 @@ -

Poste

+
+

Identification

+ {% include "rh/form-row.html" with label="Nom" value=poste.nom %} + {% include "rh/form-row.html" with label="Implantation" value=poste.implantation %} + {% include "rh/form-row.html" with label="Type" value=poste.type_poste %} + {% include "rh/form-row.html" with label="Service" value=poste.service %} + {% include "rh/form-row.html" with label="Responsable" value=poste.responsable %} +
-

Identification

- - - +
+

Contrat

+ {% include "rh/form-row.html" with label="Régime de travail (% du temps complet)" value=poste.regime_travail %} + {% include "rh/form-row.html" with label="Régime de travail (Nb. heures par semaine)" value=poste.regime_travail_nb_heure_semaine %} +
- - - -
Nom{{ poste.nom }}
Implantation{{ poste.implantation }}
Type{{ poste.type_poste }}
Service{{ poste.service }}
Responsable{{ poste.responsable }}
+
+

Recrutement

+ {% include "rh/form-row.html" with label="Local" value=poste.local|yesno:"Oui,Non,Inconnu" %} + {% include "rh/form-row.html" with label="Expatrié" value=poste.expatrie|yesno:"Oui,Non,Inconnu" %} + {% include "rh/form-row.html" with label="Mise à disposition" value=poste.mise_a_disposition|yesno:"Oui,Non,Inconnu" %} + {% include "rh/form-row.html" with label="Appel à candidature" value=poste.appel %} + {% include "rh/form-row.html" with label="Date début" value=poste.date_debut|default:"s/o" %} + {% include "rh/form-row.html" with label="Date fin" value=poste.date_fin|default:"s/o" %} +
-

Contrat

- - - -
Régime de travail (% du temps complet){{ poste.regime_travail }}
Régime de travail (Nb. heures par semaine){{ poste.regime_travail_nb_heure_semaine }}
+
+

Rémunération

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Min.Max.
Échelon AUF{{ poste.classement_min|default:"s/o" }}{{ poste.classement_max|default:"s/o" }}
Valeur du point{{ poste.valeur_point_min|default:"" }}{{ poste.valeur_point_max|default:"" }}
Salaire de base{{ poste.salaire_min|default:"0"|floatformat:0 }} {{ poste.devise_min.code }}{{ poste.salaire_max|default:"0"|floatformat:0 }} {{ poste.devise_max.code }}
Indemnité{{ poste.indemn_min|default:"0"|floatformat:0 }} {{ poste.devise_min.code }}{{ poste.indemn_max|default:"0"|floatformat:0 }} {{ poste.devise_max.code }}
Autres{{ poste.autre_min|default:"0"|floatformat:0 }} {{ poste.devise_min.code }}{{ poste.autre_max|default:"0"|floatformat:0 }} {{ poste.devise_max.code }}
+
-

Recrutement

- - - - - -
Local{{ poste.local|yesno:"Oui,Non" }}
Expatrié{{ poste.expatrie|yesno:"Oui,Non" }}
Mise à disposition{{ poste.mise_a_disposition|yesno:"Oui,Non" }}
Appel à candidature{{ poste.appel }}
-

Rémunération

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Min.Max.
Échelon AUF{{ poste.classement_min|default:"s/o" }}{{ poste.classement_max|default:"s/o" }}
Valeur du point{{ poste.valeur_point_min|default:"" }}{{ poste.valeur_point_max|default:"" }}
Salaire de base{{ poste.salaire_min|default:"0"|floatformat:0 }} {{ poste.devise_min.code }}{{ poste.salaire_max|default:"0"|floatformat:0 }} {{ poste.devise_max.code }}
Indemnité{{ poste.indemn_min|default:"0"|floatformat:0 }} {{ poste.devise_min.code }}{{ poste.indemn_max|default:"0"|floatformat:0 }} {{ poste.devise_max.code }}
Autres{{ poste.autre_min|default:"0"|floatformat:0 }} {{ poste.devise_min.code }}{{ poste.autre_max|default:"0"|floatformat:0 }} {{ poste.devise_max.code }}
+
+

Comparatif

-

Comparatif

-

Device comparative : {{ poste.devise_comparaison }}

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Min.Max.
Comp. locale{{ poste.comp_locale_min|default:"0" }}{{ poste.comp_locale_max|default:"0" }}
Comp. université{{ poste.comp_universite_min|default:"0" }}{{ poste.comp_universite_max|default:"0" }}
Comp. fonction pub.{{ poste.comp_fonctionpub_min|default:"0" }}{{ poste.comp_fonctionpub_max|default:"0" }}
Comp. ONG{{ poste.comp_ong_min|default:"0" }}{{ poste.comp_ong_max|default:"0" }}
Comp. autre{{ poste.comp_autre_min|default:"0" }}{{ poste.comp_autre_max|default:"0" }}
valeur{{ poste.valeur_valeur_min|default:"0" }}{{ poste.valeur_valeur_max|default:"0" }}
-{% if poste.justification %} -

Justification

-{{ poste.justification }} -{% endif %} - -{% if poste.date_debut or poste.date_fin %} -

Autres méta-données

- - - - - - - - - -
Date début{{ poste.date_debut|default:"s/o" }}
Date fin{{ poste.date_fin|default:"s/o" }}
+

Device comparative : {{ poste.devise_comparaison }}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Min.Max.
Comp. locale{{ poste.comp_locale_min|default:"0" }}{{ poste.comp_locale_max|default:"0" }}
Comp. université{{ poste.comp_universite_min|default:"0" }}{{ poste.comp_universite_max|default:"0" }}
Comp. fonction pub.{{ poste.comp_fonctionpub_min|default:"0" }}{{ poste.comp_fonctionpub_max|default:"0" }}
Comp. ONG{{ poste.comp_ong_min|default:"0" }}{{ poste.comp_ong_max|default:"0" }}
Comp. autre{{ poste.comp_autre_min|default:"0" }}{{ poste.comp_autre_max|default:"0" }}
valeur{{ poste.valeur_valeur_min|default:"0" }}{{ poste.valeur_valeur_max|default:"0" }}
+
+{% if poste.justification %} +
+

Justification

+

+ {{ poste.justification }} +

+
{% endif %} {% if financements|length > 0 %} -

Financement

- - - - - - - - - - {% for f in financements %} - - - - - - {% endfor %} - -
TypePourcentageCommentaire
{{ f.type }}{{ f.pourcentage|floatformat:"2" }}%{{ f.commentaire }}
+
+

Financement

+ + + + + + + + + + {% for f in financements %} + + + + + + {% endfor %} + +
TypePourcentageCommentaire
{{ f.choix }}{{ f.pourcentage|floatformat:"2" }}%{{ f.commentaire }}
+
{% endif %} {% include "rh/include/pieces.html" %} -{% if dossiers|length > 0 %} -

Autres méta-données

- - - - - - - - - -
Date début{{ poste.date_debut|default:"s/o" }}
Date fin{{ poste.date_fin|default:"s/o" }}
- -{% endif %} - -{% if dossiers|length > 0 %} -

Dossiers

- - - - - - - - - - - {% for d in dossiers %} - - - - - - - - {% endfor %} - -
Date débutDate fin# du posteActifEmployé -
{{ d.date_debut }}{{ d.date_fin }}{{ d.id }}{{ d.actif|yesno:"Oui,Non" }}{{ d.employe }}
+{% if dossiers %} +
+

Dossiers

+ + + + + + + + + + {% for d in dossiers %} + + + + + + + {% endfor %} + +
Dossier #Date débutDate finEmployé +
{{ d.id }}{{ d.date_debut }}{{ d.date_fin|default:"indéterminée" }}{{ d.employe }}
+ {% endif %} -{% if comparaisons|length > 0 %} -

Dossiers de comparaison

- - - - - - - - - - {% for p in comparaisons %} - - - - - - - {% endfor %} - -
ImplantationNomMontantDevise -
{{ p.implantation }}{{ p.nom }}{{ p.montant|floatformat:2 }}{{ p.devise|default:"s/o" }}
+{% if comparaisons %} +
+

Dossiers de comparaison

+ {% comment %} + Retirer de l'impression + {% endcomment %} + + + + + + + + + + {% for p in comparaisons %} + + + + + + + {% endfor %} + +
ImplantationNomMontantDevise +
{{ p.implantation }}{{ p.nom }}{{ p.montant|floatformat:2 }}{{ p.devise|default:"s/o" }}
+
{% endif %} {% include "rh/include/commentaires.html" %}