Donald Programmer Inc, 45 NorthWest
Cameroon, Douala
00000 00000
{{obj.customer.name}}
{{obj.customer.address}}, {{obj.customer.city}}, Cameroon
{{obj.get_invoice_type_display}} - #00{{obj.id}}
{{obj.invoice_date_time}}
{% for article in articles %} {% endfor %}
Items Product ID Quantities Unit Price Subtotal
{{ article.name }} {{ article.id }} {{ article.quantity }} {{ article.unit_price }} {{ article.get_total }}
Comment: {{obj.comments}}

Subtotal
Shipment & Handling
Tax

Total

{{obj.get_total}} FCFA
00.00 FCFA
00.00 FCFA

{{obj.get_total}} FCFA
PAID: {% if obj.paid %} YES {% else %} NO {% endif %}