Delivery Note {{ img('$company.logo') }}

Bill To:

$client.name

$client.shipping_address

Ship To:

$client.name

$client.shipping_address

Order # $invoice.po_number

Order Date: $invoice.date

{% set invoice = invoices|first %} {% for item in invoice.line_items|filter(item => item.type_id == 1) %} {% endfor %}
Item # Description Quantity Delivered Backorder
{{ item.product_key }} {{ item.notes }} {{ item.quantity }} {{ item.quantity }} {{ item.quantity - item.quantity }}

Notes:

$invoice.public_notes