From: Olivier Larchevêque Date: Fri, 27 May 2011 16:02:22 +0000 (-0400) Subject: fix #1412, #1552 X-Git-Tag: DAE~129^2~2 X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=commitdiff_plain;h=dcaf139813fd251ff36a09c854a65cf1d825e627 fix #1412, #1552 --- diff --git a/project/dae/templates/dae/embauche-remun-consulter.html b/project/dae/templates/dae/embauche-remun-consulter.html index f9d56c6..d7e2bbc 100644 --- a/project/dae/templates/dae/embauche-remun-consulter.html +++ b/project/dae/templates/dae/embauche-remun-consulter.html @@ -7,13 +7,6 @@ Précision - - Salaire brut - {{ dossier.get_salaire_brut|floatformat:0 }}€ - - - - {% for remun in dossier.get_remunerations_brutes %} {{ remun.type }} @@ -27,11 +20,12 @@ {% endfor %} - Charges salariales - {{ dossier.get_total_charges_salariales|floatformat:0 }}€ + Salaire brut + {{ dossier.get_salaire_brut|floatformat:0 }}€ + {% for remun in dossier.get_charges_salariales %} {{ remun.type }} @@ -45,8 +39,14 @@ {% endfor %} - Charges patronales - {{ dossier.get_total_charges_patronales|floatformat:0 }}€ + Charges salariales + {{ dossier.get_total_charges_salariales|floatformat:0 }}€ + + + + + Salaire net + {{ dossier.get_salaire_net|floatformat:0 }}€ @@ -61,6 +61,12 @@ {{ remun.precision }} {% endfor %} + + Charges patronales + {{ dossier.get_total_charges_patronales|floatformat:0 }}€ + + + Côuts AUF diff --git a/project/dae/templates/dae/embauche_consulter.html b/project/dae/templates/dae/embauche_consulter.html index 10bae49..509ee3f 100644 --- a/project/dae/templates/dae/embauche_consulter.html +++ b/project/dae/templates/dae/embauche_consulter.html @@ -138,7 +138,6 @@ - {% for commentaire in dossier.historique_desc %} diff --git a/project/dae/templates/dae/embauche_pdf.html b/project/dae/templates/dae/embauche_pdf.html index 32354b7..b7faaf8 100644 --- a/project/dae/templates/dae/embauche_pdf.html +++ b/project/dae/templates/dae/embauche_pdf.html @@ -127,13 +127,17 @@
ActionDestinataire de l'action Commentaire
-

Validation

+

Validations

-
diff --git a/project/dae/templates/dae/ligne_validation.html b/project/dae/templates/dae/ligne_validation.html index 65e457b..2dcc314 100644 --- a/project/dae/templates/dae/ligne_validation.html +++ b/project/dae/templates/dae/ligne_validation.html @@ -7,9 +7,6 @@ {% endif %} - {{ commentaire.get_etat_final_label }} - - {% if commentaire.texte %} ({{ commentaire.texte }}){% endif %} diff --git a/project/dae/templates/dae/poste_consulter.html b/project/dae/templates/dae/poste_consulter.html index b2a6e9f..1c6e8be 100644 --- a/project/dae/templates/dae/poste_consulter.html +++ b/project/dae/templates/dae/poste_consulter.html @@ -26,7 +26,6 @@ Demande d'autorisation d'embauche - {% for commentaire in poste.historique_desc %} diff --git a/project/dae/templates/dae/poste_pdf.html b/project/dae/templates/dae/poste_pdf.html index 9da8f03..5290ab6 100644 --- a/project/dae/templates/dae/poste_pdf.html +++ b/project/dae/templates/dae/poste_pdf.html @@ -14,15 +14,19 @@
{% include "dae/poste_resume.html" %} - +
-

Validation

+

Validations

-
    +
ActionDestinataire de l'action Commentaire
+ + + + {% for commentaire in poste.historique_desc %} -
  • {{ commentaire }}
  • + {% include "dae/ligne_validation.html" %} {% endfor %} - +
    ActionCommentaire