Atualizando financial_movements_save.php

This commit is contained in:
Kenio 2025-08-20 14:53:51 -03:00
parent 8761ca3d07
commit 44886de2b6

View file

@ -352,9 +352,9 @@ try{
<thead>
<tr>
<th>Descrição</th>
<th>Venc.</th>
<th>Valor R$</th>
<th class="text-center">Descrição</th>
<th class="text-center">Venc.</th>
<th class="text-center">Valor R$</th>
<th class="text-center" colspan="2"></th>
</tr>
</thead>
@ -373,8 +373,8 @@ try{
<tr>
<td><?php echo $Result->output;?></td>
<td class="text-center" width="30"><?php echo $Result->movement_date_scheduled;?></td>
<td><?php echo $Result->movement_value;?></td>
<td class="text-center" width="30"><?php echo date('d/m/Y', strtotime($Result->movement_date_scheduled));?></td>
<td class="text-right"><?php echo number_format($Result->movement_value, 2, ',', '.');?></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>