@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Factures Clients / Prestataires ") }} @endsection @section('titre_page') {{ __("Factures Clients / Prestataires") }} @endsection @section('contenu')
getName() }}> {{ __("Exporter") }} getName() }}> {{ __("Export détaillé") }}
@csrf
@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.dates.select_simple',['label' => 'Date DI','value' => @$startOfLastMonth,'name' => 'createdDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => @$endOfLastMonth,'name' => 'createdDate2']) @endcomponent
@component('components.dates.buttons_selection',['target1' => 'createdDate','target2' => '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
{{--
--}}
{{--


--}}
Total Achat : 0€ HT
Total Vente global: 0€ HT
{{----}} {{----}} {{----} {{----}}
{{ __('Portefeuille') }}{{ __('# Intervention') }} {{ __('Enseigne') }} {{ __('Client') }} {{ __('Site') }} {{ __('Date de création DI') }}{{ __('DDFC') }}{{ __('Achats (HT)') }} {{ __('Ventes (HT)') }}{{ __('Ventes FAD(HT)') }}{{ __('ND') }}{{ __('Marge CA') }} {{ __('Taux (%)') }}
@endsection @section('js_footer') @endsection