2
0
forked from Wavyzz/dolibarr

Works on migration of FPDF to TCPDF

This commit is contained in:
Laurent Destailleur
2010-09-07 22:36:45 +00:00
parent 6cb8145f13
commit 6e84b54b81
16 changed files with 274 additions and 274 deletions

View File

@@ -160,7 +160,7 @@ class CommActionRapport
$y=$this->_pagehead($pdf, $outputlangs, $pagenb);
$y++;
$pdf->SetFont('Arial','',8);
$pdf->SetFont('','',8);
$sql = "SELECT s.nom as societe, s.rowid as socid, s.client,";
$sql.= " a.id, a.datep as dp, a.datep2 as dp2,";
@@ -200,7 +200,7 @@ class CommActionRapport
$pagenb++;
$y=$this->_pagehead($pdf, $outputlangs, $pagenb);
$y++;
$pdf->SetFont('Arial','',8);
$pdf->SetFont('','',8);
}
$y++;
@@ -246,7 +246,7 @@ class CommActionRapport
$pdf->AddPage();
// Show title
$pdf->SetFont('Arial','B',10);
$pdf->SetFont('','B',10);
$pdf->SetXY($this->marge_gauche, $this->marge_haute);
$pdf->MultiCell(80, 1, $this->title, 0, 'L', 0);
$pdf->SetXY($this->page_largeur-$this->marge_droite-40, $this->marge_haute);