logo disposition on hytha 35
This commit is contained in:
parent
84ba0977c7
commit
d4a2b1dbe8
@ -2029,7 +2029,7 @@ class PageController extends Controller {
|
|||||||
// logo : 80 de largeur et 55 de hauteur
|
// logo : 80 de largeur et 55 de hauteur
|
||||||
$logo = $this->getLogo();
|
$logo = $this->getLogo();
|
||||||
if($logo != 'nothing'){
|
if($logo != 'nothing'){
|
||||||
$pdf->Image($this->defaultImagePath."logo.png", 15, 15, 50,35);
|
$pdf->Image($this->defaultImagePath."logo.png", 10, 10, 75, 25);
|
||||||
}
|
}
|
||||||
$pdf->setXY(15, 15); $pdf->SetFont('ComicSans', '', 10); $pdf->MultiCell(0, 5, utf8_decode(html_entity_decode("N : ".$numFacture)), '', 'R');
|
$pdf->setXY(15, 15); $pdf->SetFont('ComicSans', '', 10); $pdf->MultiCell(0, 5, utf8_decode(html_entity_decode("N : ".$numFacture)), '', 'R');
|
||||||
|
|
||||||
@ -2292,7 +2292,7 @@ class PageController extends Controller {
|
|||||||
// logo : 80 de largeur et 55 de hauteur
|
// logo : 80 de largeur et 55 de hauteur
|
||||||
$logo = $this->getLogo();
|
$logo = $this->getLogo();
|
||||||
if($logo != 'nothing'){
|
if($logo != 'nothing'){
|
||||||
$pdf->Image($this->defaultImagePath."logo.png", 10, 10, 50,35);
|
$pdf->Image($this->defaultImagePath."logo.png", 10, 10, 75, 25);
|
||||||
}
|
}
|
||||||
$pdf->SetY(45); $pdf->SetFont('ComicSans', 'B', 15); $pdf->Cell(0, 10, utf8_decode(html_entity_decode("ATTESTATION BIJOU(X)")), 0, 0, 'C');
|
$pdf->SetY(45); $pdf->SetFont('ComicSans', 'B', 15); $pdf->Cell(0, 10, utf8_decode(html_entity_decode("ATTESTATION BIJOU(X)")), 0, 0, 'C');
|
||||||
|
|
||||||
|
|||||||
@ -42,7 +42,7 @@ class CareCertificatePdfHandler extends FPDF {
|
|||||||
function Header()
|
function Header()
|
||||||
{
|
{
|
||||||
if($this->logo != "nothing"){
|
if($this->logo != "nothing"){
|
||||||
$this->Image($this->imagePath."logo.png", 10, 10,50,35);
|
$this->Image($this->imagePath."logo.png", 10, 10, 75, 25);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$this->Cell(55,30,'');
|
$this->Cell(55,30,'');
|
||||||
|
|||||||
@ -42,7 +42,7 @@ class PacemakerCertificatePdfHandler extends FPDF {
|
|||||||
function Header()
|
function Header()
|
||||||
{
|
{
|
||||||
if($this->logo != "nothing"){
|
if($this->logo != "nothing"){
|
||||||
$this->Image($this->imagePath."logo.png", 10, 10, 50,35);
|
$this->Image($this->imagePath."logo.png", 10, 10, 75, 25);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$this->Cell(55,30,'');
|
$this->Cell(55,30,'');
|
||||||
|
|||||||
@ -40,7 +40,7 @@ class DevisPdfHandler extends FPDF {
|
|||||||
function Header()
|
function Header()
|
||||||
{
|
{
|
||||||
if($this->logo != "nothing"){
|
if($this->logo != "nothing"){
|
||||||
$this->Image($this->logoPath."logo.png", 2, 2, 50,35);
|
$this->Image($this->logoPath."logo.png", 10, 10, 75, 25);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$this->Cell(55,30,'');
|
$this->Cell(55,30,'');
|
||||||
|
|||||||
@ -45,7 +45,7 @@ class InvoicePdfHandler extends FPDF {
|
|||||||
function Header()
|
function Header()
|
||||||
{
|
{
|
||||||
if($this->logo != "nothing"){
|
if($this->logo != "nothing"){
|
||||||
$this->Image($this->logoPath."logo.png", 2, 2, 50,35);
|
$this->Image($this->logoPath."logo.png", 10, 10, 75, 25);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$this->Cell(55,30,'');
|
$this->Cell(55,30,'');
|
||||||
|
|||||||
@ -171,7 +171,7 @@ class InvoiceRecapService {
|
|||||||
|
|
||||||
// logo : 80 de largeur et 55 de hauteur
|
// logo : 80 de largeur et 55 de hauteur
|
||||||
if($doesLogoExist){
|
if($doesLogoExist){
|
||||||
$pdf->Image($this->defaultImagePath."logo.png", 2, 2, 50,35);
|
$pdf->Image($this->defaultImagePath."logo.png", 10, 10, 75, 25);
|
||||||
}
|
}
|
||||||
|
|
||||||
//adresse de mon entreprise
|
//adresse de mon entreprise
|
||||||
@ -276,7 +276,7 @@ class InvoiceRecapService {
|
|||||||
$pdf->SetMargins(0,0,10);
|
$pdf->SetMargins(0,0,10);
|
||||||
|
|
||||||
if($doesLogoExist){
|
if($doesLogoExist){
|
||||||
$pdf->Image($this->defaultImagePath."logo.png", 2, 2, 50,35);
|
$pdf->Image($this->defaultImagePath."logo.png", 10, 10, 75, 25);
|
||||||
}
|
}
|
||||||
|
|
||||||
//adresse de mon entreprise
|
//adresse de mon entreprise
|
||||||
@ -579,7 +579,7 @@ class InvoiceRecapService {
|
|||||||
|
|
||||||
// logo : 80 de largeur et 55 de hauteur
|
// logo : 80 de largeur et 55 de hauteur
|
||||||
if($doesLogoExist){
|
if($doesLogoExist){
|
||||||
$pdf->Image($this->defaultImagePath."logo.png", 2, 2, 50,35);
|
$pdf->Image($this->defaultImagePath."logo.png", 10, 10, 75, 25);
|
||||||
}
|
}
|
||||||
|
|
||||||
//adresse de mon entreprise
|
//adresse de mon entreprise
|
||||||
@ -682,7 +682,7 @@ class InvoiceRecapService {
|
|||||||
$pdf->SetAutoPagebreak(False);
|
$pdf->SetAutoPagebreak(False);
|
||||||
$pdf->SetMargins(0,0,10);
|
$pdf->SetMargins(0,0,10);
|
||||||
if($doesLogoExist){
|
if($doesLogoExist){
|
||||||
$pdf->Image($this->defaultImagePath."logo.png", 2, 2, 50,35);
|
$pdf->Image($this->defaultImagePath."logo.png", 10, 10, 75, 25);
|
||||||
}
|
}
|
||||||
|
|
||||||
//adresse de mon entreprise
|
//adresse de mon entreprise
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user