feat: bloc info association dans PDF contrat (SIRET, RNA, siege, president Shoko Cosplay)

Remplace le texte "representee par son/sa President(e)" par un bloc
encadre dore avec les informations legales completes :
- Forme juridique, SIRET, RNA
- Siege social
- President : Shoko Cosplay - Serreau Jovann
- Email, telephone

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-04-09 15:29:25 +02:00
parent 060e81aa6b
commit aa18cb834d

View File

@@ -97,12 +97,40 @@ class ContratMigrationSiteconseilPdf extends Fpdi
$this->SetFont('Arial', 'B', 9); $this->SetFont('Arial', 'B', 9);
$this->Cell(0, 5, $this->enc('ENTRE LES SOUSSIGNES :'), 0, 1, 'L'); $this->Cell(0, 5, $this->enc('ENTRE LES SOUSSIGNES :'), 0, 1, 'L');
$this->Ln(2); $this->Ln(2);
$this->SetFont('Arial', '', 9);
$this->MultiCell(0, 4, $this->enc( // Bloc info association
'L\'Association E-Cosplay, association loi 1901, immatriculee sous le numero ' $this->SetDrawColor(253, 140, 4);
.'SIRET 943 121 517 00011, dont le siege social est situe au 42 rue de Saint-Quentin, ' $startY = $this->GetY();
.'02800 BEAUTOR, representee par son/sa President(e),' $this->Rect(15, $startY, 180, 32);
), 0, 'L'); $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->SetFont('Arial', 'I', 9);
$this->Cell(0, 5, $this->enc('Ci-apres denommee "le Prestataire",'), 0, 1, 'L'); $this->Cell(0, 5, $this->enc('Ci-apres denommee "le Prestataire",'), 0, 1, 'L');
$this->Ln(3); $this->Ln(3);