Affichage des factures
This commit is contained in:
parent
2940dae3b8
commit
16deec183d
3 changed files with 24 additions and 0 deletions
9
printing/templates/facture
Normal file
9
printing/templates/facture
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{["fid=",o.fid.0]|join|coul('bleu')}} {{"À : "|coul('gras')}}{{o.proprio().prenom|join(' ')}} {{o.proprio().nom|join(' ')}} ({{o.proprio().aid.0}})
|
||||
{% if o.article %}
|
||||
{{"Article : "|coul('gras')}}{{o.article|join('\n ')}}
|
||||
{% endif %}
|
||||
{{"Mode de Paiement : "|coul('gras')}}{{o.modePaiement|join(', ')}}
|
||||
{% if o.recuPaiement %}
|
||||
{{"Paiement reçu : "|coul('gras')}}{{o.recuPaiement|join(', ')}} {{"(OK)"|coul('vert')}}
|
||||
{% endif %}
|
||||
{% include 'object' %}
|
Loading…
Add table
Add a link
Reference in a new issue