@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Factures clients') }} @endsection @section('titre_page') {{ __('Export comptable factures clients') }} @endsection @section('panel_boutons') @endsection @section('contenu')
{{ __('Pré-export compta') }} {{ __('Export compta') }}
{{ __('Seules les factures non exportées apparaissent par défaut. ') }}
{{--
--}} @csrf
@component('components.select.select_customer',['customers' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent @component('components.select.select_status',['label' => '','status' => '','value' => '','search' => 'true','emptyValue' => 'true','multiple' => 'true']) @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.buttons_selection',['target1' => 'achievementDate','target2' => 'achievementDate2']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date saisie du','value' => '','name' => 'createdDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'createdDate2']) @endcomponent
@component('components.dates.buttons_selection',['target1' => 'createdDate','target2' => 'createdDate2']) @endcomponent
Total : 0€ HT
# Facture {{ __('Statut') }} {{ __('Client') }} {{ __('#DI') }} {{ __('HT') }} {{ __('TTC') }} {{ __('TVA') }} {{ __('Date facture') }} {{ __('Echéance') }} {{ __('Payée') }} {{ __('Date paiement') }} {{ __('Exportée') }} {{ __('Envoyée') }}
@endsection @section('js_footer') @endsection @section('modale')