Ajustando relatorio de movimentações

This commit is contained in:
Kenio 2025-09-02 14:31:36 -03:00
parent da6804b77b
commit 9f84bd4b2e

View file

@ -185,7 +185,7 @@ try{
$totalFees += $Result->movement_value_registration_tariff+$Result->movement_value_settlement_tariff;
$body .= ' <tr style="'.($i % 2 == 0 ? 'background-color: #f2f2f2;' : '').' border-bottom: #666 solid 1px; padding: 2px">';
$body .= ' <tr style="'.($i % 2 == 0 ? 'background-color: #f2f2f2;' : '').' border-bottom: #333 solid 1px; padding: 2px">';
$body .= ' <td style="text-align: center; width: 90px">'.$Result->movement_reference.'</td>';
$body .= ' <td style="text-align: center; width: 90px">'.date('d/m/Y', strtotime($Result->movement_date_scheduled)).'</td>';
$body .= ' <td style="text-align: center; width: '.($FinancialMovementsValidate->getStatusSearch() == 1 ? '120' : '90').'px">'.(isset($Result->movement_date_paid) ? date('d/m/Y', strtotime($Result->movement_date_paid)) : ($Main->CheckDay($Result->movement_date_scheduled) > 1 ? $Main->diffDate($Result->movement_date_scheduled, date('Y-m-d')).' dia(s) de atraso' : '')).'</td>';