UNPKG

facturacionelectronicapy-ts-xmlgen

Version:

Genera el contenido del archivo XML del Documento electrónico exigido por la SET

21 lines (20 loc) • 967 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.TaxTreatment = void 0; const Table_1 = __importDefault(require("../helpers/Table")); var TaxTreatment; (function (TaxTreatment) { TaxTreatment[TaxTreatment["GRAVADO_IVA"] = 1] = "GRAVADO_IVA"; TaxTreatment[TaxTreatment["EXONERADO__ART__100___LEY_6380_2019_"] = 2] = "EXONERADO__ART__100___LEY_6380_2019_"; TaxTreatment[TaxTreatment["EXENTO"] = 3] = "EXENTO"; TaxTreatment[TaxTreatment["GRAVADO_PARCIAL__GRAV__EXENTO_"] = 4] = "GRAVADO_PARCIAL__GRAV__EXENTO_"; })(TaxTreatment || (exports.TaxTreatment = TaxTreatment = {})); exports.default = new Table_1.default(['_id', 'description'], [ [1, 'Gravado IVA'], [2, 'Exonerado (Art. 100 - Ley 6380/2019)'], [3, 'Exento'], [4, 'Gravado parcial (Grav- Exento)'], ]);