From d744c7c9daa984702b20ddab1e745e598498439a Mon Sep 17 00:00:00 2001 From: narindraezway Date: Fri, 1 Aug 2025 11:02:26 +0300 Subject: [PATCH] DV : update IBAN in pdf --- gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php | 4 ++-- .../InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php | 6 +++--- gestion/lib/Service/InvoicePdfHandler.php | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php b/gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php index e186f5e..de7970b 100644 --- a/gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php +++ b/gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php @@ -197,9 +197,9 @@ class DevisPdfHandler extends FPDF $this->SetFont('ComicSans', '', 11); $ibanWidth = 90; $ibanCursorY = $this->GetY(); - $this->Cell($ibanWidth, 7, 'IBAN : FR76 1360 6000 1436 5418 1800 038', 1, 1, 'C'); + $this->Cell($ibanWidth, 7, 'IBAN : FR76 1670 6052 4453 9757 9734 871', 1, 1, 'C'); $ibanCursorX = $this->GetX(); - $this->Cell($ibanWidth, 7, 'Code SWIFT : AGRI FR PP 836', 1, 1, 'C'); + $this->Cell($ibanWidth, 7, 'Code SWIFT : AGRI FR PP867', 1, 1, 'C'); //TABLE HT $ibanLastPositionX = $ibanCursorX + $ibanWidth + 20; diff --git a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php index f408997..d65f753 100644 --- a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php +++ b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php @@ -91,7 +91,7 @@ class InvoiceGroupPdfHandler extends FPDF $this->Image($imagePath, $x, $y, $width, $height); // Chemin, position x, position y, largeur, hauteur $this->SetAlpha(0.1); // Définir l'opacité } catch (\Throwable $th) { - + } } @@ -421,11 +421,11 @@ class InvoiceGroupPdfHandler extends FPDF $this->SetX($startOftable); $this->SetFont('ComicSans', '', 8); $ibanWidth = 62; - $this->Cell($ibanWidth, 6.5, 'IBAN : FR76 1360 6000 1436 5418 1800 038', 1, 1, 'C'); + $this->Cell($ibanWidth, 6.5, 'IBAN : FR76 1670 6052 4453 9757 9734 871', 1, 1, 'C'); $ibanCursorX = $this->GetX(); $this->SetX($startOftable); - $this->Cell($ibanWidth, 6.5, 'Code SWIFT : AGRI FR PP 836', 1, 1, 'C'); + $this->Cell($ibanWidth, 6.5, 'Code SWIFT : AGRI FR PP867', 1, 1, 'C'); //TABLE HT $tableWidth = 48; // Largeur totale de la 2e table (20+20) diff --git a/gestion/lib/Service/InvoicePdfHandler.php b/gestion/lib/Service/InvoicePdfHandler.php index 28cd165..9834a72 100644 --- a/gestion/lib/Service/InvoicePdfHandler.php +++ b/gestion/lib/Service/InvoicePdfHandler.php @@ -374,9 +374,9 @@ class InvoicePdfHandler extends FPDF // Table IBAN $this->SetFont('ComicSans', '', 8); $ibanWidth = 62; - $this->Cell($ibanWidth, 6.5, 'IBAN : FR76 1360 6000 1436 5418 1800 038', 1, 1, 'C'); + $this->Cell($ibanWidth, 6.5, 'IBAN : FR76 1670 6052 4453 9757 9734 871', 1, 1, 'C'); $this->SetX($startOftable); - $this->Cell($ibanWidth, 6.5, 'Code SWIFT : AGRI FR PP 836', 1, 1, 'C'); + $this->Cell($ibanWidth, 6.5, 'Code SWIFT : AGRI FR PP867', 1, 1, 'C'); //TABLE HT $tableWidth = 48; // Largeur totale de la 2e table (20+20)