Ajuste, aplicando filtro de consulta por conter NF no relatório
This commit is contained in:
parent
c7ae6022be
commit
cd08834336
1 changed files with 24 additions and 14 deletions
|
|
@ -321,6 +321,14 @@ try{
|
||||||
$body .= ' </tbody>';
|
$body .= ' </tbody>';
|
||||||
$body .= '</table>';
|
$body .= '</table>';
|
||||||
|
|
||||||
|
/** Verifica se o status */
|
||||||
|
if($FinancialMovementsValidate->getStatusSearch() == 3){
|
||||||
|
|
||||||
|
$body .= '<br/>';
|
||||||
|
$body .= 'Total de itens: '.$i.'<br/>';
|
||||||
|
$body .= 'Total Geral R$ '.number_format(($totalGeneral-$totalFees), 2, ',', '.').'<br/>';
|
||||||
|
|
||||||
|
} else {
|
||||||
|
|
||||||
/** Verifica o tipo da impressão */
|
/** Verifica o tipo da impressão */
|
||||||
switch($FinancialMovementsValidate->getType()){
|
switch($FinancialMovementsValidate->getType()){
|
||||||
|
|
@ -344,6 +352,8 @@ try{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/** Acrescenta os dados ao corpo do relatório */
|
/** Acrescenta os dados ao corpo do relatório */
|
||||||
$mpdf->WriteHTML($body);
|
$mpdf->WriteHTML($body);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue