This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/backend/generate_summary_pdf.py b/backend/generate_summary_pdf.py | |
| index 81bc754..29f543a 100644 | |
| --- a/backend/generate_summary_pdf.py | |
| +++ b/backend/generate_summary_pdf.py | |
| @@ -139,9 +139,9 @@ html = """ | |
| <h3>Gating par plan d'abonnement</h3> | |
| <table> | |
| <tr><th>Plan</th><th>Prix</th><th>KPIs</th><th>Extras</th></tr> | |
| - <tr><td><strong>Diagnostic</strong></td><td>79 €/mois</td><td>6 KPIs (n° 1 à 6)</td><td>—</td></tr> | |
| - <tr><td><strong>Pilotage</strong></td><td>139 €/mois</td><td>12 KPIs</td><td>Dashboard continu</td></tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/backend/email_service.py b/backend/email_service.py | |
| index 0f91ef2..a44ec3b 100644 | |
| --- a/backend/email_service.py | |
| +++ b/backend/email_service.py | |
| @@ -189,3 +189,159 @@ async def send_report_notification(recipient_email: str, client_name: str, estab | |
| except Exception as e: | |
| logger.error(f"Failed to send email to {recipient_email}: {e}") | |
| return None | |
| + | |
| + |