Änderungsschreiben Lubu angepasst

This commit is contained in:
aschwarz
2023-07-14 08:19:30 +02:00
parent 43cec11537
commit 4101fe2e30
3 changed files with 76 additions and 151 deletions

View File

@ -43,107 +43,80 @@ $res_dat = $db->query("SELECT min(date_format(datum, '%d.%m.%Y')) datum FROM sta
$heute_format = $row_dat['datum'];
}
$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
#$pdf->Image('anschreiben/logo.jpg', 116, 10,64); #https://www.fpdf.de/funktionsreferenz/?funktion=Image
$pdf->SetFont('Arial', '', 12);
$pdf->SetY(59.5);
$pdf->SetX(23);
$pdf->SetX(24);
$pdf->Cell(0, 3, "$row_stud[vorname] $row_stud[nachname]", 0, 0, 'L');
$pos = $pdf->GetY()+4;
$pdf->SetFont('Arial', '', 12);
$pdf->SetY($pos);
$pdf->SetX(23);
$pdf->SetX(24);
$pdf->Cell(0, 3, "$row_stud[ag] / $row_stud[jahrgang]", 0, 0, 'L');
$pos = $pdf->GetY()+4;
$pdf->SetFont('Arial', '', 12);
$pdf->SetY($pos);
$pdf->SetX(23);
$pdf->SetX(24);
$pdf->Cell(0, 3, "$row_stud[postrasse]", 0, 0, 'L');
$pos = $pdf->GetY()+4;
$pdf->SetFont('Arial', 'B', 12);
$pdf->SetY($pos);
$pdf->SetX(23);
$pdf->SetX(24);
$pdf->Cell(0, 3, "$row_stud[poplz] $row_stud[poort]", 0, 0, 'L');
$pdf->SetFont('Arial', 'B', 10);
$pdf->SetY(56);
$pdf->SetX(117.9);
$pdf->MultiCell(47, 3, "Zulassung", 0, 'L');
#$pdf->SetFont('Arial', 'B', 10);
#$pdf->SetY(56);
#$pdf->SetX(117.9);
#$pdf->MultiCell(47, 3, "Zulassung", 0, 'L');
#$pdf->SetFont('Arial', '', 8);
#$pos=$pdf->GetY()+3.7;
#$pdf->SetY($pos);
#$pdf->SetX(117.9);
#$pdf->MultiCell(47, 3, "Ludwigsburg,", 0, 'L');
#$pdf->SetFont('Arial', '', 8);
#$pdf->SetY($pos);
#$pdf->SetX(143.1);
#$pdf->MultiCell(47, 3, "$heute_format", 0, 'R');
#
#$pos=$pdf->GetY()+0.3;
$pdf->SetFont('Arial', '', 8);
$pos=$pdf->GetY()+3.7;
$pdf->SetY($pos);
$pdf->SetX(117.9);
$pdf->MultiCell(47, 3, "Ludwigsburg,", 0, 'L');
$pdf->SetY(60);
#$pdf->SetX(143.1);
$pdf->SetX(147.3);
$pdf->MultiCell(47, 3, "$heute_format", 0, 'L');
$pos=$pdf->GetY()+0.5;
$pdf->SetFont('Arial', '', 8);
$pdf->SetY($pos);
$pdf->SetX(143.1);
$pdf->MultiCell(47, 3, "$heute_format", 0, 'R');
$pdf->SetX(147.3);
$pdf->MultiCell(47, 3, "$row_ansp[name]", 0, 'L');
$pos=$pdf->GetY()+0.3;
$pos=$pdf->GetY()+0.5;
$pdf->SetFont('Arial', '', 8);
$pdf->SetY($pos);
$pdf->SetX(117.9);
$pdf->MultiCell(47, 3, "Bearbeiter/in", 0, 'L');
$pdf->SetX(147.3);
$pdf->MultiCell(47, 3, "$row_kontakt[tel]", 0, 'L');
$pos=$pdf->GetY()+0.5;
$pdf->SetFont('Arial', '', 8);
$pdf->SetY($pos);
$pdf->SetX(143.1);
$pdf->MultiCell(47, 3, "$row_ansp[name]", 0, 'R');
$pos=$pdf->GetY()+0.3;
$pdf->SetFont('Arial', '', 8);
$pdf->SetY($pos);
$pdf->SetX(117.9);
$pdf->MultiCell(47, 3, "Telefon", 0, 'L');
$pdf->SetFont('Arial', '', 8);
$pdf->SetY($pos);
$pdf->SetX(143.1);
$pdf->MultiCell(47, 3, "$row_kontakt[tel]", 0, 'R');
$pos=$pdf->GetY()+0.3;
$pdf->SetFont('Arial', '', 8);
$pdf->SetY($pos);
$pdf->SetX(117.9);
$pdf->MultiCell(47, 3, "Fax", 0, 'L');
$pdf->SetFont('Arial', '', 8);
$pdf->SetY($pos);
$pdf->SetX(143.1);
$pdf->MultiCell(47, 3, "$row_kontakt[fax]", 0, 'R');
$pos=$pdf->GetY()+0.3;
$pdf->SetFont('Arial', '', 8);
$pdf->SetY($pos);
$pdf->SetX(117.9);
$pdf->MultiCell(47, 3, "e-mail", 0, 'L');
$pdf->SetFont('Arial', '', 8);
$pdf->SetY($pos);
$pdf->SetX(143.1);
$pdf->MultiCell(47, 3, "$row_ansp[mail]", 0, 'R');
$pdf->SetFont('Arial', '', 8);
$pdf->SetY(45);
$pdf->SetX(23);
$pdf->MultiCell(80, 3, "HS Ludwigsburg ".uchr(149)." Postfach 0489 ".uchr(149)." 71604 Ludwigsburg", 0, 'L');
$pdf->SetX(147.3);
$pdf->MultiCell(47, 3, "$row_ansp[mail]", 0, 'L');
########Kontaktdaten HS Ende #####################
@ -152,7 +125,7 @@ $pdf->MultiCell(80, 3, "HS Ludwigsburg ".uchr(149)." Postfach 0489 ".uchr(149)."
$pdf->SetFont('Arial', 'B', 12);
$pdf->SetY(96.2);
$pdf->SetX(23);
$pdf->SetX(24);
$pdf->MultiCell(150, 3, "Änderung der Zuweisung für die praktische Ausbildung;", 0, 'L');
@ -163,7 +136,7 @@ $pos=$pdf->GetY()+10.0;
$pdf->SetFont('Arial', '', 12);
$pdf->SetY($pos);
$pdf->SetX(23);
$pdf->SetX(24);
$pdf->MultiCell(150, 3, "Sehr $anredeform $anrede $row_stud[vorname] $row_stud[nachname],", 0, 'L');
@ -172,7 +145,7 @@ $pos=$pdf->GetY()+7.1;
$pdf->SetFont('Arial', '', 12);
$pdf->SetY($pos);
$pdf->SetX(23);
$pdf->SetX(24);
$pdf->MultiCell(168, 4.8, "aufgrund Ihres Änderungsantrages vom $row_zuw_neu[aend_dat] wird hiermit der Bescheid über die Zuweisung zu den Ausbildungsstellen in der praktischen Ausbildung der Hochschule Ludwigsburg vom $row_zuw_alt[zuweis_dat] wie folgt geändert:", 0, 'J');
@ -181,7 +154,7 @@ $pos=$pdf->GetY()+3.2;
$pdf->SetFont('Arial', 'U', 12);
$pdf->SetY($pos);
$pdf->SetX(23);
$pdf->SetX(24);
$pdf->MultiCell(168, 7.4, "Bisherige Zuweisung:", 0, 'J');
@ -408,7 +381,7 @@ $pos=$pdf->GetY()+3.2;
$pdf->SetFont('Arial', 'U', 12);
$pdf->SetY($pos);
$pdf->SetX(23);
$pdf->SetX(24);
$pdf->MultiCell(168, 7.4, "Geänderte Zuweisung", 0, 'J');
@ -604,7 +577,7 @@ $pos=$pdf->GetY()+6.4;
$pdf->SetFont('Arial', '', 12);
$pdf->SetY($pos);
$pdf->SetX(23);
$pdf->SetX(24);
$pdf->MultiCell(168, 4.8, "Die übrigen Bestimmungen des Bescheids vom $row_zuw_alt[zuweis_dat] gelten weiterhin.", 0, 'J');
@ -612,7 +585,7 @@ $pos=$pdf->GetY()+5.0;
$pdf->SetFont('Arial', '', 12);
$pdf->SetY($pos);
$pdf->SetX(23);
$pdf->SetX(24);
$pdf->MultiCell(168, 4.8, "Mit freundlichen Grüßen", 0, 'J');
@ -620,14 +593,14 @@ $pos=$pdf->GetY()+14.8;
$pdf->SetFont('Arial', '', 12);
$pdf->SetY($pos);
$pdf->SetX(23);
$pdf->SetX(24);
$pdf->MultiCell(168, 4.8, "gez.\n$row_ansp[name]", 0, 'J');
$pos=$pdf->GetY()+5.0;
$pdf->SetFont('Arial', '', 8);
$pdf->SetY($pos);
$pdf->SetX(23);
$pdf->SetX(24);
$pdf->MultiCell(168, 4.8, "Hinweis: Aus technischen Gründen erhalten Sie auch bei geringfügigen Änderungen ein neues Zuweisungsschreiben.", 0, 'J');
?>