feat: front-end update, fixes css issues and merges invoices and subscription pages #50
No reviewers
Labels
No labels
bug
documentation
fonctionnalité
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: yaal/escut#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "front"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
449187a322
to1ce0bc5585
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
Front-end update, fixes css issues and merges invoices and subscription pagesto feat: front-end update, fixes css issues and merges invoices and subscription pages42f02615b4
tofbe3c89446
90e9578886
to01d3022e2f
super et bravo
@ -12,3 +12,3 @@
# EMAIL_USE_TLS=false
STRIPE_INTEGRATION_CODE="sandbox"
OAUTH_SERVER = "http://canaille.localhost:5000"
Normally you don't need to add this since it's already provided by the
SSO_HOST
andSSO_PORT
environment variables in thecompose.yml
file.@ -21,0 +22,4 @@
{% endif %}
</p>
<p>Prochaine échéance de paiement : {{
subscription.subscription.current_billing_period_ending_at|format_datetime }}</p>
The attribute
current_billing_period_ending_at
is optional according to the lago API documentation, you could maybe wrap this line in aif
to avoid crashing the application if it's not defined.7d592d523c
to285faab30a