{# # This file is part of MedShakeEHR. # # Copyright (c) 2017 # fr33z00 # http://www.medshake.net # # MedShakeEHR is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # any later version. # # MedShakeEHR is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with MedShakeEHR. If not, see . #/ /## # Template > userParameters : tab Agenda # # @author fr33z00 # @contrib Bertrand Boutillier #} {% import "macroForm.html.twig" as f %}
{# plages de l'agenda #}

Paramétrage des jours et horaires dans l'agenda MedShakeEHR

Affichage débutant à
Affichage finissant à
Durée d'un créneau
{% for i in ['Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi', 'Dimanche'] %} {% endfor %}
Jour Visible Ouvré Premier Rdv Dernier Rdv Début de pause Fin de pause
{{ i }}

{# types de consultations dan l'agenda MedShake #}

Gestion des types de consultations disponibles dans l'agenda

{% for k,v in page.consultations %} {% endfor %}
Nouveau Code Descriptif Couleur d'arrière plan Couleur de bordure Durée (min) Utilisable
{% if v.readonly is defined == false %} {% endif %}

{# formulaire clicRDV #} {% if page.useClicRDV %}

Paramétrage de clicRDV

{{ f.formbuilder(page.formClicRdv , page.formIN , session) }}
{% endif %}