This commit is contained in:
KANE LAZENI 2026-05-07 07:10:57 +00:00
parent 1cc090b5cb
commit ec7f2d9eef

View File

@ -107,19 +107,19 @@ class ControleurAjaxrequetefacturepdf extends Controleurrequete
$pdf->SetFillColor(217,237,247);
$pdf->Cell(25,$ht,convertirc("Date"),1,0,'C',true);
$pdf->SetFillColor(217,237,247);
$pdf->Cell(9,$ht,convertirc("Fact"),1,0,'C',true);
$pdf->Cell(15,$ht,convertirc("Fact"),1,0,'C',true);
$pdf->SetFillColor(217,237,247);
$pdf->Cell(9,$ht,convertirc("Cons"),1,0,'L',true);
$pdf->Cell(15,$ht,convertirc("Cons"),1,0,'L',true);
/*
$pdf->SetFillColor(217,237,247);
$pdf->Cell(9,$ht,convertirc("Ordo"),1,0,'L',true);
/*
$pdf->SetFillColor(217,237,247);
$pdf->Cell(9,$ht,convertirc("Hosp"),1,0,'C',true);
$pdf->SetFillColor(217,237,247);
$pdf->Cell(9,$ht,convertirc("Opt"),1,0,'L',true);
*/
$pdf->SetFillColor(217,237,247);
$pdf->Cell(16,$ht,convertirc("Matricule"),1,0,'C',true);
$pdf->Cell(20,$ht,convertirc("Matricule"),1,0,'C',true);
$pdf->SetFillColor(217,237,247);
$pdf->Cell(75,$ht,convertirc("Bénéficiaire"),1,0,'C',true);
$pdf->SetFillColor(217,237,247);
@ -153,14 +153,14 @@ class ControleurAjaxrequetefacturepdf extends Controleurrequete
//highlight_string("<?php\n\$datas =\n" . var_export($fraisRetenutotal, true) . ";\n>");
//die();
$pdf->Cell(25,$ht,dateheureLang($facture['dateSysteme']),1,0,'C',false);
$pdf->Cell(9,$ht,convertirc($facture['idFacture']),1,0,'C',false);
$pdf->Cell(9,$ht,convertirc($facture['numeroBonConsultation']),1,0,'C',false);
$pdf->Cell(15,$ht,convertirc($facture['idFacture']),1,0,'C',false);
$pdf->Cell(15,$ht,convertirc($facture['numeroBonConsultation']),1,0,'C',false);
/*
$pdf->Cell(9,$ht,convertirc($facture['numeroBonOrdonnance']),1,0,'C',false);
$pdf->Cell(9,$ht,convertirc($facture['numeroBonHospitalisation']),1,0,'C',false);
$pdf->Cell(9,$ht,convertirc($facture['numeroBonOptique']),1,0,'C',false);
*/
$pdf->Cell(16,$ht,convertirc($facture['numeroBeneficiaire']),1,0,'L',false);
$pdf->Cell(20,$ht,convertirc($facture['numeroBeneficiaire']),1,0,'L',false);
$pdf->Cell(75,$ht,substr($facture['beneficiaire'], 0, 90),1,0,'L',false);
$pdf->Cell(15,$ht,format_N($facture['fraisReel']),1,0,'R',false);
$pdf->Cell(15,$ht,format_N($facture['montantTm']),1,0,'R',false);