/home/techb158/exp.abdallabala.com/ui/theme/ibilling/dashboard_canvas.tpl (9769B)
{$net_worth}
{$_L['Net Worth']}
| {$ti} | {$_L['Income Today']} |
| {$te} | {$_L['Expense Today']} |
| {$mi} | {$_L['Income This Month']} |
| {$me} | {$_L['Expense This Month']} |
| {$_L['Account']} | {$_L['Balance']} | {foreach $d as $ds}
|---|---|
| {$ds['account']} | {$ds['balance']} |
| # | {$_L['Account']} | {$_L['Amount']} | {$_L['Invoice Date']} | {$_L['Due Date']} | {$_L['Status']} |
|---|---|---|---|---|---|
| {$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']))} | {if $ds['status'] eq 'Unpaid'} {ib_lan_get_line($ds['status'])} {elseif $ds['status'] eq 'Paid'} {ib_lan_get_line($ds['status'])} {elseif $ds['status'] eq 'Partially Paid'} {ib_lan_get_line($ds['status'])} {elseif $ds['status'] eq 'Cancelled'} {ib_lan_get_line($ds['status'])} {else} {ib_lan_get_line($ds['status'])} {/if} |
| {$_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']} |