{% load utils %} Print Order #:{{order.id}}
لوگو

{{ company_profile.title }}

{{ company_profile.address }}

{{ company_profile.phone_number }}

Purchase Order #{{order.id}} Details


Status: {{ order.get_order_status_display }} Order By: {{ order.order_by }} Share Holder: {{ order.holder }}
Cargo: {{ order.cargo }} Order Date: {{ order.placed_at|custom_date_format }} Due Date: {{ order.due_date }}
Currency: {{ order.currency }} Exchange Rate: {{ order.exchange_rate}} Created By: {{ order.created_by.first_name }} " {{ order.created_by.last_name }} "

Order Details

Print Date: {{ current_date }}
{% for order_item in order_items %} {% endfor %}
# Product Quantity Unit Price Amount
{{ forloop.counter }} {{ order_item.product }} {{ order_item.quantity }} {{ order_item.unit_price }} {{ order_item.amount }}
Total Amount: {{ total_amount }}
Amount Paid: {{ order.amount_paid }}
Total amount remain: {{ remaining_amount }}

Notes:

{{order.remarks}}


Purchasing Officer

Office Manager