@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Paramètres') }} @endsection @section('titre_header') {{ __('Paramètres') }} @endsection @section('titre_page') {{ __('Liste') }} @endsection @section('contenu')
@csrf
{{ __('Général') }}
{{-- @component('components.input.text_number',['title' => @$list_params['code_site']->par_description, 'typeinput' => 'text', 'value' => @$list_params['code_site']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'code_site']) @endcomponent --}} @component('components.input.text_number',['title' => @$list_params['site_adress']->par_description, 'typeinput' => 'text', 'value' => @$list_params['site_adress']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'site_adress']) @endcomponent {{ __('NB : Cette adresse ne doit pas comporter de caractère / à la fin.') }}
{{ __('Uploads de fichiers') }}
@component('components.input.text_number',['title' => 'Extensions de fichiers autorisées', 'typeinput' => 'text', 'value' => @$list_params['value_authorized_extensions']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'value_authorized_extensions']) @endcomponent @component('components.input.text_number',['title' => @$list_params['value_authorized_mime']->par_description, 'typeinput' => 'text', 'value' => @$list_params['value_authorized_mime']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'value_authorized_mime']) @endcomponent
@component('components.cb_params',['title' => @$list_params['image_resize']->par_description, 'value' => @$list_params['image_resize']->par_value, 'name' => 'image_resize']) @endcomponent
@component('components.input.text_number',['title' => @$list_params['image_resizeWidth']->par_description, 'typeinput' => 'text', 'value' => @$list_params['image_resizeWidth']->par_value, 'helptext' => 'pixels', 'type' => 'horizontal', 'name' => 'image_resizeWidth']) @endcomponent
{{ __('Filtrage IP') }}
@component('components.cb_params',['title' => @$list_params['acces_ip']->par_description, 'value' => @$list_params['acces_ip']->par_value, 'name' => 'acces_ip']) @endcomponent
@component('components.input.text_number',['title' => @$list_params['acces_ip_email']->par_description, 'typeinput' => 'text', 'value' => @$list_params['acces_ip_email']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'acces_ip_email']) @endcomponent
{{ __('Fonctionnalités') }}
@component('components.cb_params',['title' => @$list_params['active_activityDetail']->par_description, 'value' => @$list_params['active_activityDetail']->par_value, 'name' => 'active_activityDetail']) @endcomponent
@component('components.cb_params',['title' => @$list_params['equipment_management']->par_description, 'value' => @$list_params['equipment_management']->par_value, 'name' => 'equipment_management']) @endcomponent
@component('components.cb_params',['title' => @$list_params['active_notifications']->par_description, 'value' => @$list_params['active_notifications']->par_value, 'name' => 'active_notifications']) @endcomponent
@component('components.cb_params',['title' => @$list_params['controles_sites']->par_description, 'value' => @$list_params['controles_sites']->par_value, 'name' => 'controles_sites']) @endcomponent
@component('components.cb_params',['title' => @$list_params['provider_defaults']->par_description, 'value' => @$list_params['provider_defaults']->par_value, 'name' => 'provider_defaults']) @endcomponent
@component('components.cb_params',['title' => @$list_params['gestion_chantiers']->par_description, 'value' => @$list_params['gestion_chantiers']->par_value, 'name' => 'gestion_chantiers']) @endcomponent
@component('components.input.text_number',['title' => @$list_params['value_provider_max_intervention_inprogress']->par_description, 'typeinput' => 'text', 'value' => @$list_params['value_provider_max_intervention_inprogress']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'value_provider_max_intervention_inprogress']) @endcomponent
{{ __('Techniciens') }}
@component('components.cb_params',['title' => @$list_params['active_techniciens']->par_description, 'value' => @$list_params['active_techniciens']->par_value, 'name' => 'active_techniciens']) @endcomponent
@component('components.cb_params',['title' => @$list_params['tech_google_calendar']->par_description, 'value' => @$list_params['tech_google_calendar']->par_value, 'name' => 'tech_google_calendar']) @endcomponent
{{ __('Langues') }}
@component('components.cb_params',['title' => @$list_params['multilangue']->par_description, 'value' => @$list_params['multilangue']->par_value, 'name' => 'multilangue']) @endcomponent
@component('components.input.text_number',['title' => @$list_params['multilangue_langs']->par_description, 'typeinput' => 'text', 'value' => @$list_params['multilangue_langs']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'multilangue_langs']) @endcomponent @component('components.input.text_number',['title' => @$list_params['multilangue_defaultLang']->par_description, 'typeinput' => 'text', 'value' => @$list_params['multilangue_defaultLang']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'multilangue_defaultLang']) @endcomponent
{{ __('Interface sites') }}
@component('components.cb_params',['title' => @$list_params['preventif_interface_sites']->par_description, 'value' => @$list_params['preventif_interface_sites']->par_value, 'name' => 'preventif_interface_sites']) @endcomponent
@component('components.cb_params',['title' => @$list_params['calendrier_interface_sites']->par_description, 'value' => @$list_params['calendrier_interface_sites']->par_value, 'name' => 'calendrier_interface_sites']) @endcomponent
@component('components.cb_params',['title' => @$list_params['contrats_interface_sites']->par_description, 'value' => @$list_params['contrats_interface_sites']->par_value, 'name' => 'contrats_interface_sites']) @endcomponent
@component('components.cb_params',['title' => @$list_params['commsecu_interface_sites']->par_description, 'value' => @$list_params['commsecu_interface_sites']->par_value, 'name' => 'commsecu_interface_sites']) @endcomponent
@component('components.cb_params',['title' => @$list_params['cbcloturedi_interface_sites']->par_description, 'value' => @$list_params['cbcloturedi_interface_sites']->par_value, 'name' => 'cbcloturedi_interface_sites']) @endcomponent
@component('components.cb_params',['title' => @$list_params['satisfaction_interface_sites']->par_description, 'value' => @$list_params['satisfaction_interface_sites']->par_value, 'name' => 'satisfaction_interface_sites']) @endcomponent
@component('components.cb_params',['title' => @$list_params['interSite_proQuoValidation']->par_description, 'value' => @$list_params['interSite_proQuoValidation']->par_value, 'name' => 'interSite_proQuoValidation']) @endcomponent {{ __('NB : si cette option est cochée, le service maintenance pourra uniquement pré-valider les devis.') }}
{{ __('La validation définitive sera réalisée par le(s) site(s) à partir de leur interface dédiée.') }}

@component('components.cb_params',['title' => @$list_params['notation_techniciens']->par_description, 'value' => @$list_params['notation_techniciens']->par_value, 'name' => 'notation_techniciens']) @endcomponent
{{ __('Interface prestataire') }}
@component('components.cb_params',['title' => @$list_params['interPresta_addDiSuite']->par_description, 'value' => @$list_params['interPresta_addDiSuite']->par_value, 'name' => 'interPresta_addDiSuite']) @endcomponent
{{-- @component('components.cb_params',['title' => @$list_params['interPresta_addDiCurr']->par_description, 'value' => @$list_params['interPresta_addDiCurr']->par_value, 'name' => 'interPresta_addDiCurr']) @endcomponent
--}} @component('components.cb_params',['title' => @$list_params['interPresta_addDiPrev']->par_description, 'value' => @$list_params['interPresta_addDiPrev']->par_value, 'name' => 'interPresta_addDiPrev']) @endcomponent
{{ __('Liens externes') }}
@component('components.cb_params',['title' => @$list_params['infosdi_page']->par_description, 'value' => @$list_params['infosdi_page']->par_value, 'name' => 'infosdi_page']) @endcomponent
{{ __('Gestion des DI') }}
@component('components.cb_params',['title' => @$list_params['gestion_di_curative']->par_description, 'value' => @$list_params['gestion_di_curative']->par_value, 'name' => 'gestion_di_curative']) @endcomponent
@component('components.cb_params',['title' => @$list_params['gestion_di_preventive']->par_description, 'value' => @$list_params['gestion_di_preventive']->par_value, 'name' => 'gestion_di_preventive']) @endcomponent
{{ __('Général') }}
@component('components.input.text_number',['title' => @$list_params['gen_di_numbers_format']->par_description, 'typeinput' => 'text', 'value' => @$list_params['gen_di_numbers_format']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'gen_di_numbers_format']) @endcomponent @component('components.input.text_number',['title' => @$list_params['gen_proQuo_numbers_format']->par_description, 'typeinput' => 'text', 'value' => @$list_params['gen_proQuo_numbers_format']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'gen_proQuo_numbers_format']) @endcomponent @component('components.input.text_number',['title' => @$list_params['gen_proReq_numbers_format']->par_description, 'typeinput' => 'text', 'value' => @$list_params['gen_proReq_numbers_format']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'gen_proReq_numbers_format']) @endcomponent @component('components.input.text_number',['title' => @$list_params['gen_proInv_numbers_format']->par_description, 'typeinput' => 'text', 'value' => @$list_params['gen_proInv_numbers_format']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'gen_proInv_numbers_format']) @endcomponent {{-- @component('components.input.text_number',['title' => @$list_params['gen_numbers_format']->par_description, 'typeinput' => 'text', 'value' => @$list_params['gen_numbers_format']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'gen_numbers_format']) @endcomponent --}}
@component('components.input.text_number',['title' => @$list_params['nbjours_sel_di']->par_description, 'typeinput' => 'text', 'value' => @$list_params['nbjours_sel_di']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'nbjours_sel_di']) @endcomponent @component('components.cb_params',['title' => @$list_params['proQuoValidation_toProReq']->par_description, 'value' => @$list_params['proQuoValidation_toProReq']->par_value, 'name' => 'proQuoValidation_toProReq']) @endcomponent
@component('components.cb_params',['title' => @$list_params['gestion_di_suite']->par_description, 'value' => @$list_params['gestion_di_suite']->par_value, 'name' => 'gestion_di_suite']) @endcomponent
{{ __('Montants par défaut') }}
@component('components.input.text_number',['title' => @$list_params['mt_ht_prev_sans_devis']->par_description, 'typeinput' => 'text', 'value' => @$list_params['mt_ht_prev_sans_devis']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'mt_ht_prev_sans_devis']) @endcomponent @component('components.input.text_number',['title' => @$list_params['mt_ht_prev_avec_devis']->par_description, 'typeinput' => 'text', 'value' => @$list_params['mt_ht_prev_avec_devis']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'mt_ht_prev_avec_devis']) @endcomponent
{{ __('Demandes de devis prestataires') }}
@component('components.input.text_number',['title' => @$list_params['nbj_proQuo_desiredDateReturn']->par_description, 'typeinput' => 'text', 'value' => @$list_params['nbj_proQuo_desiredDateReturn']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'nbj_proQuo_desiredDateReturn']) @endcomponent @component('components.cb_params',['title' => @$list_params['send_refuse_proQuo_others']->par_description, 'value' => @$list_params['send_refuse_proQuo_others']->par_value, 'name' => 'send_refuse_proQuo_others']) @endcomponent
{{ __('Commandes prestataires') }}
@component('components.cb_params',['title' => @$list_params['proReq_sendBiOnly']->par_description, 'value' => @$list_params['proReq_sendBiOnly']->par_value, 'name' => 'proReq_sendBiOnly']) @endcomponent
@component('components.cb_params',['title' => @$list_params['mails_in_messages']->par_description, 'value' => @$list_params['mails_in_messages']->par_value, 'name' => 'mails_in_messages']) @endcomponent
{{ __('Mails sites') }}
@component('components.cb_params',['title' => @$list_params['send_email_newDISite']->par_description, 'value' => @$list_params['send_email_newDISite']->par_value, 'name' => 'send_email_newDISite']) @endcomponent {{ __('NB : si cette option est cochée, un email sera envoyé à cette adresse lors de la création de la demande par les sites.') }}
@component('components.input.text_number',['title' => @$list_params['send_email_adress_newDISite']->par_description, 'typeinput' => 'text', 'value' => @$list_params['send_email_adress_newDISite']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'send_email_adress_newDISite']) @endcomponent
{{ __('Copie de mails') }}
@component('components.input.text_number',['title' => @$list_params['email_copy_all']->par_description, 'typeinput' => 'text', 'value' => @$list_params['email_copy_all']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'email_copy_all']) @endcomponent @component('components.cb_params',['title' => @$list_params['email_copy_user']->par_description, 'value' => @$list_params['email_copy_user']->par_value, 'name' => 'email_copy_user']) @endcomponent
{{ __('Réponse à') }}
@component('components.cb_params',['title' => trans(@$list_params['email_replyto_active']->par_descriptionFr), 'value' => @$list_params['email_replyto_active']->par_value, 'name' => 'email_replyto_active']) @endcomponent
@component('components.cb_params',['title' => trans(@$list_params['email_replyto_user']->par_descriptionFr), 'value' => @$list_params['email_replyto_user']->par_value, 'name' => 'email_replyto_user']) @endcomponent
@component('components.input.text_number',['title' => trans(@$list_params['email_replyto_address']->par_descriptionFr), 'typeinput' => 'text', 'value' => @$list_params['email_replyto_address']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'email_replyto_address']) @endcomponent
@component('components.input.text_number',['title' => @$list_params['value_googleapi_geocoding_key']->par_description, 'typeinput' => 'text', 'value' => @$list_params['value_googleapi_geocoding_key']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'value_googleapi_geocoding_key']) @endcomponent @component('components.input.text_number',['title' => @$list_params['value_googleapi_map_key']->par_description, 'typeinput' => 'text', 'value' => @$list_params['value_googleapi_map_key']->par_value, 'helptext' => '', 'type' => 'horizontal', 'name' => 'value_googleapi_map_key']) @endcomponent
{{ __('Importation SQL') }}
@csrf
{{ __('Importation EXCEL') }}
@csrf
{{--
{{ __('Table pannes') }}
@csrf
--}}
@endsection @section('js_footer') @endsection