From: Olivier Larchevêque Date: Fri, 27 May 2011 16:15:56 +0000 (-0400) Subject: fix #1553 X-Git-Tag: DAE~129^2~1 X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=commitdiff_plain;h=483ab3e3c7b8438e4827b5b0aa6bf86f316a52ee;hp=dcaf139813fd251ff36a09c854a65cf1d825e627 fix #1553 --- diff --git a/buildout.cfg b/buildout.cfg index 74c2627..82926a7 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -36,7 +36,7 @@ south = 0.7 auf.django.skin = 0.15dev auf.django.auth = 0.5.2dev django-reversion = 1.3.3 -auf.django.workflow = 0.13dev +auf.django.workflow = 0.14dev django-ajax-selects = 1.1.4 #reportlab = 2.5 diff --git a/project/dae/templates/dae/embauche_consulter.html b/project/dae/templates/dae/embauche_consulter.html index 509ee3f..ced0bc2 100644 --- a/project/dae/templates/dae/embauche_consulter.html +++ b/project/dae/templates/dae/embauche_consulter.html @@ -51,110 +51,110 @@

Comparaison salariale

dans la région pour les employés occupant un poste similaire - - - - - - - - - {% for dc in dossier.comparaisons.all %} - - - - - - - - {% endfor %} - -
ImplantationEmployéPosteSalaireSalaire EUR
{{ dc.implantation }}{{ dc.personne }}{{ dc.poste }}{{ dc.montant }} {{ dc.devise }}{{ dc.montant_euros }} EUR
- + + + Implantation + Employé + Poste + Salaire + Salaire EUR + + {% for dc in dossier.comparaisons.all %} + + {{ dc.implantation }} + {{ dc.personne }} + {{ dc.poste }} + {{ dc.montant }} {{ dc.devise }} + {{ dc.montant_euros }} EUR + + {% endfor %} + + +
-
- {% comment %}Wrapper du formulaire de dossier{% endcomment %} - {% include "dae/embauche-dossier-consulter.html" %} -
- -
-

Pièces jointes

-
    - {% for pj in dossier.dossierpiece_set.all %} -
  • {{ pj.nom }}
  • - {% endfor %} -
- -
- -

SECTION 3 - COÛT GLOBAL

- -
-
- {% include 'dae/embauche-remun-consulter.html' %} -
- - -

SECTION 4 - JUSTIFICATION DE LA DEMANDE (OBLIGATOIRE)

-

A - Justification du poste

-

{{ poste.justification }}

- -

B - Justification de l'employé

- - - - - - - - - -
Nouvel employéRenouvellement, prolongation, reclassement, mobilité interne
-

{{ dossier.justif_nouveau_statut_label }}

- {{ dossier.justif_nouveau_statut|default:"∅" }} -

{{ dossier.justif_nouveau_tmp_remplacement_label }}

- {{ dossier.justif_nouveau_tmp_remplacement|default:"∅" }} -

{{ dossier.justif_nouveau_salaire_label }}

- {{ dossier.justif_nouveau_salaire|default:"∅" }} -

{{ dossier.justif_nouveau_commentaire_label }}

- {{ dossier.justif_nouveau_commentaire|default:"∅" }} -
-

{{ dossier.justif_rempl_type_contrat_label }}

- {{ dossier.justif_rempl_type_contrat|default:"∅"}} -

{{ dossier.justif_rempl_statut_employe_label }}

- {{ dossier.justif_rempl_statut_employe|default:"∅"}} -

{{ dossier.justif_rempl_evaluation_label }}

- {{ dossier.justif_rempl_evaluation|default:"∅"}} -

{{ dossier.justif_rempl_salaire_label }}

- {{ dossier.justif_rempl_salaire|default:"∅" }} -

{{ dossier.justif_rempl_commentaire_label }}

- {{ dossier.justif_rempl_commentaire|default:"∅" }} -
+
+ {% comment %}Wrapper du formulaire de dossier{% endcomment %} + {% include "dae/embauche-dossier-consulter.html" %} +
-
-

Validations

- - - - - - - {% for commentaire in dossier.historique_desc %} - {% include "dae/ligne_validation.html" %} +
+

Pièces jointes

+
    + {% for pj in dossier.dossierpiece_set.all %} +
  • {{ pj.nom }}
  • {% endfor %} -
ActionCommentaire
+ + +
-

Votre validation (ou commentaire)

-

Ce dossier est actuellement à l'état {{ dossier.get_etat_display }}.

- -
- - {{ validationForm.commentaire }} +

SECTION 3 - COÛT GLOBAL

+ +
+
+ {% include 'dae/embauche-remun-consulter.html' %}
- {{ validationForm.get_input_etats_as_buttons|safe }} -
- + + +

SECTION 4 - JUSTIFICATION DE LA DEMANDE (OBLIGATOIRE)

+

A - Justification du poste

+

{{ poste.justification }}

+ +

B - Justification de l'employé

+ + + + + + + + + +
Nouvel employéRenouvellement, prolongation, reclassement, mobilité interne
+

{{ dossier.justif_nouveau_statut_label }}

+ {{ dossier.justif_nouveau_statut|default:"∅" }} +

{{ dossier.justif_nouveau_tmp_remplacement_label }}

+ {{ dossier.justif_nouveau_tmp_remplacement|default:"∅" }} +

{{ dossier.justif_nouveau_salaire_label }}

+ {{ dossier.justif_nouveau_salaire|default:"∅" }} +

{{ dossier.justif_nouveau_commentaire_label }}

+ {{ dossier.justif_nouveau_commentaire|default:"∅" }} +
+

{{ dossier.justif_rempl_type_contrat_label }}

+ {{ dossier.justif_rempl_type_contrat|default:"∅"}} +

{{ dossier.justif_rempl_statut_employe_label }}

+ {{ dossier.justif_rempl_statut_employe|default:"∅"}} +

{{ dossier.justif_rempl_evaluation_label }}

+ {{ dossier.justif_rempl_evaluation|default:"∅"}} +

{{ dossier.justif_rempl_salaire_label }}

+ {{ dossier.justif_rempl_salaire|default:"∅" }} +

{{ dossier.justif_rempl_commentaire_label }}

+ {{ dossier.justif_rempl_commentaire|default:"∅" }} +
+ +
+

Validations

+ + + + + + +{% for commentaire in dossier.historique_desc %} + {% include "dae/ligne_validation.html" %} +{% endfor %} +
ActionCommentaire
+ +

Votre validation (ou commentaire)

+

Ce dossier est actuellement à l'état {{ dossier.get_etat_display }}.

+ +
+ + {% if validationForm.get_etats_disponibles %}{{ validationForm.commentaire }}{% endif %} +
+{{ validationForm.get_input_etats_as_buttons|safe }} +
+
{% endblock %} diff --git a/project/dae/templates/dae/poste_consulter.html b/project/dae/templates/dae/poste_consulter.html index 1c6e8be..28d535d 100644 --- a/project/dae/templates/dae/poste_consulter.html +++ b/project/dae/templates/dae/poste_consulter.html @@ -38,7 +38,7 @@ Demande d'autorisation d'embauche
-{{ validationForm.commentaire }} + {% if validationForm.get_etats_disponibles %}{{ validationForm.commentaire }}{% endif %}
{{ validationForm.get_input_etats_as_buttons|safe }}