@extends('adminlte::page') @section('plugins.Datatables', true) @section('plugins.Sweetalert2', true) @section('title', 'Intranet | Inventario De Movimientos De Entradas') @section('content_header')

{{ $bodega->bodega }}

@stop @section('content')
Total De Articulos {{ $cantidadTotalDeArticulos }}
Total De Entradas {{ $cantidadTotalDeEntradas }}
Total De Salidas {{ $cantidadTotalDeSalidas }}

Inventario De Movimientos De Entradas

Acción Nombre Artículo Cuenta Gasto Tipo Movimiento Rut Proveedor Razon Social Encargado De Bodega (Creación/Edición) Encargado De Bodega (Anulación) Fecha Movimiento Fecha De Preparación Centro Costo Numero RQ Numero Oc Cantidad Artículo Oc Cantidad En Bodega Total Sin Impuesto Fecha Guia Despacho Numero Guia Despacho Fecha Factura Numero Factura Estado De Salida Estado De Preparación
@stop @section('footer')
Intranet
Copyright © 2023 aspenspa.cl @stop @section('css') @stop @section('js') @if ($bodega->tipo == 'Stock') @if (Gate::check('salida-bodega.create')) @endif @if (Gate::check('bodega.traspaso-bodega-transito')) @endif @if (Gate::check('bodega.traspaso-bodega-stock')) @endif @if (Gate::check('bodega.stock-critico')) @endif @if (Gate::check('salida-bodega.create') || Gate::check('bodega.traspaso-bodega-transito')) @else @endif @else @if (Gate::check('salida-bodega.create')) @endif @if (Gate::check('salida-bodega.create')) @else @endif @endif @stop