{extends file="$tpl_admin_layout"} {block name="content"} {*
*} {*
*} {*
*} {*
*} {*
*} {*

$1540

*} {*

Week income

*} {*
*} {**} {**} {**} {**} {**} {**} {**} {**} {**} {**} {**} {**} {**} {*
120$Orders
15$Investments
55$Others
*} {*
*} {*
*} {*
*} {*
*} {*
Income
*} {*
*} {*
*} {*
tue
*} {*
wed
*} {*
thu
*} {*
fri
*} {*
sat
*} {*
sun
*} {*
mon
*} {*
*} {*
*} {*
*} {*
300
*} {*
*} {*
250
*} {*
*} {*
200
*} {*
*} {*
150
*} {*
*} {*
100
*} {*
*} {*
50
*} {*
*} {*
*} {*
*} {*
*} {*
*} {*
*} {*
*} {*
*} {*
*}
{$_L['Income Today']} {*

{$_c['currency_code']} {number_format($ti,2,$_c['dec_point'],$_c['thousands_sep'])}

*}

{$ti}

{$_L['Add Deposit']}
{$_L['Expense Today']} {*

{$_c['currency_code']} {number_format($te,2,$_c['dec_point'],$_c['thousands_sep'])}

*}

{$te}

{$_L['Add Expense']}
{$_L['Income This Month']} {*

{$_c['currency_code']} {number_format($mi,2,$_c['dec_point'],$_c['thousands_sep'])}

*}

{$mi}

{$_L['Expense This Month']}

{$me}

{$_L['All_Transactions']}
{$_L['Income n Expense']} - {ib_lan_get_line(date('F'))} {date('Y')}
{$_L['Set Goal']}
{$_L['Net Worth n Account Balances']}

{$net_worth}

{$net_worth} {$_L['of']} {$_c['networth_goal']} {$pg}%
{foreach $d as $ds} {/foreach}
{$_L['Account']} {$_L['Balance']}
{$ds['account']} {$ds['balance']}
{$_L['Income vs Expense']} - {ib_lan_get_line(date('F'))} {date('Y')}
{$_L['Invoices']}
{$_L['Recent Invoices']}
{foreach $invoices as $ds} {/foreach}
# {$_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['Latest Income']}
{foreach $inc as $incs} {/foreach}
{$_L['Date']} {$_L['Description']} {$_L['Amount']}
{date( $_c['df'], strtotime($incs['date']))} {$incs['description']} {$incs['amount']}
{$_L['Latest Expense']}
{foreach $exp as $exps} {/foreach}
{$_L['Date']} {$_L['Description']} {$_L['Amount']}
{date( $_c['df'], strtotime($exps['date']))} {$exps['description']} {$exps['amount']}
{/block}