AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.217.80
Web Server : Apache
System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64
User : lrsys ( 1015)
PHP Version : 5.6.40
Disable Function : exec,passthru,shell_exec,system
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/lrsys/public_html/lrsys_apps/imobles/ui/theme/lrsys/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_apps/imobles/ui/theme/lrsys//dashboard_canvas.tpl
{include file="sections/header.tpl"}

{$dashboard_section_0}

<div class="notification-area">
    {foreach $notifications as $notif}
        <div class="row">
            <div class="alert alert-success alert-dismissible alert-custom" role="alert">
                <button type="button" class="close close-custom" data-dismiss="alert" aria-label="close">
                    <span aria-hidden="true">&times;</span>
                </button>
                <i class="fa fa-info-circle"></i>
                <a class="text-success-custom" href="{$notif->url}">{$notif->description}</a>
            </div>
        </div>
    {/foreach}
</div>

<div class="row">
    <div class="col-md-12" id="ib_graph"></div>
    <div class="col-md-12">
        <div class="ibox float-e-margins">

            <div class="ibox-content">
                <div class="row" id="d_ajax_summary">

                    <div class="col-md-4"><div class="chart-statistic-box">
                            <div class="chart-txt">
                                <div class="chart-txt-top">
                                    <p><span class="amount number">{$net_worth}</span></p>
                                    <hr>
                                    <p class="caption">{$_L['Net Worth']}</p>
                                </div>
                                <table class="tbl-data">
                                    <tr>
                                        <td class="amount">{$ti}</td>
                                        <td>{$_L['Income Today']}</td>
                                    </tr>
                                    <tr>
                                        <td class="amount">{$te}</td>
                                        <td>{$_L['Expense Today']}</td>
                                    </tr>
                                    <tr>
                                        <td class="amount">{$mi}</td>
                                        <td>{$_L['Income This Month']}</td>
                                    </tr>
                                    <tr>
                                        <td class="amount">{$me}</td>
                                        <td>{$_L['Expense This Month']}</td>
                                    </tr>
                                </table>
                            </div>

                        </div></div>


                    <div class="col-md-8">


                        <div class="chart-container">
                            <div class="" style="height:350px" id="inc_vs_exp_t"></div>
                        </div>

                    </div>


                </div>

            </div>
        </div>

    </div>

</div>

<div class="row">
    <div class="col-md-12">
        <div class="ibox float-e-margins">

            <div class="ibox-content">
                <div id="d_chart" style="height: 350px;"></div>
            </div>
        </div>

    </div>
</div>


<div class="row" id="sort_2">
    <div class="col-md-6">
        <div class="ibox float-e-margins">
            <div class="ibox-title">
                <a href="#" id="set_goal" class="btn btn-primary btn-xs pull-right"><i class="fa fa-bullseye"></i> {$_L['Set Goal']}</a>
                <h5>{$_L['Net Worth n Account Balances']}</h5>
            </div>
            <div class="ibox-content" style="min-height: 365px;">
                <div>
                    <h3 class="text-center amount">{$net_worth}</h3>
                    <div>
                        <span class="amount">{$net_worth}</span> {$_L['of']} <span class="amount">{$_c['networth_goal']}</span>
                        <small class="pull-right"><span class="amount">{$pg}</span>%</small>
                    </div>


                    <div class="progress progress-small">
                        <div style="width: {$pgb}%;" class="progress-bar progress-bar-{$pgc}"></div>
                    </div>
                </div>
                <table class="table table-striped table-bordered" style="margin-top: 26px;">
                    <th>{$_L['Account']}</th>
                    <th class="text-right">{$_L['Balance']}</th>
                    {foreach $d as $ds}
                        <tr>
                            <td>{$ds['account']}</td>
                            <td class="text-right"><span class="amount{if $ds['balance'] < 0} text-red{/if}">{$ds['balance']}</span></td>
                        </tr>
                    {/foreach}



                </table>
            </div>
        </div>
    </div>


    <div class="col-md-6">
        <div class="ibox float-e-margins">
            <div class="ibox-title">

                <h5>{$_L['Income vs Expense']} - {ib_lan_get_line(date('F'))} {date('Y')}</h5>
            </div>
            <div class="ibox-content">
                <div id="inc_exp_pie" style="height: 330px;">
                </div>
            </div>
        </div>

    </div>

</div>

<div class="row" id="sort_4">


    <div class="col-md-12">
        <div class="ibox float-e-margins">
            <div class="ibox-title">
                <a href="{$_url}invoices/list/" class="btn btn-primary btn-xs pull-right"><i class="fa fa-list"></i> {$_L['Invoices']}</a>
                <h5>{$_L['Invoices']}</h5>
            </div>
            <div class="ibox-content">

                <div id="invoice_stats" style="display: none;">

                </div>
                <h4>{$_L['Recent Invoices']}</h4>
                <table class="table table-bordered table-hover">
                    <thead>
                    <tr>
                        <th>#</th>
                        <th>{$_L['Account']}</th>
                        <th>{$_L['Amount']}</th>
                        <th>{$_L['Invoice Date']}</th>
                        <th>{$_L['Due Date']}</th>
                        <th width="110px;">{$_L['Status']}</th>


                    </tr>
                    </thead>
                    <tbody>

                    {foreach $invoices as $ds}
                        <tr>
                            <td><a href="{$_url}invoices/view/{$ds['id']}/">{$ds['invoicenum']}{if $ds['cn'] neq ''} {$ds['cn']} {else} {$ds['id']} {/if}</a> </td>
                            <td><a href="{$_url}contacts/view/{$ds['userid']}/">{$ds['account']}</a> </td>
                            <td class="amount">{$ds['total']}</td>
                            <td>{date( $_c['df'], strtotime($ds['date']))}</td>
                            <td>{date( $_c['df'], strtotime($ds['duedate']))}</td>
                            <td>


                                {if $ds['status'] eq 'Unpaid'}
                                    <span class="label label-danger">{ib_lan_get_line($ds['status'])}</span>
                                {elseif $ds['status'] eq 'Paid'}
                                    <span class="label label-success">{ib_lan_get_line($ds['status'])}</span>
                                {elseif $ds['status'] eq 'Partially Paid'}
                                    <span class="label label-info">{ib_lan_get_line($ds['status'])}</span>
                                {elseif $ds['status'] eq 'Cancelled'}
                                    <span class="label">{ib_lan_get_line($ds['status'])}</span>
                                {else}
                                    {ib_lan_get_line($ds['status'])}
                                {/if}

                            </td>


                        </tr>
                    {/foreach}

                    </tbody>
                </table>
            </div>
        </div>

    </div>


</div>

<div class="row" id="sort_3">
    <div class="col-md-6">
        <div class="ibox float-e-margins">
            <div class="ibox-title">

                <h5>{$_L['Latest Income']}</h5>
            </div>
            <div class="ibox-content">
                <table class="table table-striped table-bordered">
                    <th>{$_L['Date']}</th>
                    <th>{$_L['Description']}</th>
                    <th class="text-right">{$_L['Amount']}</th>
                    {foreach $inc as $incs}
                        <tr>
                            <td>{date( $_c['df'], strtotime($incs['date']))}</td>
                            <td><a href="{$_url}transactions/manage/{$incs['id']}/">{$incs['description']}</a> </td>
                            <td class="text-right amount">{$incs['amount']}</td>
                        </tr>
                    {/foreach}



                </table>
            </div>
        </div>

    </div>


    <div class="col-md-6">
        <div class="ibox float-e-margins">
            <div class="ibox-title">

                <h5>{$_L['Latest Expense']}</h5>
            </div>
            <div class="ibox-content">
                <table class="table table-striped table-bordered">
                    <th>{$_L['Date']}</th>
                    <th>{$_L['Description']}</th>
                    <th class="text-right">{$_L['Amount']}</th>

                    {foreach $exp as $exps}
                        <tr>
                            <td>{date( $_c['df'], strtotime($exps['date']))}</td>
                            <td><a href="{$_url}transactions/manage/{$exps['id']}/">{$exps['description']}</a> </td>
                            <td class="text-right amount">{$exps['amount']}</td>
                        </tr>
                    {/foreach}



                </table>
            </div>
        </div>

    </div>


</div>

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

Anon7 - 2022
AnonSec Team