/home/techb158/exp.abdallabala.com/ui/theme/ibilling/dashboard-alt.tpl (10544B)
| {$_L['Account']} | {$_L['Balance']} | {foreach $d as $ds}
|---|---|
| {$ds['account']} | {$ds['balance']} |
| # | {$_L['Account']} | {$_L['Amount']} | {$_L['Invoice Date']} | {$_L['Due Date']} | {$_L['Status']} | {$_L['Type']} | {$_L['Manage']} |
|---|---|---|---|---|---|---|---|
| {$ds['invoicenum']}{if $ds['cn'] neq ''} {$ds['cn']} {else} {$ds['id']} {/if} | {$ds['account']} | {$ds['total']} | {date( $_c['df'], strtotime($ds['date']))} | {date( $_c['df'], strtotime($ds['duedate']))} | {ib_lan_get_line($ds['status'])} | {if $ds['r'] eq '0'} {$_L['Onetime']} {else} {$_L['Recurring']} {/if} | {$_L['View']} {$_L['Edit']} |
| {$_L['Date']} | {$_L['Description']} | {$_L['Amount']} | {foreach $inc as $incs}
|---|---|---|
| {date( $_c['df'], strtotime($incs['date']))} | {$incs['description']} | {$incs['amount']} |
| {$_L['Date']} | {$_L['Description']} | {$_L['Amount']} | {foreach $exp as $exps}
|---|---|---|
| {date( $_c['df'], strtotime($exps['date']))} | {$exps['description']} | {$exps['amount']} |