Proposition de Commande Proposition de commande
@php $path = request()->path(); @endphp @if($path =='provider/order-proposal-para') @else(!$onlyPara) @endif @if(isset($salesData['data'][0]['months']) && is_array($salesData['data'][0]['months'])) @foreach ($salesData['data'][0]['months'] as $monthKey => $monthData) @foreach ($monthData as $monthName => $value) @endforeach @endforeach @endif {{-- @dd($salesData['data'][0])--}} @foreach ($salesData['data'] as $data) @if($path =='provider/order-proposal-para') @else @endif @if(isset($data['months']) && is_array($data['months'])) @foreach ($data['months'] as $month) @foreach ($month as $key => $value) @if($value == 0) @endif @if($value != 0) @endif @endforeach @endforeach @endif @endforeach
ActionCode à barreCode PCTArt Id Désignation Stock Actuel Vte Tot. 12M Vte Moy. 12M{{ $monthName }}
@if(Route::currentRouteName() === 'provider.order_proposal') @if($user->hasPermissionTo(3100002)) @endif @elseif(Route::currentRouteName() === 'provider.order_proposal_para') @if($user->hasPermissionTo(3200002)) @endif @endif {{ $data['CODBAR'] }}{{ $data['CODE_PCT'] }}{{ $data['art'] }} {{ $data['id'] }} {{ $data['libart'] }} {{ $data['stock'] }} {{ $data['vente_total'] }} {{ $data['average_vente_total'] }}{{ $value }}
@if(Route::currentRouteName() === 'provider.order_proposal') @if($user->hasPermissionTo(3100002))
Propositions de Commande
@if($path =='provider/order-proposal-para') @else @endif
Code à barreCode PCTArt Désignation Quantité proposée Promo Prix HT TVA % Prix TTC Remise % Action
TOTAL BRUT HT 0.000
REMISE 0
TOTAL NET HT 0.000
TVA 0
TOTAL TTC 0.000
@endif @elseif(Route::currentRouteName() === 'provider.order_proposal_para') @if($user->hasPermissionTo(3200002))
Propositions de Commande Para
Code à barre Art Désignation Quantité proposée Promo Prix HT TVA % Prix TTC Remise % Action
TOTAL BRUT HT 0.000
REMISE 0
TOTAL NET HT 0.000
TVA 0
TOTAL TTC 0.000
@endif @endif