@extends('layout') @section('content') @section('compras-active', 'active') @section('documento-active', 'active')

REGISTRAR NUEVO DOCUMENTO DE COMPRA

{{csrf_field()}} @if (!empty($orden)) @endif

Documento de compra

Registrar datos del documento de compra:

@if (!empty($orden)) @else @endif @if ($errors->has('fecha_emision')) {{ $errors->first('fecha_emision') }} @endif
@if (!empty($orden)) @else @endif @if ($errors->has('fecha_entrega')) {{ $errors->first('fecha_entrega') }} @endif
@if (!empty($orden)) @else @endif

Registrar Proveedor:

@if (!empty($orden)) @else @endif
@if (!empty($orden)) @else @endif
@if (!empty($orden)) @if ($errors->has('condicion_id')) {{ $errors->first('condicion_id') }} @endif @else @if ($errors->has('condicion_id')) {{ $errors->first('condicion_id') }} @endif @endif
@if (!empty($orden)) @else @endif
@if ($errors->has('serie_tipo')) {{ $errors->first('serie_tipo') }} @endif
@if ($errors->has('numero_tipo')) {{ $errors->first('numero_tipo') }} @endif
@if (!empty($orden)) @else @endif @if ($errors->has('tipo_cambio')) {{ $errors->first('tipo_cambio') }} @endif
@if (!empty($orden))
@else
@endif @if (!empty($orden)) @else @endif @if ($errors->has('igv')) {{ $errors->first('igv') }} @endif
@if ($errors->has('observacion')) {{ $errors->first('observacion') }} @endif

Detalle del Documento de Compra


ACCIONES CANTIDAD PRODUCTO FECHA. VENC COSTO FLETE PRECIO TOTAL
Sub Total: 0.0
IGV : 0.0
Percepcion:
TOTAL: 0.0

Los campos marcados con asterisco () son obligatorios.
@if (!empty($orden)) Regresar @else Regresar @endif
@include('compras.documentos.modal') @stop @push('styles') @endpush @push('scripts') @endpush