@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Notes de frais') }} @endsection @section('titre_page') {{ __('Export comptable notes de frais') }} @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 notes de frais non exportées apparaissent par défaut. ') }}
{{--
--}} @csrf
@component('components.select.select_companyAccount',[ 'companies' => @$companies, 'comptes' =>@$comptes, 'comptesFourn' =>@$comptesFourn, 'company_value' => @$general_cost->com_id, 'genCosAcc_value' => @$general_cost->genCosAcc_id, 'required' => array(true,false), 'search' => array(true,true), 'multiples' => array(false,false), 'emptyValues' => array(true,true), 'bmodeedit' => false, ]) @endcomponent
@component('components.dates.select_simple',['label' => 'Date de création du','value' =>'','name' => 'genCos_createdDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>'genCos_createdDate2']) @endcomponent
@component('components.dates.buttons_selection',['target1' => 'genCos_createdDate','target2' => 'genCos_createdDate2']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date de réglement du','value' =>'','name' => 'genCos_paymentDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>'genCos_paymentDate2']) @endcomponent
@component('components.dates.buttons_selection',['target1' => 'genCos_paymentDate','target2' => 'genCos_paymentDate2']) @endcomponent
@component('components.select.select_status',['label' => '','status' => @$status_proInv,'value' => '','search' => 'true','emptyValue' => 'true','multiple' => 'true']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date d\'échéance du','value' =>'','name' => 'genCos_deadlineDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>'genCos_deadlineDate2']) @endcomponent
@component('components.dates.buttons_selection',['target1' => 'genCos_deadlineDate','target2' => 'genCos_deadlineDate2']) @endcomponent
Total : 0€ HT
{{ __('Société') }} {{ __('Date de création') }} {{ __('Numéro compta') }} {{ __('Libellé') }} {{ __('Compte d\'affectation') }} {{ __('Type de dépense') }} {{ __('HT') }} {{ __('TTC') }} {{ __('TVA') }} {{ __('Date facture') }} {{ __('Echéance') }} {{ __('Payée') }} {{ __('Payée le') }} {{ __('Exporté') }}
@endsection @section('js_footer') @endsection @section('modale') @endsection