Subversion Repositories Applications.annuaire

Rev

Rev 296 | Rev 425 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 296 Rev 329
Line 40... Line 40...
40
		$pdf->SetFont('helvetica','B',14);
40
		$pdf->SetFont('helvetica','B',14);
41
		$pdf->Cell(0,10,'Reçu dons aux oeuvres', 0, 1, "C");
41
		$pdf->Cell(0,10,'Reçu dons aux oeuvres', 0, 1, "C");
42
		$pdf->SetFont('helvetica', '', 10) ;
42
		$pdf->SetFont('helvetica', '', 10) ;
43
		$pdf->Cell(0, 0, 'Articles 200, 238 bis et 885-0 du code général des impôts (CGI)', 0, 1, "C") ;
43
		$pdf->Cell(0, 0, 'Articles 200, 238 bis et 885-0 du code général des impôts (CGI)', 0, 1, "C") ;
Line 44... Line 44...
44
		
44
		
Line 45... Line 45...
45
		$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") ;
45
		$pdf->Cell(0, 10, 'REÇU A CONSERVER ET A JOINDRE A VOTRE DECLARATION DE REVENUS '.$cotisation['annee_cotisation'], 0, 1, "L") ;
46
		
46
		
Line 47... Line 47...
47
		// On met le logo de Tela
47
		// On met le logo de Tela
Line 104... Line 104...
104
		
104
		
Line 105... Line 105...
105
		$pdf->SetFont('helvetica', '', 10) ;
105
		$pdf->SetFont('helvetica', '', 10) ;
106
		
106
		
107
		$pdf->Ln() ;
107
		$pdf->Ln() ;
Line 108... Line 108...
108
		$pdf->Cell(100,10, "Date du paiement : ".$cotisation['date_cotisation'], 0, 0, "L") ;
108
		$pdf->Cell(100,10, "Date du paiement : ".$cotisation['date_cotisation'], 0, 0, "L") ;
109
		$pdf->Cell(100, 10, 'Montpellier, le '.date("d/m/Y"), 0, 1, "L") ;
109
		$pdf->Cell(100, 10, 'Montpellier, le '.$cotisation['date_envoi_recu'], 0, 1, "L") ;
Line 110... Line 110...
110
				
110