{{__('texte.stock_transfers_arr.print.stock_transfer')}}


{{__('texte.stock_transfers_arr.print.date')}}: {{date("d.m.Y",strtotime($stock_transfer->date))}}
{{__('texte.stock_transfers_arr.print.storage_from')}}: {{$stock_transfer->storage_from->name}}
{{__('texte.stock_transfers_arr.print.storage_to')}}: {{$stock_transfer->storage_to->name}}
@foreach($stock_transfer->rows as $index => $row ) @if($row->product->is_wrappage==0) @endif @endforeach
{{__('texte.stock_transfers_arr.print.place_from')}} {{__('texte.stock_transfers_arr.print.place_to')}} {{__('texte.stock_transfers_arr.print.product')}} {{__('texte.stock_transfers_arr.print.measure')}} {{__('texte.stock_transfers_arr.print.quantity')}} {{__('texte.stock_transfers_arr.print.package_quantity')}} {{__('texte.stock_transfers_arr.print.piece_quantity')}} {{__('texte.stock_transfers_arr.print.pallet')}} {{__('texte.stock_transfers_arr.print.batch')}} {{__('texte.stock_transfers_arr.print.expiring_date')}}
{{$row->place_from->address}} {{$row->place_to->address}} {{$row->product->name}} {{$row->product->package->name ?? __('texte.stock_transfers_arr.print.count')}} {{$row->quantity}} {{$row->product->package_id!=null && $row->product->package_id!=1 ? floor($row->quantity/$row->product->package_count) : 0}} {{$row->product->package_id!=null && $row->product->package_id!=1 ? $row->quantity-(floor($row->quantity/$row->product->package_count)*$row->product->package_count) : $row->quantity}} {{$row->pallet}} {{$row->batch}} {{$row->expiring_date!=null ? date("d.m.Y",strtotime($row->expiring_date)) : ''}}