{% extends 'core/base.html' %} {% load static %} {% block title %}Receive Purchase Order #{{ order.id }} - SwiftPOS{% endblock %} {% block topbar_title %}Receive Purchase Order{% endblock %} {% block content %}
Confirm Receipt

You are about to mark Purchase Order #{{ order.id }} from {{ order.supplier.name }} as received. This will:

  • Increase stock quantities for all items in this order.
  • Update each product's cost price to the latest purchase cost.
  • Create inventory transaction records for audit.
Total Cost
{{ currency_symbol }}{{ order.total_cost|floatformat:2 }}
{% csrf_token %}
Cancel
{% endblock %}