{$companydata.name|escape:'html'} Invoice:  {$invoicedetail.header.invoice|escape:'html'}
{$companydata.addr1|escape:'html'} Date:  {$invoicedetail.header.date|date_format:"%x"|escape:'html'}
{$companydata.addr2|escape:'html'}
{$companydata.citystate|escape:'html'}

Phone: {$companydata.phone|escape:'html'}   /   Fax: {$companydata.fax|escape:'html'}
{$companydata.urlemail|escape:'html'}

 


Bill to:  {$invoicedetail.header.guarantor|escape:'html'} Sold to / Ship to:  {$invoicedetail.header.customer|escape:'html'}
{$headerdata.customer.name|escape:'html'} {$invoicedetail.header.shipname|escape:'html'}
{$headerdata.customer.attn|escape:'html'}  
{$headerdata.customer.addr1|escape:'html'} {$invoicedetail.header.shipaddr1|escape:'html'}
{$headerdata.customer.addr2|escape:'html'} {$invoicedetail.header.shipaddr2|escape:'html'}
{$headerdata.customer.city|escape:'html'}, {$headerdata.customer.state|escape:'html'} {$headerdata.customer.zip|escape:'html'} {$invoicedetail.header.shipcity|escape:'html'}, {$invoicedetail.header.shipstate|escape:'html'} {$invoicedetail.header.shipzip|escape:'html'}
{$headerdata.customer.country|escape:'html'} {$invoicedetail.header.shipcountry|escape:'html'}

Phone: {$headerdata.customer.phonemasked|escape:'html'} Username: {$headerdata.customer.username|escape:'html'}
Fax: {$headerdata.customer.fax|escape:'html'} PO Number: {$headerdata.customer.ponumber|escape:'html'}

 

{foreach from=$invoicedetail.detail item=thisItem} {/foreach}
Item Description Price Qty Extended
{$thisItem.item|escape:'html'} {$thisItem.descriptio|escape:'html'} {$thisItem.priceDisplay|escape:'html'} {$thisItem.qty|escape:'html'} {$thisItem.amountDisplay|escape:'html'}