3 <title>AUF CODA {{code}} {{numero | int}}
</title>
8 <h2><a href=
"../{{code_rest}}/{{numero | int}}.html">{{code}} {{numero | int}}
</a> ({{statut}})
</h2>
12 Document créé le {{date_creation}}{% if date_modif != date_creation %} et mis à jour le {{date_modif}}{% endif %}
14 Date de livraison attendue : {{date_livraison}}
18 Demandeur :
<a href=
"../utilisateur/{{demandeur}}.html">{{demandeur}}
</a>
21 <div id=
"approbateur">
22 Approbateur :
<a href=
"../utilisateur/{{approbateur}}.html">{{approbateur}}
</a>
25 <div id=
"fournisseur">
26 Fournisseur :
<a href=
"../fournisseur/{{fournisseur}}.html">{{fournisseur}}
</a>
29 <div id=
"code_service">
30 Code service (imputation) :
<a href=
"../budget/{{code_service}}.html?annee={{ budget.annee }}">{{ code_service }}
</a>
33 <div id=
"implantation_payeuse">
34 Implantation payeuse : {{implantation_payeuse}}
37 {% if commentaires and not commentaires is matching @/^\s*$/ %}
38 <div id=
"commentaires">
39 Commentaires : {{commentaires}}
51 <th>Valeur
ligne
</th>
54 {% for d in details %}
55 <tr bgcolor=
"{% cycle '#c0c0c0', '#ffffff' %}">
57 <td>{{d.code_article}}
</td>
58 <td>{{d.description_article}}
59 {% if d.commentaires_imprimer and not d.commentaires_imprimer is matching @/^\s*$/ %}
60 <br /><em>commentaires imprim
és
:
</em><pre>{{ d.commentaires_imprimer }}</
<pre>
62 {% if d.commentaires_supplementaires and not d.commentaires_supplementaires is matching @/^\s*$/ %}
63 <br /><em>commentaires suppl
émentaires
:
</em><pre>{{ d.commentaires_supplementaires }}
</pre>
66 <td align=
"right">{{d.quantite}}
</td>
67 <td align=
"right">{{d.prix_unitaire}}
{{devise}}
</td>
68 <td align=
"right">{{d.valeur_ligne}}
{{devise}}
</td>
71 <!-- {{d.utilisateur}} {{d.date_creation}} {{d.date_modification}} -->
74 <th colspan=
"5" align=
"right">Total
</th>
75 <th align=
"right">{{total}}
{{ devise }}
</th>
84 <div id=
"adresse_facturation">
85 <strong>Adresse de facturation :
</strong><br />
86 {% for f in ( facturation_destination, facturation_addresse1, facturation_addresse2, facturation_addresse3, facturation_addresse4, facturation_addresse5, facturation_addresse6 ) %}
87 {% if not f is matching @/^\s*$/ %}{{ f }}
<br />{% endif %}
89 Code postal : {{facturation_code_postal}}
<br />
90 Téléphone : {{facturation_telephone}}
<br />
91 Télécopie : {{facturation_telecopie}}
<br />
95 <div id=
"adresse_livraison">
96 <strong>Adresse de livraison :
</strong><br />
97 {% for f in ( livraison_destination, livraison_addresse1, livraison_addresse2, livraison_addresse3, livraison_addresse4, livraison_addresse5, livraison_addresse6 ) %}
98 {% if not f is matching @/^\s*$/ %}{{ f }}
<br />{% endif %}
100 Code postal : {{livraison_code_postal}}
<br />
101 Téléphone : {{livraison_telephone}}
<br />
102 Télécopie : {{livraison_telecopie}}
<br />
114 {% for l in liaisons %}
115 <a href="../{{l.code_rest}}/{{l.numero | int}}.html
">{{ l.code }} {{ l.numero | int }}</a>{% if not loop.last %}, {% endif %}
121 Budget (le {{budget.date_interrogation}})
122 {% if budget.budget > 0 %}<br />
123 <img src="http://chart.apis.google.com/chart?cht=p3&chtt={{ code_service }}%
20({{ budget.annee }})&chd=t:{{ budget.reel / budget.budget }},{{ budget.engage / budget.budget }},{{ budget.solde / budget.budget }}&chs=
250x100&chl=Réalisé|Engagé|Solde
" width="250" height="100" alt="camembert coulant de chez google
">
125 <table id="budget
" border="1">
128 <th>Implantation</th>
129 <th colspan="2">Projet poste</th>
136 <td>{{ budget.annee }}</td>
137 <td>{{ budget.implantation }}</td>
138 <td>{{ budget.poste}}<br />{{ budget.projet }}</td>
139 <td><a href="../budget/{{ budget.projet_poste }}.html?annee={{ budget.annee }}
">{{ budget.projet_poste }}</a></td>
140 <td>{{ budget.budget }} €</td>
141 <td>{{ budget.reel }} €</td>
142 <td>{{ budget.engage }} €</td>
143 <td>{{ budget.solde }} €</td>
150 <!-- {{requete_sql}} -->