UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

74 lines 1.89 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.documentTypes = void 0; exports.documentTypes = [ { code: '01', description: 'FACTURA' }, { code: '03', description: 'BOLETA DE VENTA' }, { code: '07', description: 'NOTA DE CREDITO' }, { code: '08', description: 'NOTA DE DEBITO' }, { code: '09', description: 'GUIA DE REMISIÓN REMITENTE' }, { code: '12', description: 'TICKET DE MAQUINA REGISTRADORA' }, { code: '13', description: 'DOCUMENTO EMITIDO POR BANCOS, INSTITUCIONES FINANCIERAS, CREDITICIAS Y DE SEGUROS QUE SE ENCUENTREN BAJO EL CONTROL DE LA SUPERINTENDENCIA DE BANCA Y SEGUROS' }, { code: '14', description: 'RECIBO SERVICIOS PUBLICOS' }, { code: '16', description: 'BOLETO DE VIAJE EMITIDO POR LAS EMPRESAS DE TRANSPORTE PÚBLICO INTERPROVINCIAL DE PASAJEROS' }, { code: '18', description: 'DOCUMENTOS EMITIDOS POR LAS AFP' }, { code: '20', description: 'COMPROBANTE DE RETENCION' }, { code: '31', description: 'GUIA DE REMISIÓN TRANSPORTISTA' }, { code: '40', description: 'COMPROBANTE DE PERCEPCION' }, { code: '41', description: 'COMPROBANTE DE PERCEPCION – VENTA INTERNA (FÍSICO-FORMATO IMPRESO' }, { code: '56', description: 'COMPROBANTE DE PAGO SEAE' }, { code: '71', description: 'GUIA DE REMISIÓN REMITENTE COMPLEMENTARIA' }, { code: '72', description: 'GUIA DE REMISION TRANSPORTISTA COMPLEMENTARIA' } ]; //# sourceMappingURL=document-types.js.map