X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=blobdiff_plain;f=project%2Fdae%2Ftemplates%2Fdae%2Fembauche-remun.html;h=1b920a42e9f01495870b1c971ad4bc329eb64bb6;hp=6076b46beac770b737085700a34fb005bc730457;hb=d50d4c298fa44b94d3cb53f0b1359dd5db6dee76;hpb=e01e94ee56c6368e8cde5af7215338af4b4dd389 diff --git a/project/dae/templates/dae/embauche-remun.html b/project/dae/templates/dae/embauche-remun.html index 6076b46..1b920a4 100644 --- a/project/dae/templates/dae/embauche-remun.html +++ b/project/dae/templates/dae/embauche-remun.html @@ -1,3 +1,6 @@ +{% load l10n %} +{% load dae %} + {% for f in remunForm.management_form %} {{ f }} {% endfor %} @@ -6,118 +9,146 @@
Type | -Devise locale | -Mensuel | -Annuel | -Conversion en Euros | -Précision | +||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Coûts AUF | -- | EUR | +{{ group.name }} | ||||||||||
{{ remun.type }} | -- {{ remun.devise }} - - | -- +{% for f in group.forms %} + | |||||||||||
{{ f.type.errors }} {{ f.type }} + {% if f.instance.date_debut or f.instance.date_fin %} + {% if f.instance.date_debut or f.instance.date_fin %}({% endif %} + {% if f.instance.date_debut %}{{f.instance.date_debut}}{% endif %} + - + {% if f.instance.date_fin %}{{f.instance.date_fin}}{% endif %} + {% if f.instance.date_debut or f.instance.date_fin %}){% endif %} + {% endif %} | -+ | {{ f.devise.errors }} {{ f.devise }} | +{{ f.montant.errors }} {{ f.montant }} | ++ + {% if remunForm.read_only %} + | + {% remun_ajuste f.instance annee_remun %} | -- {{ remun.montant_euro_mois }} | -{{ remun.montant_euro }} | -- | |||||
- Aucun coût au registre + {% endif %} + | {{ f.commentaire.errors }} {{ f.commentaire }} | + {% if not remunForm.read_only %} +{{ f.DELETE }} | + {% endif %} +|||||||||||
Sous-total{% if not remunForm.read_only %} - + + [Ajouter une ligne] + + {% endif %} | -+ | + | + {% if remunForm.read_only %} + | + {% endif %} + | + {% if not remunForm.read_only %} + | + {% endif %} + +{% endif %} {% endfor %} - - + | |||||||
Total AUF | ++ | + | + {% if remunForm.read_only %} + | + {% endif %} + | + {% if not remunForm.read_only %} + | + {% endif %} + | |||||||
BSTG - Salaire de mise à disposition | -- | EUR | +Rémunération autre source | ++ | + | + {% if remunForm.read_only %} + | + {% endif %} + | + {% if not remunForm.read_only %} + | + {% endif %} | ||||
{{ remun.type }} | -- {{ remun.devise }} - - | -- - | -- | -- {{ remun.montant_euro_mois }} | -{{ remun.montant_euro }} | -- | |||||||
- Aucun coût au registre +{% for f in remunForm.groups.RAS.forms %} + | |||||||||||||
{{ f.type.errors }} {{ f.type }} | +{{ f.devise.errors }} {{ f.devise }} | +{{ f.montant.errors }} {{ f.montant }} | ++ {% if remunForm.read_only %} + | + {% remun_ajuste f.instance annee_remun %} | -{{ f.commentaire.errors }} {{ f.commentaire }} | + {% if not remunForm.read_only %} +{{ f.DELETE }} | + {% endif %} + {% endfor %} - -|||||||
TOTAL | -- | EUR | +|||||||||||
Sous-total{% if not remunForm.read_only %} - + + [Ajouter une ligne] + + {% endif %} + | ++ | + | + {% if remunForm.read_only %} + | + {% endif %} + | + {% if not remunForm.read_only %} + | + {% endif %} |