{{facture.entrepot.agence.nom}}
{{facture.agence.address}} {{facture.agence.ville}}
FACTURE
# {{ facture.num_facture|default:facture.id }}
Solde du
{{facture.reste}} DZD


{{facture.client.nom}} {{facture.client.prenom}}
{% if facture.commande %} {% endif %}
Date : {{facture.date|default:' '}}
Conditions : {{facture.commande.condition_de_paiement|default:' '}}
Date d'echeance : {{facture.date_echeance|default:' '}}
Numero de commande : {{facture.commande.id|default:' '}}
{% for articlecommandeefacture in Articlescommandeefactures%} {% endfor %}
# Article & Description Quantite Taux Remise Taxe Montant
{{ articlecommandeefacture.id}}
{% if articlecommandeefacture.articleCommandee %} {{articlecommandeefacture.articleCommandee.article.nom_article|default:''}} {% else %} {{articlecommandeefacture.article.nom_article|default:''}} {% endif %}
{{articlecommandeefacture.qantite}} {{articlecommandeefacture.taux|add:0}} {{articlecommandeefacture.remise|add:0}}% {{articlecommandeefacture.taxe|add:0}}% {{articlecommandeefacture.montant}}
Sous-total {{facture.sous_total}}
Frais d'expedition {{facture.frai_expedition}}
Ajustement {{facture.ajustement}}
Total {{facture.total}}DA
Solde du {{facture.reste}}DA

{{facture.information_client}}


{{facture.condition_general}}

Merci de votre confiance.