0) { $kw_aktuell = $_GET['kw']; } else { $kw_aktuell = (int)date('W'); } if ($_GET['jahr']>0) { $jahr_aktuell=$_GET['jahr']; } else { $jahr_aktuell = (int)date('Y'); } require('lib/fpdf.php'); class PDF extends FPDF { function Footer() { $this->SetY(-15); $this->SetFont('Helvetica','I',6); $this->Cell(190,3,'JB-Transport.de - Bautzner Str. 67 - 04347 Leipzig ***** Interne Liste - NON Public ***** by. F. Teichert ©2012','1','0','C','1'); } } $pdf = new PDF('P','mm','A4'); $pdf->AddPage(); // blau (0,160,230) // Orange (240,150, 0) // grau (200,200,200) $pdf->SetFont('Helvetica','B',14); // $pdf->SetTextColor(0,160,230); $pdf->SetFillColor(240,150,0); $pdf->Cell(110,8,($kw_aktuell).".KW",'0','1','R','0'); $pdf->Cell(110,8,$jahr_aktuell,'0','0','R','0'); $pdf->Write(9,"\n"); $pdf->SetFont('Helvetica','B',18); $pdf->SetTextColor(0,0,140); $pdf->Image('template/images/exxtra2.png', 10, 5); $pdf->Image('template/images/jb_logo2.png', 125, 7); $pdf->Write(1,"\n\n"); $pdf->SetFillColor(36,89,165); $pdf->SetTextColor(239,166,1); $pdf->Cell(190,7,"Marktbelege",'1','0','L','1'); $pdf->Write(8,"\n"); $pdf->SetFillColor(100,100,100); $pdf->SetFont('Helvetica','BI',10); $pdf->SetTextColor(255,255,255); $pdf->Cell(20,5,"Datum",'1','0','L','1'); $pdf->Cell(20,5,"Tour",'1','0','L','1'); $pdf->Cell(35,5,"Bezeichnung",'1','0','L','1'); $pdf->Cell(35,5,"Fahrer",'1','0','L','1'); $pdf->Cell(20,5,"Gewicht",'1','0','L','1'); $pdf->Cell(20,5,"Stellzeit",'1','0','L','1'); $pdf->Cell(25,5,"Fahrzeug",'1','0','L','1'); $pdf->Cell(15,5,"SMS",'1','0','L','1'); $pdf->Write(8,"\n"); $pdf->SetFillColor(255,255,255); $pdf->SetTextColor(0,0,0); $pdf->SetFont(''); $key=0; $rs_tour = $GLOBALS['mysql']->query("SELECT * FROM tourenliste WHERE kw='".$kw_aktuell."' and jahr='".$jahr_aktuell."' and typ=12"); while($row = $rs_tour->fetch_assoc()) { $datum=$row['tag'].".".$row['monat'].".".$row['jahr']; $pdf->Cell(20,5,($datum),'1','0','R','1'); $row_tour = $GLOBALS['mysql']->query_single("SELECT * FROM touren WHERE id='".$row['tour']."'"); $stamma=$row_tour['s_auto']; $stammf=$row_tour['s_fahrer']; $pdf->Cell(20,5,utf8_decode($row_tour['tour']),'1','0','L','1'); $pdf->Cell(35,5,utf8_decode($row_tour['infotitel']),'1','0','L','1'); $row_fahrerx = $GLOBALS['mysql']->query_single("SELECT * FROM mitarbeiter WHERE id='".$row['fahrer']."'"); if ($stammf != $row['fahrer']) $pdf->SetFont('Helvetica','BI',10); $pdf->Cell(35,5,utf8_decode($row_fahrerx['name']),'1','0','L','1'); $pdf->SetFont(''); if ($row['gewicht']>1799) $pdf->SetFont('Helvetica','BI',10); $pdf->Cell(20,5,($row['gewicht']." kg"),'1','0','R','1'); $pdf->SetFont(''); $pdf->Cell(20,5,($row['zeit']." Uhr"),'1','0','R','1'); $row_autox = $GLOBALS['mysql']->query_single("SELECT * FROM fahrzeuge WHERE id='".$row['auto']."'"); if($stamma != $row['auto']) $pdf->SetFont('Helvetica','BI',10); $pdf->Cell(25,5,($row_autox['kz']),'1','0','L','1'); $pdf->SetFont(''); $pdf->Cell(15,5,($row['smsid']),'1','1','L','1'); $pdf->SetFont(''); $key++; } /* $pdf->Write(8,"\n"); $pdf->SetFont('Helvetica','B',20); $pdf->SetFillColor(0,0,140); $pdf->SetTextColor(240,150,0); $pdf->Cell(190,8,"Tip-Werbung",'1','0','C','1'); $pdf->Write(8,"\n"); $pdf->SetFillColor(100,100,100); $pdf->SetFont('Helvetica','BI',10); $pdf->SetTextColor(255,255,255); $pdf->Cell(20,5,"Datum",'1','0','L','1'); $pdf->Cell(20,5,"Tour",'1','0','L','1'); $pdf->Cell(35,5,"Bezeichnung",'1','0','L','1'); $pdf->Cell(35,5,"Fahrer",'1','0','L','1'); $pdf->Cell(20,5,"Gewicht",'1','0','L','1'); $pdf->Cell(20,5,"Stellzeit",'1','0','L','1'); $pdf->Cell(25,5,"Fahrzeug",'1','0','L','1'); $pdf->Cell(15,5,"SMS",'1','0','L','1'); $pdf->Write(8,"\n"); $pdf->SetFillColor(255,255,255); $pdf->SetTextColor(0,0,0); $pdf->SetFont(''); $key=0; $rs_tour = $GLOBALS['mysql']->query("SELECT * FROM tourenliste WHERE kw='".$kw_aktuell."' and jahr='".$jahr_aktuell."' and typ=13"); while($row = $rs_tour->fetch_assoc()) { $datum=$row['tag'].".".$row['monat'].".".$row['jahr']; $pdf->Cell(20,5,($datum),'1','0','R','1'); $row_tour = $GLOBALS['mysql']->query_single("SELECT * FROM touren WHERE id='".$row['tour']."'"); $stamma=$row_tour['s_auto']; $stammf=$row_tour['s_fahrer']; $pdf->Cell(20,5,($row_tour['tour']),'1','0','L','1'); $pdf->Cell(35,5,($row_tour['infotitel']),'1','0','L','1'); $row_fahrerx = $GLOBALS['mysql']->query_single("SELECT * FROM mitarbeiter WHERE id='".$row['fahrer']."'"); if ($stammf != $row['fahrer']) $pdf->SetFont('Helvetica','BI',10); $pdf->Cell(35,5,($row_fahrerx['name']),'1','0','L','1'); $pdf->SetFont(''); if ($row['gewicht']>1799) $pdf->SetFont('Helvetica','BI',10); $pdf->Cell(20,5,($row['gewicht']." kg"),'1','0','R','1'); $pdf->SetFont(''); $pdf->Cell(20,5,($row['zeit']." Uhr"),'1','0','R','1'); $row_autox = $GLOBALS['mysql']->query_single("SELECT * FROM fahrzeuge WHERE id='".$row['auto']."'"); if($stamma != $row['auto']) $pdf->SetFont('Helvetica','BI',10); $pdf->Cell(25,5,($row_autox['kz']),'1','0','L','1'); $pdf->SetFont(''); $pdf->Cell(15,5,($row['smsid']),'1','1','L','1'); $pdf->SetFont(''); $key++; } */ $pdf->Write(2,"\n"); $pdf->SetFont('Helvetica','B',18); $pdf->SetFillColor(36,89,165); $pdf->SetTextColor(239,166,1); $pdf->Cell(190,7,"MPV-Werbung Land",'1','0','L','1'); $pdf->Write(8,"\n"); $pdf->SetFillColor(100,100,100); $pdf->SetFont('Helvetica','BI',10); $pdf->SetTextColor(255,255,255); $pdf->Cell(20,5,"Datum",'1','0','L','1'); $pdf->Cell(20,5,"Tour",'1','0','L','1'); $pdf->Cell(35,5,"Bezeichnung",'1','0','L','1'); $pdf->Cell(35,5,"Fahrer",'1','0','L','1'); $pdf->Cell(20,5,"Gewicht",'1','0','L','1'); $pdf->Cell(20,5,"Stellzeit",'1','0','L','1'); $pdf->Cell(25,5,"Fahrzeug",'1','0','L','1'); $pdf->Cell(15,5,"SMS",'1','0','L','1'); $pdf->Write(8,"\n"); $pdf->SetFillColor(255,255,255); $pdf->SetTextColor(0,0,0); $pdf->SetFont(''); $key=0; $rs_tour = $GLOBALS['mysql']->query("SELECT * FROM tourenliste WHERE kw='".$kw_aktuell."' and jahr='".$jahr_aktuell."' and typ=14 ORDER BY tour"); while($row = $rs_tour->fetch_assoc()) { $datum=$row['tag'].".".$row['monat'].".".$row['jahr']; $pdf->Cell(20,5,($datum),'1','0','R','1'); $row_tour = $GLOBALS['mysql']->query_single("SELECT * FROM touren WHERE id='".$row['tour']."'"); $stamma=$row_tour['s_auto']; $stammf=$row_tour['s_fahrer']; $pdf->Cell(20,5,utf8_decode($row_tour['tour']),'1','0','L','1'); $pdf->Cell(35,5,utf8_decode($row_tour['infotitel']),'1','0','L','1'); $row_fahrerx = $GLOBALS['mysql']->query_single("SELECT * FROM mitarbeiter WHERE id='".$row['fahrer']."'"); if ($stammf != $row['fahrer']) $pdf->SetFont('Helvetica','BI',10); $pdf->Cell(35,5,utf8_decode($row_fahrerx['name']),'1','0','L','1'); $pdf->SetFont(''); if ($row['gewicht']>1799) $pdf->SetFont('Helvetica','BI',10); $pdf->Cell(20,5,($row['gewicht']." kg"),'1','0','R','1'); $pdf->SetFont(''); $pdf->Cell(20,5,($row['zeit']." Uhr"),'1','0','R','1'); $row_autox = $GLOBALS['mysql']->query_single("SELECT * FROM fahrzeuge WHERE id='".$row['auto']."'"); if($stamma != $row['auto']) $pdf->SetFont('Helvetica','BI',10); $pdf->Cell(25,5,($row_autox['kz']),'1','0','L','1'); $pdf->SetFont(''); $pdf->Cell(15,5,($row['smsid']),'1','1','L','1'); $pdf->SetFont(''); $key++; } $pdf->Write(2,"\n"); $pdf->SetFont('Helvetica','B',18); $pdf->SetFillColor(36,89,165); $pdf->SetTextColor(239,166,1); $pdf->Cell(190,7,"MPV-Werbung EXXTRA",'1','0','L','1'); $pdf->Write(8,"\n"); $pdf->SetFillColor(100,100,100); $pdf->SetFont('Helvetica','BI',10); $pdf->SetTextColor(255,255,255); $pdf->Cell(20,5,"Datum",'1','0','L','1'); $pdf->Cell(20,5,"Tour",'1','0','L','1'); $pdf->Cell(35,5,"Bezeichnung",'1','0','L','1'); $pdf->Cell(35,5,"Fahrer",'1','0','L','1'); $pdf->Cell(20,5,"Gewicht",'1','0','L','1'); $pdf->Cell(20,5,"Stellzeit",'1','0','L','1'); $pdf->Cell(25,5,"Fahrzeug",'1','0','L','1'); $pdf->Cell(15,5,"SMS",'1','0','L','1'); $pdf->Write(8,"\n"); $pdf->SetFillColor(255,255,255); $pdf->SetTextColor(0,0,0); $pdf->SetFont(''); $key=0; $rs_tour = $GLOBALS['mysql']->query("SELECT * FROM tourenliste WHERE kw='".$kw_aktuell."' and jahr='".$jahr_aktuell."' and typ=11 ORDER BY tour"); while($row = $rs_tour->fetch_assoc()) { $datum=$row['tag'].".".$row['monat'].".".$row['jahr']; $pdf->Cell(20,5,($datum),'1','0','R','1'); $row_tour = $GLOBALS['mysql']->query_single("SELECT * FROM touren WHERE id='".$row['tour']."'"); $stamma=$row_tour['s_auto']; $stammf=$row_tour['s_fahrer']; $pdf->Cell(20,5,utf8_decode($row_tour['tour']),'1','0','L','1'); $pdf->Cell(35,5,utf8_decode($row_tour['infotitel']),'1','0','L','1'); $row_fahrerx = $GLOBALS['mysql']->query_single("SELECT * FROM mitarbeiter WHERE id='".$row['fahrer']."'"); if ($stammf != $row['fahrer']) $pdf->SetFont('Helvetica','BI',10); $pdf->Cell(35,5,utf8_decode($row_fahrerx['name']),'1','0','L','1'); $pdf->SetFont(''); if ($row['gewicht']>1799) $pdf->SetFont('Helvetica','BI',10); $pdf->Cell(20,5,($row['gewicht']." kg"),'1','0','R','1'); $pdf->SetFont(''); $pdf->Cell(20,5,($row['zeit']." Uhr"),'1','0','R','1'); $row_autox = $GLOBALS['mysql']->query_single("SELECT * FROM fahrzeuge WHERE id='".$row['auto']."'"); if($stamma != $row['auto']) $pdf->SetFont('Helvetica','BI',10); $pdf->Cell(25,5,($row_autox['kz']),'1','0','L','1'); $pdf->SetFont(''); $pdf->Cell(15,5,($row['smsid']),'1','1','L','1'); $pdf->SetFont(''); $key++; } //--------------------------------------- if ($_GET['icon'] ==0) { $pdf->Output('Werbung_'.($datum).'.pdf','I'); } if ($_GET['icon'] ==1) { $pdf->Output('Werbung_'.($datum).'.pdf','D'); } if ($_GET['icon'] ==2) { if (!class_exists("phpmailer")) { require_once('lib/phpmailer/class.phpmailer.php'); } $empfaenger = "dispo@jb-transport.de"; $betreff="Werbung-Einsatzplan ".($datum).".pdf"; $Dateiname = "Werbung_".($datum).".pdf"; $DateinameMail = "Werbung_".($datum).".pdf"; require_once('lib/phpmailer/class.phpmailer.php'); $mail = new PHPMailer(); $mail->SetLanguage('de', $mail->PluginDir . '/language/'); $mail->Body = "Werbung-Einsatzplan fuer den ".$datum; $mail->From = "dispo@jb-transport.de"; $mail->FromName = "dispo@jb-transport.de"; $mail->AddAddress("dispo@jb-transport.de"); $mail->Subject = $betreff; $doc = $pdf->Output('','S'); $mail->AddStringAttachment($doc,"Werbung_".$datum.".pdf", 'base64', 'application/pdf'); //$Dateiname $mail->Send(); echo $Dateiname.' wurde versendet an: '.$empfaenger; ?>