Dumped Contents
In
ProductoService.php
line 155:
if($_ENV['DEV_DEBUG'] == "true"){
dump($body);
dump($response);
// die;
}
"<?xml version="1.0" encoding="UTF-8" ?><enquiry><jobTemplateCode>PEDIDO</jobTemplateCode><customerCode>ABAMA</customerCode><addressNumber>1</addressNumber><customerRef>Ref. Cliente</customerRef><contactName>Contacto</contactName><telephone>34 555 99 99 99</telephone><emailAddress>pruebas@acme.es</emailAddress><repCode>WEB</repCode><origCode>BERTO</origCode><currencyCode></currencyCode><dueAt>2022-12-31T17:00</dueAt><!-- Opcional. --><!-- <jobVariable><name>ep_fecha_entrega</name><type>datetime</type><value>2023-12-30T12:00</value></jobVariable>--><!-- Obligatorio. Depende del producto oferta. --><jobVariable><name>ep_tipo_pedido</name><type>string</type><value>PEDIDO</value></jobVariable><jobVariable><name>ep_titulo</name><type>string</type><value>Pedido WEB</value></jobVariable><jobVariable><name>ep_fecha_entrega</name><type>datetime</type><value>2025-12-22T12:00</value></jobVariable><line><!-- Tipo de Trabajo. --><productCode>IMP_PLANOS</productCode><!-- Título de la línea de oferta. --><description>WEB SERVICES</description><quantity>100</quantity><productVariable><name>E_FinishGoodUnit</name><type>string</type><value>Piezas</value></productVariable><productVariable><name>E_TSalesInfo</name><type>string</type><value>"SIN OBSERVACIONES"</value></productVariable><productVariable><name>E0_1_Desc</name><type>string</type><value>POSTALES</value></productVariable><productVariable><name>E0_1_MachineForced</name><type>boolean</type><value>0</value></productVariable><productVariable><name>E0_1_PrintMachine</name><type>string</type><value>DIGITAL</value></productVariable><productVariable><name>E0_1_Trace</name><type>string</type><value>HOJA</value></productVariable><productVariable><name>E0_1_SigOWidth</name><type>decimal</type><value>102.50</value></productVariable><productVariable><name>E0_1_SigOHeight</name><type>decimal</type><value>152.50</value></productVariable><productVariable><name>E0_1_PiecesPerSheet</name><type>integer</type><value>1</value></productVariable><productVariable><name>E0_1_Sustrate</name><type>string</type><value>PEM350</value></productVariable><productVariable><name>E0_1_NewSustrate</name><type>boolean</type><value>0</value></productVariable><productVariable><name>E0_1_SustrateUnit</name><type>string</type><value>hojas</value></productVariable><productVariable><name>E0_1_InkGroup</name><type>string</type><value>CONVENCIONAL</value></productVariable><productVariable><name>E0_1_InkNumberFront</name><type>integer</type><value>4</value></productVariable><productVariable><name>E0_1_InkNumberBack</name><type>integer</type><value>1</value></productVariable><productVariable><name>E0_1_CoveragePer</name><type>integer</type><value>60</value></productVariable><productVariable><name>E0_1_LaminateCho_1</name><type>boolean</type><value>1</value></productVariable><productVariable><name>E0_1_Laminate_1</name><type>string</type><value>L-LAM-MATE</value></productVariable><productVariable><name>E0_1_SidesLaminate1</name><type>string</type><value>1</value></productVariable><productVariable><name>E_Packing2</name><type>boolean</type><value>1</value></productVariable><productVariable><name>E_PackingItem2</name><type>string</type><value>EC-215-230-145</value></productVariable><productVariable><name>E_ChangeQtyPack2</name><type>boolean</type><value>1</value></productVariable><productVariable><name>E_PackingPieces_2</name><type>integer</type><value>500</value></productVariable><productVariable><name>E_UnitType</name><type>string</type><value>Consolidado</value></productVariable><productVariable><name>E0_1_Width</name><type>decimal</type><value>100.00</value></productVariable><productVariable><name>E0_1_Height</name><type>decimal</type><value>150.00</value></productVariable><productVariable><name>E_ShippingChoice</name><type>boolean</type><value>1</value></productVariable><productVariable><name>E_Destination</name><type>string</type><value>TENERIFE</value></productVariable></line></enquiry>"
In
ProductoService.php
line 156:
if($_ENV['DEV_DEBUG'] == "true"){
dump($body);
dump($response);
// die;
}
if($response->success == "true"){
{#1255
+"success": "true"
+"lineQtyPrice": {#1254
+"lineNumber": "1"
+"quantity": "100"
+"price": "54.43"
+"taxValue": "0"
+"foreignPrice": "0"
+"foreignTaxValue": "0"
+"isUnresolved": "false"
+"whyUnresolved": {#1253}
}
}
In
ProductoController.php
line 148:
if($_ENV['DEV_DEBUG'] == "true"){
dump($producto->getSubGrupoProducto()->getPlantilla());
dump($precio);
}
// Si no obtenemos un precio volvemos a las categorias
"IMP_PLANOS"
In
ProductoController.php
line 149:
if($_ENV['DEV_DEBUG'] == "true"){
dump($producto->getSubGrupoProducto()->getPlantilla());
dump($precio);
}
// Si no obtenemos un precio volvemos a las categorias
if(!isset($precio)){
54.43
In
ProductoService.php
line 129:
$response = $this->apiService->productInputList($producto->getSubGrupoProducto()->getPlantilla());
if($_ENV['DEV_DEBUG'] == "true"){
dump($response);
// die;
}
if($response->success == "true"){
{#1274
+"success": "true"
+"inputs": {#1276
+"input": array:183 [
0 => {#1275
+"inputCode": "E0_1_Cover"
+"description": "Forro"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
1 => {#1458
+"inputCode": "E_FinishGoodUnit"
+"description": "Unidad de medida producto terminado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1455
+"option": array:2 [
0 => {#1457
+"label": "Millares"
+"value": "Millares"
}
1 => {#1456
+"label": "Piezas"
+"value": "Piezas"
}
]
}
}
2 => {#1454
+"inputCode": "E_SalesInfo"
+"description": "Impresiòn"
+"inputType": "UI_TYPE_TAB_PAGE"
}
3 => {#1453
+"inputCode": "E_TSalesInfo"
+"description": "Observación Ventas"
+"inputType": "UI_TYPE_TEXT"
}
4 => {#1452
+"inputCode": "E0_1_CoverV"
+"description": "Componente Impreso"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
5 => {#1451
+"inputCode": "E0_1_Desc"
+"description": "Nombre Componente Impreso"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
6 => {#1450
+"inputCode": "E0_1_MachineForced"
+"description": "Forza Máquina de impresión"
+"inputType": "UI_TYPE_BOOLEAN"
}
7 => {#1449
+"inputCode": "E0_1_PrintMachine"
+"description": "Actividad de Impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1442
+"entry": array:6 [
0 => {#1448
+"code": "CALC_PAPEL"
+"name": "SUSTRATO SIN IMPRESION"
}
1 => {#1447
+"code": "DIGITAL"
+"name": "DIGITAL"
}
2 => {#1446
+"code": "SM 52 2"
+"name": "SM 52 2"
}
3 => {#1445
+"code": "SM 52 4"
+"name": "SM 52 4"
}
4 => {#1444
+"code": "SM 74 5"
+"name": "SM 74 5"
}
5 => {#1443
+"code": "SUSTRATO SIN IMP"
+"name": "SUSTRATO SIN IMPRESION"
}
]
}
}
8 => {#1441
+"inputCode": "E0_1_Width"
+"description": "ANCHO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
9 => {#1440
+"inputCode": "E0_1_Height"
+"description": "LARGO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
10 => {#1439
+"inputCode": "E0_1_Trace"
+"description": "Esquema de Doblez"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1423
+"entry": array:15 [
0 => {#1438
+"code": "06 PAG ACO"
+"name": "06 PAG ACO"
}
1 => {#1437
+"code": "08 PAG ACO"
+"name": "08 PAG ACO"
}
2 => {#1436
+"code": "10 PAG PAR"
+"name": "10 PAG PAR"
}
3 => {#1435
+"code": "12 PAG"
+"name": "12 PAG"
}
4 => {#1434
+"code": "16 PAG CRUZ"
+"name": "16 PAG CRUZ"
}
5 => {#1433
+"code": "24 PAG"
+"name": "24 Páginas"
}
6 => {#1432
+"code": "8 PAG CRUZ"
+"name": "8 Paginas Cruz"
}
7 => {#1431
+"code": "CUADR VENTA"
+"name": "Cuadriptico Ventana"
}
8 => {#1430
+"code": "CUADRIPTICO"
+"name": "Cuadriptico"
}
9 => {#1429
+"code": "DIPTICO"
+"name": "Diptico"
}
10 => {#1428
+"code": "DIPTICO SIN REBASE"
+"name": "Diptico Sin Rebase"
}
11 => {#1427
+"code": "HOJA"
+"name": "hoja"
}
12 => {#1426
+"code": "HOJA SIN SANGRE"
+"name": "Hoja Sin Sangre"
}
13 => {#1425
+"code": "SIN_TRAZO"
+"name": "SIN_TRAZO"
}
14 => {#1424
+"code": "TRIPTICO"
+"name": "Triptico"
}
]
}
}
11 => {#1422
+"inputCode": "E0_1_SigOWidth"
+"description": "ANCHO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
12 => {#1421
+"inputCode": "E0_1_SigOHeight"
+"description": "LARGO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
13 => {#1420
+"inputCode": "E0_1_PiecesPerSheet"
+"description": "Piezas por hoja"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "1000"
}
14 => {#1419
+"inputCode": "E0_1_EliminateMargin"
+"description": "Elimina Márgenes y rebases"
+"inputType": "UI_TYPE_BOOLEAN"
}
15 => {#1418
+"inputCode": "E0_1_FiberOr"
+"description": "Imprime en sentido de fibra?"
+"inputType": "UI_TYPE_BOOLEAN"
}
16 => {#1417
+"inputCode": "E0_1_Sustrate"
+"description": "Papel"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1397
+"entry": array:24 [
0 => {#1416
+"code": "OFF080"
+"name": "Offset de 80 grs"
}
1 => {#1415
+"code": "PADB80"
+"name": "ADHESIVO BRILLO DE 80 GRS"
}
2 => {#1414
+"code": "PADM80"
+"name": "ADHESIVO MATE DE 80 GRS"
}
3 => {#1413
+"code": "PEB090"
+"name": "Estucado Brillo 90g."
}
4 => {#1412
+"code": "PEB100"
+"name": "Estucado Brillo 100g"
}
5 => {#1411
+"code": "PEB115"
+"name": "Estucado Brillo 115g."
}
6 => {#1410
+"code": "PEB130"
+"name": "Estucado Brillo 130g."
}
7 => {#1409
+"code": "PEB150"
+"name": "Estucado Brillo 150g."
}
8 => {#1408
+"code": "PEB170"
+"name": "Estucado Brillo 170g."
}
9 => {#1407
+"code": "PEB200"
+"name": "Estucado Brillo 200g."
}
10 => {#1406
+"code": "PEB250"
+"name": "Estucado Brillo 250g."
}
11 => {#1405
+"code": "PEB300"
+"name": "Estucado Brillo 300g."
}
12 => {#1404
+"code": "PEB350"
+"name": "Estucado Brillo 350g."
}
13 => {#1403
+"code": "PEM090"
+"name": "Estucado Mate 90g."
}
14 => {#1402
+"code": "PEM100"
+"name": "Estucado Mate 100g"
}
15 => {#1401
+"code": "PEM115"
+"name": "Estucado Mate 115g"
}
16 => {#1400
+"code": "PEM130"
+"name": "Estucado Mate 130g"
}
17 => {#1399
+"code": "PEM150"
+"name": "Estucado Mate 150g"
}
18 => {#1398
+"code": "PEM170"
+"name": "Estucado Mate 170g"
}
19 => {#1576
+"code": "PEM200"
+"name": "Estucado Mate 200g"
}
20 => {#1580
+"code": "PEM250"
+"name": "Estucado Mate 250g"
}
21 => {#1579
+"code": "PEM300"
+"name": "Estucado Mate 300g"
}
22 => {#1578
+"code": "PEM350"
+"name": "Estucado Mate 350g"
}
23 => {#1577
+"code": "PESPV230"
+"name": "Especial para posavasos de 230 grs"
}
]
}
}
17 => {#1396
+"inputCode": "E0_1_Standard"
+"description": "Solo Papel Estandard"
+"inputType": "UI_TYPE_BOOLEAN"
}
18 => {#1395
+"inputCode": "E0_1_NewSustrate"
+"description": "Papel Nuevo"
+"inputType": "UI_TYPE_BOOLEAN"
}
19 => {#1394
+"inputCode": "E0_1_SustrateUnit"
+"description": "Unidad por Costo"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1390
+"option": array:3 [
0 => {#1393
+"label": "kg"
+"value": "kg"
}
1 => {#1392
+"label": "m2"
+"value": "m2"
}
2 => {#1391
+"label": "hojas"
+"value": "hojas"
}
]
}
}
20 => {#1571
+"inputCode": "E0_1_SustrateDesc"
+"description": "Descripción para papeles Nuevos"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "100"
+"upperCase": "false"
}
21 => {#1575
+"inputCode": "E0_1_SustrateCost"
+"description": "Costo de papel Nuevo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "1000.0000"
}
22 => {#1574
+"inputCode": "E0_1_SustrateGramage"
+"description": "Gramaje"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "500.0"
}
23 => {#1573
+"inputCode": "E0_1_SustrateWidth"
+"description": "Ancho"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
24 => {#1572
+"inputCode": "E0_1_SustrateHeight"
+"description": "Largo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "1000.0"
}
25 => {#1389
+"inputCode": "E0_1_InkGroup"
+"description": "Grupo de tinta"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1383
+"entry": array:5 [
0 => {#1388
+"code": "CONVENCIONAL"
+"name": "Offset Convencional"
}
1 => {#1387
+"code": "SERIGRAFIA"
+"name": "Tinta Serigrafia"
}
2 => {#1386
+"code": "TE_GAMA UV"
+"name": "Offset UV"
}
3 => {#1385
+"code": "TE_METALICA"
+"name": "Te Metalicas UV"
}
4 => {#1384
+"code": "TE-SIN TINTA"
+"name": "TE-SIN TINTA"
}
]
}
}
26 => {#1566
+"inputCode": "E0_1_InkNumberFront"
+"description": "Número de Tintas"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9"
}
27 => {#1570
+"inputCode": "E0_1_InkNumberBack"
+"description": "Número de Tintas"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9"
}
28 => {#1569
+"inputCode": "E0_1_CoveragePer"
+"description": "Porcentaje Cobertura"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "100"
}
29 => {#1568
+"inputCode": "E0_1_InkChoice_1"
+"description": "Elige Tinta 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
30 => {#1567
+"inputCode": "E0_1_InkPer_1"
+"description": "% Tinta 1"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
31 => {#1382
+"inputCode": "E0_1_Ink_1"
+"description": "Tinta 1"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
32 => {#1381
+"inputCode": "E0_1_InkChoice_2"
+"description": "Elige Tinta 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
33 => {#1380
+"inputCode": "E0_1_InkPer_2"
+"description": "% Tinta 2"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
34 => {#1379
+"inputCode": "E0_1_Ink_2"
+"description": "Tinta 2"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
35 => {#1378
+"inputCode": "E0_1_InkChoice_3"
+"description": "Elige Tinta 3"
+"inputType": "UI_TYPE_BOOLEAN"
}
36 => {#1377
+"inputCode": "E0_1_InkPer_3"
+"description": "% Tinta 3"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
37 => {#1376
+"inputCode": "E0_1_Ink_3"
+"description": "Tinta 3"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
38 => {#1375
+"inputCode": "E0_1_InkChoice_4"
+"description": "Elige Tinta 4"
+"inputType": "UI_TYPE_BOOLEAN"
}
39 => {#1564
+"inputCode": "E0_1_InkPer_4"
+"description": "% Tinta 4"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
40 => {#1565
+"inputCode": "E0_1_Ink_4"
+"description": "Tinta 4"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
41 => {#1374
+"inputCode": "E0_1_InkChoice_5"
+"description": "Elige Tinta 5"
+"inputType": "UI_TYPE_BOOLEAN"
}
42 => {#1555
+"inputCode": "E0_1_InkPer_5"
+"description": "% Tinta 5"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
43 => {#1563
+"inputCode": "E0_1_Ink_5"
+"description": "Tinta 5"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
44 => {#1562
+"inputCode": "E0_1_InkChoice_6"
+"description": "Elige Tinta 6"
+"inputType": "UI_TYPE_BOOLEAN"
}
45 => {#1561
+"inputCode": "E0_1_InkPer_6"
+"description": "% Tinta 6"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
46 => {#1560
+"inputCode": "E0_1_Ink_6"
+"description": "Tinta 6"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
47 => {#1559
+"inputCode": "E0_1_VarnishCho_1"
+"description": "Elige Barniz 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
48 => {#1558
+"inputCode": "E0_1_VarnishPer_1"
+"description": "% Barniz 1"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
49 => {#1557
+"inputCode": "E0_1_Varnish_1"
+"description": "Barniz 1"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1369
+"entry": array:5 [
0 => {#1556
+"code": "BAR MAQUINA"
+"name": "Barninz Máquina"
}
1 => {#1373
+"code": "XACA-BARN-UVI-B"
+"name": "Brnizado UVI Externo Brillo"
}
2 => {#1372
+"code": "XACA-BARN-UVI-B-R"
+"name": "Brnizado UVI Externo Brillo reserva"
}
3 => {#1371
+"code": "XACA-BARN-UVI-M"
+"name": "Brnizado UVI Externo Mate"
}
4 => {#1370
+"code": "XACA-BARN-UVI-M-R"
+"name": "Brnizado UVI Externo Mate reserva"
}
]
}
}
50 => {#1368
+"inputCode": "E0_1_SidesVarnish1"
+"description": "Lados Barniz"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1365
+"option": array:2 [
0 => {#1367
+"label": "Cara"
+"value": "1"
}
1 => {#1366
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
51 => {#1364
+"inputCode": "E0_1_VarnishCho_2"
+"description": "Elige Barniz 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
52 => {#1363
+"inputCode": "E0_1_VarnishPer_2"
+"description": "% Barniz 2"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
53 => {#1362
+"inputCode": "E0_1_Varnish_2"
+"description": "Barniz 2"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1356
+"entry": array:5 [
0 => {#1361
+"code": "BAR MAQUINA"
+"name": "Barninz Máquina"
}
1 => {#1360
+"code": "XACA-BARN-UVI-B"
+"name": "Brnizado UVI Externo Brillo"
}
2 => {#1359
+"code": "XACA-BARN-UVI-B-R"
+"name": "Brnizado UVI Externo Brillo reserva"
}
3 => {#1358
+"code": "XACA-BARN-UVI-M"
+"name": "Brnizado UVI Externo Mate"
}
4 => {#1357
+"code": "XACA-BARN-UVI-M-R"
+"name": "Brnizado UVI Externo Mate reserva"
}
]
}
}
54 => {#1355
+"inputCode": "E0_1_SidesVarnish2"
+"description": "Lados Barniz"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1554
+"option": array:2 [
0 => {#1354
+"label": "Cara"
+"value": "1"
}
1 => {#1553
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
55 => {#1353
+"inputCode": "E0_1_LaminateCho_1"
+"description": "Elige Plastificado 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
56 => {#1352
+"inputCode": "E0_1_Laminate_1"
+"description": "Plastificado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1349
+"option": array:2 [
0 => {#1351
+"label": "Laminado Brillante"
+"value": "L-LAM-BRILL"
}
1 => {#1350
+"label": "Laminado Mate"
+"value": "L-LAM-MATE"
}
]
}
}
57 => {#1348
+"inputCode": "E0_1_SidesLaminate1"
+"description": "Lados Plastificado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1345
+"option": array:2 [
0 => {#1347
+"label": "Cara"
+"value": "1"
}
1 => {#1346
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
58 => {#1551
+"inputCode": "E0_1_LaminateCho_2"
+"description": "Elige Plastificado 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
59 => {#1552
+"inputCode": "E0_1_Laminate_2"
+"description": "Tipo de Estampado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1341
+"option": array:3 [
0 => {#1344
+"label": "Laminado Oro"
+"value": "L-LAM-ORO-32"
}
1 => {#1343
+"label": "Laminado Plata"
+"value": "L-LAM-PLATA-32"
}
2 => {#1342
+"label": "Laminado UVI Stamping"
+"value": "L-LAM-UVISTAMPING-32"
}
]
}
}
60 => {#1340
+"inputCode": "E0_1_SidesLaminate2"
+"description": "Lados Estampado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1337
+"option": array:2 [
0 => {#1339
+"label": "Cara"
+"value": "1"
}
1 => {#1338
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
61 => {#1336
+"inputCode": "E_0_1EndCoverV"
+"description": "Forro"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
62 => {#1548
+"inputCode": "E_Finiahing"
+"description": "Acabados"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
63 => {#1550
+"inputCode": "E0_1_HotStampCho_1"
+"description": "Elige Estampado"
+"inputType": "UI_TYPE_BOOLEAN"
}
64 => {#1549
+"inputCode": "E0_1_HotStampEnt_1"
+"description": "Entradas Estampado"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
65 => {#1335
+"inputCode": "E0_1_NoHotStamping"
+"description": "Número de piezas Estampado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
66 => {#1544
+"inputCode": "E0_1_HotStampWidth"
+"description": "Ancho Pieza Estampado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
67 => {#1547
+"inputCode": "E0_1_HotStampHeight"
+"description": "Alto Pieza Estampado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
68 => {#1546
+"inputCode": "E0_1_HS_TOOL"
+"description": "Herramental Estampado"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
69 => {#1545
+"inputCode": "E0_1_HotStamping"
+"description": "Estampado"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1333
+"entry": {#1334
+"code": "L-LAM-ORO-32"
+"name": "FOIL ORO 32 CM"
}
}
}
70 => {#1541
+"inputCode": "E0_1_Embossing"
+"description": "Golpe Seco"
+"inputType": "UI_TYPE_BOOLEAN"
}
71 => {#1543
+"inputCode": "E0_1_EmbossingEnt"
+"description": "Entradas Golpe Seco"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
72 => {#1542
+"inputCode": "E0_1_NoEmbossing"
+"description": "Número de piezas en golpe seco"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
73 => {#1332
+"inputCode": "E0_1_EmbosingWidth"
+"description": "Ancho Golpe Seco"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
74 => {#1538
+"inputCode": "E0_1_EmbossingHeight"
+"description": "Alto Golpe Seco"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
75 => {#1540
+"inputCode": "E0_1_Embossing_Tool"
+"description": "Herramental Golpe Seco"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
76 => {#1539
+"inputCode": "E0_1_DieCutting"
+"description": "Troquelado"
+"inputType": "UI_TYPE_BOOLEAN"
}
77 => {#1331
+"inputCode": "E0_1_DieCuttingEnt"
+"description": "Entradas Troquelado"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
78 => {#1330
+"inputCode": "E0_1_DieCuttingType"
+"description": "Tipo de Troquel"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1537
+"option": {#1535
+"label": "Troqeladora 52x70"
+"value": "SUAJE"
}
}
}
79 => {#1536
+"inputCode": "E0_1_DieCuttingTable"
+"description": "Herramental Troquel"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
80 => {#1329
+"inputCode": "E_EndCover"
+"description": "Forro"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
81 => {#1529
+"inputCode": "E_PrintTabBeg"
+"description": "TAB IMPRESIóN"
+"inputType": "UI_TYPE_TAB_PAGE"
}
82 => {#1534
+"inputCode": "E_Packing"
+"description": "Empaque"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
83 => {#1533
+"inputCode": "E_Packing4"
+"description": "Lleva Empaque 4"
+"inputType": "UI_TYPE_BOOLEAN"
}
84 => {#1532
+"inputCode": "E_PackingPieces_4"
+"description": "Piezas por fajilla"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "10000"
}
85 => {#1531
+"inputCode": "E_Packing2"
+"description": "Lleva Caja"
+"inputType": "UI_TYPE_BOOLEAN"
}
86 => {#1530
+"inputCode": "E_PackingItem2"
+"description": "Tipo de Caja"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
87 => {#1328
+"inputCode": "E_ChangeQtyPack2"
+"description": "Modifica piezas por caja?"
+"inputType": "UI_TYPE_BOOLEAN"
}
88 => {#1327
+"inputCode": "E_PackingPieces_2"
+"description": "Piezas por caja"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "100000"
}
89 => {#1326
+"inputCode": "E_Packing3"
+"description": "Lleva Palet"
+"inputType": "UI_TYPE_BOOLEAN"
}
90 => {#1526
+"inputCode": "E_PackingItem3"
+"description": "Tipo de Palet"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
91 => {#1528
+"inputCode": "E_ChangeQtyPack3"
+"description": "Modifica piezas por palet?"
+"inputType": "UI_TYPE_BOOLEAN"
}
92 => {#1527
+"inputCode": "E_PackingPieces_3"
+"description": "Piezas por Palet"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "1000000"
}
93 => {#1325
+"inputCode": "E_PackingEnd"
+"description": "Empaque"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
94 => {#1520
+"inputCode": "E_Shipipng"
+"description": "Entregas"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
95 => {#1525
+"inputCode": "E_ShippingChoice"
+"description": "Lleva Envíos?"
+"inputType": "UI_TYPE_BOOLEAN"
}
96 => {#1524
+"inputCode": "E_ChoiceNoShipping"
+"description": "Forza Número de Envíos"
+"inputType": "UI_TYPE_BOOLEAN"
}
97 => {#1523
+"inputCode": "E_NoShipping"
+"description": "Número de Envíos"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "10000000"
}
98 => {#1522
+"inputCode": "E_Destination"
+"description": "Destino"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1317
+"entry": array:8 [
0 => {#1521
+"code": "EL HIERRO"
+"name": "EL HIERRO"
}
1 => {#1324
+"code": "FUERTEVENTURA"
+"name": "FUERTEVENTURA"
}
2 => {#1323
+"code": "LA GOMERA"
+"name": "LA GOMERA"
}
3 => {#1322
+"code": "LA PALMA"
+"name": "LA PALMA"
}
4 => {#1321
+"code": "LANZAROTE"
+"name": "LANZAROTE"
}
5 => {#1320
+"code": "LAS PALMAS"
+"name": "LAS PALMAS"
}
6 => {#1319
+"code": "SANTA CRUZ"
+"name": "SANTA CRUZ"
}
7 => {#1318
+"code": "TENERIFE"
+"name": "TENERIFE"
}
]
}
}
99 => {#1316
+"inputCode": "E_UnitType"
+"description": "Tipo de Unidad"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1314
+"option": {#1315
+"label": "Consolidado"
+"value": "Consolidado"
}
}
}
100 => {#1313
+"inputCode": "E_EndShpping"
+"description": "Empaque"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
101 => {#1312
+"inputCode": "E_Finishing_End"
+"description": "Acabados"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
102 => {#1311
+"inputCode": "E_Adicionales"
+"description": "Tab Adicionales"
+"inputType": "UI_TYPE_TAB_PAGE"
}
103 => {#1310
+"inputCode": "E_AdCostChoice"
+"description": "Costo Adicional"
+"inputType": "UI_TYPE_BOOLEAN"
}
104 => {#1309
+"inputCode": "E_AdCostItem"
+"description": "Tipo de Maquila"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
105 => {#1308
+"inputCode": "E_AdActivityCost"
+"description": "Actividad"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
106 => {#1307
+"inputCode": "E_AdCosto"
+"description": "Costo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100000.0000"
}
107 => {#1306
+"inputCode": "E_AdUnitCost"
+"description": "Unidad de medida"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1301
+"option": array:4 [
0 => {#1305
+"label": "Millares"
+"value": "Millares"
}
1 => {#1304
+"label": "unidades"
+"value": "unidades"
}
2 => {#1303
+"label": "m2"
+"value": "m2"
}
3 => {#1302
+"label": "1 pieza"
+"value": "1 pieza"
}
]
}
}
108 => {#1514
+"inputCode": "E_AdCostDesc"
+"description": "Descripción del Costo Adicional"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
109 => {#1519
+"inputCode": "E_AdCost2"
+"description": "Costo Adicional 2"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
110 => {#1518
+"inputCode": "E_AdCostChoice_2"
+"description": "Costo Adicional"
+"inputType": "UI_TYPE_BOOLEAN"
}
111 => {#1517
+"inputCode": "E_AdCostItem_2"
+"description": "Tipo de Maquila"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
112 => {#1516
+"inputCode": "E_AdActivityCost_2"
+"description": "Actividad"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
113 => {#1515
+"inputCode": "E_AdCosto_2"
+"description": "Costo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100000.0000"
}
114 => {#1300
+"inputCode": "E_AdUnitCost_2"
+"description": "Unidad de medida"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1295
+"option": array:4 [
0 => {#1299
+"label": "Millares"
+"value": "Millares"
}
1 => {#1298
+"label": "unidades"
+"value": "unidades"
}
2 => {#1297
+"label": "1 pieza"
+"value": "1 pieza"
}
3 => {#1296
+"label": "m2"
+"value": "m2"
}
]
}
}
115 => {#1510
+"inputCode": "E_AdCostDesc_2"
+"description": "Descripción del Costo Adicional"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
116 => {#1513
+"inputCode": "E_EndAdCost2"
+"description": "Costo Adicional 2"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
117 => {#1512
+"inputCode": "E_AdCost3"
+"description": "Costo Adicional 3"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
118 => {#1511
+"inputCode": "E_AdCostChoice_3"
+"description": "Costo Adicional"
+"inputType": "UI_TYPE_BOOLEAN"
}
119 => {#1294
+"inputCode": "E_AdCostItem_3"
+"description": "Tipo de Maquila"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
120 => {#1293
+"inputCode": "E_AdActivityCost_3"
+"description": "Actividad"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
121 => {#1292
+"inputCode": "E_AdCosto_3"
+"description": "Costo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100000.0000"
}
122 => {#1485
+"inputCode": "E_AdUnitCost_3"
+"description": "Unidad de medida"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1505
+"option": array:4 [
0 => {#1509
+"label": "Millares"
+"value": "Millares"
}
1 => {#1508
+"label": "unidades"
+"value": "unidades"
}
2 => {#1507
+"label": "1 pieza"
+"value": "1 pieza"
}
3 => {#1506
+"label": "m2"
+"value": "m2"
}
]
}
}
123 => {#1504
+"inputCode": "E_AdCostDesc_3"
+"description": "Descripción del Costo Adicional"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
124 => {#1503
+"inputCode": "E_EndAdCost3"
+"description": "Costo Adicional 3"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
125 => {#1502
+"inputCode": "E_AdCost4"
+"description": "Articulos Adicionales"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
126 => {#1501
+"inputCode": "E_ItemCosto_1"
+"description": "Factor 1"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
127 => {#1500
+"inputCode": "E_Item_1"
+"description": "Artículo Adicional"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
128 => {#1499
+"inputCode": "E_ItemCosto_2"
+"description": "Factor 2"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
129 => {#1498
+"inputCode": "E_Item_2"
+"description": "Artículo Adicional"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
130 => {#1497
+"inputCode": "E_ItemCosto_3"
+"description": "Factor 3"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
131 => {#1496
+"inputCode": "E_Item_3"
+"description": "Artículo Adicional"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
132 => {#1495
+"inputCode": "E_EndAdCost4"
+"description": "Articulos Adicionales"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
133 => {#1494
+"inputCode": "E _AdicionalesEnd"
+"description": "Adicionales"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
134 => {#1493
+"inputCode": "E_Parameters"
+"description": "Tab Parámetrors"
+"inputType": "UI_TYPE_TAB_PAGE"
}
135 => {#1492
+"inputCode": "E_ParametersSecc"
+"description": "Parámetros"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
136 => {#1491
+"inputCode": "E0_1_Box"
+"description": "Componente 1 Forro"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
137 => {#1490
+"inputCode": "E0_1_ChangeLatMarg"
+"description": "Cambia margen lateral"
+"inputType": "UI_TYPE_BOOLEAN"
}
138 => {#1489
+"inputCode": "E0_1_LateralMargin"
+"description": "Margen Lateral"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
139 => {#1488
+"inputCode": "E0_1_ChangeSupInfMrg"
+"description": "Cambia margen superior / inferior"
+"inputType": "UI_TYPE_BOOLEAN"
}
140 => {#1487
+"inputCode": "E0_1_SupInfMargin"
+"description": "Margen Superior / Inferior"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
141 => {#1486
+"inputCode": "E0_1_ChangeMin"
+"description": "Cambia ancho y alto mínimos"
+"inputType": "UI_TYPE_BOOLEAN"
}
142 => {#1291
+"inputCode": "E0_1_MinWidth"
+"description": "Mínimo de impresión"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
143 => {#1290
+"inputCode": "E0_1_MinHeight"
+"description": ". x ."
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "5000.0"
}
144 => {#1289
+"inputCode": "E0_1_ChangeClamp"
+"description": "Cambia Pinza"
+"inputType": "UI_TYPE_BOOLEAN"
}
145 => {#1288
+"inputCode": "E0_1_Clamp"
+"description": "Pinza"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
146 => {#1287
+"inputCode": "E0_1_ChangeDownClamp"
+"description": "Cambia Contra Pinza"
+"inputType": "UI_TYPE_BOOLEAN"
}
147 => {#1286
+"inputCode": "E0_1_DownClamp"
+"description": "Contra Pinza"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
148 => {#1469
+"inputCode": "E0_1_ChangeDistAxis"
+"description": "Cambia gap al eje"
+"inputType": "UI_TYPE_BOOLEAN"
}
149 => {#1484
+"inputCode": "E0_1_DistanceAxisDir"
+"description": "Separación al Eje"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100.0000"
}
150 => {#1483
+"inputCode": "E0_1_ChangeDistDev"
+"description": "Cambia gap al desarrollo"
+"inputType": "UI_TYPE_BOOLEAN"
}
151 => {#1482
+"inputCode": "E0_1_DistanceDirMach"
+"description": "Separación al Desarrollo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100.0000"
}
152 => {#1481
+"inputCode": "E0_1_ChangeMaxWidth"
+"description": "Cambia Ancho Máximo"
+"inputType": "UI_TYPE_BOOLEAN"
}
153 => {#1480
+"inputCode": "E0_1_MaxWidth"
+"description": "Ancho Máximo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "10000.0"
}
154 => {#1479
+"inputCode": "E0_1_ChangeMaxHeight"
+"description": "Cambia Alto Máximo"
+"inputType": "UI_TYPE_BOOLEAN"
}
155 => {#1478
+"inputCode": "E0_1_MaxHeight"
+"description": "Alto Máximo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
156 => {#1477
+"inputCode": "E0_1_ChDigSignature"
+"description": "Cambia max pliegos digital"
+"inputType": "UI_TYPE_BOOLEAN"
}
157 => {#1476
+"inputCode": "E0_1_DigSignature"
+"description": "Max Pliegos Digitales"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "10000.0"
}
158 => {#1475
+"inputCode": "E0_1_Ch52Signature"
+"description": "Cambia max pliegos 52"
+"inputType": "UI_TYPE_BOOLEAN"
}
159 => {#1474
+"inputCode": "E0_1_52Signature"
+"description": "Max Pliegos Digitales"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "10000.0"
}
160 => {#1473
+"inputCode": "E0_1_EBox"
+"description": "Fin Box Componente 1 Forro"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
161 => {#1472
+"inputCode": "E_ChangeSpliceGlue"
+"description": "Cambia el pegamento de empalme"
+"inputType": "UI_TYPE_BOOLEAN"
}
162 => {#1471
+"inputCode": "E_SpliceGlue"
+"description": "Pegamento Empalme"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
163 => {#1470
+"inputCode": "E_ChangeKgBox"
+"description": "Cambia los kg por caja"
+"inputType": "UI_TYPE_BOOLEAN"
}
164 => {#1285
+"inputCode": "E_KgBox"
+"description": "Kg por caja"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
165 => {#1284
+"inputCode": "E_ChangeKgPalette"
+"description": "Cambia los kg por palet"
+"inputType": "UI_TYPE_BOOLEAN"
}
166 => {#1283
+"inputCode": "E_KgPallete"
+"description": "Kg por palet"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "1200.00"
}
167 => {#1462
+"inputCode": "E_ChangeKgTrailer"
+"description": "Cambia los kg por Tráiler"
+"inputType": "UI_TYPE_BOOLEAN"
}
168 => {#1468
+"inputCode": "E_KgTrailer"
+"description": "Kg por Tráiler"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100000.00"
}
169 => {#1467
+"inputCode": "E_ChangeKgTruck"
+"description": "Cambia los kg por Thorton"
+"inputType": "UI_TYPE_BOOLEAN"
}
170 => {#1466
+"inputCode": "E_KgTruck"
+"description": "Kg por Thorton"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100000.00"
}
171 => {#1465
+"inputCode": "E_ChangeCost"
+"description": "Cambia Costo Flete consolidado"
+"inputType": "UI_TYPE_BOOLEAN"
}
172 => {#1464
+"inputCode": "E_CostFreeight"
+"description": "Costo Flete Consolidado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100000.00"
}
173 => {#1463
+"inputCode": "E_ParametersSecEnd"
+"description": "Parámetros"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
174 => {#1282
+"inputCode": "E_Texts"
+"description": "Texto"
+"inputType": "UI_TYPE_TAB_PAGE"
}
175 => {#1281
+"inputCode": "E_TextsSecc"
+"description": "Textos"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
176 => {#1280
+"inputCode": "E_ChangeQText"
+"description": "Cambia Texto Propuesta?"
+"inputType": "UI_TYPE_BOOLEAN"
}
177 => {#1279
+"inputCode": "E_QuoteDesc"
+"description": "Texto de propuesta"
+"inputType": "UI_TYPE_TEXT"
}
178 => {#1278
+"inputCode": "E_ChangePText"
+"description": "Cambia Texto del Producto?"
+"inputType": "UI_TYPE_BOOLEAN"
}
179 => {#1277
+"inputCode": "E_ProductDescription"
+"description": "Descripción del producto"
+"inputType": "UI_TYPE_TEXT"
}
180 => {#1459
+"inputCode": "E_ChangePrtText"
+"description": "Cambia Instrucciones de impresión?"
+"inputType": "UI_TYPE_BOOLEAN"
}
181 => {#1461
+"inputCode": "E_PrintDescription"
+"description": "Descripción de impresión"
+"inputType": "UI_TYPE_TEXT"
}
182 => {#1460
+"inputCode": "E_TextsSecEnd"
+"description": "Texto OP"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
]
}
}
In
ProductoController.php
line 177:
if($_ENV['DEV_DEBUG'] == "true"){
dump($inputs_api);
// die;
}
$form = $this->createForm(ItemCarroCompraType::class, $itemCarroCompra, [
array:27 [
0 => array:16 [
"inputCode" => "E_FinishGoodUnit"
"inputType" => "UI_TYPE_CHOICE"
"description" => "Unidad de medida producto terminado"
"label_placeholder" => "Unidad de medida"
"tipo" => "radio"
"options" => array:2 [
0 => array:2 [
"label" => "Millares"
"value" => "Millares"
]
1 => array:2 [
"label" => "Piezas"
"value" => "Piezas"
]
]
"id_detalle" => 311
"visible" => false
"api_type" => "productVariable"
"value" => "Piezas"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
1 => array:14 [
"inputCode" => "E0_1_MachineForced"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Forza Máquina de impresión"
"label_placeholder" => "Forza Máquina de impresión"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 314
"visible" => false
"api_type" => "productVariable"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => false
]
2 => array:14 [
"inputCode" => "E0_1_PrintMachine"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Actividad de Impresión"
"label_placeholder" => "Actividad de Impresión"
"tipo" => "select"
"options" => array:6 [
0 => array:2 [
"label" => "SUSTRATO SIN IMPRESION"
"value" => "CALC_PAPEL"
]
1 => array:2 [
"label" => "DIGITAL"
"value" => "DIGITAL"
]
2 => array:2 [
"label" => "SM 52 2"
"value" => "SM 52 2"
]
3 => array:2 [
"label" => "SM 52 4"
"value" => "SM 52 4"
]
4 => array:2 [
"label" => "SM 74 5"
"value" => "SM 74 5"
]
5 => array:2 [
"label" => "SUSTRATO SIN IMPRESION"
"value" => "SUSTRATO SIN IMP"
]
]
"id_detalle" => 315
"visible" => false
"api_type" => "productVariable"
"value" => "DIGITAL"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
3 => array:14 [
"inputCode" => "E0_1_Trace"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Esquema de Doblez"
"label_placeholder" => "Esquema de Doblez"
"tipo" => "select"
"options" => array:15 [
0 => array:2 [
"label" => "06 PAG ACO"
"value" => "06 PAG ACO"
]
1 => array:2 [
"label" => "08 PAG ACO"
"value" => "08 PAG ACO"
]
2 => array:2 [
"label" => "10 PAG PAR"
"value" => "10 PAG PAR"
]
3 => array:2 [
"label" => "12 PAG"
"value" => "12 PAG"
]
4 => array:2 [
"label" => "16 PAG CRUZ"
"value" => "16 PAG CRUZ"
]
5 => array:2 [
"label" => "24 Páginas"
"value" => "24 PAG"
]
6 => array:2 [
"label" => "8 Paginas Cruz"
"value" => "8 PAG CRUZ"
]
7 => array:2 [
"label" => "Cuadriptico Ventana"
"value" => "CUADR VENTA"
]
8 => array:2 [
"label" => "Cuadriptico"
"value" => "CUADRIPTICO"
]
9 => array:2 [
"label" => "Diptico"
"value" => "DIPTICO"
]
10 => array:2 [
"label" => "Diptico Sin Rebase"
"value" => "DIPTICO SIN REBASE"
]
11 => array:2 [
"label" => "hoja"
"value" => "HOJA"
]
12 => array:2 [
"label" => "Hoja Sin Sangre"
"value" => "HOJA SIN SANGRE"
]
13 => array:2 [
"label" => "SIN_TRAZO"
"value" => "SIN_TRAZO"
]
14 => array:2 [
"label" => "Triptico"
"value" => "TRIPTICO"
]
]
"id_detalle" => 318
"visible" => false
"api_type" => "productVariable"
"value" => "HOJA"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => false
]
4 => array:14 [
"inputCode" => "E0_1_SigOWidth"
"inputType" => "UI_TYPE_DECIMAL"
"description" => "ANCHO"
"label_placeholder" => "ANCHO"
"tipo" => "number"
"options" => []
"min" => "0.0"
"max" => "2000.0"
"step" => 1
"id_detalle" => 319
"visible" => false
"api_type" => "productVariable"
"value" => "102.50"
"required" => true
]
5 => array:14 [
"inputCode" => "E0_1_SigOHeight"
"inputType" => "UI_TYPE_DECIMAL"
"description" => "LARGO"
"label_placeholder" => "LARGO"
"tipo" => "number"
"options" => []
"min" => "0.0"
"max" => "2000.0"
"step" => 1
"id_detalle" => 320
"visible" => false
"api_type" => "productVariable"
"value" => "152.50"
"required" => true
]
6 => array:14 [
"inputCode" => "E0_1_PiecesPerSheet"
"inputType" => "UI_TYPE_NUMBER"
"description" => "Piezas por hoja"
"label_placeholder" => "Piezas por hoja"
"tipo" => "integer"
"options" => []
"min" => "0"
"max" => "1000"
"step" => 1
"id_detalle" => 321
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"required" => false
]
7 => array:14 [
"inputCode" => "E0_1_Sustrate"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Papel"
"label_placeholder" => "Papel"
"tipo" => "select"
"options" => array:2 [
0 => array:2 [
"label" => "Estucado Brillo 350g."
"value" => "PEB350"
]
1 => array:2 [
"label" => "Estucado Mate 350g"
"value" => "PEM350"
]
]
"id_detalle" => 322
"visible" => true
"api_type" => "productVariable"
"value" => "PEM350"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
8 => array:14 [
"inputCode" => "E0_1_NewSustrate"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Papel Nuevo"
"label_placeholder" => "Papel Nuevo"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 323
"visible" => false
"api_type" => "productVariable"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
9 => array:16 [
"inputCode" => "E0_1_SustrateUnit"
"inputType" => "UI_TYPE_CHOICE"
"description" => "Unidad por Costo"
"label_placeholder" => "Unidad por Costo"
"tipo" => "radio"
"options" => array:3 [
0 => array:2 [
"label" => "kg"
"value" => "kg"
]
1 => array:2 [
"label" => "m2"
"value" => "m2"
]
2 => array:2 [
"label" => "hojas"
"value" => "hojas"
]
]
"id_detalle" => 324
"visible" => false
"api_type" => "productVariable"
"value" => "hojas"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
10 => array:14 [
"inputCode" => "E0_1_InkGroup"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Grupo de tinta"
"label_placeholder" => "Grupo de tinta"
"tipo" => "select"
"options" => array:5 [
0 => array:2 [
"label" => "Offset Convencional"
"value" => "CONVENCIONAL"
]
1 => array:2 [
"label" => "Tinta Serigrafia"
"value" => "SERIGRAFIA"
]
2 => array:2 [
"label" => "Offset UV"
"value" => "TE_GAMA UV"
]
3 => array:2 [
"label" => "Te Metalicas UV"
"value" => "TE_METALICA"
]
4 => array:2 [
"label" => "TE-SIN TINTA"
"value" => "TE-SIN TINTA"
]
]
"id_detalle" => 325
"visible" => false
"api_type" => "productVariable"
"value" => "CONVENCIONAL"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
11 => array:14 [
"inputCode" => "E0_1_InkNumberFront"
"inputType" => "UI_TYPE_NUMBER"
"description" => "Número de Tintas"
"label_placeholder" => "Tintas Cara"
"tipo" => "integer"
"options" => []
"min" => "1"
"max" => "4"
"step" => 1
"id_detalle" => 326
"visible" => false
"api_type" => "productVariable"
"value" => "4"
"required" => true
]
12 => array:14 [
"inputCode" => "E0_1_InkNumberBack"
"inputType" => "UI_TYPE_NUMBER"
"description" => "Número de Tintas"
"label_placeholder" => "Tintas Dorso (0 solo cara)"
"tipo" => "integer"
"options" => []
"min" => "0"
"max" => "4"
"step" => 1
"id_detalle" => 327
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"required" => true
]
13 => array:14 [
"inputCode" => "E0_1_CoveragePer"
"inputType" => "UI_TYPE_NUMBER"
"description" => "Porcentaje Cobertura"
"label_placeholder" => "Porcentaje Cobertura"
"tipo" => "integer"
"options" => []
"min" => "0"
"max" => "100"
"step" => 1
"id_detalle" => 328
"visible" => false
"api_type" => "productVariable"
"value" => "60"
"required" => true
]
14 => array:14 [
"inputCode" => "E0_1_LaminateCho_1"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Elige Plastificado 1"
"label_placeholder" => "Elige Plastificado 1"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 329
"visible" => true
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => true
"disabled" => false
"required" => true
]
15 => array:16 [
"inputCode" => "E0_1_Laminate_1"
"inputType" => "UI_TYPE_CHOICE"
"description" => "Plastificado"
"label_placeholder" => "Plastificado"
"tipo" => "radio"
"options" => array:2 [
0 => array:2 [
"label" => "Laminado Brillante"
"value" => "L-LAM-BRILL"
]
1 => array:2 [
"label" => "Laminado Mate"
"value" => "L-LAM-MATE"
]
]
"id_detalle" => 330
"visible" => true
"api_type" => "productVariable"
"value" => "L-LAM-MATE"
"id_relacion" => 329
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
16 => array:16 [
"inputCode" => "E0_1_SidesLaminate1"
"inputType" => "UI_TYPE_CHOICE"
"description" => "Lados Plastificado"
"label_placeholder" => "Lados Plastificado"
"tipo" => "radio"
"options" => array:2 [
0 => array:2 [
"label" => "Cara"
"value" => "1"
]
1 => array:2 [
"label" => "Cara/Dorso"
"value" => "2"
]
]
"id_detalle" => 331
"visible" => true
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => 329
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
17 => array:14 [
"inputCode" => "E_Packing2"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Lleva Caja"
"label_placeholder" => "Lleva Caja"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 332
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => false
]
18 => array:14 [
"inputCode" => "E_PackingItem2"
"inputType" => "UI_TYPE_ITEM_LOOKUP"
"description" => "Tipo de Caja"
"label_placeholder" => "Tipo de Caja"
"tipo" => "select"
"options" => []
"id_detalle" => 333
"visible" => false
"api_type" => "productVariable"
"value" => "EC-215-230-145"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => false
]
19 => array:14 [
"inputCode" => "E_ChangeQtyPack2"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Modifica piezas por caja?"
"label_placeholder" => "Modifica piezas por caja?"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 334
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
20 => array:14 [
"inputCode" => "E_PackingPieces_2"
"inputType" => "UI_TYPE_NUMBER"
"description" => "Piezas por caja"
"label_placeholder" => "Piezas por caja"
"tipo" => "integer"
"options" => []
"min" => "1"
"max" => "100000"
"step" => 1
"id_detalle" => 335
"visible" => false
"api_type" => "productVariable"
"value" => "500"
"required" => false
]
21 => array:16 [
"inputCode" => "E_UnitType"
"inputType" => "UI_TYPE_CHOICE"
"description" => "Tipo de Unidad"
"label_placeholder" => "Tipo de Unidad"
"tipo" => "radio"
"options" => array:1 [
0 => array:2 [
"label" => "Consolidado"
"value" => "Consolidado"
]
]
"id_detalle" => 338
"visible" => false
"api_type" => "productVariable"
"value" => "Consolidado"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => false
]
22 => array:14 [
"inputCode" => "E0_1_Width"
"inputType" => "UI_TYPE_DECIMAL"
"description" => "ANCHO"
"label_placeholder" => "Ancho"
"tipo" => "number"
"options" => []
"min" => "0.0"
"max" => "2000.0"
"step" => 1
"id_detalle" => 316
"visible" => true
"api_type" => "productVariable"
"value" => "100.00"
"required" => true
]
23 => array:14 [
"inputCode" => "E0_1_Height"
"inputType" => "UI_TYPE_DECIMAL"
"description" => "LARGO"
"label_placeholder" => "Largo"
"tipo" => "number"
"options" => []
"min" => "0.0"
"max" => "2000.0"
"step" => 1
"id_detalle" => 317
"visible" => true
"api_type" => "productVariable"
"value" => "150.00"
"required" => true
]
24 => array:11 [
"inputCode" => "ep_fecha_entrega"
"inputType" => "datetime"
"description" => ""
"label_placeholder" => "Fecha de entraga"
"tipo" => "datetime"
"options" => []
"id_detalle" => 339
"visible" => true
"api_type" => "jobVariable"
"value" => DateTime @1766435180 {#1982
date: 2025-12-22 20:26:20.339682 Atlantic/Canary (+00:00)
}
"required" => true
]
25 => array:14 [
"inputCode" => "E_ShippingChoice"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "Lleva Envíos?"
"label_placeholder" => "Lleva Envíos"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 336
"visible" => true
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
26 => array:14 [
"inputCode" => "E_Destination"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Destino"
"label_placeholder" => "Destino"
"tipo" => "select"
"options" => array:8 [
0 => array:2 [
"label" => "EL HIERRO"
"value" => "EL HIERRO"
]
1 => array:2 [
"label" => "FUERTEVENTURA"
"value" => "FUERTEVENTURA"
]
2 => array:2 [
"label" => "LA GOMERA"
"value" => "LA GOMERA"
]
3 => array:2 [
"label" => "LA PALMA"
"value" => "LA PALMA"
]
4 => array:2 [
"label" => "LANZAROTE"
"value" => "LANZAROTE"
]
5 => array:2 [
"label" => "LAS PALMAS"
"value" => "LAS PALMAS"
]
6 => array:2 [
"label" => "SANTA CRUZ"
"value" => "SANTA CRUZ"
]
7 => array:2 [
"label" => "TENERIFE"
"value" => "TENERIFE"
]
]
"id_detalle" => 337
"visible" => true
"api_type" => "productVariable"
"value" => "TENERIFE"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
]
In
ProductoService.php
line 129:
$response = $this->apiService->productInputList($producto->getSubGrupoProducto()->getPlantilla());
if($_ENV['DEV_DEBUG'] == "true"){
dump($response);
// die;
}
if($response->success == "true"){
{#2028
+"success": "true"
+"inputs": {#1996
+"input": array:183 [
0 => {#2014
+"inputCode": "E0_1_Cover"
+"description": "Forro"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
1 => {#2332
+"inputCode": "E_FinishGoodUnit"
+"description": "Unidad de medida producto terminado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2329
+"option": array:2 [
0 => {#2331
+"label": "Millares"
+"value": "Millares"
}
1 => {#2330
+"label": "Piezas"
+"value": "Piezas"
}
]
}
}
2 => {#2328
+"inputCode": "E_SalesInfo"
+"description": "Impresiòn"
+"inputType": "UI_TYPE_TAB_PAGE"
}
3 => {#2327
+"inputCode": "E_TSalesInfo"
+"description": "Observación Ventas"
+"inputType": "UI_TYPE_TEXT"
}
4 => {#2326
+"inputCode": "E0_1_CoverV"
+"description": "Componente Impreso"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
5 => {#2325
+"inputCode": "E0_1_Desc"
+"description": "Nombre Componente Impreso"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
6 => {#2324
+"inputCode": "E0_1_MachineForced"
+"description": "Forza Máquina de impresión"
+"inputType": "UI_TYPE_BOOLEAN"
}
7 => {#2323
+"inputCode": "E0_1_PrintMachine"
+"description": "Actividad de Impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#2316
+"entry": array:6 [
0 => {#2322
+"code": "CALC_PAPEL"
+"name": "SUSTRATO SIN IMPRESION"
}
1 => {#2321
+"code": "DIGITAL"
+"name": "DIGITAL"
}
2 => {#2320
+"code": "SM 52 2"
+"name": "SM 52 2"
}
3 => {#2319
+"code": "SM 52 4"
+"name": "SM 52 4"
}
4 => {#2318
+"code": "SM 74 5"
+"name": "SM 74 5"
}
5 => {#2317
+"code": "SUSTRATO SIN IMP"
+"name": "SUSTRATO SIN IMPRESION"
}
]
}
}
8 => {#2315
+"inputCode": "E0_1_Width"
+"description": "ANCHO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
9 => {#2314
+"inputCode": "E0_1_Height"
+"description": "LARGO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
10 => {#2313
+"inputCode": "E0_1_Trace"
+"description": "Esquema de Doblez"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#2297
+"entry": array:15 [
0 => {#2312
+"code": "06 PAG ACO"
+"name": "06 PAG ACO"
}
1 => {#2311
+"code": "08 PAG ACO"
+"name": "08 PAG ACO"
}
2 => {#2310
+"code": "10 PAG PAR"
+"name": "10 PAG PAR"
}
3 => {#2309
+"code": "12 PAG"
+"name": "12 PAG"
}
4 => {#2308
+"code": "16 PAG CRUZ"
+"name": "16 PAG CRUZ"
}
5 => {#2307
+"code": "24 PAG"
+"name": "24 Páginas"
}
6 => {#2306
+"code": "8 PAG CRUZ"
+"name": "8 Paginas Cruz"
}
7 => {#2305
+"code": "CUADR VENTA"
+"name": "Cuadriptico Ventana"
}
8 => {#2304
+"code": "CUADRIPTICO"
+"name": "Cuadriptico"
}
9 => {#2303
+"code": "DIPTICO"
+"name": "Diptico"
}
10 => {#2302
+"code": "DIPTICO SIN REBASE"
+"name": "Diptico Sin Rebase"
}
11 => {#2301
+"code": "HOJA"
+"name": "hoja"
}
12 => {#2300
+"code": "HOJA SIN SANGRE"
+"name": "Hoja Sin Sangre"
}
13 => {#2299
+"code": "SIN_TRAZO"
+"name": "SIN_TRAZO"
}
14 => {#2298
+"code": "TRIPTICO"
+"name": "Triptico"
}
]
}
}
11 => {#2296
+"inputCode": "E0_1_SigOWidth"
+"description": "ANCHO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
12 => {#2295
+"inputCode": "E0_1_SigOHeight"
+"description": "LARGO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
13 => {#2294
+"inputCode": "E0_1_PiecesPerSheet"
+"description": "Piezas por hoja"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "1000"
}
14 => {#2293
+"inputCode": "E0_1_EliminateMargin"
+"description": "Elimina Márgenes y rebases"
+"inputType": "UI_TYPE_BOOLEAN"
}
15 => {#2292
+"inputCode": "E0_1_FiberOr"
+"description": "Imprime en sentido de fibra?"
+"inputType": "UI_TYPE_BOOLEAN"
}
16 => {#2291
+"inputCode": "E0_1_Sustrate"
+"description": "Papel"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#2271
+"entry": array:24 [
0 => {#2290
+"code": "OFF080"
+"name": "Offset de 80 grs"
}
1 => {#2289
+"code": "PADB80"
+"name": "ADHESIVO BRILLO DE 80 GRS"
}
2 => {#2288
+"code": "PADM80"
+"name": "ADHESIVO MATE DE 80 GRS"
}
3 => {#2287
+"code": "PEB090"
+"name": "Estucado Brillo 90g."
}
4 => {#2286
+"code": "PEB100"
+"name": "Estucado Brillo 100g"
}
5 => {#2285
+"code": "PEB115"
+"name": "Estucado Brillo 115g."
}
6 => {#2284
+"code": "PEB130"
+"name": "Estucado Brillo 130g."
}
7 => {#2283
+"code": "PEB150"
+"name": "Estucado Brillo 150g."
}
8 => {#2282
+"code": "PEB170"
+"name": "Estucado Brillo 170g."
}
9 => {#2281
+"code": "PEB200"
+"name": "Estucado Brillo 200g."
}
10 => {#2280
+"code": "PEB250"
+"name": "Estucado Brillo 250g."
}
11 => {#2279
+"code": "PEB300"
+"name": "Estucado Brillo 300g."
}
12 => {#2278
+"code": "PEB350"
+"name": "Estucado Brillo 350g."
}
13 => {#2277
+"code": "PEM090"
+"name": "Estucado Mate 90g."
}
14 => {#2276
+"code": "PEM100"
+"name": "Estucado Mate 100g"
}
15 => {#2275
+"code": "PEM115"
+"name": "Estucado Mate 115g"
}
16 => {#2274
+"code": "PEM130"
+"name": "Estucado Mate 130g"
}
17 => {#2273
+"code": "PEM150"
+"name": "Estucado Mate 150g"
}
18 => {#2272
+"code": "PEM170"
+"name": "Estucado Mate 170g"
}
19 => {#2450
+"code": "PEM200"
+"name": "Estucado Mate 200g"
}
20 => {#2454
+"code": "PEM250"
+"name": "Estucado Mate 250g"
}
21 => {#2453
+"code": "PEM300"
+"name": "Estucado Mate 300g"
}
22 => {#2452
+"code": "PEM350"
+"name": "Estucado Mate 350g"
}
23 => {#2451
+"code": "PESPV230"
+"name": "Especial para posavasos de 230 grs"
}
]
}
}
17 => {#2270
+"inputCode": "E0_1_Standard"
+"description": "Solo Papel Estandard"
+"inputType": "UI_TYPE_BOOLEAN"
}
18 => {#2269
+"inputCode": "E0_1_NewSustrate"
+"description": "Papel Nuevo"
+"inputType": "UI_TYPE_BOOLEAN"
}
19 => {#2268
+"inputCode": "E0_1_SustrateUnit"
+"description": "Unidad por Costo"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2264
+"option": array:3 [
0 => {#2267
+"label": "kg"
+"value": "kg"
}
1 => {#2266
+"label": "m2"
+"value": "m2"
}
2 => {#2265
+"label": "hojas"
+"value": "hojas"
}
]
}
}
20 => {#2445
+"inputCode": "E0_1_SustrateDesc"
+"description": "Descripción para papeles Nuevos"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "100"
+"upperCase": "false"
}
21 => {#2449
+"inputCode": "E0_1_SustrateCost"
+"description": "Costo de papel Nuevo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "1000.0000"
}
22 => {#2448
+"inputCode": "E0_1_SustrateGramage"
+"description": "Gramaje"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "500.0"
}
23 => {#2447
+"inputCode": "E0_1_SustrateWidth"
+"description": "Ancho"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
24 => {#2446
+"inputCode": "E0_1_SustrateHeight"
+"description": "Largo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "1000.0"
}
25 => {#2263
+"inputCode": "E0_1_InkGroup"
+"description": "Grupo de tinta"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#2257
+"entry": array:5 [
0 => {#2262
+"code": "CONVENCIONAL"
+"name": "Offset Convencional"
}
1 => {#2261
+"code": "SERIGRAFIA"
+"name": "Tinta Serigrafia"
}
2 => {#2260
+"code": "TE_GAMA UV"
+"name": "Offset UV"
}
3 => {#2259
+"code": "TE_METALICA"
+"name": "Te Metalicas UV"
}
4 => {#2258
+"code": "TE-SIN TINTA"
+"name": "TE-SIN TINTA"
}
]
}
}
26 => {#2440
+"inputCode": "E0_1_InkNumberFront"
+"description": "Número de Tintas"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9"
}
27 => {#2444
+"inputCode": "E0_1_InkNumberBack"
+"description": "Número de Tintas"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9"
}
28 => {#2443
+"inputCode": "E0_1_CoveragePer"
+"description": "Porcentaje Cobertura"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "100"
}
29 => {#2442
+"inputCode": "E0_1_InkChoice_1"
+"description": "Elige Tinta 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
30 => {#2441
+"inputCode": "E0_1_InkPer_1"
+"description": "% Tinta 1"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
31 => {#2256
+"inputCode": "E0_1_Ink_1"
+"description": "Tinta 1"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
32 => {#2255
+"inputCode": "E0_1_InkChoice_2"
+"description": "Elige Tinta 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
33 => {#2254
+"inputCode": "E0_1_InkPer_2"
+"description": "% Tinta 2"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
34 => {#2253
+"inputCode": "E0_1_Ink_2"
+"description": "Tinta 2"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
35 => {#2252
+"inputCode": "E0_1_InkChoice_3"
+"description": "Elige Tinta 3"
+"inputType": "UI_TYPE_BOOLEAN"
}
36 => {#2251
+"inputCode": "E0_1_InkPer_3"
+"description": "% Tinta 3"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
37 => {#2250
+"inputCode": "E0_1_Ink_3"
+"description": "Tinta 3"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
38 => {#2249
+"inputCode": "E0_1_InkChoice_4"
+"description": "Elige Tinta 4"
+"inputType": "UI_TYPE_BOOLEAN"
}
39 => {#2438
+"inputCode": "E0_1_InkPer_4"
+"description": "% Tinta 4"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
40 => {#2439
+"inputCode": "E0_1_Ink_4"
+"description": "Tinta 4"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
41 => {#2248
+"inputCode": "E0_1_InkChoice_5"
+"description": "Elige Tinta 5"
+"inputType": "UI_TYPE_BOOLEAN"
}
42 => {#2429
+"inputCode": "E0_1_InkPer_5"
+"description": "% Tinta 5"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
43 => {#2437
+"inputCode": "E0_1_Ink_5"
+"description": "Tinta 5"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
44 => {#2436
+"inputCode": "E0_1_InkChoice_6"
+"description": "Elige Tinta 6"
+"inputType": "UI_TYPE_BOOLEAN"
}
45 => {#2435
+"inputCode": "E0_1_InkPer_6"
+"description": "% Tinta 6"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
46 => {#2434
+"inputCode": "E0_1_Ink_6"
+"description": "Tinta 6"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
47 => {#2433
+"inputCode": "E0_1_VarnishCho_1"
+"description": "Elige Barniz 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
48 => {#2432
+"inputCode": "E0_1_VarnishPer_1"
+"description": "% Barniz 1"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
49 => {#2431
+"inputCode": "E0_1_Varnish_1"
+"description": "Barniz 1"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#2243
+"entry": array:5 [
0 => {#2430
+"code": "BAR MAQUINA"
+"name": "Barninz Máquina"
}
1 => {#2247
+"code": "XACA-BARN-UVI-B"
+"name": "Brnizado UVI Externo Brillo"
}
2 => {#2246
+"code": "XACA-BARN-UVI-B-R"
+"name": "Brnizado UVI Externo Brillo reserva"
}
3 => {#2245
+"code": "XACA-BARN-UVI-M"
+"name": "Brnizado UVI Externo Mate"
}
4 => {#2244
+"code": "XACA-BARN-UVI-M-R"
+"name": "Brnizado UVI Externo Mate reserva"
}
]
}
}
50 => {#2242
+"inputCode": "E0_1_SidesVarnish1"
+"description": "Lados Barniz"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2239
+"option": array:2 [
0 => {#2241
+"label": "Cara"
+"value": "1"
}
1 => {#2240
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
51 => {#2238
+"inputCode": "E0_1_VarnishCho_2"
+"description": "Elige Barniz 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
52 => {#2237
+"inputCode": "E0_1_VarnishPer_2"
+"description": "% Barniz 2"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
53 => {#2236
+"inputCode": "E0_1_Varnish_2"
+"description": "Barniz 2"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#2230
+"entry": array:5 [
0 => {#2235
+"code": "BAR MAQUINA"
+"name": "Barninz Máquina"
}
1 => {#2234
+"code": "XACA-BARN-UVI-B"
+"name": "Brnizado UVI Externo Brillo"
}
2 => {#2233
+"code": "XACA-BARN-UVI-B-R"
+"name": "Brnizado UVI Externo Brillo reserva"
}
3 => {#2232
+"code": "XACA-BARN-UVI-M"
+"name": "Brnizado UVI Externo Mate"
}
4 => {#2231
+"code": "XACA-BARN-UVI-M-R"
+"name": "Brnizado UVI Externo Mate reserva"
}
]
}
}
54 => {#2229
+"inputCode": "E0_1_SidesVarnish2"
+"description": "Lados Barniz"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2428
+"option": array:2 [
0 => {#2228
+"label": "Cara"
+"value": "1"
}
1 => {#2427
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
55 => {#2227
+"inputCode": "E0_1_LaminateCho_1"
+"description": "Elige Plastificado 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
56 => {#2226
+"inputCode": "E0_1_Laminate_1"
+"description": "Plastificado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2223
+"option": array:2 [
0 => {#2225
+"label": "Laminado Brillante"
+"value": "L-LAM-BRILL"
}
1 => {#2224
+"label": "Laminado Mate"
+"value": "L-LAM-MATE"
}
]
}
}
57 => {#2222
+"inputCode": "E0_1_SidesLaminate1"
+"description": "Lados Plastificado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2219
+"option": array:2 [
0 => {#2221
+"label": "Cara"
+"value": "1"
}
1 => {#2220
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
58 => {#2425
+"inputCode": "E0_1_LaminateCho_2"
+"description": "Elige Plastificado 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
59 => {#2426
+"inputCode": "E0_1_Laminate_2"
+"description": "Tipo de Estampado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2215
+"option": array:3 [
0 => {#2218
+"label": "Laminado Oro"
+"value": "L-LAM-ORO-32"
}
1 => {#2217
+"label": "Laminado Plata"
+"value": "L-LAM-PLATA-32"
}
2 => {#2216
+"label": "Laminado UVI Stamping"
+"value": "L-LAM-UVISTAMPING-32"
}
]
}
}
60 => {#2214
+"inputCode": "E0_1_SidesLaminate2"
+"description": "Lados Estampado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2211
+"option": array:2 [
0 => {#2213
+"label": "Cara"
+"value": "1"
}
1 => {#2212
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
61 => {#2210
+"inputCode": "E_0_1EndCoverV"
+"description": "Forro"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
62 => {#2422
+"inputCode": "E_Finiahing"
+"description": "Acabados"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
63 => {#2424
+"inputCode": "E0_1_HotStampCho_1"
+"description": "Elige Estampado"
+"inputType": "UI_TYPE_BOOLEAN"
}
64 => {#2423
+"inputCode": "E0_1_HotStampEnt_1"
+"description": "Entradas Estampado"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
65 => {#2209
+"inputCode": "E0_1_NoHotStamping"
+"description": "Número de piezas Estampado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
66 => {#2418
+"inputCode": "E0_1_HotStampWidth"
+"description": "Ancho Pieza Estampado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
67 => {#2421
+"inputCode": "E0_1_HotStampHeight"
+"description": "Alto Pieza Estampado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
68 => {#2420
+"inputCode": "E0_1_HS_TOOL"
+"description": "Herramental Estampado"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
69 => {#2419
+"inputCode": "E0_1_HotStamping"
+"description": "Estampado"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#2207
+"entry": {#2208
+"code": "L-LAM-ORO-32"
+"name": "FOIL ORO 32 CM"
}
}
}
70 => {#2415
+"inputCode": "E0_1_Embossing"
+"description": "Golpe Seco"
+"inputType": "UI_TYPE_BOOLEAN"
}
71 => {#2417
+"inputCode": "E0_1_EmbossingEnt"
+"description": "Entradas Golpe Seco"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
72 => {#2416
+"inputCode": "E0_1_NoEmbossing"
+"description": "Número de piezas en golpe seco"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
73 => {#2206
+"inputCode": "E0_1_EmbosingWidth"
+"description": "Ancho Golpe Seco"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
74 => {#2412
+"inputCode": "E0_1_EmbossingHeight"
+"description": "Alto Golpe Seco"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
75 => {#2414
+"inputCode": "E0_1_Embossing_Tool"
+"description": "Herramental Golpe Seco"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
76 => {#2413
+"inputCode": "E0_1_DieCutting"
+"description": "Troquelado"
+"inputType": "UI_TYPE_BOOLEAN"
}
77 => {#2205
+"inputCode": "E0_1_DieCuttingEnt"
+"description": "Entradas Troquelado"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
78 => {#2204
+"inputCode": "E0_1_DieCuttingType"
+"description": "Tipo de Troquel"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2411
+"option": {#2409
+"label": "Troqeladora 52x70"
+"value": "SUAJE"
}
}
}
79 => {#2410
+"inputCode": "E0_1_DieCuttingTable"
+"description": "Herramental Troquel"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
80 => {#2203
+"inputCode": "E_EndCover"
+"description": "Forro"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
81 => {#2403
+"inputCode": "E_PrintTabBeg"
+"description": "TAB IMPRESIóN"
+"inputType": "UI_TYPE_TAB_PAGE"
}
82 => {#2408
+"inputCode": "E_Packing"
+"description": "Empaque"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
83 => {#2407
+"inputCode": "E_Packing4"
+"description": "Lleva Empaque 4"
+"inputType": "UI_TYPE_BOOLEAN"
}
84 => {#2406
+"inputCode": "E_PackingPieces_4"
+"description": "Piezas por fajilla"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "10000"
}
85 => {#2405
+"inputCode": "E_Packing2"
+"description": "Lleva Caja"
+"inputType": "UI_TYPE_BOOLEAN"
}
86 => {#2404
+"inputCode": "E_PackingItem2"
+"description": "Tipo de Caja"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
87 => {#2202
+"inputCode": "E_ChangeQtyPack2"
+"description": "Modifica piezas por caja?"
+"inputType": "UI_TYPE_BOOLEAN"
}
88 => {#2201
+"inputCode": "E_PackingPieces_2"
+"description": "Piezas por caja"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "100000"
}
89 => {#2200
+"inputCode": "E_Packing3"
+"description": "Lleva Palet"
+"inputType": "UI_TYPE_BOOLEAN"
}
90 => {#2400
+"inputCode": "E_PackingItem3"
+"description": "Tipo de Palet"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
91 => {#2402
+"inputCode": "E_ChangeQtyPack3"
+"description": "Modifica piezas por palet?"
+"inputType": "UI_TYPE_BOOLEAN"
}
92 => {#2401
+"inputCode": "E_PackingPieces_3"
+"description": "Piezas por Palet"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "1000000"
}
93 => {#2199
+"inputCode": "E_PackingEnd"
+"description": "Empaque"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
94 => {#2394
+"inputCode": "E_Shipipng"
+"description": "Entregas"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
95 => {#2399
+"inputCode": "E_ShippingChoice"
+"description": "Lleva Envíos?"
+"inputType": "UI_TYPE_BOOLEAN"
}
96 => {#2398
+"inputCode": "E_ChoiceNoShipping"
+"description": "Forza Número de Envíos"
+"inputType": "UI_TYPE_BOOLEAN"
}
97 => {#2397
+"inputCode": "E_NoShipping"
+"description": "Número de Envíos"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "10000000"
}
98 => {#2396
+"inputCode": "E_Destination"
+"description": "Destino"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#2191
+"entry": array:8 [
0 => {#2395
+"code": "EL HIERRO"
+"name": "EL HIERRO"
}
1 => {#2198
+"code": "FUERTEVENTURA"
+"name": "FUERTEVENTURA"
}
2 => {#2197
+"code": "LA GOMERA"
+"name": "LA GOMERA"
}
3 => {#2196
+"code": "LA PALMA"
+"name": "LA PALMA"
}
4 => {#2195
+"code": "LANZAROTE"
+"name": "LANZAROTE"
}
5 => {#2194
+"code": "LAS PALMAS"
+"name": "LAS PALMAS"
}
6 => {#2193
+"code": "SANTA CRUZ"
+"name": "SANTA CRUZ"
}
7 => {#2192
+"code": "TENERIFE"
+"name": "TENERIFE"
}
]
}
}
99 => {#2190
+"inputCode": "E_UnitType"
+"description": "Tipo de Unidad"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2188
+"option": {#2189
+"label": "Consolidado"
+"value": "Consolidado"
}
}
}
100 => {#2187
+"inputCode": "E_EndShpping"
+"description": "Empaque"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
101 => {#2186
+"inputCode": "E_Finishing_End"
+"description": "Acabados"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
102 => {#2185
+"inputCode": "E_Adicionales"
+"description": "Tab Adicionales"
+"inputType": "UI_TYPE_TAB_PAGE"
}
103 => {#2184
+"inputCode": "E_AdCostChoice"
+"description": "Costo Adicional"
+"inputType": "UI_TYPE_BOOLEAN"
}
104 => {#2183
+"inputCode": "E_AdCostItem"
+"description": "Tipo de Maquila"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
105 => {#2182
+"inputCode": "E_AdActivityCost"
+"description": "Actividad"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
106 => {#2181
+"inputCode": "E_AdCosto"
+"description": "Costo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100000.0000"
}
107 => {#2179
+"inputCode": "E_AdUnitCost"
+"description": "Unidad de medida"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2166
+"option": array:4 [
0 => {#2171
+"label": "Millares"
+"value": "Millares"
}
1 => {#2170
+"label": "unidades"
+"value": "unidades"
}
2 => {#2169
+"label": "m2"
+"value": "m2"
}
3 => {#2168
+"label": "1 pieza"
+"value": "1 pieza"
}
]
}
}
108 => {#2388
+"inputCode": "E_AdCostDesc"
+"description": "Descripción del Costo Adicional"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
109 => {#2393
+"inputCode": "E_AdCost2"
+"description": "Costo Adicional 2"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
110 => {#2392
+"inputCode": "E_AdCostChoice_2"
+"description": "Costo Adicional"
+"inputType": "UI_TYPE_BOOLEAN"
}
111 => {#2391
+"inputCode": "E_AdCostItem_2"
+"description": "Tipo de Maquila"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
112 => {#2390
+"inputCode": "E_AdActivityCost_2"
+"description": "Actividad"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
113 => {#2389
+"inputCode": "E_AdCosto_2"
+"description": "Costo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100000.0000"
}
114 => {#2164
+"inputCode": "E_AdUnitCost_2"
+"description": "Unidad de medida"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2129
+"option": array:4 [
0 => {#2163
+"label": "Millares"
+"value": "Millares"
}
1 => {#2162
+"label": "unidades"
+"value": "unidades"
}
2 => {#2139
+"label": "1 pieza"
+"value": "1 pieza"
}
3 => {#2148
+"label": "m2"
+"value": "m2"
}
]
}
}
115 => {#2384
+"inputCode": "E_AdCostDesc_2"
+"description": "Descripción del Costo Adicional"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
116 => {#2387
+"inputCode": "E_EndAdCost2"
+"description": "Costo Adicional 2"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
117 => {#2386
+"inputCode": "E_AdCost3"
+"description": "Costo Adicional 3"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
118 => {#2385
+"inputCode": "E_AdCostChoice_3"
+"description": "Costo Adicional"
+"inputType": "UI_TYPE_BOOLEAN"
}
119 => {#2120
+"inputCode": "E_AdCostItem_3"
+"description": "Tipo de Maquila"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
120 => {#2119
+"inputCode": "E_AdActivityCost_3"
+"description": "Actividad"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
121 => {#2117
+"inputCode": "E_AdCosto_3"
+"description": "Costo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100000.0000"
}
122 => {#2359
+"inputCode": "E_AdUnitCost_3"
+"description": "Unidad de medida"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2379
+"option": array:4 [
0 => {#2383
+"label": "Millares"
+"value": "Millares"
}
1 => {#2382
+"label": "unidades"
+"value": "unidades"
}
2 => {#2381
+"label": "1 pieza"
+"value": "1 pieza"
}
3 => {#2380
+"label": "m2"
+"value": "m2"
}
]
}
}
123 => {#2378
+"inputCode": "E_AdCostDesc_3"
+"description": "Descripción del Costo Adicional"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
124 => {#2377
+"inputCode": "E_EndAdCost3"
+"description": "Costo Adicional 3"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
125 => {#2376
+"inputCode": "E_AdCost4"
+"description": "Articulos Adicionales"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
126 => {#2375
+"inputCode": "E_ItemCosto_1"
+"description": "Factor 1"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
127 => {#2374
+"inputCode": "E_Item_1"
+"description": "Artículo Adicional"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
128 => {#2373
+"inputCode": "E_ItemCosto_2"
+"description": "Factor 2"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
129 => {#2372
+"inputCode": "E_Item_2"
+"description": "Artículo Adicional"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
130 => {#2371
+"inputCode": "E_ItemCosto_3"
+"description": "Factor 3"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
131 => {#2370
+"inputCode": "E_Item_3"
+"description": "Artículo Adicional"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
132 => {#2369
+"inputCode": "E_EndAdCost4"
+"description": "Articulos Adicionales"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
133 => {#2368
+"inputCode": "E _AdicionalesEnd"
+"description": "Adicionales"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
134 => {#2367
+"inputCode": "E_Parameters"
+"description": "Tab Parámetrors"
+"inputType": "UI_TYPE_TAB_PAGE"
}
135 => {#2366
+"inputCode": "E_ParametersSecc"
+"description": "Parámetros"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
136 => {#2365
+"inputCode": "E0_1_Box"
+"description": "Componente 1 Forro"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
137 => {#2364
+"inputCode": "E0_1_ChangeLatMarg"
+"description": "Cambia margen lateral"
+"inputType": "UI_TYPE_BOOLEAN"
}
138 => {#2363
+"inputCode": "E0_1_LateralMargin"
+"description": "Margen Lateral"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
139 => {#2362
+"inputCode": "E0_1_ChangeSupInfMrg"
+"description": "Cambia margen superior / inferior"
+"inputType": "UI_TYPE_BOOLEAN"
}
140 => {#2361
+"inputCode": "E0_1_SupInfMargin"
+"description": "Margen Superior / Inferior"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
141 => {#2360
+"inputCode": "E0_1_ChangeMin"
+"description": "Cambia ancho y alto mínimos"
+"inputType": "UI_TYPE_BOOLEAN"
}
142 => {#2082
+"inputCode": "E0_1_MinWidth"
+"description": "Mínimo de impresión"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
143 => {#2081
+"inputCode": "E0_1_MinHeight"
+"description": ". x ."
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "5000.0"
}
144 => {#2080
+"inputCode": "E0_1_ChangeClamp"
+"description": "Cambia Pinza"
+"inputType": "UI_TYPE_BOOLEAN"
}
145 => {#2079
+"inputCode": "E0_1_Clamp"
+"description": "Pinza"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
146 => {#2077
+"inputCode": "E0_1_ChangeDownClamp"
+"description": "Cambia Contra Pinza"
+"inputType": "UI_TYPE_BOOLEAN"
}
147 => {#1369
+"inputCode": "E0_1_DownClamp"
+"description": "Contra Pinza"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
148 => {#2343
+"inputCode": "E0_1_ChangeDistAxis"
+"description": "Cambia gap al eje"
+"inputType": "UI_TYPE_BOOLEAN"
}
149 => {#2358
+"inputCode": "E0_1_DistanceAxisDir"
+"description": "Separación al Eje"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100.0000"
}
150 => {#2357
+"inputCode": "E0_1_ChangeDistDev"
+"description": "Cambia gap al desarrollo"
+"inputType": "UI_TYPE_BOOLEAN"
}
151 => {#2356
+"inputCode": "E0_1_DistanceDirMach"
+"description": "Separación al Desarrollo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100.0000"
}
152 => {#2355
+"inputCode": "E0_1_ChangeMaxWidth"
+"description": "Cambia Ancho Máximo"
+"inputType": "UI_TYPE_BOOLEAN"
}
153 => {#2354
+"inputCode": "E0_1_MaxWidth"
+"description": "Ancho Máximo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "10000.0"
}
154 => {#2353
+"inputCode": "E0_1_ChangeMaxHeight"
+"description": "Cambia Alto Máximo"
+"inputType": "UI_TYPE_BOOLEAN"
}
155 => {#2352
+"inputCode": "E0_1_MaxHeight"
+"description": "Alto Máximo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
156 => {#2351
+"inputCode": "E0_1_ChDigSignature"
+"description": "Cambia max pliegos digital"
+"inputType": "UI_TYPE_BOOLEAN"
}
157 => {#2350
+"inputCode": "E0_1_DigSignature"
+"description": "Max Pliegos Digitales"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "10000.0"
}
158 => {#2349
+"inputCode": "E0_1_Ch52Signature"
+"description": "Cambia max pliegos 52"
+"inputType": "UI_TYPE_BOOLEAN"
}
159 => {#2348
+"inputCode": "E0_1_52Signature"
+"description": "Max Pliegos Digitales"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "10000.0"
}
160 => {#2347
+"inputCode": "E0_1_EBox"
+"description": "Fin Box Componente 1 Forro"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
161 => {#2346
+"inputCode": "E_ChangeSpliceGlue"
+"description": "Cambia el pegamento de empalme"
+"inputType": "UI_TYPE_BOOLEAN"
}
162 => {#2345
+"inputCode": "E_SpliceGlue"
+"description": "Pegamento Empalme"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
163 => {#2344
+"inputCode": "E_ChangeKgBox"
+"description": "Cambia los kg por caja"
+"inputType": "UI_TYPE_BOOLEAN"
}
164 => {#1358
+"inputCode": "E_KgBox"
+"description": "Kg por caja"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
165 => {#1568
+"inputCode": "E_ChangeKgPalette"
+"description": "Cambia los kg por palet"
+"inputType": "UI_TYPE_BOOLEAN"
}
166 => {#1387
+"inputCode": "E_KgPallete"
+"description": "Kg por palet"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "1200.00"
}
167 => {#2336
+"inputCode": "E_ChangeKgTrailer"
+"description": "Cambia los kg por Tráiler"
+"inputType": "UI_TYPE_BOOLEAN"
}
168 => {#2342
+"inputCode": "E_KgTrailer"
+"description": "Kg por Tráiler"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100000.00"
}
169 => {#2341
+"inputCode": "E_ChangeKgTruck"
+"description": "Cambia los kg por Thorton"
+"inputType": "UI_TYPE_BOOLEAN"
}
170 => {#2340
+"inputCode": "E_KgTruck"
+"description": "Kg por Thorton"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100000.00"
}
171 => {#2339
+"inputCode": "E_ChangeCost"
+"description": "Cambia Costo Flete consolidado"
+"inputType": "UI_TYPE_BOOLEAN"
}
172 => {#2338
+"inputCode": "E_CostFreeight"
+"description": "Costo Flete Consolidado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100000.00"
}
173 => {#2337
+"inputCode": "E_ParametersSecEnd"
+"description": "Parámetros"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
174 => {#1578
+"inputCode": "E_Texts"
+"description": "Texto"
+"inputType": "UI_TYPE_TAB_PAGE"
}
175 => {#1404
+"inputCode": "E_TextsSecc"
+"description": "Textos"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
176 => {#1424
+"inputCode": "E_ChangeQText"
+"description": "Cambia Texto Propuesta?"
+"inputType": "UI_TYPE_BOOLEAN"
}
177 => {#1433
+"inputCode": "E_QuoteDesc"
+"description": "Texto de propuesta"
+"inputType": "UI_TYPE_TEXT"
}
178 => {#1444
+"inputCode": "E_ChangePText"
+"description": "Cambia Texto del Producto?"
+"inputType": "UI_TYPE_BOOLEAN"
}
179 => {#1899
+"inputCode": "E_ProductDescription"
+"description": "Descripción del producto"
+"inputType": "UI_TYPE_TEXT"
}
180 => {#2333
+"inputCode": "E_ChangePrtText"
+"description": "Cambia Instrucciones de impresión?"
+"inputType": "UI_TYPE_BOOLEAN"
}
181 => {#2335
+"inputCode": "E_PrintDescription"
+"description": "Descripción de impresión"
+"inputType": "UI_TYPE_TEXT"
}
182 => {#2334
+"inputCode": "E_TextsSecEnd"
+"description": "Texto OP"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
]
}
}