Ajustando relatorio de movimentações
This commit is contained in:
parent
b92edb2076
commit
6c6cd9cc61
1 changed files with 2 additions and 2 deletions
|
|
@ -193,8 +193,8 @@ try{
|
|||
$body .= ' <td style="text-align: left">'.$Result->cns.'</td>';
|
||||
$body .= ' <td style="text-align: left">'.( isset($Result->note) ? $Result->note : '' ).'</td>';
|
||||
$body .= ' <td style="text-align: right; width: 60px">'.number_format($Result->movement_value, 2, ',', '.').'</td>';
|
||||
$body .= ' <td style="text-align: right; width: 60px color:red">- '.( isset($Result->movement_value_paid) ? number_format(($Result->movement_value_paid-$Result->movement_value), 2, ',', '.') : '').'</td>';
|
||||
$body .= ' <td style="text-align: right; width: 60px">'.( isset($Result->movement_value_registration_tariff) ? number_format($Result->movement_value_registration_tariff+$Result->movement_value_settlement_tariff, 2, ',', '.') : '').'</td>';
|
||||
$body .= ' <td style="text-align: right; width: 60px">'.( isset($Result->movement_value_paid) ? number_format(($Result->movement_value_paid-$Result->movement_value), 2, ',', '.') : '').'</td>';
|
||||
$body .= ' <td style="text-align: right; width: 60px; color:red">'.( isset($Result->movement_value_registration_tariff) ? '- '.number_format($Result->movement_value_registration_tariff+$Result->movement_value_settlement_tariff, 2, ',', '.') : '').'</td>';
|
||||
$body .= ' <td style="text-align: right; width: 60px">'.( isset($Result->movement_value_paid) ? number_format(($Result->movement_value_paid+($Result->movement_value_registration_tariff+$Result->movement_value_settlement_tariff)), 2, ',', '.') : number_format($Result->movement_value, 2, ',', '.')).'</td>';
|
||||
$body .= ' </tr>';
|
||||
$i++;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue