/home/techb158/exp.abdallabala.com/ui/theme/ibilling/quote.tpl (15610B)
{$_L['Recipient']}:
{if $a['company'] neq ''} {$a['company']}
{$_L['Date Created']}: {date( $_c['df'], strtotime($d['datecreated']))}
{$_L['Expiry Date']}: {date( $_c['df'], strtotime($d['validuntil']))}
| # | {$_L['Item']} | {$_L['Price']} | {$_L['Quantity']} | {$_L['Total']} |
|---|---|---|---|---|
| {$item['itemcode']} | {$item['description']} | {$item['amount']} | {$item['qty']} | {$item['total']} |
| {$_L['Subtotal']} | {$d['subtotal']} | |
| {$_L['Discount']} | {$d['discount']} | |
| {$d['taxname']} | {$d['tax1']} | |
| {$_L['Grand Total']} | {$d['total']} | |