a
This commit is contained in:
parent
1cc090b5cb
commit
ec7f2d9eef
|
|
@ -107,19 +107,19 @@ class ControleurAjaxrequetefacturepdf extends Controleurrequete
|
||||||
$pdf->SetFillColor(217,237,247);
|
$pdf->SetFillColor(217,237,247);
|
||||||
$pdf->Cell(25,$ht,convertirc("Date"),1,0,'C',true);
|
$pdf->Cell(25,$ht,convertirc("Date"),1,0,'C',true);
|
||||||
$pdf->SetFillColor(217,237,247);
|
$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->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->SetFillColor(217,237,247);
|
||||||
$pdf->Cell(9,$ht,convertirc("Ordo"),1,0,'L',true);
|
$pdf->Cell(9,$ht,convertirc("Ordo"),1,0,'L',true);
|
||||||
/*
|
|
||||||
$pdf->SetFillColor(217,237,247);
|
$pdf->SetFillColor(217,237,247);
|
||||||
$pdf->Cell(9,$ht,convertirc("Hosp"),1,0,'C',true);
|
$pdf->Cell(9,$ht,convertirc("Hosp"),1,0,'C',true);
|
||||||
$pdf->SetFillColor(217,237,247);
|
$pdf->SetFillColor(217,237,247);
|
||||||
$pdf->Cell(9,$ht,convertirc("Opt"),1,0,'L',true);
|
$pdf->Cell(9,$ht,convertirc("Opt"),1,0,'L',true);
|
||||||
*/
|
*/
|
||||||
$pdf->SetFillColor(217,237,247);
|
$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->SetFillColor(217,237,247);
|
||||||
$pdf->Cell(75,$ht,convertirc("Bénéficiaire"),1,0,'C',true);
|
$pdf->Cell(75,$ht,convertirc("Bénéficiaire"),1,0,'C',true);
|
||||||
$pdf->SetFillColor(217,237,247);
|
$pdf->SetFillColor(217,237,247);
|
||||||
|
|
@ -153,14 +153,14 @@ class ControleurAjaxrequetefacturepdf extends Controleurrequete
|
||||||
//highlight_string("<?php\n\$datas =\n" . var_export($fraisRetenutotal, true) . ";\n>");
|
//highlight_string("<?php\n\$datas =\n" . var_export($fraisRetenutotal, true) . ";\n>");
|
||||||
//die();
|
//die();
|
||||||
$pdf->Cell(25,$ht,dateheureLang($facture['dateSysteme']),1,0,'C',false);
|
$pdf->Cell(25,$ht,dateheureLang($facture['dateSysteme']),1,0,'C',false);
|
||||||
$pdf->Cell(9,$ht,convertirc($facture['idFacture']),1,0,'C',false);
|
$pdf->Cell(15,$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['numeroBonConsultation']),1,0,'C',false);
|
||||||
/*
|
/*
|
||||||
$pdf->Cell(9,$ht,convertirc($facture['numeroBonOrdonnance']),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['numeroBonHospitalisation']),1,0,'C',false);
|
||||||
$pdf->Cell(9,$ht,convertirc($facture['numeroBonOptique']),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(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['fraisReel']),1,0,'R',false);
|
||||||
$pdf->Cell(15,$ht,format_N($facture['montantTm']),1,0,'R',false);
|
$pdf->Cell(15,$ht,format_N($facture['montantTm']),1,0,'R',false);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user