facturacionelectronicapy-ts-xmlgen
Version:
Genera el contenido del archivo XML del Documento electrónico exigido por la SET
82 lines (81 loc) • 1.79 kB
TypeScript
import Table from '../helpers/Table';
export declare enum MeasurementUnit {
UNIDAD = 77,
KILOGRAMOS_S__METRO_CUADRADO = 79,
KILOGRAMOS = 83,
GRAMOS = 86,
METROS = 87,
MILILITROS = 88,
LITROS = 89,
MILIGRAMOS = 90,
CENTIMETROS = 91,
CENTIMETROS_CUADRADOS = 92,
CENTIMETROS_CUBICOS = 93,
PULGADAS = 94,
MILIMETROS = 95,
MILIMETROS_CUADRADOS = 96,
ANO = 97,
MES = 98,
TONELADA = 99,
HORA = 100,
MINUTO = 101,
DIA = 102,
YARDAS = 103,
DETERMINACION = 104,
METROS_representation_MT = 108,
METROS_CUADRADOS = 109,
METROS_CUBICOS = 110,
BOVINAS = 111,
CURIE = 112,
DOCENA = 113,
GALONES_US = 114,
GRUESAS = 115,
KILOGRAMO_BRUTO = 116,
KITS = 117,
MICROCURIE = 118,
MILLICURIE = 119,
MILLIAR = 120,
PAR = 121,
PIES = 122,
PIES_CUADRADOS = 123,
PIEZAS = 124,
QUILATE = 125,
RESMAS = 126,
ROLLOS = 127,
KILOWATT_HORA = 128,
MAZOS = 129,
TAMBORES = 130,
CAJA = 131,
JUEGO = 132,
PAQUETE = 133,
BOLSA = 134,
DOCENA_PAR = 135,
POTE = 136,
FARDOS = 137,
BULTO = 138,
CESTA = 139,
PESO_BASE = 140,
RACION = 569,
KILOMETROS = 625,
METRO_LINEAL = 660,
SEGUNDO = 666,
UNIDAD_MEDIDA_GLOBAL = 885,
HECTAREAS = 869,
POR_MILAJE = 891,
COSTO_POR_MIL = 2366,
UNIDAD_INTERNACIONAL = 2329
}
declare const _default: Table<{
0: ["_id", MeasurementUnit];
1: ["description", string];
2: ["representation", string];
}, {
0: MeasurementUnit;
1: string;
2: string;
}, MeasurementUnit, Required<{
description?: string | undefined;
_id?: MeasurementUnit | undefined;
representation?: string | undefined;
}>>;
export default _default;