@if($acc == "list" ) @include('_layouts.breadcumb')

{{ $breadcumb->nombre }}

{{ Form::open([ 'method' => 'GET', 'role' => 'form', 'class' => 'validate', 'autocomplete'=>'off' ]) }}
Periodo
{{Form::hidden('menu', Input::get('menu'))}} {{Form::hidden('proveedor', $proveedor)}} {{ Form::label('lb_proveedor', _('Proveedor'), ['class'=>'control-label']) }}
{{ Form::label('lb_bodega', _('Bodega'), ['class'=>'control-label']) }}




 
 
 
 
 
 
 
 
 
 
 @if($isDisabled == false)@endif
 @if($isDisabled == false)@endif @if($isDisabled == false)@endif @if($isDisabled == false)@endif @if($rows) @foreach( $rows as $row ) @if($isDisabled == false)@endif @if($isDisabled == false)@endif @if($isDisabled == false)@endif @endforeach @endif @if($isDisabled == false)@endif
CODIGO REFERENCIA DESCRIPCIÓN CLASIFICACION BODEGA UND. MEDIDA CANT.NOTASCOSTO UND. COTIZ.COSTO UND. VENTA PROM.COSTO TOTAL COTIZ.COSTO TOTAL NOTAS COSTO TOTAL VENTA PROM.UNDS DYNA
{{ $row->id_item }} {{ $row->referencia }} {{ $row->descripcion }} {{ $row->clasifixabc }} {{ $row->bodega}} {{ $row->und_medida }} {{ number_format($row->cantidadbasedeb, 0) }} {{ number_format($row->cantidadbasecre, 0) }} {{ number_format( $row->preciocot, 1) }} {{ number_format( $costoUnd, 1) }} {{ number_format( $row->valorcostofacturas, 0) }} {{ number_format( $row->valorcostonotas, 0) }} {{ number_format( $row->cantidadbasedeb * $costoUnd , 0) }} {{ number_format($row->existbdg, 0) }}
TOTAL $ {{ number_format( $totalCostoCotiz, 0) }}$ {{ number_format( $totalNotas, 0) }} $ {{ number_format( $totalCostoVentasPromedio, 0) }}
@section('footer') @stop @endif