logo

My Company Ltd.
1 My Address Road
My City
My Country
My PostCode
Any other details you need
Such as Tax Number

{$text.BookingReference}: {$reservation.id} {$text.InvoiceDate} {$invoice.date}
{$text.InvoiceTo}:
{$customer.title}
{$customer.last_name}
{$customer.first_name}
{$customer.address1}
{$customer.address2}
{$customer.city}
{$customer.postcode}
{$customer.state}
{$customer.country}
{$customer.telephone}
{$customer.mobile}

Invoice

{foreach $details element} {foreach $element.unit.extras extra} {/foreach} {/foreach}
Item Details Selection/Quantity Totals
{$element.unit.name} {$element.start_datetime} - {$element.end_datetime}
{$currencysymbol}{$element.total_price}
{$extra.name} {$extra.value}
{$currencysymbol}{$extra.total_amount}
 
{$text.TotalTax}
{$currencysymbol}{$reservation.tax}
 
{$text.Total}
{$currencysymbol}{$reservation.total}
 
{$text.TotalPaid}
{$currencysymbol}{$reservation.paid}
 
{$text.TotalDue}
{$currencysymbol}{$reservation.due}
 
Your Invoice Payment Details: Such as PayPal address, Bank Transfer information etc.

Please note this is a sample invoice. You can edit this to any design you wish.