Back to Invoiceninja

Td12

resources/views/templates/delivery_notes/td12.html

5.13.21682 B
Original Source

| 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

|

{% if invoices is defined and invoices is not empty %} {% set invoice = invoices|first %}

Item #DescriptionQuantityDeliveredBackorder
{% for item in invoice.line_itemsfilter(item => item.type_id == 1) %}{{ item.product_key }}{{ item.notes }}{{ item.quantity }}
{% endfor %}
{% endif %}

Notes:

$invoice.public_notes