feat: front-end update, fixes css issues and merges invoices and subscription pages #50

Merged
felix merged 10 commits from front into main 2025-06-24 16:16:02 +02:00
Owner
No description provided.
Author
Owner

Fusion de la page factures et "mon abonnement", corrige des soucis d'affichage, corrige des tests en mettant à jour les mocks pour les souscriptions, les plans affichés et le lien de l'iframe de factures

Fusion de la page factures et "mon abonnement", corrige des soucis d'affichage, corrige des tests en mettant à jour les mocks pour les souscriptions, les plans affichés et le lien de l'iframe de factures
felix was assigned by brunelie 2025-06-24 10:51:51 +02:00
brunelie changed title from Front-end update, fixes css issues and merges invoices and subscription pages to feat: front-end update, fixes css issues and merges invoices and subscription pages 2025-06-24 10:53:05 +02:00
felix left a comment
Owner

super et bravo

super et bravo
dev.toml Outdated
@ -12,3 +12,3 @@
# EMAIL_USE_TLS=false
STRIPE_INTEGRATION_CODE="sandbox"
OAUTH_SERVER = "http://canaille.localhost:5000"
Owner

Normally you don't need to add this since it's already provided by the SSO_HOSTand SSO_PORT environment variables in the compose.yml file.

Normally you don't need to add this since it's already provided by the `SSO_HOST`and `SSO_PORT` environment variables in the `compose.yml` file.
@ -21,0 +22,4 @@
{% endif %}
</p>
<p>Prochaine échéance de paiement : {{
subscription.subscription.current_billing_period_ending_at|format_datetime }}</p>
Owner

The attribute current_billing_period_ending_at is optional according to the lago API documentation, you could maybe wrap this line in a if to avoid crashing the application if it's not defined.

The attribute `current_billing_period_ending_at` is optional according to the lago API documentation, you could maybe wrap this line in a `if` to avoid crashing the application if it's not defined.
felix merged commit 6999cb39c2 into main 2025-06-24 16:16:02 +02:00
felix deleted branch front 2025-06-24 16:16:02 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: yaal/escut#50
No description provided.