@extends('layout') @section('content') @section('ventas-active', 'active') @section('notas-active', 'active')

REGISTRAR NUEVA NOTA DE DEBITO

{{csrf_field()}}

Nota de Debito

Registrar datos de la nota de debito:

@if ($errors->has('fecha_emision')) {{ $errors->first('fecha_emision') }} @endif
@if ($errors->has('comprobante_afectado')) {{ $errors->first('comprobante_afectado') }} @endif
@if ($errors->has('empresa')) {{ $errors->first('empresa') }} @endif
@if ($errors->has('cliente')) {{ $errors->first('cliente') }} @endif
@if ($errors->has('motivo')) {{ $errors->first('motivo') }} @endif

Detalle de la Nota de debito


ACCIONES CANTIDAD UNIDAD DE MEDIDA DESCRIPCION DEL PRODUCTO PRECIO TOTAL
Sub Total: 0.0
IGV : 0.0
TOTAL: 0.0
Los campos marcados con asterisco () son obligatorios.
Regresar
@include('ventas.documentos.modal') @include('ventas.documentos.modalLote') @stop @push('styles') @endpush @push('scripts') @endpush