{include file="sections/header.tpl"}
{$user->account}
{if $user->company neq ''} {$user->company}
{$user->account}
{else} {$user->account}
{/if} {$user->address}
{$user->city}
{$user->state} - {$user->zip}
{$user->country}
{$_L['Phone']}: {$user->phone}
{$_L['Email']}: {$user->email} {foreach $cf as $cfs}
{$cfs['fieldname']}: {get_custom_field_value($cfs['id'],$user->id)} {/foreach}
Edit Profile {$dashboard_summary_extras}
{$_L['Recent Transactions']}
{**} {**} {foreach $t as $ds} {**} {* From v 2.4 Sadia Sharmin *} {**} {**} {/foreach}
{$_L['Date']} {$_L['Account']} {$_L['Type']} {$_L['Amount']} {$_L['Description']} {$_L['Dr']} {$_L['Cr']}{$_L['Balance']}{$_L['Manage']}
{date( $_c['df'], strtotime($ds['date']))} {$ds['account']}{$ds['type']} {if $ds['type'] eq 'Income'} {$_L['Paid']} {elseif $ds['type'] eq 'Expense'} {$_L['Received']} {elseif $ds['type'] eq 'Transfer'} {$_L['Transfer']} {else} {$ds['type']} {/if} {$ds['amount']} {$ds['description']} {$ds['dr']} {$ds['cr']}{$_c['currency_code']} {number_format($ds['bal'],2,$_c['dec_point'],$_c['thousands_sep'])}{$_L['Manage']}
{$dashboard_extra_row_1}
{$_L['Recent Invoices']}
{foreach $d as $ds} {/foreach}
# {$_L['Account']} {$_L['Amount']} {$_L['Invoice Date']} {$_L['Due Date']} {$_L['Status']} {$_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']))} {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['View']} {$_L['Download']} {$_L['Print']}
{$_L['Recent Quotes']}
{**} {foreach $q as $ds} {/foreach}
# {$_L['Account']} {$_L['Subject']} {$_L['Amount']} {$_L['Date Created']} {$_L['Expiry Date']}{$_L['Stage']}{$_L['Manage']}
{$ds['id']} {$ds['account']} {$ds['subject']} {$ds['total']} {date( $_c['df'], strtotime($ds['datecreated']))} {date( $_c['df'], strtotime($ds['validuntil']))} {$_L['View']} {$_L['Download']} {$_L['Print']}
{include file="sections/footer.tpl"}