@extends('layout') @section('content') @section('consulta-active', 'active') @section('consulta-comprobantes-active', 'active')

CONVERTIR DOCUMENTO DE VENTA

{{ csrf_field() }}

Documento de venta

Edtar datos del documento de venta:

@if ($errors->has('fecha_documento_campo')) {{ $errors->first('fecha_documento_campo') }} @endif
@if ($errors->has('fecha_atencion_campo')) {{ $errors->first('fecha_atencion_campo') }} @endif
has('fecha_vencimiento_campo') ? ' is-invalid' : '' }} value="{{ old('fecha_vencimiento_campo', $fecha_hoy) }}" required> @if ($errors->has('fecha_vencimiento_campo')) {{ $errors->first('fecha_vencimiento_campo') }} @endif
@if ($errors->has('observacion')) {{ $errors->first('observacion') }} @endif
{{-- --}}

Detalle del Documento de Venta

@include('consultas.documentos.table-detalle') {{--
ACCIONES CANTIDAD UM PRODUCTO V. UNITARIO P. UNITARIO DESCUENTO P. NUEVO TOTAL
Sub Total: 0.0
IGV : 0.0
TOTAL: 0.0
--}}
Los campos marcados con asterisco () son obligatorios.
Regresar
@include('consultas.ventas.documentos_no.modal') @include('consultas.ventas.documentos_no.modalLote') @include('consultas.ventas.documentos_no.modalPago') @include('consultas.ventas.documentos_no.modalLoteRecientes') @stop @push('styles') @endpush @push('scripts') @endpush