Subversion-Projekte lars-tiefland.content-management

Revision

Revision 1 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<?


    // $Id: footer_egesat.de.inc.php 4248 2012-03-19 13:44:09Z erling $
    //Logo
    $this->Image( '../images/Domain-Logos/egesat_logo.jpg', 90, 10 );
    //Position at 1.5 cm from bottom
    $this->SetY( -25 );
    //Arial 6
    $this->SetX( $Einzug );
    $this->SetFont( 'Arial', 'B', 8 );
    $this->MultiCell( 0, 4,
        "Deutsche Bank Duisburg BLZ.: 35070024 KontoNr. 5221247 BIC: DEUTDEDB350 IBAN: DE35 3507 0024 0522 1247 00 oder",
        'T', 'C', 1 );
    $this->MultiCell( 0, 4,
        "Stadtsparkasse Duisburg BLZ.: 35050000 KontoNr. 200136208 BIC: DUISDE33 IBAN: DE90 3505 0000 0200 1362 08",
        '0', 'C', 1 );
    $this->MultiCell( 0, 4,
        "HINWEIS: Rechnungsdatum entspricht Leistungszeitpunkt", 0, 'C', 1 );
    $this->SetFont( 'Arial', '', 8 );
    $this->MultiCell( 0, 4,
        "Egesat GmbH - Geschäftsführer: Mehmet Sanlialp, M.Sc. Ing. - HRB 21136 - Finanzamt Duisburg St.-Nr: 134/5757/0656 - USt-IDNr: DE264406252", 0, 'C' );
?>