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

{{ company_profile.title }}

{{ company_profile.address }}

{{ company_profile.phone_number }}

Purchase Received Order #{{order.id}} Details


Order Details

Print Date: {{ current_date }}
Received Date: {{ order.updated_at|date:'Y-M-d' }} Received By: {{ order.updated_by.first_name }} "{{ order.updated_by.last_name }}" Print Date: {{ current_date }}
{% for order_item in order_items %} {% endfor %}
# Product O-QTY R-QTY D-QTY P-Price C-Price GP-Price Amount
{{ forloop.counter }} {{ order_item.product }} {{ order_item.ordered_quantity }} {{ order_item.received_quantity }} {{ order_item.damaged_quantity }} {{ order_item.purchased_price }} {{ order_item.carge_charges }} {{ order_item.get_GP_Price }} {{ order_item.amount }}
Total Amount: {{ total_amount }}
Amount Paid: {{ amount_paid|floatformat:2 }}
Total amount remain: {{ remaining_amount|floatformat:2 }}

Notes:

{{order.remarks}}


Purchasing Officer

Office Manager