{% extends "layouts/base.html" %} {% block title %} Transactions {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{% include 'includes/navigation.html' %}

  Nouvelle facture fournisseur

{% csrf_token %}
{% if facture.agenece %}
{% endif %}



{% for art in articlecommandeefacture %} {% endfor %}
L’article Quantité Taux Taxe Montant
{% if art.articleCommandee %} {% else %} {% endif %}
{% if art.articleCommandee %} {% else %} {% endif %}

Ajouter une autre ligne

Informations sur le client
Sous-total
Remise
Total ( DZD )
Condition Générales
{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}