Back to Invoiceninja

Td13

resources/views/templates/delivery_notes/td13.html

5.13.21587 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 #DescriptionDelivered
{% for item in invoice.line_itemsfilter(item => item.type_id == 1) %}{{ item.product_key }}
{% endfor %}
{% endif %}

Notes:

$invoice.public_notes