| Server IP : 162.214.74.102 / Your IP : 216.73.216.204 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/www/lrsys_apps/leo/application/plugins/module_imobles/views/deals/ |
Upload File : |
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-body">
<div class='result_tasks'>
<br/>
<div class="row ">
<div class="col-xs-12">
<h2>Histórico de atendimentos para <b><a href="{$_url}contacts/view/{$crm_accounts['id']}/module_imobles_leads_control">{$crm_accounts['account']}</a></b></h2>
<!--
<a href="{$_url}{if isset($client)}{'client/'}{/if}module_imobles/leadshistory/crm_control_deal/{$client_id}" style="margin-bottom: 20px;margin-top: -15px;" class=" btn btn-primary pull-right" data-crm_accounts_id="{$client_id}" ><i class="fa fa-user"></i> {$_L['module imobles create service']}</a>
-->
</div>
<div class="col-xs-12">
<table id="table-tasks" class=" table-tasks table table-bordered table-hover sys_table" data-filter="#foo_filter" data-page-size="50">
<thead>
<tr>
<th class="">{$_L['Title']}</th>
<th class="col-xs-1">Etapa</th>
<th class="col-xs-1">{$_L['module imobles module_imobles_pipe_status']}</th>
<th class="">{$_L['module imobles create service responsible']}</th>
<th class="col-xs-2">{$_L['module imobles create service date open']}</th>
<th class="col-xs-2">{$_L['module imobles create service date close']}</th>
<th class="" style="width:90px">{$_L['Manage']}</th>
</tr>
</thead>
{if $deals}
{foreach $deals as $g}
<tr class='tr_deals_{$g['id']}'>
<td>{$g['title']}</td>
<td>
{$g['stage']}
</td>
<td>
{$g['status']}
</td>
<td>
{$g['responsible']}
</td>
<td>
{date( 'd/m/Y H:i:s', strtotime($g['created_at']))}
</td>
<td>
{if $g['closed_at']}{date( 'd/m/Y H:i:s', strtotime($g['closed_at']))}{/if}
</td>
<td class="" style="width:100px">
<a href="{$_url}{if isset($client)}{'client/'}{/if}contacts/view/{$g['crm_account_id']}/module_imobles_leads_control/{$g['id']}" class="btn btn-xs btn-warning"><i class="fa fa-pencil" data-toggle="tooltip" title="{$_L['Edit']}"></i> </a>
<a href="#" data-id="{$g['id']}" class="btn btn-xs btn-danger delete_crm_service"
title="{$_L['Delete']}">
<i class="fa fa-trash"></i>
</a>
</td>
</tr>
{/foreach}
{else}
<tr class="row">
<td colspan="3" >{$_L['module imobles not deals register']}</td>
</tr>
{/if}
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>