Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nouvelle fonctionnalité "Hiver Tempo" #36

Open
JPFOLLEGOT opened this issue May 15, 2024 · 3 comments
Open

Nouvelle fonctionnalité "Hiver Tempo" #36

JPFOLLEGOT opened this issue May 15, 2024 · 3 comments

Comments

@JPFOLLEGOT
Copy link

Serait-il possible d'ajouter un item qui indique si on est en période "Hiver Tempo", cad entre le 1er Septembre et le 31 Mars ?
Merci pour votre excellent travail partagé.

@hekmon
Copy link
Owner

hekmon commented Nov 14, 2024

Je n'ai rien contre mais je manque de temps ces derniers temps pour l'implémenter. Je laisse l'issue ouverte pour plus tard... Ou si quelqu'un veut faire une PR.

@JC-LGMS
Copy link

JC-LGMS commented Nov 14, 2024

entre le 1er novembre et le 31 mars pour les jours rouges :
https://particulier.edf.fr/fr/accueil/gestion-contrat/options/tempo/details.html

@JPFOLLEGOT
Copy link
Author

Bonjour,
J'ai créé cela via un simple entité template.
Avec le code suivant :
{{ 'Eté' if 3 < now().month < 11 else 'Hiver' }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants