fetchArray($query); $totrows = sizeof($rs); if( $dir == "entrata" ){ $body .= "

FATTURATO MENSILE DAL ".date("d/m/Y", strtotime($_SESSION['period_start']) )." AL ".date("d/m/Y", strtotime($_SESSION['period_end']) )."

\n"; } else{ $body .= "

ACQUISTI MENSILI DAL ".date("d/m/Y", strtotime($_SESSION['period_start']) )." AL ".date("d/m/Y", strtotime($_SESSION['period_end']) )."

\n"; } $body .= "\n"; $body .= "\n"; $body .= "\n"; $body .= "\n"; $body .= "\n"; $body .= "\n"; for( $r=0; $rfetchArray("SELECT SUM(subtotale-co_righe_documenti.sconto) AS imponibile, SUM(iva) AS iva, (SELECT SUM(bollo) FROM co_documenti WHERE DATE_FORMAT(data,'%m-%Y') = \"".$rs[$r]['periodo']."\" AND idtipodocumento IN(SELECT id FROM co_tipidocumento WHERE dir=\"".$dir."\")) AS bollo, SUM(co_righe_documenti.rivalsainps) AS rivalsainps, SUM(co_righe_documenti.ritenutaacconto) AS ritenutaacconto FROM co_righe_documenti INNER JOIN co_documenti ON co_righe_documenti.iddocumento=co_documenti.id WHERE DATE_FORMAT(data,'%m-%Y') = \"".$rs[$r]['periodo']."\" AND idtipodocumento IN(SELECT id FROM co_tipidocumento WHERE dir=\"".$dir."\")"); $body .= "\n"; $body .= "\n"; $body .= "\n"; $body .= "\n"; $totale_imponibile += $rs2[0]['imponibile']; $totale_iva += $rs2[0]['iva']; $totale += $rs2[0]['imponibile'] + $rs2[0]['iva'] + $rs2[0]['rivalsainps'] + $rs2[0]['bollo'] + $rs2[0]['ritenutaacconto']; } //Totali $body .= "\n"; $body .= " \n"; $body .= " \n"; $body .= " \n"; $body .= " \n"; $body .= "\n"; $body .= "
MeseImponibileIvaTotale
".$mesi[ intval( date("m", strtotime($rs[$r]['data']) ) ) ]." ".date("Y", strtotime($rs[$r]['data']) )."".number_format( $rs2[0]['imponibile'], 2, ",", "." )." €".number_format( $rs2[0]['iva'], 2, ",", "." )." €".number_format( $rs2[0]['imponibile'] + $rs2[0]['iva'] + $rs2[0]['rivalsainps'] + $rs2[0]['bollo'] + $rs2[0]['ritenutaacconto'], 2, ",", "." )." €
TOTALE:".number_format( $totale_imponibile, 2, ",", "." )." €".number_format( $totale_iva, 2, ",", "." )." €".number_format( $totale, 2, ",", "." )." €
\n"; $report_name = "inventario.pdf"; ?>