@extends(isset($input['print']) && $input['print']==1 ? 'layouts.general' : 'layouts.app') @section('link') @if(isset($input) && (!isset($input['print']) || $input['print']==1)) @endif @endsection @section('style') @endsection @section('content')
{{__('texte.references_arr.stocks.producer')}} | {{__('texte.references_arr.stocks.product')}} | {{__('texte.references_arr.stocks.available')}} | {{__('texte.references_arr.stocks.reserved')}} | {{__('texte.references_arr.stocks.free')}} | |||
---|---|---|---|---|---|---|---|
{{__('texte.references_arr.stocks.reserved_quantities_in')}} {{$reserved_product->storage_name}} |
|||||||
{{$reserved_product->produkt->producer->name ?? 'N/A'}} | {{$reserved_product->produkt->name}} | {{$reserved_product->total_quantity}} | {{$reserved_products->where('storage',$reserved_product->storage)->where('product',$reserved_product->product)->sum('reserved_quantity')}} | {{$reserved_product->total_quantity - $reserved_products->where('storage',$reserved_product->storage)->where('product',$reserved_product->product)->sum('reserved_quantity')}} | |||
{{$reserved_product->parent_order->parent_id==0 ? __('texte.references_arr.stocks.order').' '.$reserved_product->order : __('texte.references_arr.stocks.combined_order').' '.$reserved_product->parent_order->parent_id}} {{__('texte.references_arr.stocks.with_delivery_on')}} {{date('d.m.Y',strtotime($reserved_product->parent_order->delivery_date))}} | {{$reserved_product->reserved_quantity}} |