538 lines
36 KiB
PHP
538 lines
36 KiB
PHP
<?php
|
|
require('lib/fpdf.php');
|
|
// echo'<pre>';
|
|
// print_r($row_nichtda);
|
|
// echo'</pre>';
|
|
//************************************ Frank Teichert C2015 ******************************************************************************
|
|
//****************************************************************************************************************************************
|
|
//**************************************************************************** Variablen *************************************************
|
|
//****************************************************************************************************************************************
|
|
$tag=$_GET['tag'];
|
|
$monat=$_GET['monat'];
|
|
$jahr=$_GET['jahr'];
|
|
//************************************************************** interne PDf Variablen ***************************************************
|
|
$ekb0_1="1234567890"; // Kundennummer Arbeitsamt
|
|
$ekb0_2="0000 BG 123456"; // BG-Nummer
|
|
|
|
//--- persönlichen Daten der Arbeitnehmerin/des Arbeitnehmers ---
|
|
$ekb1_1="Mustermann"; // Nachname
|
|
$ekb1_2="Max"; // Vorame
|
|
$ekb1_3="01.01.1876"; // Geburtsdatum
|
|
|
|
//--- Zeitraum der Bescheinigung ---
|
|
$ekb2_1="X"; // Monat ankreuzen (X)
|
|
$ekb2_2="1"; // Monat einzeln
|
|
$ekb2_3="15"; // Jahr ohne 20 vor dem Jahr
|
|
|
|
$ekb2_4="X"; // Zeitraum ankreuzen (X)
|
|
$ekb2_5="01.01"; // Zeitraum von Tag.Monat
|
|
$ekb2_6="31.03"; // zeitraum bis Tag.Monat
|
|
$ekb2_7="15"; // Jahr ohne 20 vor dem Jahr
|
|
|
|
//--- Angaben zum laufenden Arbeitsentgelt ---
|
|
$ekb3_1="1671,80"; // Bruttoarbeitsentgelt
|
|
$ekb3_2="0,00"; // vermögenswirksame Leistungen
|
|
$ekb3_3="X"; // Sozialversicherungspflicht ja (X)
|
|
$ekb3_4=" "; // Sozialversicherungspflicht nein (X)
|
|
$ekb3_5="384,25"; // Abzüge
|
|
$ekb3_6="I"; // Lohnsteuerklasse
|
|
$ekb3_7="0,00"; // Beitragszuschuss Sozialversicherung
|
|
$ekb3_8="1393,55"; // Nettoarbeitsentgelt
|
|
$ekb3_9="10,45"; // Stundenlohnes
|
|
$ekb3_10="/"; // Kinderfreibertrag
|
|
$ekb3_11="176,20"; // sozialversicherungspflichtiges Entgelt
|
|
|
|
//--- Weitere laufende Leistungen ---
|
|
$ekb4_1="38,90"; // summe zusätzliche Aufwendungen
|
|
$ekb4_2='Monatskarte öff. Nahverkehr Berlin "A"'; // Bezeichung zusätzliche Aufwendungen
|
|
|
|
//--- Einmalzahlungen ---
|
|
$ekb5_1="X"; // Einmalzahlungen ja (X)
|
|
$ekb5_2=" "; // Einmalzahlungen nein (X)
|
|
|
|
$ekb5_3="Kinderbetreung"; // Zahlungsgrund 1
|
|
$ekb5_4="30.01.2015"; // Fälligkeit 1
|
|
$ekb5_5="100,00"; // Bruttobetrag 1
|
|
$ekb5_6="82,46"; // Nettobetrag 1
|
|
|
|
$ekb5_7="Bonuszahlung"; // Zahlungsgrund 2
|
|
$ekb5_8="30.01.2015"; // Fälligkeit 2
|
|
$ekb5_9="50,00"; // Bruttobetrag 2
|
|
$ekb5_10="41,23"; // Nettobetrag 2
|
|
|
|
$ekb5_11="Bonuszahlung"; // Zahlungsgrund 3
|
|
$ekb5_12="30.03.2015"; // Fälligkeit 3
|
|
$ekb5_13="25,00"; // Bruttobetrag 3
|
|
$ekb5_14="20,73"; // Nettobetrag 3
|
|
|
|
//--- Angaben zum Arbeitsvertrag ---
|
|
$ekb6_1="01."; // Auszahlung am tag.
|
|
$ekb6_2=" "; // laufende Monat (X)
|
|
$ekb6_3="X"; // Flogemonat (X)
|
|
$ekb6_4=" "; // Einkommen immer gleich JA (X)
|
|
$ekb6_5="X"; // Einkommen immer gleich NEIN (X)
|
|
$ekb6_6="02.01.2015"; // Eintrittsdatum
|
|
$ekb6_7="31.03.2015"; // Austritsdatum
|
|
$ekb6_8="40"; // wöchentliche Arbeitszeit
|
|
$ekb6_9="Dienstleistung"; // Branche
|
|
$ekb6_10="ohne"; // Tarifvertrag
|
|
$ekb6_11=" "; // Tarifzugehörigkeit JA (X)
|
|
$ekb6_12="X"; // Tarifzugehörigkeit NEIN (X)
|
|
$ekb6_13="X"; // freie Verpflegung JA (X)
|
|
$ekb6_14=" "; // freie Verpflegung NEIN (X)
|
|
$ekb6_15="X"; // Frühstück (X)
|
|
$ekb6_16=" "; // Mittagessen (X)
|
|
$ekb6_17=" "; // Abendessen (X)
|
|
|
|
//--- ergänzende Hinweise ---
|
|
$ekb7_1="Infotext Zeile 1"; // Infotext Zeile 1 ergänzende Hinweise
|
|
$ekb7_2="Infotext Zeile 2"; // Infotext Zeile 2 ergänzende Hinweise
|
|
$ekb7_3="Infotext Zeile 3"; // Infotext Zeile 3 ergänzende Hinweise
|
|
$ekb7_4="Infotext Zeile 4"; // Infotext Zeile 4 ergänzende Hinweise
|
|
$ekb7_5="Infotext Zeile 5"; // Infotext Zeile 5 ergänzende Hinweise
|
|
|
|
//--- Datum & Austellende Firmendaten ---
|
|
$ekb8_1="Fr. Buchhaltung"; // Ansprechpartner
|
|
$ekb8_2="030/123456-99"; // Telefondurchwahl
|
|
$ekb8_3="ANDROM-12345"; // Geschäftszeichen // Vorschlag ANDROM-Personalnummer ** TTACT/Personalnummer ** Firma3-Personalnummer
|
|
$ekb8_4="0815-0815"; // Betriebsnummer des Arbeitgebers
|
|
|
|
$ekb8_5="01.04.2015"; // Datum Austellung dieser Bescheinigung
|
|
|
|
$ekb8_6="Androm"; // Firmendaten 1
|
|
$ekb8_7="Personalservice GmbH"; // Firmendaten 2
|
|
$ekb8_8="Behaimstraße 25"; // Firmendaten 3
|
|
$ekb8_9="10585 Berlin"; // Firmendaten 4
|
|
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
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->SetAutoPageBreak(false);
|
|
$pdf->AddPage();
|
|
|
|
|
|
$pdf->SetTextColor(0,0,0); $pdf->SetFillColor(255,255,255);
|
|
|
|
$pdf->SetFont('Helvetica','B',18); $pdf->Cell(120,8,"Einkommensbescheinigung",'0','1','L','0');
|
|
$pdf->SetFont('Helvetica','B',12); $pdf->Cell(120,8,utf8_decode("- Nachweis über die Höhe des Arbeitsentgelts -"),'0','1','L','0');
|
|
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(60,5,"Kundennummer:",'0','0','L','0');
|
|
$pdf->Cell(70,5," ",'0','0','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(60,5,"Nummer der Bedarfsgemeinschaft:",'0','1','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(60,5,$ekb0_1,'B','0','L','0');
|
|
$pdf->Cell(70,5," ",'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(60,5,$ekb0_2,'B','1','L','0');
|
|
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->SetFont('Helvetica','B',12); $pdf->Cell(63,5," ",'0','0','L','0'); $pdf->Cell(64,5,utf8_decode("Vom Arbeitgeber auszufüllen"),'0','0','L','0'); $pdf->Cell(63,5," ",'0','1','L','0');
|
|
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->Cell(190,5,utf8_decode("Der Arbeitgeber ist auf Verlangen der Arbeitnehmerin/des Arbeitnehmers oder des Jobcenters zur Ausstellung"),'0','1','L','0');
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->Cell(190,5,utf8_decode("dieser Bescheinigung verpflichtet (§§ 57, 58, 60 Abs. 3 SGB II)."),'0','1','L','0');
|
|
|
|
//----------------------------------------------------------------------------------------------------------------------------------------------------
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(10,5,"1.",'0','0','0','0');
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->Cell(180,5,utf8_decode("Angaben zu den persönlichen Daten der Arbeitnehmerin/des Arbeitnehmers"),'0','1','L','0');
|
|
|
|
$pdf->Cell(190,2," ",'0','1','L','0'); //leerzeile mini ^1
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(10,5," ",'0','0','0','0');
|
|
$pdf->Cell(13,5,"Name",'0','0','0','0'); $pdf->SetFont('Courier','B',10); $pdf->Cell(43,5,$ekb1_1,'B','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(5,5," ",'0','0','0','0');
|
|
$pdf->Cell(17,5,"Vorname",'0','0','0','0'); $pdf->SetFont('Courier','B',10); $pdf->Cell(43,5,$ekb1_2,'B','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(5,5," ",'0','0','0','0');
|
|
$pdf->Cell(25,5,"Geburtsdatum",'0','0','0','0'); $pdf->SetFont('Courier','B',10); $pdf->Cell(24,5,$ekb1_3,'B','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(5,5," ",'0','1','0','0');
|
|
$pdf->SetLineWidth(0.5); $pdf->Rect(10, 70, 190, 15);
|
|
//----------------------------------------------------------------------------------------------------------------------------------------------------
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(32,5,utf8_decode("Einzutragen ist das"),'0','0','L','0');
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->Cell(41,5,utf8_decode("laufende Arbeitsentgelt"),'0','0','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(44,5,utf8_decode("des/der Genannten für den"),'0','0','L','0');
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->Cell(50,5,utf8_decode("letzten abgerechneten Monat"),'0','0','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(40,5,utf8_decode("vor der"),'0','1','L','0');
|
|
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(54,5,utf8_decode("Ausstellung dieser Bescheinigung"),'0','0','L','0');
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->Cell(97,5,utf8_decode("bzw. für den vom Jobcenter bereits eingetragenen Monat"),'0','0','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(39,5,utf8_decode("einschließlich Über-"),'0','1','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(40,5,utf8_decode("stundenvergütungen, Zuschlägen (z. B. Mehrarbeitszuschläge, Nachtzuschläge, Auslöse) und Zulagen, des Wertes von"),'0','1','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(40,5,utf8_decode("Sachbezügen (z. B. Monatsticket für den öffentlichen Personennahverkehr). Im Falle von Kurzarbeit ist auch das Soll-"),'0','1','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(40,5,utf8_decode("Entgelt ohne den Arbeitsausfall zu bescheinigen."),'0','1','L','0');
|
|
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->Cell(18,5,utf8_decode("Hinweise:"),'0','0','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(150,5,utf8_decode("Einmalige Zahlungen (z. B. 13. Monatsgehalt, Weihnachtsgeld, zusätzliches Urlaubsgeld) sind unter Punkt 5"),'0','1','L','0');
|
|
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->Cell(18,5,utf8_decode(" "),'0','0','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(150,5,utf8_decode("einzutragen. Liegt das Bruttoarbeitsentgelt zwischen 450,01 und 850,00 Euro, ist grundsätzlich die"),'0','1','L','0');
|
|
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->Cell(18,5,utf8_decode(" "),'0','0','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(150,5,utf8_decode("Gleitzonenregelung anzuwenden."),'0','1','L','0');
|
|
|
|
|
|
$pdf->SetLineWidth(0.5); $pdf->Rect(10, 87, 190, 41);
|
|
|
|
|
|
//----------------------------------------------------------------------------------------------------------------------------------------------------
|
|
$pdf->SetFont('Helvetica','B',10);
|
|
$pdf->Cell(190,4," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(10,5,"2.",'0','0','0','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(180,5,utf8_decode("Zeitraum der Bescheinigung"),'0','1','L','0');
|
|
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"2.a",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(80,5,utf8_decode("Letzter abgerechneter Monat oder - falls bereits"),'0','1','L','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(80,5,utf8_decode("eingetragen - der angegebene Monat (Monat/Jahr)"),'0','0','L','0');
|
|
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb2_1),'BLRT','0','','0');
|
|
$pdf->Cell(2,5,utf8_decode(" "),'0','0','B','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(14,5,utf8_decode("Monat"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(50,5,utf8_decode($ekb2_2),'B','0','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode(" 20"),'0','0','R','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(8,5,utf8_decode($ekb2_3),'B','1','L','0');
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"2.b",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(80,5,utf8_decode("Bei Teilmonaten der genaue Zeitraum"),'0','0','L','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb2_4),'BLRT','0','','0');
|
|
$pdf->Cell(2,5,utf8_decode(" "),'0','0','B','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(14,5,utf8_decode("vom"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(17,5,utf8_decode($ekb2_5),'B','0','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(14,5,utf8_decode("bis"),'0','0','C','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(19,5,utf8_decode($ekb2_6),'B','0','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode(" 20"),'0','0','R','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(8,5,utf8_decode($ekb2_7),'B','1','L','0');
|
|
$pdf->SetLineWidth(0.5); $pdf->Rect(10, 130, 190, 25);
|
|
//----------------------------------------------------------------------------------------------------------------------------------------------------
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->SetLineWidth(0.1);
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(10,5,"3.",'0','0','0','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(180,5,utf8_decode("Angaben zum laufenden Arbeitsentgelt"),'0','1','L','0');
|
|
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"3.a",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(110,5,utf8_decode("Bruttoarbeitsentgelt (ohne Einmalzahlungen)"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(22,5,utf8_decode($ekb3_1),'B','0','R','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Euro"),'0','1','R','0');
|
|
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"3.b",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(110,5,utf8_decode("davon vermögenswirksame Leistungen"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(22,5,utf8_decode($ekb3_2),'B','0','R','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Euro"),'0','1','R','0');
|
|
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"3.c",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(150,5,utf8_decode("Sozialversicherungspflicht liegt vor"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb3_3),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Ja"),'0','0','C','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb3_4),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Nein"),'0','1','C','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(110,5,utf8_decode("Wenn ja, sozialversicherungspflichtiges Entgelt (SV-Brutto;"),'0','1','L','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(110,5,utf8_decode("Gleitzonenregelung beachten)"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(22,5,utf8_decode($ekb3_11),'B','0','R','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Euro"),'0','1','R','0');
|
|
|
|
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"3.d",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(110,5,utf8_decode("Abzüge (Steuern, Pflichtbeiträge zur Sozialversicherung u. ä."),'0','1','L','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(110,5,utf8_decode("Beiträge für freiwillige Versicherungen sind von der Arbeit-"),'0','1','L','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(110,5,utf8_decode("nehmerin/dem Arbeitnehmer gesondert nachzuweisen)"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(22,5,utf8_decode($ekb3_5),'B','0','R','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Euro"),'0','1','R','0');
|
|
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"3.e",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(52,5,utf8_decode("Maßgebliche Lohnsteuerklasse"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(12,5,utf8_decode($ekb3_6),'B','0','C','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(1,5,utf8_decode(" "),'0','0','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(27,5,utf8_decode("Kinderfreibetrag "),'0','0','R','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(12,5,utf8_decode($ekb3_10),'B','1','C','0');
|
|
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"3.f",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(110,5,utf8_decode("Bei freiwillig Versicherten, Beitragszuschuss des Arbeitgebers"),'0','1','L','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(110,5,utf8_decode("zur Sozialversicherung"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(22,5,utf8_decode($ekb3_7),'B','0','R','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Euro"),'0','1','R','0');
|
|
|
|
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"3.g",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(110,5,utf8_decode("Nettoarbeitsentgelt (einschließlich des Beitragszuschusses"),'0','1','L','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(110,5,utf8_decode("bei freiwilliger Versicherung)"),'0','0','L','0');
|
|
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(22,5,utf8_decode($ekb3_8),'B','0','R','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Euro"),'0','1','R','0');
|
|
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"3.h",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(110,5,utf8_decode("Höhe des Brutto-Stundenlohnes"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(22,5,utf8_decode($ekb3_9),'B','0','R','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Euro"),'0','1','R','0');
|
|
|
|
|
|
|
|
$pdf->SetLineWidth(0.5); $pdf->Rect(10, 158, 190, 86);
|
|
//----------------------------------------------------------------------------------------------------------------------------------------------------
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->SetLineWidth(0.1);
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(10,5,"4.",'0','0','0','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(180,5,utf8_decode("Weitere laufende Leistungen"),'0','1','L','0');
|
|
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(80,5,utf8_decode("Weitere laufende Leistungen (die nicht im Brutto- und Netto-"),'0','1','L','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(80,5,utf8_decode("arbeitsentgelt enthalten sind: z. B. Fahrkostenerstattung,"),'0','1','L','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(80,5,utf8_decode("Saison-Kurzarbeitergeld, Kurzarbeitergeld,Zuschüsse zum)"),'0','1','L','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(80,5,utf8_decode("Krankengeld, vom Arbeitgeber gezahltes Kindergeld)"),'0','0','L','0');
|
|
$pdf->Cell(30,5,utf8_decode(" "),'0','0','R','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(22,5,utf8_decode($ekb4_1),'B','0','R','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Euro"),'0','1','R','0');
|
|
|
|
|
|
|
|
//$pdf->Cell(190,3," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(10,5,utf8_decode("Art"),'0','0','L','0'); $pdf->SetFont('Courier','B',10); $pdf->Cell(90,5,utf8_decode($ekb4_2),'B','1','L','0');
|
|
|
|
$pdf->SetLineWidth(0.5); $pdf->Rect(10, 246, 190, 34);
|
|
//------------------------------------------------------------------------------------------------------------------------------
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,10," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(46,5,"Einkommensbescheinigung - ",'0','0','0','0');
|
|
$pdf->Cell(74,5,"04.2015",'0','0','0','0'); // Platzhalter ... durch var ersetzten
|
|
$pdf->Cell(70,5,"Seite 1 / 2",'0','0','R','0');
|
|
//------------------------------------------------------------------------------------------------------------------------------
|
|
$pdf->SetMargins(10, -0); $pdf->AddPage();
|
|
//------------------------------------------------------------------------------------------------------------------------------
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->SetLineWidth(0.1);
|
|
$pdf->Cell(190,6," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(10,5,"5.",'0','0','0','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(180,5,utf8_decode("Einmalzahlungen"),'0','1','L','0'); $pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(150,5,utf8_decode("Im oben bescheinigten Zeitraum sind Einmalzahlungen (z. B. 13. Monatsgehalt,"),'0','1','L','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(150,5,utf8_decode("Weihnachtsgeld, zusätzliches Urlaubsgeld) angefallen oder diese fallen in den"),'0','1','L','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(150,5,utf8_decode("kommenden 12 Monaten an."),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb5_1),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Ja"),'0','0','C','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb5_2),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Nein"),'0','1','C','0');
|
|
|
|
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); // summe breite 175
|
|
$pdf->Cell(65,5,utf8_decode("Art der einmaligen Zahlung"),'TLR','0','C','0');
|
|
$pdf->Cell(30,5,utf8_decode("Fälligkeit"),'TLR','0','C','0');
|
|
$pdf->Cell(40,5,utf8_decode("Bruttobetrag"),'TLR','0','C','0');
|
|
$pdf->Cell(40,5,utf8_decode("Nettobetrag"),'TLR','1','C','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); // summe breite 175
|
|
$pdf->Cell(65,5,utf8_decode(" "),'BLR','0','C','0');
|
|
$pdf->Cell(30,5,utf8_decode(" "),'BLR','0','C','0'); $pdf->SetFont('Helvetica','',8);
|
|
$pdf->Cell(40,5,utf8_decode("(sofern bereits abgerechnet)"),'BLR','0','C','0');
|
|
$pdf->Cell(40,5,utf8_decode("(sofern bereits abgerechnet)"),'BLR','1','C','0');
|
|
|
|
$pdf->SetFont('Courier','B',10);
|
|
$pdf->Cell(10,7," ",'0','0','0','0'); // summe breite 175
|
|
$pdf->Cell(65,7,utf8_decode($ekb5_3),'BLR','0','L','0');
|
|
$pdf->Cell(30,7,utf8_decode($ekb5_4),'BLR','0','C','0');
|
|
$pdf->Cell(40,7,utf8_decode($ekb5_5." Euro"),'BLR','0','R','0');
|
|
$pdf->Cell(40,7,utf8_decode($ekb5_6." Euro"),'BLR','1','R','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); // summe breite 175
|
|
$pdf->Cell(65,7,utf8_decode($ekb5_7),'BLR','0','L','0');
|
|
$pdf->Cell(30,7,utf8_decode($ekb5_8),'BLR','0','C','0');
|
|
$pdf->Cell(40,7,utf8_decode($ekb5_9." Euro"),'BLR','0','R','0');
|
|
$pdf->Cell(40,7,utf8_decode($ekb5_10." Euro"),'BLR','1','R','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); // summe breite 175
|
|
$pdf->Cell(65,7,utf8_decode($ekb5_11),'BLR','0','L','0');
|
|
$pdf->Cell(30,7,utf8_decode($ekb5_12),'BLR','0','C','0');
|
|
$pdf->Cell(40,7,utf8_decode($ekb5_13." Euro"),'BLR','0','R','0');
|
|
$pdf->Cell(40,7,utf8_decode($ekb5_14." Euro"),'BLR','1','R','0');
|
|
|
|
$pdf->SetLineWidth(0.5); $pdf->Rect(10, 10, 190, 60);
|
|
//----------------------------------------------------------------------------------------------------------------------------------------------------
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->SetLineWidth(0.1);
|
|
$pdf->Cell(190,7," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(10,5,"6.",'0','0','0','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(180,5,utf8_decode("Weitere Angaben zum Beschäftigungsverhältnis"),'0','1','L','0');
|
|
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"6.a",'0','0','0','0'); $pdf->Cell(64,5,utf8_decode("Die Auszahlung ist/war jeweils fällig am"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(22,5,utf8_decode($ekb6_1),'B','1','L','0');
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe
|
|
$pdf->Cell(10,5," ",'0','0','0','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb6_2),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(44,5,utf8_decode(" des laufenden Monats"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb6_3),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(40,5,utf8_decode(" des Folgemonats"),'0','1','L','0');
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"6.b",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(150,5,utf8_decode("Das Einkommen ist monatlich gleich hoch"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb6_4),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Ja"),'0','0','C','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb6_5),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Nein"),'0','1','C','0');
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"6.c",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(64,5,utf8_decode("Die Beschäftigung wird ausgeübt seit"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(22,5,utf8_decode($ekb6_6),'B','0','L','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(22,5,utf8_decode("; ggf. bis"),'0','0','C','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(22,5,utf8_decode($ekb6_7),'B','1','L','0');
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"6.d",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(80,5,utf8_decode("Die tatsächliche wöchentliche Arbeitszeit beträgt"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(12,5,utf8_decode($ekb6_8),'B','0','R','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(22,5,utf8_decode("Stunden"),'0','1','L','0');
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"6.e",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(20,5,utf8_decode("Branche"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(53,5,utf8_decode($ekb6_9),'B','1','L','0');
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"6.f",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(23,5,utf8_decode("Tarifvertrag"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(50,5,utf8_decode($ekb6_10),'B','1','L','0');
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"6.g",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(150,5,utf8_decode("Tarifzugehörigkeit"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb6_11),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Ja"),'0','0','C','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb6_12),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Nein"),'0','1','C','0');
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5,"6.h",'0','0','0','0'); $pdf->SetFont('Helvetica','',10); $pdf->Cell(150,5,utf8_decode("Gewährung von freier Verpflegung"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb6_13),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Ja"),'0','0','C','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb6_14),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(10,5,utf8_decode("Nein"),'0','1','C','0');
|
|
$pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(23,5,utf8_decode("Wenn ja, geben Sie bitte die Mahlzeiten an"),'0','1','L','0');
|
|
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); //leerzeile mini - höhe 1
|
|
$pdf->Cell(10,5," ",'0','0','0','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb6_15),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(40,5,utf8_decode(" Frühstück"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb6_16),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(40,5,utf8_decode(" Mittagessen"),'0','0','L','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->SetLineWidth(0.1); $pdf->Cell(4,4,utf8_decode($ekb6_17),'BLRT','0','0','0');
|
|
$pdf->SetFont('Helvetica','',10); $pdf->Cell(40,5,utf8_decode(" Abendessen"),'0','1','L','0');
|
|
|
|
$pdf->SetLineWidth(0.5); $pdf->Rect(10, 73, 190, 73);
|
|
//----------------------------------------------------------------------------------------------------------------------------------------------------
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->SetLineWidth(0.1);
|
|
$pdf->Cell(190,6," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(10,5,"7.",'0','0','0','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(180,5,utf8_decode("Feld für ergänzende Hinweise"),'0','1','L','0');
|
|
|
|
$pdf->SetFont('Courier','B',10);
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(175,5,utf8_decode($ekb7_1),'0','1','L','0');
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(175,5,utf8_decode($ekb7_2),'0','1','L','0');
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(175,5,utf8_decode($ekb7_3),'0','1','L','0');
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(175,5,utf8_decode($ekb7_4),'0','1','L','0');
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(175,5,utf8_decode($ekb7_5),'0','1','L','0');
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->SetLineWidth(0.5); $pdf->Rect(10, 149, 190, 38);
|
|
//----------------------------------------------------------------------------------------------------------------------------------------------------
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->SetLineWidth(0.1);
|
|
$pdf->Cell(190,7," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(10,5,"8.",'0','0','0','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(180,5,utf8_decode("Für Rückfragen und Schriftwechsel"),'0','1','L','0');
|
|
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(190,3," ",'0','1','L','0');
|
|
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(10,5," ",'0','0','0','0');
|
|
$pdf->Cell(35,5,utf8_decode("Ansprechpartner/in"),'0','0','0','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(140,5,utf8_decode($ekb8_1),'B','1','L','0');
|
|
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(10,5," ",'0','0','0','0');
|
|
$pdf->Cell(35,5,utf8_decode("Telefondurchwahl"),'0','0','0','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(140,5,utf8_decode($ekb8_2),'B','1','L','0');
|
|
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(10,5," ",'0','0','0','0');
|
|
$pdf->Cell(35,5,utf8_decode("Geschäftszeichen"),'0','0','0','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(140,5,utf8_decode($ekb8_3),'B','1','L','0');
|
|
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(10,5," ",'0','0','0','0');
|
|
$pdf->Cell(60,5,utf8_decode("Betriebsnummer des Arbeitgebers"),'0','0','0','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(115,5,utf8_decode($ekb8_4),'B','1','L','0');
|
|
|
|
|
|
$pdf->Cell(190,9," ",'0','1','L','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(115,5," ",'0','0','0','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(70,5,utf8_decode($ekb8_6),'0','1','L','0');
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(115,5," ",'0','0','0','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(70,5,utf8_decode($ekb8_7),'0','1','L','0');
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(115,5," ",'0','0','0','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(70,5,utf8_decode($ekb8_8),'0','1','L','0');
|
|
|
|
$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->SetFont('Helvetica','B',10); $pdf->Cell(10,5," ",'0','0','0','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(100,5,$ekb8_5,'B','0','L','0');
|
|
$pdf->SetFont('Helvetica','B',10); $pdf->Cell(5,5," ",'0','0','0','0');
|
|
$pdf->SetFont('Courier','B',10); $pdf->Cell(70,5,utf8_decode($ekb8_9),'B','1','L','0');
|
|
|
|
$pdf->SetFont('Helvetica','',8);
|
|
$pdf->Cell(115,5,"Datum/Unterschrift des Arbeitgebers oder seiner/seines Beauftragten",'0','0','C','0');
|
|
$pdf->Cell(70,5,utf8_decode("Name und Anschrift (Firmenstempel)"),'0','1','C','0');
|
|
|
|
|
|
//$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->Cell(190,1," ",'0','1','L','0'); $pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(175,5,utf8_decode(" "),'0','1','L','0');
|
|
//$pdf->Cell(190,1," ",'0','1','L','0'); $pdf->Cell(190,1," ",'0','1','L','0'); $pdf->Cell(10,5," ",'0','0','0','0'); $pdf->Cell(175,5,utf8_decode(" "),'0','1','L','0');
|
|
|
|
$pdf->SetLineWidth(0.5); $pdf->Rect(10, 191, 190, 70);
|
|
//----------------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------------------------------------------------------------
|
|
$pdf->Cell(190,25," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(70,5,"Seite 2 von 2",'0','0','L','0');
|
|
$pdf->Cell(110,5,"Einkommensbescheinigung - ",'0','0','R','0');
|
|
$pdf->Cell(10,5,"04.2015",'0','0','R','0'); // Platzhalter ... durch var ersetzten
|
|
//------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
$pdf->Cell(190,5," ",'0','1','L','0'); //leerzeile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$pdf->SetFont('Helvetica','',10);
|
|
$pdf->Cell(10,5," ",'0','0','0','0');
|
|
$pdf->Cell(13,5,"Name",'0','0','0','0'); $pdf->Cell(43,5," ",'B','0','0','0'); $pdf->Cell(5,5," ",'0','0','0','0');
|
|
$pdf->Cell(17,5,"Vorname",'0','0','0','0'); $pdf->Cell(43,5," ",'B','0','0','0'); $pdf->Cell(5,5," ",'0','0','0','0');
|
|
$pdf->Cell(25,5,"Geburtsdatum",'0','0','0','0'); $pdf->Cell(24,5," ",'B','0','0','0'); $pdf->Cell(5,5," ",'0','1','0','0');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$pdf->Output('Gesamtliste_'.($kw_aktuell).'kw.pdf','I');
|
|
|
|
?>
|