| 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 |
| Item # | Description | Quantity | Delivered | Backorder |
|---|---|---|---|---|
| {{ item.product_key }} | {{ item.notes }} | {{ item.quantity }} | {{ item.quantity }} | {{ item.quantity - item.quantity }} |