{% load utils %}
{{ 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 }} " |
| # | 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 }} | |||
{{order.remarks}}
Purchasing Officer
Office Manager