Atualizando página inicial
This commit is contained in:
parent
ccec6b301b
commit
d4903402d3
2 changed files with 5 additions and 5 deletions
2
vendor/model/FinancialMovements.class.php
vendored
2
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -1485,7 +1485,7 @@ class FinancialMovements
|
|||
{
|
||||
|
||||
/** Consulta SQL */
|
||||
$this->sql = 'SELECT fm.*, c.*
|
||||
$this->sql = 'SELECT fm.*
|
||||
FROM financial_movements fm
|
||||
LEFT JOIN companies c ON fm.company_id = c.company_id
|
||||
WHERE fm.financial_outputs_id > 0
|
||||
|
|
|
|||
|
|
@ -352,9 +352,9 @@ try{
|
|||
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Ref.</th>
|
||||
<th>Descrição</th>
|
||||
<th>Venc.</th>
|
||||
<th>Nome Fantasia</th>
|
||||
<th>Valor R$</th>
|
||||
<th class="text-center" colspan="2"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -372,9 +372,9 @@ try{
|
|||
?>
|
||||
|
||||
<tr>
|
||||
<td><?php echo $Result->cns;?></td>
|
||||
<td><?php echo $Result->descriprion;?></td>
|
||||
<td class="text-center" width="30"><?php echo $Result->movement_date_scheduled;?></td>
|
||||
<td><?php echo $Result->nickname;?></td>
|
||||
<td><?php echo $Result->movement_value;?></td>
|
||||
<td class="text-center" width="20"><button type="button" class="btn btn-light btn-sm" onclick="request('FOLDER=view&TABLE=clients_budgets&ACTION=clients_budgets_form&company_id=<?php echo $Result->company_id;?>', '#loadContent', true, '', '', '', 'Preparando formulário', 'blue', 'circle', 'sm', true)" data-toggle="tooltip" data-placement="left" title="Gerenciar orçamento"><i class="fas fa-ellipsis-v"></i></button></td>
|
||||
<td class="text-center" width="20"><button type="button" class="btn btn-light btn-sm" onclick="request('FOLDER=view&TABLE=clients&ACTION=clients_form&company_id=<?php echo $Result->company_id;?>', '#loadContent', true, '', '', '', 'Preparando formulário', 'blue', 'circle', 'sm', true)" data-toggle="tooltip" data-placement="left" title="Editar dados do cliente"><i class="far fa-edit"></i></button></td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue