Atualizando consolidação

This commit is contained in:
Kenio 2025-08-26 17:54:11 -03:00
parent 6938f455c4
commit 2545b8c6c3
2 changed files with 2 additions and 2 deletions

View file

@ -532,7 +532,7 @@ class FinancialMovements
fm.print,
fm.movement_previous,
fm.sicoob_response,
c.nickname
c.name_fantasy
from financial_movements fm
left join companies c on fm.company_id = c.company_id
where fm.financial_consolidations_id = :financial_consolidations_id';

View file

@ -89,7 +89,7 @@ try{
<tr>
<td class="text-center"><?php echo $Result->reference;?></td>
<td class="text-center"><?php echo date('d/m/Y', strtotime($Result->movement_date_paid));?></td>
<td class="text-left"><?php echo $Result->nickname;?></td>
<td class="text-left"><?php echo $Result->name_fantasy;?></td>
<td class="text-left"><?php echo $Result->description;?></td>
<td class="text-right"><?php echo number_format($Result->movement_value_paid, 2, ',', '.');?></td>
</tr>