diff --git a/src/Service/Pdf/ContratMigrationSiteconseilPdf.php b/src/Service/Pdf/ContratMigrationSiteconseilPdf.php index dc1c68a..c5ee87e 100644 --- a/src/Service/Pdf/ContratMigrationSiteconseilPdf.php +++ b/src/Service/Pdf/ContratMigrationSiteconseilPdf.php @@ -97,12 +97,40 @@ class ContratMigrationSiteconseilPdf extends Fpdi $this->SetFont('Arial', 'B', 9); $this->Cell(0, 5, $this->enc('ENTRE LES SOUSSIGNES :'), 0, 1, 'L'); $this->Ln(2); - $this->SetFont('Arial', '', 9); - $this->MultiCell(0, 4, $this->enc( - 'L\'Association E-Cosplay, association loi 1901, immatriculee sous le numero ' - .'SIRET 943 121 517 00011, dont le siege social est situe au 42 rue de Saint-Quentin, ' - .'02800 BEAUTOR, representee par son/sa President(e),' - ), 0, 'L'); + + // Bloc info association + $this->SetDrawColor(253, 140, 4); + $startY = $this->GetY(); + $this->Rect(15, $startY, 180, 32); + $this->SetDrawColor(200, 200, 200); + + $labelW = 40; + $this->SetFont('Arial', 'B', 9); + $this->SetX(18); + $this->Cell(0, 5, $this->enc('Association E-Cosplay'), 0, 1, 'L'); + $this->SetFont('Arial', '', 8); + $this->SetX(18); + $this->Cell($labelW, 4, 'Forme juridique :', 0, 0, 'L'); + $this->Cell(0, 4, $this->enc('Association loi 1901 a but non lucratif'), 0, 1, 'L'); + $this->SetX(18); + $this->Cell($labelW, 4, 'SIRET :', 0, 0, 'L'); + $this->Cell(0, 4, '943 121 517 00011', 0, 1, 'L'); + $this->SetX(18); + $this->Cell($labelW, 4, 'RNA :', 0, 0, 'L'); + $this->Cell(0, 4, 'W022006988', 0, 1, 'L'); + $this->SetX(18); + $this->Cell($labelW, 4, $this->enc('Siege social :'), 0, 0, 'L'); + $this->Cell(0, 4, $this->enc('42 rue de Saint-Quentin, 02800 BEAUTOR'), 0, 1, 'L'); + $this->SetX(18); + $this->Cell($labelW, 4, $this->enc('President :'), 0, 0, 'L'); + $this->SetFont('Arial', 'B', 8); + $this->Cell(0, 4, $this->enc('Shoko Cosplay - Serreau Jovann'), 0, 1, 'L'); + $this->SetFont('Arial', '', 8); + $this->SetX(18); + $this->Cell($labelW, 4, 'Email / Tel :', 0, 0, 'L'); + $this->Cell(0, 4, 'client@e-cosplay.fr - 07 66 95 70 06', 0, 1, 'L'); + + $this->Ln(2); $this->SetFont('Arial', 'I', 9); $this->Cell(0, 5, $this->enc('Ci-apres denommee "le Prestataire",'), 0, 1, 'L'); $this->Ln(3);