/home/techb158/exp.abdallabala.com/ui/theme/ibilling/invoice-view.tpl (18383B)
{$_L['Invoiced To']}:
{if $a['company'] neq ''} {$a['company']}{$_L['Invoice Date']}: {date( $_c['df'], strtotime($d['date']))}
{$_L['Due Date']}: {date( $_c['df'], strtotime($d['duedate']))}
| # | {$_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']} | ||
| {$_L['TAX']} | {$d['tax']} | ||
| {$_L['Total']} | {$d['total']} | ||
| {$_L['Total Paid']} | {$d['credit']} | ||
| {$_L['Amount Due']} | {*{$_c['currency_code']} {number_format($i_due,2,$_c['dec_point'],$_c['thousands_sep'])} | *}{$i_due} | |
| {$_L['Grand Total']} | {$d['total']} | ||
| {$_L['Date']} | {$_L['Account']} | {$_L['Amount']} | {$_L['Description']} | {foreach $trs as $tr}
|---|---|---|---|
| {date( $_c['df'], strtotime($tr['date']))} | {$tr['account']} | {$tr['amount']} | {$tr['description']} |
| {$_L['Date']} | {$_L['Subject']} | {foreach $emls as $eml}
|---|---|
| {date( $_c['df'], strtotime($eml['date']))} | {$eml['subject']} |