Bordereau


Bordereau n° : {{@$bor_id}}
Client : {{@$cus_socialReason}}
Société de facturation : {{@$bil_socialReason}}
Date : {{date_en_fr(@$bor_createdDate)}}


Nombre de facture(s) : {{$invoices_count}} @foreach ($factures as $item) {{-- --}} @endforeach
{{ __("N° Fact") }} {{ __("Ref Client") }} {{ __("Categorie") }} {{ __("Contact") }} {{ __("Site") }} {{ __("N° DI") }} {{ __("Corps de métier") }} {{ __("Titre intervention") }} {{ __("Date réalisation") }} {{ __("Montant HT") }} {{ __("Montant TTC") }}
{{$item['cusInv_number']}} {{$item['int_customerRef']}} {{$item['int_category']}} {{$item['int_contact']}} {{$item['sit_name']}} @if($item['sit_code']!='') ( {{$item['sit_code']}} ) @endif {{$item['int_number']}} {{$item['act_nameFr']}} {{$item['int_title']}}{{date_en_fr($item['cusInv_createdDate'])}}{{date_en_fr($item['cusInv_achievementDate'])}} {{ number_format((float)$item['cusInv_amountHT'], 2, '.', ' ').'€' }} {{ number_format((float)$item['cusInv_amountTTC'], 2, '.', ' ').'€' }}
Total {{ number_format((float)$bordereau->bor_totalAmountHT, 2, '.', ' ').'€' }} {{ number_format((float)$bordereau->bor_totalAmountTTC, 2, '.', ' ').'€' }}
TVA (20%) {{ number_format((float)$bordereau->bor_totalAmountTTC-$bordereau->bor_totalAmountHT, 2, '.', ' ').'€' }}