@component('components.select.select_cus_sig',['customers' => @$customers,
'signs' => '',
'cus_value' => @$sign->cus_id,
'sig_value' => '',
'required' => array(false,false),
'search' => array(true,true),
'multiples' => array(false,false),
'emptyValues' => array(true,true),
'initialiser' => true,
'options_all' => true,
])
@endcomponent
@component('components.select.select_provider',['providers' => '','value' => '','search' => 'true','emptyValue' => 'false'])
@endcomponent
@component('components.dates.select_simple',['label' => 'Date facture du','value' =>
'','name' => 'achievementDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>
'achievementDate2'])
@endcomponent
@component('components.dates.select_simple',['label' => 'Date réalisation du','value' =>
'','name' => 'createdDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>
'createdDate2'])
@endcomponent
@component('components.select.select_status_bygroup',['status_group' => $status_group,'status' => $status,'value' => '','search' => 'false','emptyValue' => 'true', 'multiple' => 'false', 'search' => 'true', 'emptyValueLabel' => 'Ne rien faire'])
@endcomponent
@component('components.select.select_status',['label' => '','status' => '','value' => '','search' => 'true','emptyValue' => 'true','multiple' => 'false','pref_name' => 'invoice_'])
@endcomponent