n8n-nodes-centum 0.2.16 → 0.2.18
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 +567 -302
- package/dist/nodes/Centum/Centum.node.js.map +1 -1
- package/dist/nodes/Centum/CentumDescription.js +459 -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,245 @@ 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
|
+
'articuloPorNombre',
|
|
543
|
+
'articuloPorId'
|
|
544
|
+
],
|
|
484
545
|
},
|
|
485
546
|
},
|
|
486
547
|
},
|
|
487
548
|
{
|
|
488
|
-
displayName: '
|
|
489
|
-
name: '
|
|
549
|
+
displayName: 'Fecha Documento',
|
|
550
|
+
name: 'documentDate',
|
|
551
|
+
type: 'dateTime',
|
|
490
552
|
required: true,
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
description: 'ID del cobro',
|
|
553
|
+
default: undefined,
|
|
554
|
+
description: 'Parametro fecha del body para las solicitudes',
|
|
494
555
|
displayOptions: {
|
|
495
|
-
show: {
|
|
496
|
-
resource: ['crearPedidoVenta', 'obtenerCobros'],
|
|
497
|
-
},
|
|
556
|
+
show: { resource: ['articulo', 'promocionesCliente', 'generarCompras'] },
|
|
498
557
|
},
|
|
499
558
|
},
|
|
500
559
|
{
|
|
501
|
-
displayName: '
|
|
502
|
-
name: '
|
|
503
|
-
type: '
|
|
560
|
+
displayName: 'Fecha Hasta',
|
|
561
|
+
name: 'endDate',
|
|
562
|
+
type: 'dateTime',
|
|
504
563
|
default: '',
|
|
505
564
|
displayOptions: {
|
|
506
565
|
show: {
|
|
507
|
-
resource: [
|
|
566
|
+
resource: [
|
|
567
|
+
'obtenerFacturasPedidosVentas',
|
|
568
|
+
'obtenerFacturasCobros',
|
|
569
|
+
'obtenerPedidosDeVenta',
|
|
570
|
+
'obtenerOrdenesCompra',
|
|
571
|
+
'obtenerCobros',
|
|
572
|
+
'obtenerCompras',
|
|
573
|
+
'articuloPorNombre',
|
|
574
|
+
'articuloPorId'
|
|
575
|
+
],
|
|
508
576
|
},
|
|
509
577
|
},
|
|
510
578
|
},
|
|
511
579
|
{
|
|
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',
|
|
580
|
+
displayName: 'Fecha Modificación Desde',
|
|
581
|
+
name: 'dateModified',
|
|
582
|
+
type: 'dateTime',
|
|
583
|
+
default: '',
|
|
584
|
+
displayOptions: { show: { resource: ['articulo'] } },
|
|
523
585
|
},
|
|
524
586
|
{
|
|
525
|
-
displayName: '
|
|
526
|
-
name: '
|
|
527
|
-
type: '
|
|
587
|
+
displayName: 'Fecha Modificación Imagen Desde',
|
|
588
|
+
name: 'dateModifiedImage',
|
|
589
|
+
type: 'dateTime',
|
|
528
590
|
default: '',
|
|
529
|
-
displayOptions: {
|
|
530
|
-
show: {
|
|
531
|
-
resource: ['clienteNuevo'],
|
|
532
|
-
},
|
|
533
|
-
},
|
|
591
|
+
displayOptions: { show: { resource: ['articulo'] } },
|
|
534
592
|
},
|
|
535
593
|
{
|
|
536
|
-
displayName: '
|
|
537
|
-
name: '
|
|
538
|
-
type: '
|
|
594
|
+
displayName: 'Fecha Precio Actualizado Desde',
|
|
595
|
+
name: 'priceDateModified',
|
|
596
|
+
type: 'dateTime',
|
|
539
597
|
default: '',
|
|
540
|
-
placeholder: 'Ingresá el CUIT...',
|
|
541
598
|
displayOptions: {
|
|
542
|
-
show: {
|
|
543
|
-
resource: ['clienteNuevo', 'buscarContribuyente', 'nuevoContribuyente', 'clientesBusquedaPorCuit', 'clientesBusqueda'],
|
|
544
|
-
},
|
|
599
|
+
show: { resource: ['articulo', 'obtenerSaldoCliente', 'composicionSaldoCliente'] },
|
|
545
600
|
},
|
|
546
601
|
},
|
|
547
602
|
{
|
|
548
|
-
displayName: '
|
|
549
|
-
name: '
|
|
550
|
-
type: '
|
|
603
|
+
displayName: 'Forma De Pago Proveedor',
|
|
604
|
+
name: 'formaPagoProveedor',
|
|
605
|
+
type: 'number',
|
|
551
606
|
default: '',
|
|
552
|
-
displayOptions: {
|
|
553
|
-
show: {
|
|
554
|
-
resource: ['operadoresMoviles'],
|
|
555
|
-
},
|
|
556
|
-
},
|
|
607
|
+
displayOptions: { show: { resource: ['proveedorCrear'] } },
|
|
557
608
|
},
|
|
558
609
|
{
|
|
559
|
-
displayName: '
|
|
560
|
-
name: '
|
|
610
|
+
displayName: 'ID',
|
|
611
|
+
name: 'id',
|
|
612
|
+
required: true,
|
|
561
613
|
type: 'string',
|
|
562
|
-
typeOptions: { password: true },
|
|
563
614
|
default: '',
|
|
615
|
+
placeholder: 'Ej. 27231',
|
|
616
|
+
description: 'Identificador unico con el cual hacer solicitudes a la API',
|
|
564
617
|
displayOptions: {
|
|
565
|
-
show: {
|
|
566
|
-
resource: ['operadoresMoviles'],
|
|
567
|
-
},
|
|
618
|
+
show: { resource: ['pedidoVentaActividad', 'regimenesEspecialesPorId'] },
|
|
568
619
|
},
|
|
569
620
|
},
|
|
570
621
|
{
|
|
571
|
-
displayName: '
|
|
572
|
-
name: '
|
|
622
|
+
displayName: 'ID Articulo',
|
|
623
|
+
name: 'articleId',
|
|
573
624
|
type: 'string',
|
|
574
625
|
default: '',
|
|
575
|
-
description: 'Razón social del cliente para buscar',
|
|
576
626
|
displayOptions: {
|
|
577
|
-
show: {
|
|
578
|
-
resource: ['buscarContribuyente', 'clientesBusqueda'],
|
|
579
|
-
},
|
|
627
|
+
show: { resource: ['articulosImagenes', 'articuloPorId', 'articuloSucursalFisica'] },
|
|
580
628
|
},
|
|
581
629
|
},
|
|
582
630
|
{
|
|
583
|
-
displayName: '
|
|
584
|
-
name: '
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
displayOptions: {
|
|
589
|
-
show: {
|
|
590
|
-
resource: ['crearPedidoVenta', 'cobros'],
|
|
591
|
-
},
|
|
592
|
-
},
|
|
631
|
+
displayName: 'ID Bonificacion',
|
|
632
|
+
name: 'bonificacion',
|
|
633
|
+
type: 'number',
|
|
634
|
+
default: 0,
|
|
635
|
+
displayOptions: { show: { resource: ['generarVentas'] } },
|
|
593
636
|
},
|
|
594
637
|
{
|
|
595
|
-
displayName: '
|
|
596
|
-
name: '
|
|
638
|
+
displayName: 'ID De Cobro',
|
|
639
|
+
name: 'idCobro',
|
|
597
640
|
required: true,
|
|
598
|
-
type: '
|
|
599
|
-
default:
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
resource: ['crearPedidoVenta', 'cobros'],
|
|
603
|
-
},
|
|
604
|
-
},
|
|
641
|
+
type: 'number',
|
|
642
|
+
default: 0,
|
|
643
|
+
description: 'ID del cobro',
|
|
644
|
+
displayOptions: { show: { resource: ['crearPedidoVenta', 'obtenerCobros'] } },
|
|
605
645
|
},
|
|
606
646
|
{
|
|
607
|
-
displayName: 'ID
|
|
608
|
-
name: '
|
|
609
|
-
type: '
|
|
647
|
+
displayName: 'ID De La Compra',
|
|
648
|
+
name: 'idCompra',
|
|
649
|
+
type: 'number',
|
|
610
650
|
default: '',
|
|
611
|
-
displayOptions: {
|
|
612
|
-
show: {
|
|
613
|
-
resource: ['generarCompras', 'articulosImagenes', 'articuloPorId', 'articuloSucursalFisica'],
|
|
614
|
-
},
|
|
615
|
-
},
|
|
651
|
+
displayOptions: { show: { resource: ['obtenerCompras'] } },
|
|
616
652
|
},
|
|
617
653
|
{
|
|
618
|
-
displayName: 'ID',
|
|
619
|
-
name: '
|
|
620
|
-
|
|
621
|
-
|
|
654
|
+
displayName: 'ID Del Estado',
|
|
655
|
+
name: 'statusId',
|
|
656
|
+
type: 'number',
|
|
657
|
+
default: false,
|
|
658
|
+
description: 'Número del estado del pedido',
|
|
659
|
+
displayOptions: { show: { resource: ['obtenerPedidosDeVenta', 'obtenerOrdenesCompra'] } },
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
displayName: 'ID Del Operador Compra',
|
|
663
|
+
name: 'idOperadorCompra',
|
|
664
|
+
type: 'number',
|
|
622
665
|
default: '',
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
666
|
+
displayOptions: { show: { resource: ['proveedorCrear'] } },
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
displayName: 'ID Del Proveedor',
|
|
670
|
+
name: 'idProveedor',
|
|
671
|
+
type: 'number',
|
|
672
|
+
default: '',
|
|
673
|
+
placeholder: '2',
|
|
674
|
+
description: 'ID Del proveedor de la compra',
|
|
675
|
+
displayOptions: { show: { resource: ['generarCompras'] } },
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
displayName: 'ID Del Tipo De Comprobante',
|
|
679
|
+
name: 'idTipoComprobante',
|
|
680
|
+
type: 'number',
|
|
681
|
+
default: '',
|
|
682
|
+
placeholder: '1',
|
|
683
|
+
description: 'ID del tipo de comprobante de la factura',
|
|
684
|
+
displayOptions: { show: { resource: ['generarCompras'] } },
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
displayName: 'ID Del Tipo De Comprobante',
|
|
688
|
+
name: 'idTipoComprobanteVenta',
|
|
689
|
+
type: 'number',
|
|
690
|
+
default: '',
|
|
691
|
+
placeholder: '1',
|
|
692
|
+
description: 'ID del tipo de comprobante de la venta',
|
|
693
|
+
displayOptions: { show: { resource: ['generarVentas'] }
|
|
629
694
|
},
|
|
630
695
|
},
|
|
631
696
|
{
|
|
632
|
-
displayName: 'ID
|
|
697
|
+
displayName: 'ID Del Vendedor',
|
|
698
|
+
name: 'idVendedor',
|
|
699
|
+
type: 'number',
|
|
700
|
+
default: '',
|
|
701
|
+
displayOptions: { show: { resource: ['generarVentas'] } },
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
displayName: 'ID Pais',
|
|
633
705
|
name: 'idPais',
|
|
634
706
|
type: 'string',
|
|
635
707
|
default: '',
|
|
636
|
-
description:
|
|
637
|
-
displayOptions: {
|
|
638
|
-
show: {
|
|
639
|
-
resource: ['provinciasLista'],
|
|
640
|
-
},
|
|
641
|
-
},
|
|
708
|
+
description: 'ID del país por la cual se buscarán las provincias',
|
|
709
|
+
displayOptions: { show: { resource: ['provinciasLista', 'proveedorCrear'] } },
|
|
642
710
|
},
|
|
643
711
|
{
|
|
644
712
|
displayName: 'ID Provincia',
|
|
645
713
|
name: 'idProvincia',
|
|
646
714
|
type: 'string',
|
|
647
715
|
default: '',
|
|
648
|
-
description:
|
|
716
|
+
description: 'ID de la provincia por la cual se buscarán los departamentos',
|
|
717
|
+
displayOptions: { show: { resource: ['departamentosLista', 'proveedorCrear'] } },
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
displayName: 'ID Sucursal Física',
|
|
721
|
+
name: 'idSucursalFisica',
|
|
722
|
+
type: 'number',
|
|
723
|
+
default: '',
|
|
724
|
+
description: 'The ID of the physical branch to filter stock (optional)',
|
|
649
725
|
displayOptions: {
|
|
650
726
|
show: {
|
|
651
|
-
resource: ['
|
|
727
|
+
resource: ['searchArticleBySKU', 'articuloSucursalFisica', 'generarCompras'],
|
|
652
728
|
},
|
|
653
729
|
},
|
|
654
730
|
},
|
|
@@ -657,51 +733,69 @@ const getArticulo = [
|
|
|
657
733
|
name: 'IdSucursalFisica',
|
|
658
734
|
type: 'string',
|
|
659
735
|
default: '',
|
|
660
|
-
displayOptions: {
|
|
661
|
-
show: {
|
|
662
|
-
resource: ['articulosSucursalesFisicas'],
|
|
663
|
-
},
|
|
664
|
-
},
|
|
736
|
+
displayOptions: { show: { resource: ['articulosSucursalesFisicas'] } },
|
|
665
737
|
},
|
|
666
738
|
{
|
|
667
|
-
displayName: '
|
|
668
|
-
name: '
|
|
739
|
+
displayName: 'ID Valor Efectivo',
|
|
740
|
+
name: 'idValorEfectivo',
|
|
669
741
|
type: 'number',
|
|
670
|
-
default:
|
|
671
|
-
|
|
672
|
-
displayOptions: {
|
|
673
|
-
show: {
|
|
674
|
-
resource: ['articulo'],
|
|
675
|
-
},
|
|
676
|
-
},
|
|
742
|
+
default: 0,
|
|
743
|
+
displayOptions: { show: { esContado: [true] } },
|
|
677
744
|
},
|
|
678
745
|
{
|
|
679
|
-
displayName: '
|
|
680
|
-
name: '
|
|
746
|
+
displayName: 'ID De La Zona',
|
|
747
|
+
name: 'idZona',
|
|
681
748
|
type: 'number',
|
|
682
|
-
default:
|
|
683
|
-
|
|
684
|
-
displayOptions: {
|
|
685
|
-
show: {
|
|
686
|
-
resource: ['articulo'],
|
|
687
|
-
},
|
|
688
|
-
},
|
|
749
|
+
default: '',
|
|
750
|
+
displayOptions: { show: { resource: ['proveedorCrear'] } },
|
|
689
751
|
},
|
|
690
752
|
{
|
|
691
|
-
displayName: '
|
|
692
|
-
name: '
|
|
753
|
+
displayName: 'ID del descuento del proveedor',
|
|
754
|
+
name: 'idDescuentoProveedor',
|
|
755
|
+
type: 'number',
|
|
756
|
+
default: '',
|
|
757
|
+
displayOptions: { show: { resource: ['proveedorCrear'] } },
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
displayName: 'Importe',
|
|
761
|
+
name: 'importeValorEfectivo',
|
|
762
|
+
type: 'number',
|
|
763
|
+
default: 0,
|
|
764
|
+
displayOptions: { show: { esContado: [true] } },
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
displayName: 'Información De Envío',
|
|
768
|
+
name: 'envio',
|
|
769
|
+
required: true,
|
|
770
|
+
type: 'json',
|
|
771
|
+
default: {},
|
|
772
|
+
description: 'Shipping info from the order',
|
|
773
|
+
displayOptions: { show: { resource: ['cobros', 'crearPedidoVenta'] } },
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
displayName: 'Lista ID',
|
|
777
|
+
name: 'idList',
|
|
778
|
+
type: 'number',
|
|
779
|
+
default: '',
|
|
780
|
+
description: 'ID de la lista para buscar los precios de los articulos',
|
|
781
|
+
displayOptions: { show: { resource: ['articulosPrecioPorLista', 'generarVentas'] } },
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
displayName: 'Letra Del Documento De La Compra',
|
|
785
|
+
name: 'letraDocumento',
|
|
693
786
|
type: 'string',
|
|
694
787
|
default: '',
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
},
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
788
|
+
placeholder: 'A',
|
|
789
|
+
description: 'Letra del documento de la compra de la factura',
|
|
790
|
+
displayOptions: { show: { resource: ['generarCompras'] } },
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
displayName: 'Migración Completa',
|
|
794
|
+
name: 'migracionCompleta',
|
|
795
|
+
type: 'boolean',
|
|
796
|
+
default: false,
|
|
797
|
+
description: 'Whether complete articles migration or partial',
|
|
798
|
+
displayOptions: { show: { resource: ['articulo'] } },
|
|
705
799
|
},
|
|
706
800
|
{
|
|
707
801
|
displayName: 'Nombre Del Tipo De Comprobante',
|
|
@@ -710,37 +804,24 @@ const getArticulo = [
|
|
|
710
804
|
default: '',
|
|
711
805
|
placeholder: 'Factura de compras',
|
|
712
806
|
description: 'Nombre del tipo de comprobante de la factura',
|
|
713
|
-
displayOptions: {
|
|
714
|
-
show: {
|
|
715
|
-
resource: ['generarCompras']
|
|
716
|
-
}
|
|
717
|
-
}
|
|
807
|
+
displayOptions: { show: { resource: ['generarCompras'] } },
|
|
718
808
|
},
|
|
719
809
|
{
|
|
720
|
-
displayName: '
|
|
721
|
-
name: '
|
|
810
|
+
displayName: 'Nombre Del Articulo',
|
|
811
|
+
name: 'nombreArticulo',
|
|
722
812
|
type: 'string',
|
|
723
813
|
default: '',
|
|
724
|
-
placeholder: '
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
show: {
|
|
728
|
-
resource: ['generarCompras']
|
|
729
|
-
}
|
|
730
|
-
}
|
|
814
|
+
placeholder: 'Alfajores',
|
|
815
|
+
displayOptions: { show: { resource: ['buscarArticulo', 'articuloSucursalFisica'] } },
|
|
816
|
+
description: 'El nombre del producto a buscar',
|
|
731
817
|
},
|
|
732
818
|
{
|
|
733
|
-
displayName: '
|
|
734
|
-
name: '
|
|
819
|
+
displayName: 'Número De Página',
|
|
820
|
+
name: 'numeroPagina',
|
|
735
821
|
type: 'number',
|
|
736
|
-
default:
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
displayOptions: {
|
|
740
|
-
show: {
|
|
741
|
-
resource: ['generarCompras']
|
|
742
|
-
}
|
|
743
|
-
}
|
|
822
|
+
default: 1,
|
|
823
|
+
description: 'Número de página para la paginación de artículos',
|
|
824
|
+
displayOptions: { show: { resource: ['articulo'] } },
|
|
744
825
|
},
|
|
745
826
|
{
|
|
746
827
|
displayName: 'Numero Del Documento De La Compra',
|
|
@@ -749,11 +830,23 @@ const getArticulo = [
|
|
|
749
830
|
default: '',
|
|
750
831
|
placeholder: '1',
|
|
751
832
|
description: 'Numero del documento de la compra de la factura',
|
|
752
|
-
displayOptions: {
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
833
|
+
displayOptions: { show: { resource: ['generarCompras'] } },
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
displayName: 'Observaciones',
|
|
837
|
+
name: 'observacionesValorEfectivo',
|
|
838
|
+
type: 'string',
|
|
839
|
+
default: '',
|
|
840
|
+
displayOptions: { show: { esContado: [true] } },
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
displayName: 'Proveedor ID',
|
|
844
|
+
name: 'proveedorId',
|
|
845
|
+
type: 'number',
|
|
846
|
+
required: true,
|
|
847
|
+
default: '',
|
|
848
|
+
description: 'ID del proveedor usado para buscar dentro del sistema',
|
|
849
|
+
displayOptions: { show: { resource: ['proveedorBuscar'] } },
|
|
757
850
|
},
|
|
758
851
|
{
|
|
759
852
|
displayName: 'Punto De Venta',
|
|
@@ -762,45 +855,67 @@ const getArticulo = [
|
|
|
762
855
|
default: '',
|
|
763
856
|
placeholder: '1',
|
|
764
857
|
description: 'Numero del punto de venta del documento',
|
|
765
|
-
displayOptions: {
|
|
766
|
-
show: {
|
|
767
|
-
resource: ['generarCompras']
|
|
768
|
-
}
|
|
769
|
-
}
|
|
858
|
+
displayOptions: { show: { resource: ['generarCompras', 'generarVentas'] } },
|
|
770
859
|
},
|
|
771
860
|
{
|
|
772
|
-
displayName: '
|
|
773
|
-
name: '
|
|
861
|
+
displayName: 'Razón Social',
|
|
862
|
+
name: 'razonSocial',
|
|
774
863
|
type: 'string',
|
|
775
864
|
default: '',
|
|
776
|
-
|
|
777
|
-
description: 'Letra del documento de la compra de la factura',
|
|
865
|
+
description: 'Razón social del cliente para buscar',
|
|
778
866
|
displayOptions: {
|
|
779
|
-
show: {
|
|
780
|
-
|
|
781
|
-
}
|
|
782
|
-
}
|
|
867
|
+
show: { resource: ['buscarContribuyente', 'clientesBusqueda', 'proveedorCrear'] },
|
|
868
|
+
},
|
|
783
869
|
},
|
|
784
870
|
{
|
|
785
|
-
displayName: '
|
|
786
|
-
name: '
|
|
787
|
-
type: '
|
|
871
|
+
displayName: 'Rubros IDs',
|
|
872
|
+
name: 'idsRubros',
|
|
873
|
+
type: 'string',
|
|
788
874
|
default: '',
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
displayOptions: {
|
|
792
|
-
show: {
|
|
793
|
-
resource: ['generarCompras']
|
|
794
|
-
}
|
|
795
|
-
}
|
|
875
|
+
description: 'ID Rubros used to search the articles',
|
|
876
|
+
displayOptions: { show: { resource: ['articulo'] } },
|
|
796
877
|
},
|
|
797
878
|
{
|
|
798
|
-
displayName: '
|
|
799
|
-
name: '
|
|
879
|
+
displayName: 'SKU',
|
|
880
|
+
name: 'sku',
|
|
881
|
+
type: 'string',
|
|
882
|
+
default: '',
|
|
883
|
+
required: true,
|
|
884
|
+
description: 'The SKU (product code) to search for',
|
|
885
|
+
displayOptions: { show: { resource: ['searchArticleBySKU'] } },
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
displayName: 'Sub-Rubros IDs',
|
|
889
|
+
name: 'idsSubRubros',
|
|
890
|
+
type: 'string',
|
|
891
|
+
default: '',
|
|
892
|
+
description: 'Client ID used to search the articles',
|
|
893
|
+
displayOptions: { show: { resource: ['articulo', 'categoriasObtener'] } },
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
displayName: 'Sucursales Físicas - IDs Lista',
|
|
897
|
+
name: 'branchOfficeIds',
|
|
898
|
+
type: 'string',
|
|
899
|
+
required: true,
|
|
900
|
+
default: '7345',
|
|
901
|
+
description: 'Physical branch ID separated by comma',
|
|
902
|
+
displayOptions: { show: { resource: ['articulosExistencia'] } },
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
displayName: 'Ultima Modificacion Imagenes',
|
|
906
|
+
name: 'lastModifiedImg',
|
|
800
907
|
type: 'json',
|
|
801
|
-
|
|
802
|
-
default:
|
|
803
|
-
|
|
908
|
+
required: true,
|
|
909
|
+
default: '',
|
|
910
|
+
displayOptions: { show: { resource: ['procesarImagenes'] } },
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
displayName: 'Usuario',
|
|
914
|
+
name: 'username',
|
|
915
|
+
type: 'string',
|
|
916
|
+
default: '',
|
|
917
|
+
displayOptions: { show: { resource: ['operadoresMoviles'] } },
|
|
918
|
+
},
|
|
804
919
|
];
|
|
805
920
|
exports.CentumFields = [...getArticulo];
|
|
806
921
|
exports.HttpOptions = [
|