@include('layouts.breadcumb') @section('header') @stop
@if( $role_id != 1500 )

@foreach( $ordenes as $orden ) @if($orden->produccion == 1) @else @endif @endforeach
ORDEN Nº INVOICE Nº REFERENCIA PRODUCCION IMAGEN NOMBRE INFORMACIÓN TARJ. PRV BUYER CURRENCY ¥ x UND CTD x CARTON ¥ x CARTON CBM x CARTON Kg x CARTON CTN ORD CTN FAC CTN PND TOTAL ¥ TOTAL CBM TOTAL (Kg)
{{ $orden->chip_marc.$orden->numero }} {{ ( $orden->invoice_id > 0 ) ? \Modules\Compras\Entities\Invoice::find($orden->invoice_id)->numero : '' }} {{ $orden->referencia }}
{{ $orden->barcode }}

OK
{{ $orden->entrega }}

{{ 'NO OPEN' }}
{{ $orden->nombre }} {{ $orden->informacion }} {{ $orden->tarjeta_prv }} {{ number_format($orden->precio_cif*$factor,2) }} {{ @number_format(($orden->precio_caja*$factor)/$orden->cantidadxcaja,2) }} {{ $orden->cantidadxcaja }} {{ number_format(($orden->precio_caja*$factor),2) }} {{ number_format($orden->cubicaje_caja,2) }} {{ number_format($orden->peso_caja,2) }} {{ number_format($orden->cantidad_caja,0) }} {{ number_format($orden->cantidad_dsp,0) }} {{ number_format(($orden->cantidad_caja-$orden->cantidad_dsp),0) }} {{ number_format(($orden->precio_caja*$factor)*($orden->cantidad_dsp),2) }} {{ number_format(($orden->cubicaje_caja)*($orden->cantidad_dsp),2) }} {{ number_format(($orden->peso_caja)*($orden->cantidad_dsp),2) }}
@foreach( $invoices as $orden ) @endforeach
INVOICE Nº ORDEN Nº REFERENCIA IMAGEN NOMBRE INFORMACIÓN TARJ. PRV BUYER CURRENCY ¥ x UND CTD x CARTON ¥ x CARTON CBM x CARTON Kg x CARTON CARTONES TOTAL ¥ TOTAL CBM TOTAL (Kg)
{{ $orden->invonum }} {{ $orden->chip_marc.$orden->numero }} {{ $orden->referencia }} {{ $orden->nombre }} {{ $orden->informacion }} {{ $orden->tarjeta_prv }} {{ number_format($orden->formula_costocif*$factor,2) }} {{ @number_format(($orden->precio_caja*$factor)/$orden->piezasx_caja,2) }} {{ $orden->piezasx_caja }} {{ number_format(($orden->precio_caja*$factor),2) }} {{ number_format($orden->cubicaje_caja,2) }} {{ number_format($orden->peso_caja,2) }} {{ number_format($orden->cantidad_caja,0) }} {{ number_format(($orden->precio_caja*$factor)*($orden->cantidad_caja),2) }} {{ number_format(($orden->cubicaje_caja)*($orden->cantidad_caja),2) }} {{ number_format(($orden->peso_caja)*($orden->cantidad_caja),2) }}
@endif

@include('compras::informes.item_status.open')
@include('compras::informes.item_status.shipping')
@section('footer') @stop