##header_start##
{{config path="general/store_information/name"}}
{{depend store_information_if.city}}
{{config path="general/store_information/street_line1"}}
{{config path="general/store_information/postcode}} {{config path="general/store_information/city}}, {{config path="general/store_information/country_id"}}
{{/depend}} {{depend store_information_if.phone}}
{{trans "Tel"}}: {{config path="general/store_information/phone"}}
{{/depend}}
{{trans "Email"}}: {{config path="trans_email/ident_general/email"}}

{{var barcode_c39_invoice.increment_id}}

##header_end## ##body_start##

{{trans "BILL TO"}}

{{var formattedBillingAddress|raw}}

{{trans "SHIP TO"}}

{{var formattedShippingAddress|raw}}
{{trans "Invoice"}} #{{var invoice.increment_id}}
{{trans "Invoice Date"}}: {{var formatted_invoice.created_at}}
##items_start## ##items_end## ##totals_start## {{if total.is_bold}} {{else}} {{/if}} ##totals_end##
# {{trans "Product"}} {{trans "Price w/ Tax"}} {{trans "Price w/o Tax"}} {{trans "Qty"}} {{trans "Tax"}} {{trans "Tax %"}} {{trans "Total w/o Tax"}} {{trans "Total w/ Tax"}}

{{var item.position}}

{{var item.name}}

{{var item.sku}}

{{var barcode_c39_item.sku}}

{{var formatted_item.price_incl_tax}}

{{var formatted_item.price}}

{{var formatted_item.qty}}

{{var formatted_item.tax_amount}}

{{var item.tax_percent}}

{{var formatted_item.row_total}}

{{var formatted_item.row_total_incl_tax}}
{{var total.label}} {{var total_formatted.amount}}{{var total.label}} {{depend total.is_tax}}({{var total.tax_percent}}){{/depend}} {{var total_formatted.amount}}
##body_end## ##footer_start##
{{trans "Dear"}} {{var order.getCustomerName()}},
{{trans "Thank you!"}}
##footer_end##