Zi - {{ $currentDate->format('d') }} | Luna - {{ $startDateCurrentMonth->format('d-m') }} - {{ $currentDate->format('d-m') }} | An - {{ $startDateCurrentYear->format('d-m') }} - {{ $currentDate->format('d-m') }} | |
---|---|---|---|
{{ $currentDate->format('Y') }} | {{ $currentDateStocks }} | {{ $currentMonthStocks }} | {{ $currentYearStocks }} |
{{ $previousYearDate->format('Y') }} | {{ $previousYearDateStocks }} | {{ $previousYearMonthStocks }} | {{ $previousYearStocks }} |
Zi - {{ $currentDate->format('d') }} | Luna - {{ $startDateCurrentMonth->format('d-m') }} - {{ $currentDate->format('d-m') }} | An - {{ $startDateCurrentYear->format('d-m') }} - {{ $currentDate->format('d-m') }} | |
---|---|---|---|
{{ $currentDate->format('Y') }} | {{ $currentDateOrderRequests }} | {{ $currentMonthOrderRequests }} | {{ $currentYearOrderRequests }} |
{{ $previousYearDate->format('Y') }} | {{ $previousYearDateOrderRequests }} | {{ $previousYearMonthOrderRequests }} | {{ $previousYearOrderRequests }} |
Dealer | Unitati |
---|---|
{{ $stock->name }} | {{ $stock->count }} |
Magazin | Unitati |
---|---|
{{ $stock->name ?: "Magazin Neatribuit" }} | {{ $stock->count }} |
Categorie / Brand | Unitati |
---|---|
{{ $stock->products?->categories_data?->name }} / {{ $stock->products?->brand?->name }} | {{ $stock->count }} |
Furnizor | Unitati |
---|---|
{{ $stock->name }} | {{ $stock->count }} |
Status | Solicitari |
---|---|
{{ $orderRequest->order_request_status_data?->name }} | {{ $orderRequest->count }} |
Domeniu | Solicitari |
---|---|
{{ $orderRequest->name }} | {{ $orderRequest->count }} |
Dealer | An | Unitati |
---|---|---|
{{ $stock['name'] }} | {{ $currentDate->format('Y') }} | {{ $stock['years'][$currentDate->format('Y')] ?? 0 }} |
{{ $previousYearDate->format('Y') }} | {{ $stock['years'][$previousYearDate->format('Y')] ?? 0 }} |
Magazin | An | Unitati |
---|---|---|
{{ $stock['name'] }} | {{ $currentDate->format('Y') }} | {{ $stock['years'][$currentDate->format('Y')] ?? 0 }} |
{{ $previousYearDate->format('Y') }} | {{ $stock['years'][$previousYearDate->format('Y')] ?? 0 }} |
Categorie / Brand | An | Unitati |
---|---|---|
{{ $stock['name'] }} | {{ $currentDate->format('Y') }} | {{ $stock['years'][$currentDate->format('Y')] ?? 0 }} |
{{ $previousYearDate->format('Y') }} | {{ $stock['years'][$previousYearDate->format('Y')] ?? 0 }} |
Furnizor | An | Unitati |
---|---|---|
{{ $stock['name'] }} | {{ $currentDate->format('Y') }} | {{ $stock['years'][$currentDate->format('Y')] ?? 0 }} |
{{ $previousYearDate->format('Y') }} | {{ $stock['years'][$previousYearDate->format('Y')] ?? 0 }} |
Status | An | Unitati |
---|---|---|
{{ $orderRequest['name'] }} | {{ $currentDate->format('Y') }} | {{ $orderRequest['years'][$currentDate->format('Y')] ?? 0 }} |
{{ $previousYearDate->format('Y') }} | {{ $orderRequest['years'][$previousYearDate->format('Y')] ?? 0 }} |
Domeniu | An | Unitati |
---|---|---|
{{ $orderRequest['name'] }} | {{ $currentDate->format('Y') }} | {{ $orderRequest['years'][$currentDate->format('Y')] ?? 0 }} |
{{ $previousYearDate->format('Y') }} | {{ $orderRequest['years'][$previousYearDate->format('Y')] ?? 0 }} |
Status | Nr. |
---|---|
{{ $buyBack->order_request_status_data?->name }} | {{ $buyBack->count }} |