{% load static %} Invoice
Logo Invoice
Invoice ID : #{{ transaction.id }}
Date : {{ transaction.transaction_date }}
Employee : {{ transaction.employee }}
Customer
{{ transaction.customer }}
{{ transaction.customer_address }}
{{ transaction.customer_phone }} / {{ transaction.customer_email }}
{% for item in transaction_items %} {% endfor %}
No Name Qty Price Subtotal
{{ forloop.counter }} {{ item.product }} {{ item.qty }} {{ item.unit_price }} {{ item.subtotal }}
Total Payment {{ transaction.total_amount }}
Total Paid {{ transaction.paid_amount }}
Total Change {{ transaction.change_amount }}
Payment Status {{ transaction.status }}
Reviewed by Approved by
Purch & Logistic Manager Sr Operations Manager Operations Director
Page <>