From c757dff71687653d4f1427a38a469905d2ecaddc Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 18 Mar 2026 09:28:49 +0000 Subject: [PATCH] a --- Societes/radiant/Tarifs/Controleur/Cpfc1kiny.php | 14 +++++++------- Societes/radiant/Tarifs/Controleur/Cpfc2eng.php | 10 +++++----- Societes/radiant/Tarifs/Controleur/Cpfc2kiny.php | 8 ++++---- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Societes/radiant/Tarifs/Controleur/Cpfc1kiny.php b/Societes/radiant/Tarifs/Controleur/Cpfc1kiny.php index 28090098..584a1fda 100644 --- a/Societes/radiant/Tarifs/Controleur/Cpfc1kiny.php +++ b/Societes/radiant/Tarifs/Controleur/Cpfc1kiny.php @@ -42,39 +42,39 @@ $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(": ".$entetecp['nomClient']),0,1,'L',false); + /* $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Itariki y’amavuko"),0,0,'L',false); $pdf->SetFont('Arial','B', 10); $pdf->Cell(30,$ht,convertirc(dateFr($adherent['dateNaissance'])),0,1,'L',false); + */ $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("No y’indangamuntu"),0,0,'L',false); $pdf->SetFont('Arial','B', 10); - $pdf->Cell(0,$ht,convertirc(": ".$adherent['registreCommerce']),0,1,'L',false); + $pdf->Cell(0,$ht,convertirc(": ".$entetecp['registreCommerce']),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(": ".$entetecp['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("Umudugudu/Akagari/Umurenge"),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("Akarere "),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); diff --git a/Societes/radiant/Tarifs/Controleur/Cpfc2eng.php b/Societes/radiant/Tarifs/Controleur/Cpfc2eng.php index 5d4db2de..b700883f 100644 --- a/Societes/radiant/Tarifs/Controleur/Cpfc2eng.php +++ b/Societes/radiant/Tarifs/Controleur/Cpfc2eng.php @@ -71,7 +71,7 @@ $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['registreCommerce']),0,1,'L',false); + $pdf->Cell(0,$ht,convertirc(": ".$entetecp['registreCommerce']),0,1,'L',false); $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Village/Cell/Sector"),0,0,'L',false); @@ -81,22 +81,22 @@ $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(": ".$entetecp['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); diff --git a/Societes/radiant/Tarifs/Controleur/Cpfc2kiny.php b/Societes/radiant/Tarifs/Controleur/Cpfc2kiny.php index 3353a1bb..b5fe78da 100644 --- a/Societes/radiant/Tarifs/Controleur/Cpfc2kiny.php +++ b/Societes/radiant/Tarifs/Controleur/Cpfc2kiny.php @@ -54,17 +54,17 @@ $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("No y’indangamuntu"),0,0,'L',false); $pdf->SetFont('Arial','B', 10); - $pdf->Cell(0,$ht,convertirc(": ".$adherent['registreCommerce']),0,1,'L',false); + $pdf->Cell(0,$ht,convertirc(": ".$entetecp['registreCommerce']),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(": ".$entetecp['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("Umudugudu/Akagari/Umurenge"),0,0,'L',false); @@ -75,7 +75,7 @@ $pdf->SetFont('Arial','', 10); $pdf->Cell(50,$ht,convertirc("Akarere "),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);