Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
    // $Id: footer_zeldi.de.inc.php 3185 2011-01-25 11:53:06Z tiefland $
    //Logo
    $this->Image( '../images/Domain-Logos/zeldi-logo.jpg', 135, 10, 60 );
    //Position at 1.5 cm from bottom
    $this->SetY( -20 );
    //Arial 6
    $this->SetFont( 'Arial', 'B', 8 );
    $this->MultiCell( 0, 4,
        "Sparkasse Bottrop BLZ.: 42451220 KontoNr. 97097 SWIFT.: WELADED1BOT IBAN.: DE86424512200000097097",
        'T', 'C', 1 );
    $this->MultiCell( 0, 4, "", 0, 'C', 1 );
    $this->MultiCell( 0, 4,
        "HINWEIS: Rechnungsdatum entspricht Leistungszeitpunkt", 0, 'C', 1 );
    $this->MultiCell( 0, 4, "", 0, 'C', 1 );
    $this->SetFont( 'Arial', '', 8 );
    $this->MultiCell( 0, 4,
        "Kaniewski Handels GmbH & Co.KG - HRA 4422 - Finanzamt Marl St.-Nr: 359/5837/4034 - USt-IDNr: DE262503675\npersönlich haftender Gesellschafter: Kaniewski Verwaltungs GmbH - HRB 9767 Marl – Geschäftsführer Kay Lucas Kaniewski",
        0, 'C' );
?>