This commit is contained in:
KANE LAZENI 2026-03-18 07:25:50 +00:00
parent 80803ed315
commit c1a96e37d1
2 changed files with 8 additions and 15 deletions

View File

@ -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);

View File

@ -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 yamavuko"),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);