/home/techb158/exp.abdallabala.com/ui/theme/ibilling/client-quote.tpl (11824B)
{$_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']} | {$_c['currency_code']} {number_format($item['amount'],2,$_c['dec_point'],$_c['thousands_sep'])} | {$item['qty']} | {$_c['currency_code']} {number_format($item['total'],2,$_c['dec_point'],$_c['thousands_sep'])} |
| {$_L['Subtotal']} | {$_c['currency_code']} {number_format($d['subtotal'],2,$_c['dec_point'],$_c['thousands_sep'])} | |
| {$_L['Discount']} | {$_c['currency_code']} {number_format($d['discount'],2,$_c['dec_point'],$_c['thousands_sep'])} | |
| {$d['taxname']} | {$_c['currency_code']} {number_format($d['tax1'],2,$_c['dec_point'],$_c['thousands_sep'])} | |
| {$_L['Grand Total']} | {$_c['currency_code']} {number_format($d['total'],2,$_c['dec_point'],$_c['thousands_sep'])} | |