$company.name
$company.address1
$company.city_state_postal
$company.phone
$company.id_number
$company.website
$company.email
$client.name
$client.address1
VAT: $client.vat_number
$client.city_state_postal
$client.country
$client.phone
$client.email

image
Invoice #:$invoice.number
PO Number:$invoice.po_number
Date:$invoice.date
Due Date:$invoice.due_date
Amount:$invoice.amount
Bo Bo Balance MoFo:$invoice.balance
{% set invoice = invoices|first %}{% for item in invoice.line_items %}{% endfor %}
ItemDescriptionQtyRateAmount
{{ item.product_key }}{{ item.notes }}{{ item.quantity }}{{ item.cost }}{{ item.line_total }}
private notes generally go here.
 
$invoice.terms
 
line spaces dont work that great?
Subtotal:$invoice.subtotal
Discount:$invoice.discount
Tax:$invoice.tax
Total:$invoice.total
Amount Paid:$invoice.paid_to_date
Balance Due:$invoice.balance
$entity.footer
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.