a
This commit is contained in:
parent
80803ed315
commit
c1a96e37d1
|
|
@ -60,7 +60,7 @@
|
|||
$pdf->SetFont('Arial','', 10);
|
||||
$pdf->Cell(50,$ht,convertirc("Names"),0,0,'L',false);
|
||||
$pdf->SetFont('Arial','B', 10);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$adherent['nom'] . " " . $adherent['prenoms']),0,1,'L',false);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$entetecp['nomClient']),0,1,'L',false);
|
||||
|
||||
$pdf->SetFont('Arial','', 10);
|
||||
$pdf->Cell(50,$ht,convertirc("Type of Insurance"),0,0,'L',false);
|
||||
|
|
@ -70,33 +70,32 @@
|
|||
$pdf->SetFont('Arial','', 10);
|
||||
$pdf->Cell(50,$ht,convertirc("TIN/PASSPORT/NID"),0,0,'L',false);
|
||||
$pdf->SetFont('Arial','B', 10);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$adherent['numeroPiece']),0,1,'L',false);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$entetecp['numeroPiece']),0,1,'L',false);
|
||||
|
||||
$pdf->SetFont('Arial','', 10);
|
||||
$pdf->Cell(50,$ht,convertirc("Village/Cell/Sector"),0,0,'L',false);
|
||||
$pdf->SetFont('Arial','B', 10);
|
||||
// $pdf->Cell(0,$ht,convertirc(": ".$adherent['adresseGeo']),0,1,'L',false);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$entetecp['adresseGeo']),0,1,'L',false);
|
||||
|
||||
$pdf->SetFont('Arial','', 10);
|
||||
$pdf->Cell(50,$ht,convertirc("District"),0,0,'L',false);
|
||||
$pdf->SetFont('Arial','B', 10);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$adherent['ville'].' / '. $adherent['localite']),0,1,'L',false);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$entetecp['ville'].' / '. $entetecp['localite']),0,1,'L',false);
|
||||
|
||||
$pdf->SetFont('Arial','', 10);
|
||||
$pdf->Cell(50,$ht,convertirc("Telefone"),0,0,'L',false);
|
||||
$pdf->SetFont('Arial','B', 10);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$adherent['telephonePortable']),0,1,'L',false);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$adhentetecperent['telephonePortable']),0,1,'L',false);
|
||||
|
||||
$pdf->SetFont('Arial','', 10);
|
||||
$pdf->Cell(50,$ht,convertirc("Email"),0,0,'L',false);
|
||||
$pdf->SetFont('Arial','B', 10);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$adherent['email']),0,1,'L',false);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$entetecp['email']),0,1,'L',false);
|
||||
|
||||
$pdf->SetFont('Arial','', 10);
|
||||
$pdf->Cell(50,$ht,convertirc("Contract Signing Date"),0,0,'L',false);
|
||||
$pdf->SetFont('Arial','B', 10);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".dateFr($adherent['dateSysteme'])),0,1,'L',false);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".dateFr($entetecp['dateSysteme'])),0,1,'L',false);
|
||||
|
||||
$pdf->SetFont('Arial','', 10);
|
||||
$pdf->Cell(50,$ht,convertirc("Commencement Date"),0,0,'L',false);
|
||||
|
|
|
|||
|
|
@ -43,7 +43,8 @@
|
|||
$pdf->SetFont('Arial','', 10);
|
||||
$pdf->Cell(50,$ht,convertirc("AMAZINA YOSE"),0,0,'L',false);
|
||||
$pdf->SetFont('Arial','B', 10);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$adherent['nom'] . " " . $adherent['prenoms']),0,1,'L',false);
|
||||
// $pdf->Cell(0,$ht,convertirc(": ".$adherent['nom'] . " " . $adherent['prenoms']),0,1,'L',false);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$entetecp['nomClient']),0,1,'L',false);
|
||||
|
||||
$pdf->SetFont('Arial','', 10);
|
||||
$pdf->Cell(50,$ht,convertirc("Itariki y’amavuko"),0,0,'L',false);
|
||||
|
|
@ -55,13 +56,6 @@
|
|||
$pdf->SetFont('Arial','B', 10);
|
||||
$pdf->Cell(0,$ht,convertirc(": ".$adherent['numeroPiece']),0,1,'L',false);
|
||||
|
||||
/*
|
||||
$pdf->SetFont('Arial','', 10);
|
||||
$pdf->Cell(50,$ht,convertirc("Ubwenegihugu"),0,0,'L',false);
|
||||
$pdf->SetFont('Arial','B', 10);
|
||||
$pdf->Cell(0,$ht,convertirc(": "),0,1,'L',false);
|
||||
*/
|
||||
|
||||
$pdf->SetFont('Arial','', 10);
|
||||
$pdf->Cell(50,$ht,convertirc("Telefone"),0,0,'L',false);
|
||||
$pdf->SetFont('Arial','B', 10);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user