@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Frais généraux') }} @endsection @section('titre_page') {{ __('Frais généraux') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'route', 'btn_imprim'=> false, 'btn_export'=> true]) @endsection @section('contenu')
@csrf
@component('components.select.select_companyAccount',[ 'companies' => @$companies, 'comptes' =>@$comptes, 'comptesFourn' =>@$comptesFourn, 'company_value' => @$general_cost->com_id, 'genCosAcc_value' => @$general_cost->genCosAcc_id, 'genCosAcc_valueProvider' => @$general_cost->genCosAcc_idProvider, 'required' => array("true","false", "false"), 'search' => array("true","true", "true"), 'multiples' => array("false","false", "false"), 'emptyValues' => array("true","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_genCos,'value' => '','search' => 'true','emptyValue' => 'true','multiple' => 'true']) @endcomponent
@component('components.select.select_genCosType',['gencosTypes' => @$gencosTypes,'value' => @$general_cost->genCosTyp_id,'search' => 'true','emptyValue' => '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
@component('components.dates.select_simple',['label' => 'Date document','value' =>'','name' => 'genCos_entryDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>'genCos_entryDate2']) @endcomponent
@component('components.dates.buttons_selection',['target1' => 'genCos_entryDate','target2' => 'genCos_entryDate2']) @endcomponent
{{ __('Total') }} : 0€ HT
{{ __('Total') }} : 0€ TTC
{{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{ __('#') }} {{ __('Société') }} {{ __('Date création') }} {{ __('Créé par') }} {{ __('Libellé') }} {{ __('Compte HT') }} {{ __('Compte fournisseur') }} {{ __('Type de dépense') }} {{ __('TTC / HT') }}{{ __('TVA') }}{{ __('Date facture') }} {{ __('Echéance') }}{{ __('Pré-valid.') }} {{ __('Valid.') }} {{ __('Exporté') }}{{ __('Mode paiement') }}{{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection