@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Factures prestataires') }} @endsection @section('titre_page') {{ __('Export comptable des factures prestataires') }} @endsection @section('panel_boutons') @endsection @section('contenu')
{{ __('Pré export compta') }} @if(Session::get('format_export_compta') =='CEGID-QUADRA-ARCHIVE') {{ __('Export compta') }} @else {{ __('Export compta') }} @endif
{{ __('Seules les factures non exportées apparaissent par défaut. ') }}
{{--
--}} @csrf
@component('components.select.select_sign',['signs' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent {{-- @component('components.select.select_provider',['providers' => '','value' => '','search' => 'true','emptyValue' => 'false']) @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
@component('components.dates.select_simple',['label' => 'Date échéance du','value' => '','name' => 'proInv_deadlineDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'proInv_deadlineDate2']) @endcomponent
@component('components.dates.buttons_selection',['target1' => 'proInv_deadlineDate','target2' => 'proInv_deadlineDate2']) @endcomponent
{{ __('Total') }} : 0€ HT
{{-- --}}
# {{ __('Etat') }} {{ __('Prestataire') }} {{ __('NFP') }} {{ __('# DI') }} {{ __('HT commande') }} {{ __('HT') }} {{ __('TTC') }} {{ __('TVA') }}{{ __('Création') }}{{ __('Date facture') }} {{ __('Echéance') }} {{ __('Payée') }} {{ __('Payée le') }} {{ __('Exportée') }}
@endsection @section('js_footer') @endsection @section('modale') @endsection