Atualizando financial_movements_save.php

This commit is contained in:
Kenio 2025-08-20 15:46:12 -03:00
parent c1dcf64337
commit eaef31763a
2 changed files with 2 additions and 7 deletions

View file

@ -68,10 +68,6 @@ try{
$dataT = $RegistroDetalheSegmentoTValidate->getRegistroDetalheT();
$dataU = $RegistroDetalheSegmentoUValidate->getRegistroDetalheU();
print_r($dataT);
exit;
/** Zera o tempo limite de execução */
set_time_limit(0);

View file

@ -361,7 +361,7 @@ try{
<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>
<th class="text-center"></th>
</tr>
</thead>
<tbody>
@ -380,8 +380,7 @@ try{
<tr>
<td><?php echo $Result->output;?></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-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&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>