facturacionelectronicapy-ts-xmlgen
Version:
Genera el contenido del archivo XML del Documento electrónico exigido por la SET
37 lines (36 loc) • 1.12 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.IscTax = void 0;
const Table_1 = __importDefault(require("../helpers/Table"));
var IscTax;
(function (IscTax) {
IscTax[IscTax["AT_1"] = 1] = "AT_1";
IscTax[IscTax["AT_5"] = 2] = "AT_5";
IscTax[IscTax["AT_9"] = 3] = "AT_9";
IscTax[IscTax["AT_10"] = 4] = "AT_10";
IscTax[IscTax["AT_11"] = 5] = "AT_11";
IscTax[IscTax["AT_13"] = 6] = "AT_13";
IscTax[IscTax["AT_16"] = 7] = "AT_16";
IscTax[IscTax["AT_18"] = 8] = "AT_18";
IscTax[IscTax["AT_20"] = 9] = "AT_20";
IscTax[IscTax["AT_24"] = 10] = "AT_24";
IscTax[IscTax["AT_34"] = 11] = "AT_34";
IscTax[IscTax["AT_38"] = 12] = "AT_38";
})(IscTax || (exports.IscTax = IscTax = {}));
exports.default = new Table_1.default(['_id', 'percentage'], [
[1, 1],
[2, 5],
[3, 9],
[4, 10],
[5, 11],
[6, 13],
[7, 16],
[8, 18],
[9, 20],
[10, 24],
[11, 34],
[12, 38],
]);