{% extends "base.html.twig" %} {% block title %} Donnée du jour {% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

Donnée du jour

{{ form_start(form) }}

Hébergement

{{ form_widget(form.heb_to, { 'attr' : { 'class' : 'input_pourcent', 'max' : '100', } }) }} %
{# #} {{ form_widget(form.heb_ca, { 'attr' : { 'class' : 'input_nombre', 'maxlength' : '23', } }) }} Ar

Nouveau client

Client présent

Filtre

NOM DATE D'ARRIVEE DATE DU DEPART DUREE DU SEJOUR ACTIONS

Restaurant

{# #} {{ form_widget(form.res_n_couvert, { 'attr' : { 'class' : 'input_nombre', 'maxlength' : '23', 'max' : '100', } }) }}
{# #} {{ form_widget(form.res_ca, { 'attr' : { 'class' : 'input_nombre', 'maxlength' : '23', 'max' : '100', } }) }} Ar
{# #} {{ form_widget(form.res_p_dej, { 'attr' : { 'class' : 'input_nombre', 'maxlength' : '23', 'max' : '100', } }) }}
{# #} {{ form_widget(form.res_dej, { 'attr' : { 'class' : 'input_nombre', 'maxlength' : '18', 'max' : '100', } }) }}
{# #} {{ form_widget(form.res_dinner, { 'attr' : { 'class' : 'input_nombre', 'maxlength' : '18', 'max' : '100', } }) }}

Spa

{# #} {{ form_widget(form.spa_ca, { 'attr' : { 'class' : 'input_nombre', 'maxlength' : '23', } }) }} Ar
{# #} {{ form_widget(form.spa_n_abonne, { 'attr' : { 'class' : 'input_nombre', 'maxlength' : '18', 'max' : '100', } }) }}
{# #} {{ form_widget(form.spa_c_unique, { 'attr' : { 'class' : 'input_nombre', 'maxlength' : '18', 'max' : '100', } }) }}

Compte rendu journalier

{# #} {{ form_widget(form.crj_direction, { 'attr' : { 'class' : 'form-control', } }) }}
{# #} {{ form_widget(form.crj_service_rh, { 'attr' : { 'class' : 'form-control', } }) }}
{# #} {{ form_widget(form.crj_commercial, { 'attr' : { 'class' : 'form-control', } }) }}
{# #} {{ form_widget(form.crj_comptable, { 'attr' : { 'class' : 'form-control', } }) }}
{# #} {{ form_widget(form.crj_reception, { 'attr' : { 'class' : 'form-control', } }) }}
{# #} {{ form_widget(form.crj_restaurant, { 'attr' : { 'class' : 'form-control', } }) }}
{# #} {{ form_widget(form.crj_spa, { 'attr' : { 'class' : 'form-control', } }) }}
{# #} {{ form_widget(form.crj_s_technique, { 'attr' : { 'class' : 'form-control', } }) }}
{# #} {{ form_widget(form.crj_litiges, { 'attr' : { 'class' : 'form-control', } }) }}
{{ form_end(form) }}

Patienter...

{% endblock %} {% block javascripts %} {% endblock %}