Subversion Repositories Applications.annuaire

Compare Revisions

Ignore whitespace Rev 328 → Rev 329

/trunk/composants/cotisation/controleurs/Recu.php
42,7 → 42,7
$pdf->SetFont('helvetica', '', 10) ;
$pdf->Cell(0, 0, 'Articles 200, 238 bis et 885-0 du code général des impôts (CGI)', 0, 1, "C") ;
$pdf->Cell(0, 10, 'REÇU A CONSERVER ET A JOINDRE A VOTRE DECLARATION DE REVENUS '.date('Y',strtotime($cotisation['date_cotisation'])), 0, 1, "L") ;
$pdf->Cell(0, 10, 'REÇU A CONSERVER ET A JOINDRE A VOTRE DECLARATION DE REVENUS '.$cotisation['annee_cotisation'], 0, 1, "L") ;
// On met le logo de Tela
$pdf->Image("/home/aurelien/web/annuaire/composants/cotisation/controleurs/logo_tela.png", 12, 40, "29", "", "PNG", "http://www.tela-botanica.org/") ;
106,7 → 106,7
$pdf->Ln() ;
$pdf->Cell(100,10, "Date du paiement : ".$cotisation['date_cotisation'], 0, 0, "L") ;
$pdf->Cell(100, 10, 'Montpellier, le '.date("d/m/Y"), 0, 1, "L") ;
$pdf->Cell(100, 10, 'Montpellier, le '.$cotisation['date_envoi_recu'], 0, 1, "L") ;
// La signature de Joel Mathez
$pdf->Image('/home/aurelien/web/annuaire/composants/cotisation/controleurs/signature_Mathez.png', 110, $pdf->GetY(),28.22, "") ;