0 HAVING 2=2 '.$add_having.' ORDER BY codice ASC'; $rs = $dbo->fetchArray($query); $totrows = sizeof($rs); $body .= '
Codice | \n"; $body .= "Descrizione | \n"; $body .= "Prezzo di vendita | \n"; $body .= "Q.tà | \n"; $body .= "Prezzo di acquisto | \n"; $body .= "Valore totale | \n"; $body .= "
---|---|---|---|---|---|
".$rs[$r]['codice']." | \n"; $body .= "".$rs[$r]['descrizione']." | \n"; $body .= "".Translator::numberToLocale($rs[$r]['prezzo_vendita'])." € | \n"; $body .= "".$rs[$r]['um'].' '.Translator::numberToLocale($rs[$r]['qta'])." | \n"; $body .= "".Translator::numberToLocale($rs[$r]['prezzo_acquisto'])." € | \n"; $body .= "".Translator::numberToLocale(($rs[$r]['prezzo_acquisto'] * $rs[$r]['qta']))." € | \n"; $body .= "
TOTALE: | \n"; $body .= "\n"; $body .= " | ".Translator::numberToLocale($totale_qta)." | \n"; $body .= "\n"; $body .= " | ".Translator::numberToLocale($totale_acquisto)." € | \n"; $body .= "