{include file="sections/header.tpl"} {if ($_admin['user_type']) eq 'Admin' || ($_admin['user_type']) eq 'Sales'}

{$_c['currency_code']} {number_format($iday,0,$_c['dec_point'],$_c['thousands_sep'])}

{$_L['Income_Today']}

{$_c['currency_code']} {number_format($imonth,0,$_c['dec_point'],$_c['thousands_sep'])}

{$_L['Income_This_Month']}

{$u_act}

{$_L['Users_Active']}

{$u_all}

{$_L['Total_Users']}
Vouchers Stock
{foreach $plans as $stok} {/foreach}
{$_L['Plan_Name']} unused used
{$stok['name_plan']} {$stok['unused']} {$stok['used']}
Total {$stocks['unused']} {$stocks['used']}
{$_L['User_Expired_Today']}
{$no = 1} {foreach $expire as $expired} {/foreach}
Id {$_L['Username']} {$_L['Created_On']} {$_L['Expires_On']}
{$no++} {$expired['username']} {date($_c['date_format'], strtotime($expired['recharged_on']))} {$expired['time']} {date($_c['date_format'], strtotime($expired['expiration']))} {$expired['time']}
{$_L['Activity_Log']}
    {foreach $dlog as $dlogs}
  • {time_elapsed_string($dlogs['date'],true)}

    {$dlogs['description']}

  • {/foreach}
PHPMIXBILL
{$_L['Welcome_Text_Admin']}
{else}

{$_L['Welcome']}, {$_user['fullname']}

{$_L['Welcome_Text_User']}

{$_L['Account_Information']}

{$_L['Username']}

{$_bill['username']}

{$_L['Plan_Name']}

{$_bill['namebp']}

{$_L['Created_On']}

{date($_c['date_format'], strtotime($_bill['recharged_on']))} {$_bill['time']}

{$_L['Expires_On']}

{date($_c['date_format'], strtotime($_bill['expiration']))} {$_bill['time']}

{/if} {include file="sections/footer.tpl"}