n8n-nodes-centum 0.2.16 → 0.2.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -50
- package/dist/nodes/Centum/Centum.node.d.ts +1 -1
- package/dist/nodes/Centum/Centum.node.js +541 -299
- package/dist/nodes/Centum/Centum.node.js.map +1 -1
- package/dist/nodes/Centum/CentumDescription.js +455 -344
- package/dist/nodes/Centum/CentumDescription.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -14,6 +14,12 @@ exports.CentumOperations = [
|
|
|
14
14
|
action: 'Genera un nuevo token',
|
|
15
15
|
description: 'Genera un nuevo token para utilizarlo con una herramienta externa como postman'
|
|
16
16
|
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Articulo - Buscar',
|
|
19
|
+
value: 'buscarArticulo',
|
|
20
|
+
action: 'Busca un articulo por nombre',
|
|
21
|
+
description: 'Busca un articulo por nombre y retorna todas las ocurrencias'
|
|
22
|
+
},
|
|
17
23
|
{
|
|
18
24
|
name: 'Articulo - Por ID',
|
|
19
25
|
value: 'articuloPorId',
|
|
@@ -62,6 +68,12 @@ exports.CentumOperations = [
|
|
|
62
68
|
action: 'Obtener el stock por artículo individual por sucursal física',
|
|
63
69
|
description: 'Retorna el stock de un artículo en específico de una sucursal física'
|
|
64
70
|
},
|
|
71
|
+
{
|
|
72
|
+
name: 'Categorías - Obtener',
|
|
73
|
+
value: 'categoriasObtener',
|
|
74
|
+
action: 'Obten el listado de las categorías',
|
|
75
|
+
description: 'Obten el listado completo de todas las categorías de los articulos'
|
|
76
|
+
},
|
|
65
77
|
{
|
|
66
78
|
name: 'Cliente - Actualizar',
|
|
67
79
|
value: 'clientesActualizar',
|
|
@@ -163,6 +175,12 @@ exports.CentumOperations = [
|
|
|
163
175
|
value: 'departamentosLista',
|
|
164
176
|
description: 'Obtiene un listado de departamentos, normalmente filtrado por provincia'
|
|
165
177
|
},
|
|
178
|
+
{
|
|
179
|
+
name: 'Marcas - Obtener',
|
|
180
|
+
value: 'marcasObtener',
|
|
181
|
+
action: 'Obten el listado de las marcas',
|
|
182
|
+
description: 'Obten el listado completo de todas las marcas de los articulos'
|
|
183
|
+
},
|
|
166
184
|
{
|
|
167
185
|
name: 'Obtener Operador Móvil',
|
|
168
186
|
value: 'operadoresMoviles',
|
|
@@ -207,6 +225,18 @@ exports.CentumOperations = [
|
|
|
207
225
|
value: 'generarProductosWoo',
|
|
208
226
|
description: 'Genera un JSON estructurado para productos WooCommerce a partir de artículos Centum',
|
|
209
227
|
},
|
|
228
|
+
{
|
|
229
|
+
name: 'Proveedor - Buscar',
|
|
230
|
+
value: 'proveedorBuscar',
|
|
231
|
+
action: 'Obtén el proveedor segun el ID',
|
|
232
|
+
description: 'Retorna la información del proveedor en base al ID'
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
name: 'Proveedor - Crear',
|
|
236
|
+
value: 'proveedorCrear',
|
|
237
|
+
action: 'Obtén el proveedor segun el ID',
|
|
238
|
+
description: 'Retorna la información del proveedor en base al ID'
|
|
239
|
+
},
|
|
210
240
|
{
|
|
211
241
|
name: 'Provincias - Lista',
|
|
212
242
|
value: 'provinciasLista',
|
|
@@ -222,6 +252,12 @@ exports.CentumOperations = [
|
|
|
222
252
|
value: 'regimenesEspecialesLista',
|
|
223
253
|
description: 'Trae un listado entero de los regímenes especiales'
|
|
224
254
|
},
|
|
255
|
+
{
|
|
256
|
+
name: 'Rubros - Obtener',
|
|
257
|
+
value: 'rubrosObtener',
|
|
258
|
+
action: 'Obten el listado de los rubros',
|
|
259
|
+
description: 'Obten el listado completo de todos los rubros de los articulos'
|
|
260
|
+
},
|
|
225
261
|
{
|
|
226
262
|
name: 'Sucursales Físicas - Lista',
|
|
227
263
|
value: 'sucursalesFisicas',
|
|
@@ -231,6 +267,11 @@ exports.CentumOperations = [
|
|
|
231
267
|
name: 'Tipo De Comprobante - Lista',
|
|
232
268
|
value: 'tipoComprobante',
|
|
233
269
|
description: 'Obtiene un listado de todos los tipos de comprobantes'
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
name: 'Ventas - Generar',
|
|
273
|
+
value: 'generarVentas',
|
|
274
|
+
description: 'Genera una venta en base a unos parametros completados'
|
|
234
275
|
}
|
|
235
276
|
],
|
|
236
277
|
default: 'pedidoVentaActividad',
|
|
@@ -238,66 +279,72 @@ exports.CentumOperations = [
|
|
|
238
279
|
];
|
|
239
280
|
const getArticulo = [
|
|
240
281
|
{
|
|
241
|
-
displayName: '
|
|
242
|
-
name: '
|
|
243
|
-
type: '
|
|
244
|
-
default:
|
|
282
|
+
displayName: 'Activo',
|
|
283
|
+
name: 'active',
|
|
284
|
+
type: 'boolean',
|
|
285
|
+
default: false,
|
|
286
|
+
displayOptions: {
|
|
287
|
+
show: { resource: ['proveedorCrear'] },
|
|
288
|
+
},
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
displayName: 'Articulos',
|
|
292
|
+
name: 'articulo',
|
|
245
293
|
required: true,
|
|
294
|
+
type: 'json',
|
|
295
|
+
default: {},
|
|
246
296
|
displayOptions: {
|
|
247
|
-
show: {
|
|
248
|
-
resource: [],
|
|
249
|
-
},
|
|
297
|
+
show: { resource: ['crearPedidoVenta', 'cobros'] },
|
|
250
298
|
},
|
|
251
|
-
placeholder: '/Clientes, /Articulos/Venta, etc.',
|
|
252
|
-
description: 'Ruta del endpoint a utilizar',
|
|
253
299
|
},
|
|
254
300
|
{
|
|
255
|
-
displayName: '
|
|
256
|
-
name: '
|
|
301
|
+
displayName: 'Artículos',
|
|
302
|
+
name: 'articlesCollection',
|
|
257
303
|
type: 'string',
|
|
304
|
+
placeholder: '[{ "ID": 1234, "Cantidad": 10 }, {"ID": 4567, "Cantidad": 5}]',
|
|
258
305
|
default: '',
|
|
259
|
-
|
|
306
|
+
description: 'Lista de artículos en formato JSON',
|
|
260
307
|
displayOptions: {
|
|
261
|
-
show: {
|
|
262
|
-
resource: ['searchArticleBySKU'],
|
|
263
|
-
},
|
|
308
|
+
show: { resource: ['generarCompras', 'generarVentas'] },
|
|
264
309
|
},
|
|
265
|
-
description: 'The SKU (product code) to search for',
|
|
266
310
|
},
|
|
267
311
|
{
|
|
268
|
-
displayName: '
|
|
269
|
-
name: '
|
|
312
|
+
displayName: 'Cantidad De Cuotas Efectivo',
|
|
313
|
+
name: 'cantidadCuotasValorEfectivo',
|
|
314
|
+
type: 'number',
|
|
315
|
+
default: 0,
|
|
316
|
+
displayOptions: { show: { esContado: [true] } },
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
displayName: 'Cantidad Por Página',
|
|
320
|
+
name: 'cantidadPorPagina',
|
|
321
|
+
type: 'number',
|
|
322
|
+
default: 50,
|
|
323
|
+
description: 'Cantidad de artículos por página',
|
|
324
|
+
displayOptions: { show: { resource: ['articulo'] } },
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
displayName: 'Categoría De Impuestos A Las Ganancias',
|
|
328
|
+
name: 'categoriaImpuestosGanancias',
|
|
270
329
|
type: 'number',
|
|
271
330
|
default: '',
|
|
272
|
-
displayOptions: {
|
|
273
|
-
show: {
|
|
274
|
-
resource: ['searchArticleBySKU', 'articuloSucursalFisica', 'generarCompras'],
|
|
275
|
-
},
|
|
276
|
-
},
|
|
277
|
-
description: 'The ID of the physical branch to filter stock (optional)',
|
|
331
|
+
displayOptions: { show: { resource: ['proveedorCrear'] } },
|
|
278
332
|
},
|
|
279
333
|
{
|
|
280
|
-
displayName: '
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
name: 'dataImg',
|
|
334
|
+
displayName: 'Clase De Proveedor',
|
|
335
|
+
name: 'claseProveedor',
|
|
336
|
+
type: 'number',
|
|
284
337
|
default: '',
|
|
285
|
-
displayOptions: {
|
|
286
|
-
show: {
|
|
287
|
-
resource: ['procesarImagenes'],
|
|
288
|
-
},
|
|
289
|
-
},
|
|
338
|
+
displayOptions: { show: { resource: ['proveedorCrear'] } },
|
|
290
339
|
},
|
|
291
340
|
{
|
|
292
|
-
displayName: '
|
|
293
|
-
|
|
341
|
+
displayName: 'Cliente',
|
|
342
|
+
name: 'cliente',
|
|
294
343
|
required: true,
|
|
295
|
-
|
|
296
|
-
default:
|
|
344
|
+
type: 'json',
|
|
345
|
+
default: {},
|
|
297
346
|
displayOptions: {
|
|
298
|
-
show: {
|
|
299
|
-
resource: ['procesarImagenes'],
|
|
300
|
-
},
|
|
347
|
+
show: { resource: ['crearPedidoVenta', 'cobros'] },
|
|
301
348
|
},
|
|
302
349
|
},
|
|
303
350
|
{
|
|
@@ -305,110 +352,133 @@ const getArticulo = [
|
|
|
305
352
|
name: 'clienteId',
|
|
306
353
|
type: 'number',
|
|
307
354
|
required: true,
|
|
308
|
-
typeOptions: {
|
|
309
|
-
maxValue: 9999999,
|
|
310
|
-
minValue: 0,
|
|
311
|
-
numberStepSize: 1,
|
|
312
|
-
},
|
|
355
|
+
typeOptions: { maxValue: 9999999, minValue: 0, numberStepSize: 1 },
|
|
313
356
|
default: 0,
|
|
314
357
|
description: 'Client ID used to search the articles',
|
|
315
358
|
displayOptions: {
|
|
316
359
|
show: {
|
|
317
|
-
resource: [
|
|
360
|
+
resource: [
|
|
361
|
+
'generarCompras',
|
|
362
|
+
'articulo',
|
|
363
|
+
'obtenerSaldoCliente',
|
|
364
|
+
'composicionSaldoCliente',
|
|
365
|
+
'obtenerFacturasPedidosVentas',
|
|
366
|
+
'obtenerFacturasCobros',
|
|
367
|
+
'promocionesCliente',
|
|
368
|
+
'obtenerPedidosDeVenta',
|
|
369
|
+
'obtenerOrdenesCompra',
|
|
370
|
+
'obtenerCobros',
|
|
371
|
+
'obtenerCompras',
|
|
372
|
+
'generarVentas',
|
|
373
|
+
],
|
|
318
374
|
},
|
|
319
375
|
},
|
|
320
376
|
},
|
|
321
377
|
{
|
|
322
|
-
displayName: '
|
|
323
|
-
name: '
|
|
378
|
+
displayName: 'Codigo',
|
|
379
|
+
name: 'codigo',
|
|
324
380
|
type: 'string',
|
|
325
381
|
default: '',
|
|
326
|
-
|
|
382
|
+
typeOptions: { minValue: 1 },
|
|
383
|
+
placeholder: 'Ej. 1507',
|
|
384
|
+
description: 'Codigo del articulo a buscar',
|
|
327
385
|
displayOptions: {
|
|
328
386
|
show: {
|
|
329
|
-
resource: [
|
|
387
|
+
resource: [
|
|
388
|
+
'proveedorCrear',
|
|
389
|
+
'articuloPorId',
|
|
390
|
+
'articulosPrecioPorLista',
|
|
391
|
+
'articuloSucursalFisica',
|
|
392
|
+
'clientesBusqueda',
|
|
393
|
+
],
|
|
330
394
|
},
|
|
331
395
|
},
|
|
332
396
|
},
|
|
333
397
|
{
|
|
334
|
-
displayName: '
|
|
335
|
-
name: '
|
|
398
|
+
displayName: 'Código Del Comprobante',
|
|
399
|
+
name: 'codigoComprobante',
|
|
336
400
|
type: 'string',
|
|
337
401
|
default: '',
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
resource: ['articulo'],
|
|
342
|
-
},
|
|
343
|
-
},
|
|
402
|
+
placeholder: 'Codigo de la compra (FCC)',
|
|
403
|
+
description: 'Codigo del comprobante de la compra',
|
|
404
|
+
displayOptions: { show: { resource: ['generarCompras'] } },
|
|
344
405
|
},
|
|
345
406
|
{
|
|
346
|
-
displayName: '
|
|
347
|
-
name: '
|
|
348
|
-
type: '
|
|
407
|
+
displayName: 'Condicion De Venta',
|
|
408
|
+
name: 'idCondicionVenta',
|
|
409
|
+
type: 'number',
|
|
349
410
|
default: '',
|
|
350
|
-
displayOptions: {
|
|
351
|
-
show: {
|
|
352
|
-
resource: ['articulo'],
|
|
353
|
-
},
|
|
354
|
-
},
|
|
411
|
+
displayOptions: { show: { resource: ['generarVentas'] } },
|
|
355
412
|
},
|
|
356
413
|
{
|
|
357
|
-
displayName: '
|
|
358
|
-
name: '
|
|
359
|
-
type: '
|
|
414
|
+
displayName: 'Condición De Pago',
|
|
415
|
+
name: 'condicionDePago',
|
|
416
|
+
type: 'number',
|
|
360
417
|
default: '',
|
|
361
|
-
displayOptions: {
|
|
362
|
-
show: {
|
|
363
|
-
resource: ['articulo', 'obtenerSaldoCliente', 'composicionSaldoCliente'],
|
|
364
|
-
},
|
|
365
|
-
},
|
|
418
|
+
displayOptions: { show: { resource: ['proveedorCrear'] } },
|
|
366
419
|
},
|
|
367
420
|
{
|
|
368
|
-
displayName: '
|
|
369
|
-
name: '
|
|
370
|
-
type: '
|
|
421
|
+
displayName: 'Condición IVA',
|
|
422
|
+
name: 'condicionIVA',
|
|
423
|
+
type: 'string',
|
|
371
424
|
default: '',
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
resource: ['generarCompras', 'obtenerFacturasPedidosVentas', 'obtenerFacturasCobros', 'obtenerPedidosDeVenta', 'obtenerOrdenesCompra', 'obtenerCobros', 'obtenerCompras'],
|
|
375
|
-
},
|
|
376
|
-
},
|
|
425
|
+
placeholder: 'Consumidor Final, Exento, Monotributo...',
|
|
426
|
+
displayOptions: { show: { resource: ['proveedorCrear'] } },
|
|
377
427
|
},
|
|
378
428
|
{
|
|
379
|
-
displayName: '
|
|
380
|
-
name: '
|
|
381
|
-
type: '
|
|
429
|
+
displayName: 'Contraseña',
|
|
430
|
+
name: 'password',
|
|
431
|
+
type: 'string',
|
|
432
|
+
typeOptions: { password: true },
|
|
382
433
|
default: '',
|
|
434
|
+
displayOptions: { show: { resource: ['operadoresMoviles'] } },
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
displayName: 'Cotizacion',
|
|
438
|
+
name: 'cotizacionValorEfectivo',
|
|
439
|
+
type: 'number',
|
|
440
|
+
default: 0,
|
|
441
|
+
displayOptions: { show: { esContado: [true] } },
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
displayName: 'Cuerpo Del Pedido',
|
|
445
|
+
name: 'cuerpoHTTP',
|
|
446
|
+
type: 'json',
|
|
447
|
+
required: true,
|
|
448
|
+
default: "",
|
|
383
449
|
displayOptions: {
|
|
384
450
|
show: {
|
|
385
|
-
resource: ['
|
|
451
|
+
resource: ['clienteNuevo', 'clientesActualizar', 'nuevoContribuyente'],
|
|
386
452
|
},
|
|
387
453
|
},
|
|
454
|
+
description: 'Información en formato JSON para crear o actualizar un cliente',
|
|
388
455
|
},
|
|
389
456
|
{
|
|
390
|
-
displayName: '
|
|
391
|
-
name: '
|
|
392
|
-
type: '
|
|
457
|
+
displayName: 'CUIT',
|
|
458
|
+
name: 'cuit',
|
|
459
|
+
type: 'string',
|
|
393
460
|
default: '',
|
|
461
|
+
placeholder: 'Ingresá el CUIT...',
|
|
394
462
|
displayOptions: {
|
|
395
463
|
show: {
|
|
396
|
-
resource: [
|
|
464
|
+
resource: [
|
|
465
|
+
'proveedorCrear',
|
|
466
|
+
'clienteNuevo',
|
|
467
|
+
'buscarContribuyente',
|
|
468
|
+
'nuevoContribuyente',
|
|
469
|
+
'clientesBusquedaPorCuit',
|
|
470
|
+
'clientesBusqueda',
|
|
471
|
+
],
|
|
397
472
|
},
|
|
398
473
|
},
|
|
399
474
|
},
|
|
400
475
|
{
|
|
401
|
-
displayName: '
|
|
402
|
-
name: '
|
|
403
|
-
type: '
|
|
476
|
+
displayName: 'Datos Imagen',
|
|
477
|
+
name: 'dataImg',
|
|
478
|
+
type: 'json',
|
|
404
479
|
required: true,
|
|
405
|
-
default:
|
|
406
|
-
|
|
407
|
-
displayOptions: {
|
|
408
|
-
show: {
|
|
409
|
-
resource: ['articulo', 'promocionesCliente', 'generarCompras'],
|
|
410
|
-
},
|
|
411
|
-
},
|
|
480
|
+
default: '',
|
|
481
|
+
displayOptions: { show: { resource: ['procesarImagenes'] } },
|
|
412
482
|
},
|
|
413
483
|
{
|
|
414
484
|
displayName: 'Dia De La Semana',
|
|
@@ -416,239 +486,241 @@ const getArticulo = [
|
|
|
416
486
|
type: 'number',
|
|
417
487
|
default: 0,
|
|
418
488
|
description: 'Numero de la semana por el cual filtrar promociones aplicadas (0 es Lunes)',
|
|
419
|
-
displayOptions: {
|
|
420
|
-
show: {
|
|
421
|
-
resource: ['promocionesCliente'],
|
|
422
|
-
},
|
|
423
|
-
},
|
|
489
|
+
displayOptions: { show: { resource: ['promocionesCliente'] } },
|
|
424
490
|
},
|
|
425
491
|
{
|
|
426
|
-
displayName: '
|
|
427
|
-
name: '
|
|
428
|
-
type: '
|
|
429
|
-
default:
|
|
430
|
-
|
|
431
|
-
displayOptions: {
|
|
432
|
-
show: {
|
|
433
|
-
resource: ['articulo'],
|
|
434
|
-
},
|
|
435
|
-
},
|
|
492
|
+
displayName: 'DNI',
|
|
493
|
+
name: 'dni',
|
|
494
|
+
type: 'string',
|
|
495
|
+
default: '',
|
|
496
|
+
displayOptions: { show: { resource: ['clienteNuevo'] } },
|
|
436
497
|
},
|
|
437
498
|
{
|
|
438
|
-
displayName: '
|
|
439
|
-
name: '
|
|
440
|
-
type: '
|
|
441
|
-
|
|
442
|
-
|
|
499
|
+
displayName: 'Documento',
|
|
500
|
+
name: 'documentDate',
|
|
501
|
+
type: 'dateTime',
|
|
502
|
+
required: true,
|
|
503
|
+
default: undefined,
|
|
504
|
+
description: 'Parametro fecha del body para las solicitudes',
|
|
443
505
|
displayOptions: {
|
|
444
|
-
show: {
|
|
445
|
-
resource: ['obtenerPedidosDeVenta', 'obtenerOrdenesCompra'],
|
|
446
|
-
},
|
|
506
|
+
show: { resource: ['articulo', 'promocionesCliente', 'generarCompras'] },
|
|
447
507
|
},
|
|
448
508
|
},
|
|
449
509
|
{
|
|
450
|
-
displayName: '
|
|
451
|
-
name: '
|
|
510
|
+
displayName: 'Endpoint',
|
|
511
|
+
name: 'endpoint',
|
|
452
512
|
type: 'string',
|
|
513
|
+
default: '/Clientes',
|
|
453
514
|
required: true,
|
|
454
|
-
|
|
455
|
-
description: '
|
|
456
|
-
displayOptions: {
|
|
457
|
-
show: {
|
|
458
|
-
resource: ['articulosExistencia'],
|
|
459
|
-
},
|
|
460
|
-
},
|
|
515
|
+
placeholder: '/Clientes, /Articulos/Venta, etc.',
|
|
516
|
+
description: 'Ruta del endpoint a utilizar',
|
|
517
|
+
displayOptions: { show: { resource: [] } },
|
|
461
518
|
},
|
|
462
519
|
{
|
|
463
|
-
displayName: '
|
|
464
|
-
name: '
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
description: 'Shipping info from the order',
|
|
469
|
-
displayOptions: {
|
|
470
|
-
show: {
|
|
471
|
-
resource: ['cobros', 'crearPedidoVenta'],
|
|
472
|
-
},
|
|
473
|
-
},
|
|
520
|
+
displayName: 'Es Contado',
|
|
521
|
+
name: 'esContado',
|
|
522
|
+
type: 'boolean',
|
|
523
|
+
default: false,
|
|
524
|
+
displayOptions: { show: { resource: ['generarVentas'] } },
|
|
474
525
|
},
|
|
475
526
|
{
|
|
476
|
-
displayName: '
|
|
477
|
-
name: '
|
|
478
|
-
type: '
|
|
527
|
+
displayName: 'Fecha Desde',
|
|
528
|
+
name: 'startDate',
|
|
529
|
+
type: 'dateTime',
|
|
479
530
|
default: '',
|
|
480
|
-
description: 'ID de la lista para buscar los precios de los articulos',
|
|
481
531
|
displayOptions: {
|
|
482
532
|
show: {
|
|
483
|
-
resource: [
|
|
533
|
+
resource: [
|
|
534
|
+
'generarCompras',
|
|
535
|
+
'obtenerFacturasPedidosVentas',
|
|
536
|
+
'obtenerFacturasCobros',
|
|
537
|
+
'obtenerPedidosDeVenta',
|
|
538
|
+
'obtenerOrdenesCompra',
|
|
539
|
+
'obtenerCobros',
|
|
540
|
+
'obtenerCompras',
|
|
541
|
+
'generarVentas',
|
|
542
|
+
],
|
|
484
543
|
},
|
|
485
544
|
},
|
|
486
545
|
},
|
|
487
546
|
{
|
|
488
|
-
displayName: '
|
|
489
|
-
name: '
|
|
547
|
+
displayName: 'Fecha Documento',
|
|
548
|
+
name: 'documentDate',
|
|
549
|
+
type: 'dateTime',
|
|
490
550
|
required: true,
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
description: 'ID del cobro',
|
|
551
|
+
default: undefined,
|
|
552
|
+
description: 'Parametro fecha del body para las solicitudes',
|
|
494
553
|
displayOptions: {
|
|
495
|
-
show: {
|
|
496
|
-
resource: ['crearPedidoVenta', 'obtenerCobros'],
|
|
497
|
-
},
|
|
554
|
+
show: { resource: ['articulo', 'promocionesCliente', 'generarCompras'] },
|
|
498
555
|
},
|
|
499
556
|
},
|
|
500
557
|
{
|
|
501
|
-
displayName: '
|
|
502
|
-
name: '
|
|
503
|
-
type: '
|
|
558
|
+
displayName: 'Fecha Hasta',
|
|
559
|
+
name: 'endDate',
|
|
560
|
+
type: 'dateTime',
|
|
504
561
|
default: '',
|
|
505
562
|
displayOptions: {
|
|
506
563
|
show: {
|
|
507
|
-
resource: [
|
|
564
|
+
resource: [
|
|
565
|
+
'obtenerFacturasPedidosVentas',
|
|
566
|
+
'obtenerFacturasCobros',
|
|
567
|
+
'obtenerPedidosDeVenta',
|
|
568
|
+
'obtenerOrdenesCompra',
|
|
569
|
+
'obtenerCobros',
|
|
570
|
+
'obtenerCompras',
|
|
571
|
+
],
|
|
508
572
|
},
|
|
509
573
|
},
|
|
510
574
|
},
|
|
511
575
|
{
|
|
512
|
-
displayName: '
|
|
513
|
-
name: '
|
|
514
|
-
type: '
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
displayOptions: {
|
|
518
|
-
show: {
|
|
519
|
-
resource: ['clienteNuevo', 'clientesActualizar', 'nuevoContribuyente'],
|
|
520
|
-
},
|
|
521
|
-
},
|
|
522
|
-
description: 'Información en formato JSON para crear o actualizar un cliente',
|
|
576
|
+
displayName: 'Fecha Modificación Desde',
|
|
577
|
+
name: 'dateModified',
|
|
578
|
+
type: 'dateTime',
|
|
579
|
+
default: '',
|
|
580
|
+
displayOptions: { show: { resource: ['articulo'] } },
|
|
523
581
|
},
|
|
524
582
|
{
|
|
525
|
-
displayName: '
|
|
526
|
-
name: '
|
|
527
|
-
type: '
|
|
583
|
+
displayName: 'Fecha Modificación Imagen Desde',
|
|
584
|
+
name: 'dateModifiedImage',
|
|
585
|
+
type: 'dateTime',
|
|
528
586
|
default: '',
|
|
529
|
-
displayOptions: {
|
|
530
|
-
show: {
|
|
531
|
-
resource: ['clienteNuevo'],
|
|
532
|
-
},
|
|
533
|
-
},
|
|
587
|
+
displayOptions: { show: { resource: ['articulo'] } },
|
|
534
588
|
},
|
|
535
589
|
{
|
|
536
|
-
displayName: '
|
|
537
|
-
name: '
|
|
538
|
-
type: '
|
|
590
|
+
displayName: 'Fecha Precio Actualizado Desde',
|
|
591
|
+
name: 'priceDateModified',
|
|
592
|
+
type: 'dateTime',
|
|
539
593
|
default: '',
|
|
540
|
-
placeholder: 'Ingresá el CUIT...',
|
|
541
594
|
displayOptions: {
|
|
542
|
-
show: {
|
|
543
|
-
resource: ['clienteNuevo', 'buscarContribuyente', 'nuevoContribuyente', 'clientesBusquedaPorCuit', 'clientesBusqueda'],
|
|
544
|
-
},
|
|
595
|
+
show: { resource: ['articulo', 'obtenerSaldoCliente', 'composicionSaldoCliente'] },
|
|
545
596
|
},
|
|
546
597
|
},
|
|
547
598
|
{
|
|
548
|
-
displayName: '
|
|
549
|
-
name: '
|
|
550
|
-
type: '
|
|
599
|
+
displayName: 'Forma De Pago Proveedor',
|
|
600
|
+
name: 'formaPagoProveedor',
|
|
601
|
+
type: 'number',
|
|
551
602
|
default: '',
|
|
552
|
-
displayOptions: {
|
|
553
|
-
show: {
|
|
554
|
-
resource: ['operadoresMoviles'],
|
|
555
|
-
},
|
|
556
|
-
},
|
|
603
|
+
displayOptions: { show: { resource: ['proveedorCrear'] } },
|
|
557
604
|
},
|
|
558
605
|
{
|
|
559
|
-
displayName: '
|
|
560
|
-
name: '
|
|
606
|
+
displayName: 'ID',
|
|
607
|
+
name: 'id',
|
|
608
|
+
required: true,
|
|
561
609
|
type: 'string',
|
|
562
|
-
typeOptions: { password: true },
|
|
563
610
|
default: '',
|
|
611
|
+
placeholder: 'Ej. 27231',
|
|
612
|
+
description: 'Identificador unico con el cual hacer solicitudes a la API',
|
|
564
613
|
displayOptions: {
|
|
565
|
-
show: {
|
|
566
|
-
resource: ['operadoresMoviles'],
|
|
567
|
-
},
|
|
614
|
+
show: { resource: ['pedidoVentaActividad', 'regimenesEspecialesPorId'] },
|
|
568
615
|
},
|
|
569
616
|
},
|
|
570
617
|
{
|
|
571
|
-
displayName: '
|
|
572
|
-
name: '
|
|
618
|
+
displayName: 'ID Articulo',
|
|
619
|
+
name: 'articleId',
|
|
573
620
|
type: 'string',
|
|
574
621
|
default: '',
|
|
575
|
-
description: 'Razón social del cliente para buscar',
|
|
576
622
|
displayOptions: {
|
|
577
|
-
show: {
|
|
578
|
-
resource: ['buscarContribuyente', 'clientesBusqueda'],
|
|
579
|
-
},
|
|
623
|
+
show: { resource: ['articulosImagenes', 'articuloPorId', 'articuloSucursalFisica'] },
|
|
580
624
|
},
|
|
581
625
|
},
|
|
582
626
|
{
|
|
583
|
-
displayName: '
|
|
584
|
-
name: '
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
displayOptions: {
|
|
589
|
-
show: {
|
|
590
|
-
resource: ['crearPedidoVenta', 'cobros'],
|
|
591
|
-
},
|
|
592
|
-
},
|
|
627
|
+
displayName: 'ID Bonificacion',
|
|
628
|
+
name: 'bonificacion',
|
|
629
|
+
type: 'number',
|
|
630
|
+
default: 0,
|
|
631
|
+
displayOptions: { show: { resource: ['generarVentas'] } },
|
|
593
632
|
},
|
|
594
633
|
{
|
|
595
|
-
displayName: '
|
|
596
|
-
name: '
|
|
634
|
+
displayName: 'ID De Cobro',
|
|
635
|
+
name: 'idCobro',
|
|
597
636
|
required: true,
|
|
598
|
-
type: '
|
|
599
|
-
default:
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
resource: ['crearPedidoVenta', 'cobros'],
|
|
603
|
-
},
|
|
604
|
-
},
|
|
637
|
+
type: 'number',
|
|
638
|
+
default: 0,
|
|
639
|
+
description: 'ID del cobro',
|
|
640
|
+
displayOptions: { show: { resource: ['crearPedidoVenta', 'obtenerCobros'] } },
|
|
605
641
|
},
|
|
606
642
|
{
|
|
607
|
-
displayName: 'ID
|
|
608
|
-
name: '
|
|
609
|
-
type: '
|
|
643
|
+
displayName: 'ID De La Compra',
|
|
644
|
+
name: 'idCompra',
|
|
645
|
+
type: 'number',
|
|
610
646
|
default: '',
|
|
611
|
-
displayOptions: {
|
|
612
|
-
show: {
|
|
613
|
-
resource: ['generarCompras', 'articulosImagenes', 'articuloPorId', 'articuloSucursalFisica'],
|
|
614
|
-
},
|
|
615
|
-
},
|
|
647
|
+
displayOptions: { show: { resource: ['obtenerCompras'] } },
|
|
616
648
|
},
|
|
617
649
|
{
|
|
618
|
-
displayName: 'ID',
|
|
619
|
-
name: '
|
|
620
|
-
|
|
621
|
-
|
|
650
|
+
displayName: 'ID Del Estado',
|
|
651
|
+
name: 'statusId',
|
|
652
|
+
type: 'number',
|
|
653
|
+
default: false,
|
|
654
|
+
description: 'Número del estado del pedido',
|
|
655
|
+
displayOptions: { show: { resource: ['obtenerPedidosDeVenta', 'obtenerOrdenesCompra'] } },
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
displayName: 'ID Del Operador Compra',
|
|
659
|
+
name: 'idOperadorCompra',
|
|
660
|
+
type: 'number',
|
|
622
661
|
default: '',
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
662
|
+
displayOptions: { show: { resource: ['proveedorCrear'] } },
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
displayName: 'ID Del Proveedor',
|
|
666
|
+
name: 'idProveedor',
|
|
667
|
+
type: 'number',
|
|
668
|
+
default: '',
|
|
669
|
+
placeholder: '2',
|
|
670
|
+
description: 'ID Del proveedor de la compra',
|
|
671
|
+
displayOptions: { show: { resource: ['generarCompras'] } },
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
displayName: 'ID Del Tipo De Comprobante',
|
|
675
|
+
name: 'idTipoComprobante',
|
|
676
|
+
type: 'number',
|
|
677
|
+
default: '',
|
|
678
|
+
placeholder: '1',
|
|
679
|
+
description: 'ID del tipo de comprobante de la factura',
|
|
680
|
+
displayOptions: { show: { resource: ['generarCompras'] } },
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
displayName: 'ID Del Tipo De Comprobante',
|
|
684
|
+
name: 'idTipoComprobanteVenta',
|
|
685
|
+
type: 'number',
|
|
686
|
+
default: '',
|
|
687
|
+
placeholder: '1',
|
|
688
|
+
description: 'ID del tipo de comprobante de la venta',
|
|
689
|
+
displayOptions: { show: { resource: ['generarVentas'] }
|
|
629
690
|
},
|
|
630
691
|
},
|
|
631
692
|
{
|
|
632
|
-
displayName: 'ID
|
|
693
|
+
displayName: 'ID Del Vendedor',
|
|
694
|
+
name: 'idVendedor',
|
|
695
|
+
type: 'number',
|
|
696
|
+
default: '',
|
|
697
|
+
displayOptions: { show: { resource: ['generarVentas'] } },
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
displayName: 'ID Pais',
|
|
633
701
|
name: 'idPais',
|
|
634
702
|
type: 'string',
|
|
635
703
|
default: '',
|
|
636
|
-
description:
|
|
637
|
-
displayOptions: {
|
|
638
|
-
show: {
|
|
639
|
-
resource: ['provinciasLista'],
|
|
640
|
-
},
|
|
641
|
-
},
|
|
704
|
+
description: 'ID del país por la cual se buscarán las provincias',
|
|
705
|
+
displayOptions: { show: { resource: ['provinciasLista', 'proveedorCrear'] } },
|
|
642
706
|
},
|
|
643
707
|
{
|
|
644
708
|
displayName: 'ID Provincia',
|
|
645
709
|
name: 'idProvincia',
|
|
646
710
|
type: 'string',
|
|
647
711
|
default: '',
|
|
648
|
-
description:
|
|
712
|
+
description: 'ID de la provincia por la cual se buscarán los departamentos',
|
|
713
|
+
displayOptions: { show: { resource: ['departamentosLista', 'proveedorCrear'] } },
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
displayName: 'ID Sucursal Física',
|
|
717
|
+
name: 'idSucursalFisica',
|
|
718
|
+
type: 'number',
|
|
719
|
+
default: '',
|
|
720
|
+
description: 'The ID of the physical branch to filter stock (optional)',
|
|
649
721
|
displayOptions: {
|
|
650
722
|
show: {
|
|
651
|
-
resource: ['
|
|
723
|
+
resource: ['searchArticleBySKU', 'articuloSucursalFisica', 'generarCompras'],
|
|
652
724
|
},
|
|
653
725
|
},
|
|
654
726
|
},
|
|
@@ -657,51 +729,69 @@ const getArticulo = [
|
|
|
657
729
|
name: 'IdSucursalFisica',
|
|
658
730
|
type: 'string',
|
|
659
731
|
default: '',
|
|
660
|
-
displayOptions: {
|
|
661
|
-
show: {
|
|
662
|
-
resource: ['articulosSucursalesFisicas'],
|
|
663
|
-
},
|
|
664
|
-
},
|
|
732
|
+
displayOptions: { show: { resource: ['articulosSucursalesFisicas'] } },
|
|
665
733
|
},
|
|
666
734
|
{
|
|
667
|
-
displayName: '
|
|
668
|
-
name: '
|
|
735
|
+
displayName: 'ID Valor Efectivo',
|
|
736
|
+
name: 'idValorEfectivo',
|
|
669
737
|
type: 'number',
|
|
670
|
-
default:
|
|
671
|
-
|
|
672
|
-
displayOptions: {
|
|
673
|
-
show: {
|
|
674
|
-
resource: ['articulo'],
|
|
675
|
-
},
|
|
676
|
-
},
|
|
738
|
+
default: 0,
|
|
739
|
+
displayOptions: { show: { esContado: [true] } },
|
|
677
740
|
},
|
|
678
741
|
{
|
|
679
|
-
displayName: '
|
|
680
|
-
name: '
|
|
742
|
+
displayName: 'ID De La Zona',
|
|
743
|
+
name: 'idZona',
|
|
681
744
|
type: 'number',
|
|
682
|
-
default:
|
|
683
|
-
|
|
684
|
-
displayOptions: {
|
|
685
|
-
show: {
|
|
686
|
-
resource: ['articulo'],
|
|
687
|
-
},
|
|
688
|
-
},
|
|
745
|
+
default: '',
|
|
746
|
+
displayOptions: { show: { resource: ['proveedorCrear'] } },
|
|
689
747
|
},
|
|
690
748
|
{
|
|
691
|
-
displayName: '
|
|
692
|
-
name: '
|
|
749
|
+
displayName: 'ID del descuento del proveedor',
|
|
750
|
+
name: 'idDescuentoProveedor',
|
|
751
|
+
type: 'number',
|
|
752
|
+
default: '',
|
|
753
|
+
displayOptions: { show: { resource: ['proveedorCrear'] } },
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
displayName: 'Importe',
|
|
757
|
+
name: 'importeValorEfectivo',
|
|
758
|
+
type: 'number',
|
|
759
|
+
default: 0,
|
|
760
|
+
displayOptions: { show: { esContado: [true] } },
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
displayName: 'Información De Envío',
|
|
764
|
+
name: 'envio',
|
|
765
|
+
required: true,
|
|
766
|
+
type: 'json',
|
|
767
|
+
default: {},
|
|
768
|
+
description: 'Shipping info from the order',
|
|
769
|
+
displayOptions: { show: { resource: ['cobros', 'crearPedidoVenta'] } },
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
displayName: 'Lista ID',
|
|
773
|
+
name: 'idList',
|
|
774
|
+
type: 'number',
|
|
775
|
+
default: '',
|
|
776
|
+
description: 'ID de la lista para buscar los precios de los articulos',
|
|
777
|
+
displayOptions: { show: { resource: ['articulosPrecioPorLista', 'generarVentas'] } },
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
displayName: 'Letra Del Documento De La Compra',
|
|
781
|
+
name: 'letraDocumento',
|
|
693
782
|
type: 'string',
|
|
694
783
|
default: '',
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
},
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
784
|
+
placeholder: 'A',
|
|
785
|
+
description: 'Letra del documento de la compra de la factura',
|
|
786
|
+
displayOptions: { show: { resource: ['generarCompras'] } },
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
displayName: 'Migración Completa',
|
|
790
|
+
name: 'migracionCompleta',
|
|
791
|
+
type: 'boolean',
|
|
792
|
+
default: false,
|
|
793
|
+
description: 'Whether complete articles migration or partial',
|
|
794
|
+
displayOptions: { show: { resource: ['articulo'] } },
|
|
705
795
|
},
|
|
706
796
|
{
|
|
707
797
|
displayName: 'Nombre Del Tipo De Comprobante',
|
|
@@ -710,37 +800,24 @@ const getArticulo = [
|
|
|
710
800
|
default: '',
|
|
711
801
|
placeholder: 'Factura de compras',
|
|
712
802
|
description: 'Nombre del tipo de comprobante de la factura',
|
|
713
|
-
displayOptions: {
|
|
714
|
-
show: {
|
|
715
|
-
resource: ['generarCompras']
|
|
716
|
-
}
|
|
717
|
-
}
|
|
803
|
+
displayOptions: { show: { resource: ['generarCompras'] } },
|
|
718
804
|
},
|
|
719
805
|
{
|
|
720
|
-
displayName: '
|
|
721
|
-
name: '
|
|
806
|
+
displayName: 'Nombre Del Articulo',
|
|
807
|
+
name: 'nombreArticulo',
|
|
722
808
|
type: 'string',
|
|
723
809
|
default: '',
|
|
724
|
-
placeholder: '
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
show: {
|
|
728
|
-
resource: ['generarCompras']
|
|
729
|
-
}
|
|
730
|
-
}
|
|
810
|
+
placeholder: 'Alfajores',
|
|
811
|
+
displayOptions: { show: { resource: ['buscarArticulo'] } },
|
|
812
|
+
description: 'El nombre del producto a buscar',
|
|
731
813
|
},
|
|
732
814
|
{
|
|
733
|
-
displayName: '
|
|
734
|
-
name: '
|
|
815
|
+
displayName: 'Número De Página',
|
|
816
|
+
name: 'numeroPagina',
|
|
735
817
|
type: 'number',
|
|
736
|
-
default:
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
displayOptions: {
|
|
740
|
-
show: {
|
|
741
|
-
resource: ['generarCompras']
|
|
742
|
-
}
|
|
743
|
-
}
|
|
818
|
+
default: 1,
|
|
819
|
+
description: 'Número de página para la paginación de artículos',
|
|
820
|
+
displayOptions: { show: { resource: ['articulo'] } },
|
|
744
821
|
},
|
|
745
822
|
{
|
|
746
823
|
displayName: 'Numero Del Documento De La Compra',
|
|
@@ -749,11 +826,23 @@ const getArticulo = [
|
|
|
749
826
|
default: '',
|
|
750
827
|
placeholder: '1',
|
|
751
828
|
description: 'Numero del documento de la compra de la factura',
|
|
752
|
-
displayOptions: {
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
829
|
+
displayOptions: { show: { resource: ['generarCompras'] } },
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
displayName: 'Observaciones',
|
|
833
|
+
name: 'observacionesValorEfectivo',
|
|
834
|
+
type: 'string',
|
|
835
|
+
default: '',
|
|
836
|
+
displayOptions: { show: { esContado: [true] } },
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
displayName: 'Proveedor ID',
|
|
840
|
+
name: 'proveedorId',
|
|
841
|
+
type: 'number',
|
|
842
|
+
required: true,
|
|
843
|
+
default: '',
|
|
844
|
+
description: 'ID del proveedor usado para buscar dentro del sistema',
|
|
845
|
+
displayOptions: { show: { resource: ['proveedorBuscar'] } },
|
|
757
846
|
},
|
|
758
847
|
{
|
|
759
848
|
displayName: 'Punto De Venta',
|
|
@@ -762,45 +851,67 @@ const getArticulo = [
|
|
|
762
851
|
default: '',
|
|
763
852
|
placeholder: '1',
|
|
764
853
|
description: 'Numero del punto de venta del documento',
|
|
765
|
-
displayOptions: {
|
|
766
|
-
show: {
|
|
767
|
-
resource: ['generarCompras']
|
|
768
|
-
}
|
|
769
|
-
}
|
|
854
|
+
displayOptions: { show: { resource: ['generarCompras', 'generarVentas'] } },
|
|
770
855
|
},
|
|
771
856
|
{
|
|
772
|
-
displayName: '
|
|
773
|
-
name: '
|
|
857
|
+
displayName: 'Razón Social',
|
|
858
|
+
name: 'razonSocial',
|
|
774
859
|
type: 'string',
|
|
775
860
|
default: '',
|
|
776
|
-
|
|
777
|
-
description: 'Letra del documento de la compra de la factura',
|
|
861
|
+
description: 'Razón social del cliente para buscar',
|
|
778
862
|
displayOptions: {
|
|
779
|
-
show: {
|
|
780
|
-
|
|
781
|
-
}
|
|
782
|
-
}
|
|
863
|
+
show: { resource: ['buscarContribuyente', 'clientesBusqueda', 'proveedorCrear'] },
|
|
864
|
+
},
|
|
783
865
|
},
|
|
784
866
|
{
|
|
785
|
-
displayName: '
|
|
786
|
-
name: '
|
|
787
|
-
type: '
|
|
867
|
+
displayName: 'Rubros IDs',
|
|
868
|
+
name: 'idsRubros',
|
|
869
|
+
type: 'string',
|
|
788
870
|
default: '',
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
displayOptions: {
|
|
792
|
-
show: {
|
|
793
|
-
resource: ['generarCompras']
|
|
794
|
-
}
|
|
795
|
-
}
|
|
871
|
+
description: 'ID Rubros used to search the articles',
|
|
872
|
+
displayOptions: { show: { resource: ['articulo'] } },
|
|
796
873
|
},
|
|
797
874
|
{
|
|
798
|
-
displayName: '
|
|
799
|
-
name: '
|
|
875
|
+
displayName: 'SKU',
|
|
876
|
+
name: 'sku',
|
|
877
|
+
type: 'string',
|
|
878
|
+
default: '',
|
|
879
|
+
required: true,
|
|
880
|
+
description: 'The SKU (product code) to search for',
|
|
881
|
+
displayOptions: { show: { resource: ['searchArticleBySKU'] } },
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
displayName: 'Sub-Rubros IDs',
|
|
885
|
+
name: 'idsSubRubros',
|
|
886
|
+
type: 'string',
|
|
887
|
+
default: '',
|
|
888
|
+
description: 'Client ID used to search the articles',
|
|
889
|
+
displayOptions: { show: { resource: ['articulo', 'categoriasObtener'] } },
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
displayName: 'Sucursales Físicas - IDs Lista',
|
|
893
|
+
name: 'branchOfficeIds',
|
|
894
|
+
type: 'string',
|
|
895
|
+
required: true,
|
|
896
|
+
default: '7345',
|
|
897
|
+
description: 'Physical branch ID separated by comma',
|
|
898
|
+
displayOptions: { show: { resource: ['articulosExistencia'] } },
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
displayName: 'Ultima Modificacion Imagenes',
|
|
902
|
+
name: 'lastModifiedImg',
|
|
800
903
|
type: 'json',
|
|
801
|
-
|
|
802
|
-
default:
|
|
803
|
-
|
|
904
|
+
required: true,
|
|
905
|
+
default: '',
|
|
906
|
+
displayOptions: { show: { resource: ['procesarImagenes'] } },
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
displayName: 'Usuario',
|
|
910
|
+
name: 'username',
|
|
911
|
+
type: 'string',
|
|
912
|
+
default: '',
|
|
913
|
+
displayOptions: { show: { resource: ['operadoresMoviles'] } },
|
|
914
|
+
},
|
|
804
915
|
];
|
|
805
916
|
exports.CentumFields = [...getArticulo];
|
|
806
917
|
exports.HttpOptions = [
|