total_1ère

This commit is contained in:
2026-07-20 16:33:04 +02:00
parent dd49ba357b
commit d49cf88d99
275 changed files with 63607 additions and 5599 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
pdf/don/output.pdf Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -254,7 +254,7 @@
<div>
<h1>Adhésion annuelle à lAssociation Française pour la Pédagogie Suzuki</h1>
<p>Année 2022/2023 <span class="soft"> du 1er septembre au 31 août</span></p>
<p>Année 2025/2026 <span class="soft"> du 1er septembre au 31 août</span></p>
</div>
</header>
@@ -274,7 +274,7 @@
<p>Chez Anne PAGES<br>30 rue des Tattes<br>74500 PUBLIER <br>afpedagogiesuzuki@gmail.com</p>
</div>
<div class="adhesion_fin_adresse_identifiant">
<p>SIRET : <span class="adhesion_fin_adresse_identifiant_bold">507 569 952 00033</span></p>
<p>SIRET de l'Association AFPS : <span class="adhesion_fin_adresse_identifiant_bold">507 569 952 00033</span></p>
</div>
<div class="adhesion_fin_date">
<p>Le {{this.today}}</p>
@@ -294,7 +294,7 @@
<div class="adhesion_fin_card">
<div class="logo">
<img src="/public/images/logos/LogoSuzukiGris.png" alt="">
<img src="/public/images/logos/logosuzukigris.png" alt="">
</div>
<div class="adhesion_fin_card_description">
@@ -305,7 +305,7 @@
<p>Association Française pour la pédagogie Suzuki</p>
</div>
<div class="adhesion_fin_card_description_annee">
<p>ANNÉE 2022/2023</p>
<p>ANNÉE 2025/2026</p>
</div>
</div>

BIN
pdf/template/carte_adherent.pages Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -272,7 +272,7 @@
<p>Siège social : Chez Anne PAGES<br>30 rue des Tattes<br>74500 PUBLIER <br>afpedagogiesuzuki@gmail.com<br>Site web : www.afpedagogiesuzuki.fr</p>
</div>
<div class="adhesion_fin_adresse_identifiant">
<p>Numéro SIRET : <span class="adhesion_fin_adresse_identifiant_bold">507 569 952 00033</span></p>
<p>Numéro SIRET de l'Association AFPS : <span class="adhesion_fin_adresse_identifiant_bold">507 569 952 00033</span></p>
</div>
<div class="adhesion_fin_date">
<p>Le {{this.today}}</p>

Binary file not shown.

62
pdf/template/don_wp.html Normal file
View File

@@ -0,0 +1,62 @@
<html>
<head>
<meta charset="utf-8">
<link href="./public/css/app.css" rel="stylesheet">
<title>AFPS Justificat de don</title>
<meta name="description" content="Invoice demo sample">
</head>
<body class="weasyprint">
<div class="space40"></div>
<div class="logo">
<img src="./public/images/logos/logosuzukigris.png" alt="logo">
</div>
<article>
<section class="header_wp">
<div class="header">
<div class="date">
Le <%= date %>
</div>
<div class="space40"></div>
<div class="afps">
<div>
<p>Association Française pour la Pédagogie Suzuki</p>
<br>
<p>Chez Anne PAGES</p>
<p>30 rue des Tattes<br>74500 Publier</p>
<br>
<p>afps.inscription@gmail.com</p>
<br>
<p>Numéro SIRET 507 569 952 00033</p>
</div>
</div>
</div>
</section>
<div class="space60"></div>
<section class="content">
<h1>Justificatif de don</h1>
<div class="space20"></div>
<div class="text">
Nous accusons réception de votre don à lAssociation Française pour la Pédagogie Suzuki. LAssociation vous remercie chaleureusement.
</div>
<div class="space40"></div>
<div>
<p><span class="label">Nom :</span> <%= nom %></p>
<p><span class="label">Rue :</span> <%= rue %></p>
<p><span class="label">Complément :</span> <%= complement %></p>
<p><span class="label">Ville :</span> <%= ville %></p>
<p><span class="label">Pays :</span> <%= pays %></p>
<div class="space20"></div>
<p><span class="label">montant du don :</span> <%= montant %> €</p>
<p><span class="label">Don unique le :</span> <%= date %></p>
</div>
</section>
</article>
</body>
</html>

Binary file not shown.