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>CARTEL</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>2026-03-27T12:00</value></jobVariable><line><!-- Tipo de Trabajo. --><productCode>IMP_PLANOS</productCode><!-- Título de la línea de oferta. --><description>WEB SERVICES</description><quantity>10</quantity><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_Sustrate</name><type>string</type><value>PEB150</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-BRILL</value></productVariable><productVariable><name>E_Packing2</name><type>boolean</type><value>0</value></productVariable><productVariable><name>E_ShippingChoice</name><type>boolean</type><value>0</value></productVariable><productVariable><name>E0_1_MachineForced</name><type>boolean</type><value>0</value></productVariable><productVariable><name>E0_1_SigOWidth</name><type>decimal</type><value>299.50</value></productVariable><productVariable><name>E0_1_SigOHeight</name><type>decimal</type><value>422.50</value></productVariable><productVariable><name>E_FinishGoodUnit</name><type>string</type><value>Piezas</value></productVariable><productVariable><name>E0_1_PiecesPerSheet</name><type>integer</type><value>1</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>0</value></productVariable><productVariable><name>E0_1_CoveragePer</name><type>integer</type><value>60</value></productVariable><productVariable><name>E0_1_SustrateUnit</name><type>string</type><value>hojas</value></productVariable><productVariable><name>E_PackingPieces_4</name><type>integer</type><value>250</value></productVariable><productVariable><name>E0_1_SidesLaminate1</name><type>string</type><value>1</value></productVariable><productVariable><name>1E0_1_SidesLaminate1</name><type>string</type><value>1</value></productVariable><productVariable><name>E0_1_Width</name><type>decimal</type><value>297.00</value></productVariable><productVariable><name>E0_1_Height</name><type>decimal</type><value>420.00</value></productVariable></line></enquiry>"
In
ProductoService.php
line 156:
if($_ENV['DEV_DEBUG'] == "true"){
dump($body);
dump($response);
// die;
}
if($response->success == "true"){
{#939
+"success": "true"
+"lineQtyPrice": {#941
+"lineNumber": "1"
+"quantity": "10"
+"price": "43.72"
+"taxValue": "0"
+"foreignPrice": "0"
+"foreignTaxValue": "0"
+"isUnresolved": "false"
+"whyUnresolved": {#942}
}
}
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)){
43.72
In
ProductoService.php
line 129:
$response = $this->apiService->productInputList($producto->getSubGrupoProducto()->getPlantilla());
if($_ENV['DEV_DEBUG'] == "true"){
dump($response);
// die;
}
if($response->success == "true"){
{#1036
+"success": "true"
+"inputs": {#1038
+"input": array:183 [
0 => {#1037
+"inputCode": "E0_1_Cover"
+"description": "Forro"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
1 => {#1220
+"inputCode": "E_FinishGoodUnit"
+"description": "Unidad de medida producto terminado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1217
+"option": array:2 [
0 => {#1219
+"label": "Millares"
+"value": "Millares"
}
1 => {#1218
+"label": "Piezas"
+"value": "Piezas"
}
]
}
}
2 => {#1216
+"inputCode": "E_SalesInfo"
+"description": "Impresiòn"
+"inputType": "UI_TYPE_TAB_PAGE"
}
3 => {#1215
+"inputCode": "E_TSalesInfo"
+"description": "Observación Ventas"
+"inputType": "UI_TYPE_TEXT"
}
4 => {#1214
+"inputCode": "E0_1_CoverV"
+"description": "Componente Impreso"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
5 => {#1213
+"inputCode": "E0_1_Desc"
+"description": "Nombre Componente Impreso"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
6 => {#1212
+"inputCode": "E0_1_MachineForced"
+"description": "Forza Máquina de impresión"
+"inputType": "UI_TYPE_BOOLEAN"
}
7 => {#1211
+"inputCode": "E0_1_PrintMachine"
+"description": "Actividad de Impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1204
+"entry": array:6 [
0 => {#1210
+"code": "CALC_PAPEL"
+"name": "SUSTRATO SIN IMPRESION"
}
1 => {#1209
+"code": "DIGITAL"
+"name": "DIGITAL"
}
2 => {#1208
+"code": "SM 52 2"
+"name": "SM 52 2"
}
3 => {#1207
+"code": "SM 52 4"
+"name": "SM 52 4"
}
4 => {#1206
+"code": "SM 74 5"
+"name": "SM 74 5"
}
5 => {#1205
+"code": "SUSTRATO SIN IMP"
+"name": "SUSTRATO SIN IMPRESION"
}
]
}
}
8 => {#1203
+"inputCode": "E0_1_Width"
+"description": "ANCHO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
9 => {#1202
+"inputCode": "E0_1_Height"
+"description": "LARGO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
10 => {#1201
+"inputCode": "E0_1_Trace"
+"description": "Esquema de Doblez"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1185
+"entry": array:15 [
0 => {#1200
+"code": "06 PAG ACO"
+"name": "06 PAG ACO"
}
1 => {#1199
+"code": "08 PAG ACO"
+"name": "08 PAG ACO"
}
2 => {#1198
+"code": "10 PAG PAR"
+"name": "10 PAG PAR"
}
3 => {#1197
+"code": "12 PAG"
+"name": "12 PAG"
}
4 => {#1196
+"code": "16 PAG CRUZ"
+"name": "16 PAG CRUZ"
}
5 => {#1195
+"code": "24 PAG"
+"name": "24 Páginas"
}
6 => {#1194
+"code": "8 PAG CRUZ"
+"name": "8 Paginas Cruz"
}
7 => {#1193
+"code": "CUADR VENTA"
+"name": "Cuadriptico Ventana"
}
8 => {#1192
+"code": "CUADRIPTICO"
+"name": "Cuadriptico"
}
9 => {#1191
+"code": "DIPTICO"
+"name": "Diptico"
}
10 => {#1190
+"code": "DIPTICO SIN REBASE"
+"name": "Diptico Sin Rebase"
}
11 => {#1189
+"code": "HOJA"
+"name": "hoja"
}
12 => {#1188
+"code": "HOJA SIN SANGRE"
+"name": "Hoja Sin Sangre"
}
13 => {#1187
+"code": "SIN_TRAZO"
+"name": "SIN_TRAZO"
}
14 => {#1186
+"code": "TRIPTICO"
+"name": "Triptico"
}
]
}
}
11 => {#1184
+"inputCode": "E0_1_SigOWidth"
+"description": "ANCHO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
12 => {#1183
+"inputCode": "E0_1_SigOHeight"
+"description": "LARGO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
13 => {#1182
+"inputCode": "E0_1_PiecesPerSheet"
+"description": "Piezas por hoja"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "1000"
}
14 => {#1181
+"inputCode": "E0_1_EliminateMargin"
+"description": "Elimina Márgenes y rebases"
+"inputType": "UI_TYPE_BOOLEAN"
}
15 => {#1180
+"inputCode": "E0_1_FiberOr"
+"description": "Imprime en sentido de fibra?"
+"inputType": "UI_TYPE_BOOLEAN"
}
16 => {#1179
+"inputCode": "E0_1_Sustrate"
+"description": "Papel"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1159
+"entry": array:24 [
0 => {#1178
+"code": "OFF080"
+"name": "Offset de 80 grs"
}
1 => {#1177
+"code": "PADB80"
+"name": "ADHESIVO BRILLO DE 80 GRS"
}
2 => {#1176
+"code": "PADM80"
+"name": "ADHESIVO MATE DE 80 GRS"
}
3 => {#1175
+"code": "PEB090"
+"name": "Estucado Brillo 90g."
}
4 => {#1174
+"code": "PEB100"
+"name": "Estucado Brillo 100g"
}
5 => {#1173
+"code": "PEB115"
+"name": "Estucado Brillo 115g."
}
6 => {#1172
+"code": "PEB130"
+"name": "Estucado Brillo 130g."
}
7 => {#1171
+"code": "PEB150"
+"name": "Estucado Brillo 150g."
}
8 => {#1170
+"code": "PEB170"
+"name": "Estucado Brillo 170g."
}
9 => {#1169
+"code": "PEB200"
+"name": "Estucado Brillo 200g."
}
10 => {#1168
+"code": "PEB250"
+"name": "Estucado Brillo 250g."
}
11 => {#1167
+"code": "PEB300"
+"name": "Estucado Brillo 300g."
}
12 => {#1166
+"code": "PEB350"
+"name": "Estucado Brillo 350g."
}
13 => {#1165
+"code": "PEM090"
+"name": "Estucado Mate 90g."
}
14 => {#1164
+"code": "PEM100"
+"name": "Estucado Mate 100g"
}
15 => {#1163
+"code": "PEM115"
+"name": "Estucado Mate 115g"
}
16 => {#1162
+"code": "PEM130"
+"name": "Estucado Mate 130g"
}
17 => {#1161
+"code": "PEM150"
+"name": "Estucado Mate 150g"
}
18 => {#1160
+"code": "PEM170"
+"name": "Estucado Mate 170g"
}
19 => {#1338
+"code": "PEM200"
+"name": "Estucado Mate 200g"
}
20 => {#1342
+"code": "PEM250"
+"name": "Estucado Mate 250g"
}
21 => {#1341
+"code": "PEM300"
+"name": "Estucado Mate 300g"
}
22 => {#1340
+"code": "PEM350"
+"name": "Estucado Mate 350g"
}
23 => {#1339
+"code": "PESPV230"
+"name": "Especial para posavasos de 230 grs"
}
]
}
}
17 => {#1158
+"inputCode": "E0_1_Standard"
+"description": "Solo Papel Estandard"
+"inputType": "UI_TYPE_BOOLEAN"
}
18 => {#1157
+"inputCode": "E0_1_NewSustrate"
+"description": "Papel Nuevo"
+"inputType": "UI_TYPE_BOOLEAN"
}
19 => {#1156
+"inputCode": "E0_1_SustrateUnit"
+"description": "Unidad por Costo"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1152
+"option": array:3 [
0 => {#1155
+"label": "kg"
+"value": "kg"
}
1 => {#1154
+"label": "m2"
+"value": "m2"
}
2 => {#1153
+"label": "hojas"
+"value": "hojas"
}
]
}
}
20 => {#1333
+"inputCode": "E0_1_SustrateDesc"
+"description": "Descripción para papeles Nuevos"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "100"
+"upperCase": "false"
}
21 => {#1337
+"inputCode": "E0_1_SustrateCost"
+"description": "Costo de papel Nuevo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "1000.0000"
}
22 => {#1336
+"inputCode": "E0_1_SustrateGramage"
+"description": "Gramaje"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "500.0"
}
23 => {#1335
+"inputCode": "E0_1_SustrateWidth"
+"description": "Ancho"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
24 => {#1334
+"inputCode": "E0_1_SustrateHeight"
+"description": "Largo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "1000.0"
}
25 => {#1151
+"inputCode": "E0_1_InkGroup"
+"description": "Grupo de tinta"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1145
+"entry": array:5 [
0 => {#1150
+"code": "CONVENCIONAL"
+"name": "Offset Convencional"
}
1 => {#1149
+"code": "SERIGRAFIA"
+"name": "Tinta Serigrafia"
}
2 => {#1148
+"code": "TE_GAMA UV"
+"name": "Offset UV"
}
3 => {#1147
+"code": "TE_METALICA"
+"name": "Te Metalicas UV"
}
4 => {#1146
+"code": "TE-SIN TINTA"
+"name": "TE-SIN TINTA"
}
]
}
}
26 => {#1328
+"inputCode": "E0_1_InkNumberFront"
+"description": "Número de Tintas"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9"
}
27 => {#1332
+"inputCode": "E0_1_InkNumberBack"
+"description": "Número de Tintas"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9"
}
28 => {#1331
+"inputCode": "E0_1_CoveragePer"
+"description": "Porcentaje Cobertura"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "100"
}
29 => {#1330
+"inputCode": "E0_1_InkChoice_1"
+"description": "Elige Tinta 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
30 => {#1329
+"inputCode": "E0_1_InkPer_1"
+"description": "% Tinta 1"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
31 => {#1144
+"inputCode": "E0_1_Ink_1"
+"description": "Tinta 1"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
32 => {#1143
+"inputCode": "E0_1_InkChoice_2"
+"description": "Elige Tinta 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
33 => {#1142
+"inputCode": "E0_1_InkPer_2"
+"description": "% Tinta 2"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
34 => {#1141
+"inputCode": "E0_1_Ink_2"
+"description": "Tinta 2"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
35 => {#1140
+"inputCode": "E0_1_InkChoice_3"
+"description": "Elige Tinta 3"
+"inputType": "UI_TYPE_BOOLEAN"
}
36 => {#1139
+"inputCode": "E0_1_InkPer_3"
+"description": "% Tinta 3"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
37 => {#1138
+"inputCode": "E0_1_Ink_3"
+"description": "Tinta 3"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
38 => {#1137
+"inputCode": "E0_1_InkChoice_4"
+"description": "Elige Tinta 4"
+"inputType": "UI_TYPE_BOOLEAN"
}
39 => {#1326
+"inputCode": "E0_1_InkPer_4"
+"description": "% Tinta 4"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
40 => {#1327
+"inputCode": "E0_1_Ink_4"
+"description": "Tinta 4"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
41 => {#1136
+"inputCode": "E0_1_InkChoice_5"
+"description": "Elige Tinta 5"
+"inputType": "UI_TYPE_BOOLEAN"
}
42 => {#1317
+"inputCode": "E0_1_InkPer_5"
+"description": "% Tinta 5"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
43 => {#1325
+"inputCode": "E0_1_Ink_5"
+"description": "Tinta 5"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
44 => {#1324
+"inputCode": "E0_1_InkChoice_6"
+"description": "Elige Tinta 6"
+"inputType": "UI_TYPE_BOOLEAN"
}
45 => {#1323
+"inputCode": "E0_1_InkPer_6"
+"description": "% Tinta 6"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
46 => {#1322
+"inputCode": "E0_1_Ink_6"
+"description": "Tinta 6"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
47 => {#1321
+"inputCode": "E0_1_VarnishCho_1"
+"description": "Elige Barniz 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
48 => {#1320
+"inputCode": "E0_1_VarnishPer_1"
+"description": "% Barniz 1"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
49 => {#1319
+"inputCode": "E0_1_Varnish_1"
+"description": "Barniz 1"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1131
+"entry": array:5 [
0 => {#1318
+"code": "BAR MAQUINA"
+"name": "Barninz Máquina"
}
1 => {#1135
+"code": "XACA-BARN-UVI-B"
+"name": "Brnizado UVI Externo Brillo"
}
2 => {#1134
+"code": "XACA-BARN-UVI-B-R"
+"name": "Brnizado UVI Externo Brillo reserva"
}
3 => {#1133
+"code": "XACA-BARN-UVI-M"
+"name": "Brnizado UVI Externo Mate"
}
4 => {#1132
+"code": "XACA-BARN-UVI-M-R"
+"name": "Brnizado UVI Externo Mate reserva"
}
]
}
}
50 => {#1130
+"inputCode": "E0_1_SidesVarnish1"
+"description": "Lados Barniz"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1127
+"option": array:2 [
0 => {#1129
+"label": "Cara"
+"value": "1"
}
1 => {#1128
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
51 => {#1126
+"inputCode": "E0_1_VarnishCho_2"
+"description": "Elige Barniz 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
52 => {#1125
+"inputCode": "E0_1_VarnishPer_2"
+"description": "% Barniz 2"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
53 => {#1124
+"inputCode": "E0_1_Varnish_2"
+"description": "Barniz 2"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1118
+"entry": array:5 [
0 => {#1123
+"code": "BAR MAQUINA"
+"name": "Barninz Máquina"
}
1 => {#1122
+"code": "XACA-BARN-UVI-B"
+"name": "Brnizado UVI Externo Brillo"
}
2 => {#1121
+"code": "XACA-BARN-UVI-B-R"
+"name": "Brnizado UVI Externo Brillo reserva"
}
3 => {#1120
+"code": "XACA-BARN-UVI-M"
+"name": "Brnizado UVI Externo Mate"
}
4 => {#1119
+"code": "XACA-BARN-UVI-M-R"
+"name": "Brnizado UVI Externo Mate reserva"
}
]
}
}
54 => {#1117
+"inputCode": "E0_1_SidesVarnish2"
+"description": "Lados Barniz"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1316
+"option": array:2 [
0 => {#1116
+"label": "Cara"
+"value": "1"
}
1 => {#1315
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
55 => {#1115
+"inputCode": "E0_1_LaminateCho_1"
+"description": "Elige Plastificado 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
56 => {#1114
+"inputCode": "E0_1_Laminate_1"
+"description": "Plastificado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1111
+"option": array:2 [
0 => {#1113
+"label": "Laminado Brillante"
+"value": "L-LAM-BRILL"
}
1 => {#1112
+"label": "Laminado Mate"
+"value": "L-LAM-MATE"
}
]
}
}
57 => {#1110
+"inputCode": "E0_1_SidesLaminate1"
+"description": "Lados Plastificado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1107
+"option": array:2 [
0 => {#1109
+"label": "Cara"
+"value": "1"
}
1 => {#1108
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
58 => {#1313
+"inputCode": "E0_1_LaminateCho_2"
+"description": "Elige Plastificado 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
59 => {#1314
+"inputCode": "E0_1_Laminate_2"
+"description": "Tipo de Estampado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1103
+"option": array:3 [
0 => {#1106
+"label": "Laminado Oro"
+"value": "L-LAM-ORO-32"
}
1 => {#1105
+"label": "Laminado Plata"
+"value": "L-LAM-PLATA-32"
}
2 => {#1104
+"label": "Laminado UVI Stamping"
+"value": "L-LAM-UVISTAMPING-32"
}
]
}
}
60 => {#1102
+"inputCode": "E0_1_SidesLaminate2"
+"description": "Lados Estampado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1099
+"option": array:2 [
0 => {#1101
+"label": "Cara"
+"value": "1"
}
1 => {#1100
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
61 => {#1098
+"inputCode": "E_0_1EndCoverV"
+"description": "Forro"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
62 => {#1310
+"inputCode": "E_Finiahing"
+"description": "Acabados"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
63 => {#1312
+"inputCode": "E0_1_HotStampCho_1"
+"description": "Elige Estampado"
+"inputType": "UI_TYPE_BOOLEAN"
}
64 => {#1311
+"inputCode": "E0_1_HotStampEnt_1"
+"description": "Entradas Estampado"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
65 => {#1097
+"inputCode": "E0_1_NoHotStamping"
+"description": "Número de piezas Estampado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
66 => {#1306
+"inputCode": "E0_1_HotStampWidth"
+"description": "Ancho Pieza Estampado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
67 => {#1309
+"inputCode": "E0_1_HotStampHeight"
+"description": "Alto Pieza Estampado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
68 => {#1308
+"inputCode": "E0_1_HS_TOOL"
+"description": "Herramental Estampado"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
69 => {#1307
+"inputCode": "E0_1_HotStamping"
+"description": "Estampado"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1095
+"entry": {#1096
+"code": "L-LAM-ORO-32"
+"name": "FOIL ORO 32 CM"
}
}
}
70 => {#1303
+"inputCode": "E0_1_Embossing"
+"description": "Golpe Seco"
+"inputType": "UI_TYPE_BOOLEAN"
}
71 => {#1305
+"inputCode": "E0_1_EmbossingEnt"
+"description": "Entradas Golpe Seco"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
72 => {#1304
+"inputCode": "E0_1_NoEmbossing"
+"description": "Número de piezas en golpe seco"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
73 => {#1094
+"inputCode": "E0_1_EmbosingWidth"
+"description": "Ancho Golpe Seco"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
74 => {#1300
+"inputCode": "E0_1_EmbossingHeight"
+"description": "Alto Golpe Seco"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
75 => {#1302
+"inputCode": "E0_1_Embossing_Tool"
+"description": "Herramental Golpe Seco"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
76 => {#1301
+"inputCode": "E0_1_DieCutting"
+"description": "Troquelado"
+"inputType": "UI_TYPE_BOOLEAN"
}
77 => {#1093
+"inputCode": "E0_1_DieCuttingEnt"
+"description": "Entradas Troquelado"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
78 => {#1092
+"inputCode": "E0_1_DieCuttingType"
+"description": "Tipo de Troquel"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1299
+"option": {#1297
+"label": "Troqeladora 52x70"
+"value": "SUAJE"
}
}
}
79 => {#1298
+"inputCode": "E0_1_DieCuttingTable"
+"description": "Herramental Troquel"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
80 => {#1091
+"inputCode": "E_EndCover"
+"description": "Forro"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
81 => {#1291
+"inputCode": "E_PrintTabBeg"
+"description": "TAB IMPRESIóN"
+"inputType": "UI_TYPE_TAB_PAGE"
}
82 => {#1296
+"inputCode": "E_Packing"
+"description": "Empaque"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
83 => {#1295
+"inputCode": "E_Packing4"
+"description": "Lleva Empaque 4"
+"inputType": "UI_TYPE_BOOLEAN"
}
84 => {#1294
+"inputCode": "E_PackingPieces_4"
+"description": "Piezas por fajilla"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "10000"
}
85 => {#1293
+"inputCode": "E_Packing2"
+"description": "Lleva Caja"
+"inputType": "UI_TYPE_BOOLEAN"
}
86 => {#1292
+"inputCode": "E_PackingItem2"
+"description": "Tipo de Caja"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
87 => {#1090
+"inputCode": "E_ChangeQtyPack2"
+"description": "Modifica piezas por caja?"
+"inputType": "UI_TYPE_BOOLEAN"
}
88 => {#1089
+"inputCode": "E_PackingPieces_2"
+"description": "Piezas por caja"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "100000"
}
89 => {#1088
+"inputCode": "E_Packing3"
+"description": "Lleva Palet"
+"inputType": "UI_TYPE_BOOLEAN"
}
90 => {#1288
+"inputCode": "E_PackingItem3"
+"description": "Tipo de Palet"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
91 => {#1290
+"inputCode": "E_ChangeQtyPack3"
+"description": "Modifica piezas por palet?"
+"inputType": "UI_TYPE_BOOLEAN"
}
92 => {#1289
+"inputCode": "E_PackingPieces_3"
+"description": "Piezas por Palet"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "1000000"
}
93 => {#1087
+"inputCode": "E_PackingEnd"
+"description": "Empaque"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
94 => {#1282
+"inputCode": "E_Shipipng"
+"description": "Entregas"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
95 => {#1287
+"inputCode": "E_ShippingChoice"
+"description": "Lleva Envíos?"
+"inputType": "UI_TYPE_BOOLEAN"
}
96 => {#1286
+"inputCode": "E_ChoiceNoShipping"
+"description": "Forza Número de Envíos"
+"inputType": "UI_TYPE_BOOLEAN"
}
97 => {#1285
+"inputCode": "E_NoShipping"
+"description": "Número de Envíos"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "10000000"
}
98 => {#1284
+"inputCode": "E_Destination"
+"description": "Destino"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1079
+"entry": array:8 [
0 => {#1283
+"code": "EL HIERRO"
+"name": "EL HIERRO"
}
1 => {#1086
+"code": "FUERTEVENTURA"
+"name": "FUERTEVENTURA"
}
2 => {#1085
+"code": "LA GOMERA"
+"name": "LA GOMERA"
}
3 => {#1084
+"code": "LA PALMA"
+"name": "LA PALMA"
}
4 => {#1083
+"code": "LANZAROTE"
+"name": "LANZAROTE"
}
5 => {#1082
+"code": "LAS PALMAS"
+"name": "LAS PALMAS"
}
6 => {#1081
+"code": "SANTA CRUZ"
+"name": "SANTA CRUZ"
}
7 => {#1080
+"code": "TENERIFE"
+"name": "TENERIFE"
}
]
}
}
99 => {#1078
+"inputCode": "E_UnitType"
+"description": "Tipo de Unidad"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1076
+"option": {#1077
+"label": "Consolidado"
+"value": "Consolidado"
}
}
}
100 => {#1075
+"inputCode": "E_EndShpping"
+"description": "Empaque"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
101 => {#1074
+"inputCode": "E_Finishing_End"
+"description": "Acabados"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
102 => {#1073
+"inputCode": "E_Adicionales"
+"description": "Tab Adicionales"
+"inputType": "UI_TYPE_TAB_PAGE"
}
103 => {#1072
+"inputCode": "E_AdCostChoice"
+"description": "Costo Adicional"
+"inputType": "UI_TYPE_BOOLEAN"
}
104 => {#1071
+"inputCode": "E_AdCostItem"
+"description": "Tipo de Maquila"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
105 => {#1070
+"inputCode": "E_AdActivityCost"
+"description": "Actividad"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
106 => {#1069
+"inputCode": "E_AdCosto"
+"description": "Costo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100000.0000"
}
107 => {#1068
+"inputCode": "E_AdUnitCost"
+"description": "Unidad de medida"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1063
+"option": array:4 [
0 => {#1067
+"label": "Millares"
+"value": "Millares"
}
1 => {#1066
+"label": "unidades"
+"value": "unidades"
}
2 => {#1065
+"label": "m2"
+"value": "m2"
}
3 => {#1064
+"label": "1 pieza"
+"value": "1 pieza"
}
]
}
}
108 => {#1276
+"inputCode": "E_AdCostDesc"
+"description": "Descripción del Costo Adicional"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
109 => {#1281
+"inputCode": "E_AdCost2"
+"description": "Costo Adicional 2"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
110 => {#1280
+"inputCode": "E_AdCostChoice_2"
+"description": "Costo Adicional"
+"inputType": "UI_TYPE_BOOLEAN"
}
111 => {#1279
+"inputCode": "E_AdCostItem_2"
+"description": "Tipo de Maquila"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
112 => {#1278
+"inputCode": "E_AdActivityCost_2"
+"description": "Actividad"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
113 => {#1277
+"inputCode": "E_AdCosto_2"
+"description": "Costo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100000.0000"
}
114 => {#1062
+"inputCode": "E_AdUnitCost_2"
+"description": "Unidad de medida"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1057
+"option": array:4 [
0 => {#1061
+"label": "Millares"
+"value": "Millares"
}
1 => {#1060
+"label": "unidades"
+"value": "unidades"
}
2 => {#1059
+"label": "1 pieza"
+"value": "1 pieza"
}
3 => {#1058
+"label": "m2"
+"value": "m2"
}
]
}
}
115 => {#1272
+"inputCode": "E_AdCostDesc_2"
+"description": "Descripción del Costo Adicional"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
116 => {#1275
+"inputCode": "E_EndAdCost2"
+"description": "Costo Adicional 2"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
117 => {#1274
+"inputCode": "E_AdCost3"
+"description": "Costo Adicional 3"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
118 => {#1273
+"inputCode": "E_AdCostChoice_3"
+"description": "Costo Adicional"
+"inputType": "UI_TYPE_BOOLEAN"
}
119 => {#1056
+"inputCode": "E_AdCostItem_3"
+"description": "Tipo de Maquila"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
120 => {#1055
+"inputCode": "E_AdActivityCost_3"
+"description": "Actividad"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
121 => {#1054
+"inputCode": "E_AdCosto_3"
+"description": "Costo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100000.0000"
}
122 => {#1247
+"inputCode": "E_AdUnitCost_3"
+"description": "Unidad de medida"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1267
+"option": array:4 [
0 => {#1271
+"label": "Millares"
+"value": "Millares"
}
1 => {#1270
+"label": "unidades"
+"value": "unidades"
}
2 => {#1269
+"label": "1 pieza"
+"value": "1 pieza"
}
3 => {#1268
+"label": "m2"
+"value": "m2"
}
]
}
}
123 => {#1266
+"inputCode": "E_AdCostDesc_3"
+"description": "Descripción del Costo Adicional"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
124 => {#1265
+"inputCode": "E_EndAdCost3"
+"description": "Costo Adicional 3"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
125 => {#1264
+"inputCode": "E_AdCost4"
+"description": "Articulos Adicionales"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
126 => {#1263
+"inputCode": "E_ItemCosto_1"
+"description": "Factor 1"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
127 => {#1262
+"inputCode": "E_Item_1"
+"description": "Artículo Adicional"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
128 => {#1261
+"inputCode": "E_ItemCosto_2"
+"description": "Factor 2"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
129 => {#1260
+"inputCode": "E_Item_2"
+"description": "Artículo Adicional"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
130 => {#1259
+"inputCode": "E_ItemCosto_3"
+"description": "Factor 3"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
131 => {#1258
+"inputCode": "E_Item_3"
+"description": "Artículo Adicional"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
132 => {#1257
+"inputCode": "E_EndAdCost4"
+"description": "Articulos Adicionales"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
133 => {#1256
+"inputCode": "E _AdicionalesEnd"
+"description": "Adicionales"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
134 => {#1255
+"inputCode": "E_Parameters"
+"description": "Tab Parámetrors"
+"inputType": "UI_TYPE_TAB_PAGE"
}
135 => {#1254
+"inputCode": "E_ParametersSecc"
+"description": "Parámetros"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
136 => {#1253
+"inputCode": "E0_1_Box"
+"description": "Componente 1 Forro"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
137 => {#1252
+"inputCode": "E0_1_ChangeLatMarg"
+"description": "Cambia margen lateral"
+"inputType": "UI_TYPE_BOOLEAN"
}
138 => {#1251
+"inputCode": "E0_1_LateralMargin"
+"description": "Margen Lateral"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
139 => {#1250
+"inputCode": "E0_1_ChangeSupInfMrg"
+"description": "Cambia margen superior / inferior"
+"inputType": "UI_TYPE_BOOLEAN"
}
140 => {#1249
+"inputCode": "E0_1_SupInfMargin"
+"description": "Margen Superior / Inferior"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
141 => {#1248
+"inputCode": "E0_1_ChangeMin"
+"description": "Cambia ancho y alto mínimos"
+"inputType": "UI_TYPE_BOOLEAN"
}
142 => {#1053
+"inputCode": "E0_1_MinWidth"
+"description": "Mínimo de impresión"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
143 => {#1052
+"inputCode": "E0_1_MinHeight"
+"description": ". x ."
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "5000.0"
}
144 => {#1051
+"inputCode": "E0_1_ChangeClamp"
+"description": "Cambia Pinza"
+"inputType": "UI_TYPE_BOOLEAN"
}
145 => {#1050
+"inputCode": "E0_1_Clamp"
+"description": "Pinza"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
146 => {#1049
+"inputCode": "E0_1_ChangeDownClamp"
+"description": "Cambia Contra Pinza"
+"inputType": "UI_TYPE_BOOLEAN"
}
147 => {#1048
+"inputCode": "E0_1_DownClamp"
+"description": "Contra Pinza"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
148 => {#1231
+"inputCode": "E0_1_ChangeDistAxis"
+"description": "Cambia gap al eje"
+"inputType": "UI_TYPE_BOOLEAN"
}
149 => {#1246
+"inputCode": "E0_1_DistanceAxisDir"
+"description": "Separación al Eje"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100.0000"
}
150 => {#1245
+"inputCode": "E0_1_ChangeDistDev"
+"description": "Cambia gap al desarrollo"
+"inputType": "UI_TYPE_BOOLEAN"
}
151 => {#1244
+"inputCode": "E0_1_DistanceDirMach"
+"description": "Separación al Desarrollo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100.0000"
}
152 => {#1243
+"inputCode": "E0_1_ChangeMaxWidth"
+"description": "Cambia Ancho Máximo"
+"inputType": "UI_TYPE_BOOLEAN"
}
153 => {#1242
+"inputCode": "E0_1_MaxWidth"
+"description": "Ancho Máximo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "10000.0"
}
154 => {#1241
+"inputCode": "E0_1_ChangeMaxHeight"
+"description": "Cambia Alto Máximo"
+"inputType": "UI_TYPE_BOOLEAN"
}
155 => {#1240
+"inputCode": "E0_1_MaxHeight"
+"description": "Alto Máximo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
156 => {#1239
+"inputCode": "E0_1_ChDigSignature"
+"description": "Cambia max pliegos digital"
+"inputType": "UI_TYPE_BOOLEAN"
}
157 => {#1238
+"inputCode": "E0_1_DigSignature"
+"description": "Max Pliegos Digitales"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "10000.0"
}
158 => {#1237
+"inputCode": "E0_1_Ch52Signature"
+"description": "Cambia max pliegos 52"
+"inputType": "UI_TYPE_BOOLEAN"
}
159 => {#1236
+"inputCode": "E0_1_52Signature"
+"description": "Max Pliegos Digitales"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "10000.0"
}
160 => {#1235
+"inputCode": "E0_1_EBox"
+"description": "Fin Box Componente 1 Forro"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
161 => {#1234
+"inputCode": "E_ChangeSpliceGlue"
+"description": "Cambia el pegamento de empalme"
+"inputType": "UI_TYPE_BOOLEAN"
}
162 => {#1233
+"inputCode": "E_SpliceGlue"
+"description": "Pegamento Empalme"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
163 => {#1232
+"inputCode": "E_ChangeKgBox"
+"description": "Cambia los kg por caja"
+"inputType": "UI_TYPE_BOOLEAN"
}
164 => {#1047
+"inputCode": "E_KgBox"
+"description": "Kg por caja"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
165 => {#1046
+"inputCode": "E_ChangeKgPalette"
+"description": "Cambia los kg por palet"
+"inputType": "UI_TYPE_BOOLEAN"
}
166 => {#1045
+"inputCode": "E_KgPallete"
+"description": "Kg por palet"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "1200.00"
}
167 => {#1224
+"inputCode": "E_ChangeKgTrailer"
+"description": "Cambia los kg por Tráiler"
+"inputType": "UI_TYPE_BOOLEAN"
}
168 => {#1230
+"inputCode": "E_KgTrailer"
+"description": "Kg por Tráiler"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100000.00"
}
169 => {#1229
+"inputCode": "E_ChangeKgTruck"
+"description": "Cambia los kg por Thorton"
+"inputType": "UI_TYPE_BOOLEAN"
}
170 => {#1228
+"inputCode": "E_KgTruck"
+"description": "Kg por Thorton"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100000.00"
}
171 => {#1227
+"inputCode": "E_ChangeCost"
+"description": "Cambia Costo Flete consolidado"
+"inputType": "UI_TYPE_BOOLEAN"
}
172 => {#1226
+"inputCode": "E_CostFreeight"
+"description": "Costo Flete Consolidado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100000.00"
}
173 => {#1225
+"inputCode": "E_ParametersSecEnd"
+"description": "Parámetros"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
174 => {#1044
+"inputCode": "E_Texts"
+"description": "Texto"
+"inputType": "UI_TYPE_TAB_PAGE"
}
175 => {#1043
+"inputCode": "E_TextsSecc"
+"description": "Textos"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
176 => {#1042
+"inputCode": "E_ChangeQText"
+"description": "Cambia Texto Propuesta?"
+"inputType": "UI_TYPE_BOOLEAN"
}
177 => {#1041
+"inputCode": "E_QuoteDesc"
+"description": "Texto de propuesta"
+"inputType": "UI_TYPE_TEXT"
}
178 => {#1040
+"inputCode": "E_ChangePText"
+"description": "Cambia Texto del Producto?"
+"inputType": "UI_TYPE_BOOLEAN"
}
179 => {#1039
+"inputCode": "E_ProductDescription"
+"description": "Descripción del producto"
+"inputType": "UI_TYPE_TEXT"
}
180 => {#1221
+"inputCode": "E_ChangePrtText"
+"description": "Cambia Instrucciones de impresión?"
+"inputType": "UI_TYPE_BOOLEAN"
}
181 => {#1223
+"inputCode": "E_PrintDescription"
+"description": "Descripción de impresión"
+"inputType": "UI_TYPE_TEXT"
}
182 => {#1222
+"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:22 [
0 => 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" => 340
"visible" => false
"api_type" => "productVariable"
"value" => "DIGITAL"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
1 => 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" => 343
"visible" => false
"api_type" => "productVariable"
"value" => "HOJA"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => false
]
2 => array:14 [
"inputCode" => "E0_1_Sustrate"
"inputType" => "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
"description" => "Papel"
"label_placeholder" => "Papel"
"tipo" => "select"
"options" => array:14 [
0 => array:2 [
"label" => "Estucado Brillo 90g."
"value" => "PEB090"
]
1 => array:2 [
"label" => "Estucado Brillo 100g"
"value" => "PEB100"
]
2 => array:2 [
"label" => "Estucado Brillo 115g."
"value" => "PEB115"
]
3 => array:2 [
"label" => "Estucado Brillo 130g."
"value" => "PEB130"
]
4 => array:2 [
"label" => "Estucado Brillo 150g."
"value" => "PEB150"
]
5 => array:2 [
"label" => "Estucado Brillo 170g."
"value" => "PEB170"
]
6 => array:2 [
"label" => "Estucado Brillo 200g."
"value" => "PEB200"
]
7 => array:2 [
"label" => "Estucado Mate 90g."
"value" => "PEM090"
]
8 => array:2 [
"label" => "Estucado Mate 100g"
"value" => "PEM100"
]
9 => array:2 [
"label" => "Estucado Mate 115g"
"value" => "PEM115"
]
10 => array:2 [
"label" => "Estucado Mate 130g"
"value" => "PEM130"
]
11 => array:2 [
"label" => "Estucado Mate 150g"
"value" => "PEM150"
]
12 => array:2 [
"label" => "Estucado Mate 170g"
"value" => "PEM170"
]
13 => array:2 [
"label" => "Estucado Mate 200g"
"value" => "PEM200"
]
]
"id_detalle" => 344
"visible" => true
"api_type" => "productVariable"
"value" => "PEB150"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
3 => 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" => 345
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => false
]
4 => 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" => 346
"visible" => false
"api_type" => "productVariable"
"value" => "L-LAM-BRILL"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => false
]
5 => 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" => 347
"visible" => false
"api_type" => "productVariable"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => false
]
6 => 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" => 348
"visible" => false
"api_type" => "productVariable"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => false
]
7 => 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" => 350
"visible" => false
"api_type" => "productVariable"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => false
]
8 => 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" => 351
"visible" => false
"api_type" => "productVariable"
"value" => "299.50"
"required" => true
]
9 => 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" => 352
"visible" => false
"api_type" => "productVariable"
"value" => "422.50"
"required" => true
]
10 => 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" => 353
"visible" => false
"api_type" => "productVariable"
"value" => "Piezas"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
11 => 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" => 354
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"required" => false
]
12 => 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" => 355
"visible" => false
"api_type" => "productVariable"
"value" => "CONVENCIONAL"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
13 => 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" => 356
"visible" => false
"api_type" => "productVariable"
"value" => "4"
"required" => true
]
14 => 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" => 357
"visible" => false
"api_type" => "productVariable"
"value" => "0"
"required" => true
]
15 => 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" => 358
"visible" => false
"api_type" => "productVariable"
"value" => "60"
"required" => true
]
16 => 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" => 359
"visible" => false
"api_type" => "productVariable"
"value" => "hojas"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
17 => array:14 [
"inputCode" => "E_PackingPieces_4"
"inputType" => "UI_TYPE_NUMBER"
"description" => "Piezas por fajilla"
"label_placeholder" => "Piezas por fajilla"
"tipo" => "integer"
"options" => []
"min" => "1"
"max" => "10000"
"step" => 1
"id_detalle" => 360
"visible" => false
"api_type" => "productVariable"
"value" => "250"
"required" => true
]
18 => 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" => 361
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
19 => 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" => 341
"visible" => true
"api_type" => "productVariable"
"value" => "297.00"
"required" => true
]
20 => 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" => 342
"visible" => true
"api_type" => "productVariable"
"value" => "420.00"
"required" => true
]
21 => array:11 [
"inputCode" => "ep_fecha_entrega"
"inputType" => "datetime"
"description" => ""
"label_placeholder" => "Fecha de entraga"
"tipo" => "datetime"
"options" => []
"id_detalle" => 363
"visible" => true
"api_type" => "jobVariable"
"value" => DateTime @1774602957 {#1738
date: 2026-03-27 09:15:57.760176 Atlantic/Canary (+00:00)
}
"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"){
{#1214
+"success": "true"
+"inputs": {#1183
+"input": array:183 [
0 => {#1200
+"inputCode": "E0_1_Cover"
+"description": "Forro"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
1 => {#1955
+"inputCode": "E_FinishGoodUnit"
+"description": "Unidad de medida producto terminado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1952
+"option": array:2 [
0 => {#1954
+"label": "Millares"
+"value": "Millares"
}
1 => {#1953
+"label": "Piezas"
+"value": "Piezas"
}
]
}
}
2 => {#1951
+"inputCode": "E_SalesInfo"
+"description": "Impresiòn"
+"inputType": "UI_TYPE_TAB_PAGE"
}
3 => {#1950
+"inputCode": "E_TSalesInfo"
+"description": "Observación Ventas"
+"inputType": "UI_TYPE_TEXT"
}
4 => {#1949
+"inputCode": "E0_1_CoverV"
+"description": "Componente Impreso"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
5 => {#1948
+"inputCode": "E0_1_Desc"
+"description": "Nombre Componente Impreso"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
6 => {#1947
+"inputCode": "E0_1_MachineForced"
+"description": "Forza Máquina de impresión"
+"inputType": "UI_TYPE_BOOLEAN"
}
7 => {#1946
+"inputCode": "E0_1_PrintMachine"
+"description": "Actividad de Impresión"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1939
+"entry": array:6 [
0 => {#1945
+"code": "CALC_PAPEL"
+"name": "SUSTRATO SIN IMPRESION"
}
1 => {#1944
+"code": "DIGITAL"
+"name": "DIGITAL"
}
2 => {#1943
+"code": "SM 52 2"
+"name": "SM 52 2"
}
3 => {#1942
+"code": "SM 52 4"
+"name": "SM 52 4"
}
4 => {#1941
+"code": "SM 74 5"
+"name": "SM 74 5"
}
5 => {#1940
+"code": "SUSTRATO SIN IMP"
+"name": "SUSTRATO SIN IMPRESION"
}
]
}
}
8 => {#1938
+"inputCode": "E0_1_Width"
+"description": "ANCHO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
9 => {#1937
+"inputCode": "E0_1_Height"
+"description": "LARGO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
10 => {#1936
+"inputCode": "E0_1_Trace"
+"description": "Esquema de Doblez"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1920
+"entry": array:15 [
0 => {#1935
+"code": "06 PAG ACO"
+"name": "06 PAG ACO"
}
1 => {#1934
+"code": "08 PAG ACO"
+"name": "08 PAG ACO"
}
2 => {#1933
+"code": "10 PAG PAR"
+"name": "10 PAG PAR"
}
3 => {#1932
+"code": "12 PAG"
+"name": "12 PAG"
}
4 => {#1931
+"code": "16 PAG CRUZ"
+"name": "16 PAG CRUZ"
}
5 => {#1930
+"code": "24 PAG"
+"name": "24 Páginas"
}
6 => {#1929
+"code": "8 PAG CRUZ"
+"name": "8 Paginas Cruz"
}
7 => {#1928
+"code": "CUADR VENTA"
+"name": "Cuadriptico Ventana"
}
8 => {#1927
+"code": "CUADRIPTICO"
+"name": "Cuadriptico"
}
9 => {#1926
+"code": "DIPTICO"
+"name": "Diptico"
}
10 => {#1925
+"code": "DIPTICO SIN REBASE"
+"name": "Diptico Sin Rebase"
}
11 => {#1924
+"code": "HOJA"
+"name": "hoja"
}
12 => {#1923
+"code": "HOJA SIN SANGRE"
+"name": "Hoja Sin Sangre"
}
13 => {#1922
+"code": "SIN_TRAZO"
+"name": "SIN_TRAZO"
}
14 => {#1921
+"code": "TRIPTICO"
+"name": "Triptico"
}
]
}
}
11 => {#1919
+"inputCode": "E0_1_SigOWidth"
+"description": "ANCHO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
12 => {#1918
+"inputCode": "E0_1_SigOHeight"
+"description": "LARGO"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
13 => {#1917
+"inputCode": "E0_1_PiecesPerSheet"
+"description": "Piezas por hoja"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "1000"
}
14 => {#1916
+"inputCode": "E0_1_EliminateMargin"
+"description": "Elimina Márgenes y rebases"
+"inputType": "UI_TYPE_BOOLEAN"
}
15 => {#1915
+"inputCode": "E0_1_FiberOr"
+"description": "Imprime en sentido de fibra?"
+"inputType": "UI_TYPE_BOOLEAN"
}
16 => {#1914
+"inputCode": "E0_1_Sustrate"
+"description": "Papel"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1894
+"entry": array:24 [
0 => {#1913
+"code": "OFF080"
+"name": "Offset de 80 grs"
}
1 => {#1912
+"code": "PADB80"
+"name": "ADHESIVO BRILLO DE 80 GRS"
}
2 => {#1911
+"code": "PADM80"
+"name": "ADHESIVO MATE DE 80 GRS"
}
3 => {#1910
+"code": "PEB090"
+"name": "Estucado Brillo 90g."
}
4 => {#1909
+"code": "PEB100"
+"name": "Estucado Brillo 100g"
}
5 => {#1908
+"code": "PEB115"
+"name": "Estucado Brillo 115g."
}
6 => {#1907
+"code": "PEB130"
+"name": "Estucado Brillo 130g."
}
7 => {#1906
+"code": "PEB150"
+"name": "Estucado Brillo 150g."
}
8 => {#1905
+"code": "PEB170"
+"name": "Estucado Brillo 170g."
}
9 => {#1904
+"code": "PEB200"
+"name": "Estucado Brillo 200g."
}
10 => {#1903
+"code": "PEB250"
+"name": "Estucado Brillo 250g."
}
11 => {#1902
+"code": "PEB300"
+"name": "Estucado Brillo 300g."
}
12 => {#1901
+"code": "PEB350"
+"name": "Estucado Brillo 350g."
}
13 => {#1900
+"code": "PEM090"
+"name": "Estucado Mate 90g."
}
14 => {#1899
+"code": "PEM100"
+"name": "Estucado Mate 100g"
}
15 => {#1898
+"code": "PEM115"
+"name": "Estucado Mate 115g"
}
16 => {#1897
+"code": "PEM130"
+"name": "Estucado Mate 130g"
}
17 => {#1896
+"code": "PEM150"
+"name": "Estucado Mate 150g"
}
18 => {#1895
+"code": "PEM170"
+"name": "Estucado Mate 170g"
}
19 => {#2073
+"code": "PEM200"
+"name": "Estucado Mate 200g"
}
20 => {#2077
+"code": "PEM250"
+"name": "Estucado Mate 250g"
}
21 => {#2076
+"code": "PEM300"
+"name": "Estucado Mate 300g"
}
22 => {#2075
+"code": "PEM350"
+"name": "Estucado Mate 350g"
}
23 => {#2074
+"code": "PESPV230"
+"name": "Especial para posavasos de 230 grs"
}
]
}
}
17 => {#1893
+"inputCode": "E0_1_Standard"
+"description": "Solo Papel Estandard"
+"inputType": "UI_TYPE_BOOLEAN"
}
18 => {#1892
+"inputCode": "E0_1_NewSustrate"
+"description": "Papel Nuevo"
+"inputType": "UI_TYPE_BOOLEAN"
}
19 => {#1891
+"inputCode": "E0_1_SustrateUnit"
+"description": "Unidad por Costo"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1887
+"option": array:3 [
0 => {#1890
+"label": "kg"
+"value": "kg"
}
1 => {#1889
+"label": "m2"
+"value": "m2"
}
2 => {#1888
+"label": "hojas"
+"value": "hojas"
}
]
}
}
20 => {#2068
+"inputCode": "E0_1_SustrateDesc"
+"description": "Descripción para papeles Nuevos"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "100"
+"upperCase": "false"
}
21 => {#2072
+"inputCode": "E0_1_SustrateCost"
+"description": "Costo de papel Nuevo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "1000.0000"
}
22 => {#2071
+"inputCode": "E0_1_SustrateGramage"
+"description": "Gramaje"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "500.0"
}
23 => {#2070
+"inputCode": "E0_1_SustrateWidth"
+"description": "Ancho"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
24 => {#2069
+"inputCode": "E0_1_SustrateHeight"
+"description": "Largo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "1000.0"
}
25 => {#1886
+"inputCode": "E0_1_InkGroup"
+"description": "Grupo de tinta"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1880
+"entry": array:5 [
0 => {#1885
+"code": "CONVENCIONAL"
+"name": "Offset Convencional"
}
1 => {#1884
+"code": "SERIGRAFIA"
+"name": "Tinta Serigrafia"
}
2 => {#1883
+"code": "TE_GAMA UV"
+"name": "Offset UV"
}
3 => {#1882
+"code": "TE_METALICA"
+"name": "Te Metalicas UV"
}
4 => {#1881
+"code": "TE-SIN TINTA"
+"name": "TE-SIN TINTA"
}
]
}
}
26 => {#2063
+"inputCode": "E0_1_InkNumberFront"
+"description": "Número de Tintas"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9"
}
27 => {#2067
+"inputCode": "E0_1_InkNumberBack"
+"description": "Número de Tintas"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9"
}
28 => {#2066
+"inputCode": "E0_1_CoveragePer"
+"description": "Porcentaje Cobertura"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "100"
}
29 => {#2065
+"inputCode": "E0_1_InkChoice_1"
+"description": "Elige Tinta 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
30 => {#2064
+"inputCode": "E0_1_InkPer_1"
+"description": "% Tinta 1"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
31 => {#1879
+"inputCode": "E0_1_Ink_1"
+"description": "Tinta 1"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
32 => {#1878
+"inputCode": "E0_1_InkChoice_2"
+"description": "Elige Tinta 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
33 => {#1877
+"inputCode": "E0_1_InkPer_2"
+"description": "% Tinta 2"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
34 => {#1876
+"inputCode": "E0_1_Ink_2"
+"description": "Tinta 2"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
35 => {#1875
+"inputCode": "E0_1_InkChoice_3"
+"description": "Elige Tinta 3"
+"inputType": "UI_TYPE_BOOLEAN"
}
36 => {#1874
+"inputCode": "E0_1_InkPer_3"
+"description": "% Tinta 3"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
37 => {#1873
+"inputCode": "E0_1_Ink_3"
+"description": "Tinta 3"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
38 => {#1872
+"inputCode": "E0_1_InkChoice_4"
+"description": "Elige Tinta 4"
+"inputType": "UI_TYPE_BOOLEAN"
}
39 => {#2061
+"inputCode": "E0_1_InkPer_4"
+"description": "% Tinta 4"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
40 => {#2062
+"inputCode": "E0_1_Ink_4"
+"description": "Tinta 4"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
41 => {#1871
+"inputCode": "E0_1_InkChoice_5"
+"description": "Elige Tinta 5"
+"inputType": "UI_TYPE_BOOLEAN"
}
42 => {#2052
+"inputCode": "E0_1_InkPer_5"
+"description": "% Tinta 5"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
43 => {#2060
+"inputCode": "E0_1_Ink_5"
+"description": "Tinta 5"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
44 => {#2059
+"inputCode": "E0_1_InkChoice_6"
+"description": "Elige Tinta 6"
+"inputType": "UI_TYPE_BOOLEAN"
}
45 => {#2058
+"inputCode": "E0_1_InkPer_6"
+"description": "% Tinta 6"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
46 => {#2057
+"inputCode": "E0_1_Ink_6"
+"description": "Tinta 6"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
47 => {#2056
+"inputCode": "E0_1_VarnishCho_1"
+"description": "Elige Barniz 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
48 => {#2055
+"inputCode": "E0_1_VarnishPer_1"
+"description": "% Barniz 1"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
49 => {#2054
+"inputCode": "E0_1_Varnish_1"
+"description": "Barniz 1"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1866
+"entry": array:5 [
0 => {#2053
+"code": "BAR MAQUINA"
+"name": "Barninz Máquina"
}
1 => {#1870
+"code": "XACA-BARN-UVI-B"
+"name": "Brnizado UVI Externo Brillo"
}
2 => {#1869
+"code": "XACA-BARN-UVI-B-R"
+"name": "Brnizado UVI Externo Brillo reserva"
}
3 => {#1868
+"code": "XACA-BARN-UVI-M"
+"name": "Brnizado UVI Externo Mate"
}
4 => {#1867
+"code": "XACA-BARN-UVI-M-R"
+"name": "Brnizado UVI Externo Mate reserva"
}
]
}
}
50 => {#1865
+"inputCode": "E0_1_SidesVarnish1"
+"description": "Lados Barniz"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1862
+"option": array:2 [
0 => {#1864
+"label": "Cara"
+"value": "1"
}
1 => {#1863
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
51 => {#1861
+"inputCode": "E0_1_VarnishCho_2"
+"description": "Elige Barniz 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
52 => {#1860
+"inputCode": "E0_1_VarnishPer_2"
+"description": "% Barniz 2"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
53 => {#1859
+"inputCode": "E0_1_Varnish_2"
+"description": "Barniz 2"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1853
+"entry": array:5 [
0 => {#1858
+"code": "BAR MAQUINA"
+"name": "Barninz Máquina"
}
1 => {#1857
+"code": "XACA-BARN-UVI-B"
+"name": "Brnizado UVI Externo Brillo"
}
2 => {#1856
+"code": "XACA-BARN-UVI-B-R"
+"name": "Brnizado UVI Externo Brillo reserva"
}
3 => {#1855
+"code": "XACA-BARN-UVI-M"
+"name": "Brnizado UVI Externo Mate"
}
4 => {#1854
+"code": "XACA-BARN-UVI-M-R"
+"name": "Brnizado UVI Externo Mate reserva"
}
]
}
}
54 => {#1852
+"inputCode": "E0_1_SidesVarnish2"
+"description": "Lados Barniz"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2051
+"option": array:2 [
0 => {#1851
+"label": "Cara"
+"value": "1"
}
1 => {#2050
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
55 => {#1850
+"inputCode": "E0_1_LaminateCho_1"
+"description": "Elige Plastificado 1"
+"inputType": "UI_TYPE_BOOLEAN"
}
56 => {#1849
+"inputCode": "E0_1_Laminate_1"
+"description": "Plastificado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1846
+"option": array:2 [
0 => {#1848
+"label": "Laminado Brillante"
+"value": "L-LAM-BRILL"
}
1 => {#1847
+"label": "Laminado Mate"
+"value": "L-LAM-MATE"
}
]
}
}
57 => {#1845
+"inputCode": "E0_1_SidesLaminate1"
+"description": "Lados Plastificado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1842
+"option": array:2 [
0 => {#1844
+"label": "Cara"
+"value": "1"
}
1 => {#1843
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
58 => {#2048
+"inputCode": "E0_1_LaminateCho_2"
+"description": "Elige Plastificado 2"
+"inputType": "UI_TYPE_BOOLEAN"
}
59 => {#2049
+"inputCode": "E0_1_Laminate_2"
+"description": "Tipo de Estampado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1838
+"option": array:3 [
0 => {#1841
+"label": "Laminado Oro"
+"value": "L-LAM-ORO-32"
}
1 => {#1840
+"label": "Laminado Plata"
+"value": "L-LAM-PLATA-32"
}
2 => {#1839
+"label": "Laminado UVI Stamping"
+"value": "L-LAM-UVISTAMPING-32"
}
]
}
}
60 => {#1837
+"inputCode": "E0_1_SidesLaminate2"
+"description": "Lados Estampado"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1834
+"option": array:2 [
0 => {#1836
+"label": "Cara"
+"value": "1"
}
1 => {#1835
+"label": "Cara/Dorso"
+"value": "2"
}
]
}
}
61 => {#1833
+"inputCode": "E_0_1EndCoverV"
+"description": "Forro"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
62 => {#2045
+"inputCode": "E_Finiahing"
+"description": "Acabados"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
63 => {#2047
+"inputCode": "E0_1_HotStampCho_1"
+"description": "Elige Estampado"
+"inputType": "UI_TYPE_BOOLEAN"
}
64 => {#2046
+"inputCode": "E0_1_HotStampEnt_1"
+"description": "Entradas Estampado"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
65 => {#1832
+"inputCode": "E0_1_NoHotStamping"
+"description": "Número de piezas Estampado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
66 => {#2041
+"inputCode": "E0_1_HotStampWidth"
+"description": "Ancho Pieza Estampado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
67 => {#2044
+"inputCode": "E0_1_HotStampHeight"
+"description": "Alto Pieza Estampado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
68 => {#2043
+"inputCode": "E0_1_HS_TOOL"
+"description": "Herramental Estampado"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
69 => {#2042
+"inputCode": "E0_1_HotStamping"
+"description": "Estampado"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1830
+"entry": {#1831
+"code": "L-LAM-ORO-32"
+"name": "FOIL ORO 32 CM"
}
}
}
70 => {#2038
+"inputCode": "E0_1_Embossing"
+"description": "Golpe Seco"
+"inputType": "UI_TYPE_BOOLEAN"
}
71 => {#2040
+"inputCode": "E0_1_EmbossingEnt"
+"description": "Entradas Golpe Seco"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
72 => {#2039
+"inputCode": "E0_1_NoEmbossing"
+"description": "Número de piezas en golpe seco"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "200.0"
}
73 => {#1829
+"inputCode": "E0_1_EmbosingWidth"
+"description": "Ancho Golpe Seco"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
74 => {#2035
+"inputCode": "E0_1_EmbossingHeight"
+"description": "Alto Golpe Seco"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "2000.0"
}
75 => {#2037
+"inputCode": "E0_1_Embossing_Tool"
+"description": "Herramental Golpe Seco"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
76 => {#2036
+"inputCode": "E0_1_DieCutting"
+"description": "Troquelado"
+"inputType": "UI_TYPE_BOOLEAN"
}
77 => {#1828
+"inputCode": "E0_1_DieCuttingEnt"
+"description": "Entradas Troquelado"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
78 => {#1827
+"inputCode": "E0_1_DieCuttingType"
+"description": "Tipo de Troquel"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2034
+"option": {#2032
+"label": "Troqeladora 52x70"
+"value": "SUAJE"
}
}
}
79 => {#2033
+"inputCode": "E0_1_DieCuttingTable"
+"description": "Herramental Troquel"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
80 => {#1826
+"inputCode": "E_EndCover"
+"description": "Forro"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
81 => {#2026
+"inputCode": "E_PrintTabBeg"
+"description": "TAB IMPRESIóN"
+"inputType": "UI_TYPE_TAB_PAGE"
}
82 => {#2031
+"inputCode": "E_Packing"
+"description": "Empaque"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
83 => {#2030
+"inputCode": "E_Packing4"
+"description": "Lleva Empaque 4"
+"inputType": "UI_TYPE_BOOLEAN"
}
84 => {#2029
+"inputCode": "E_PackingPieces_4"
+"description": "Piezas por fajilla"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "10000"
}
85 => {#2028
+"inputCode": "E_Packing2"
+"description": "Lleva Caja"
+"inputType": "UI_TYPE_BOOLEAN"
}
86 => {#2027
+"inputCode": "E_PackingItem2"
+"description": "Tipo de Caja"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
87 => {#1825
+"inputCode": "E_ChangeQtyPack2"
+"description": "Modifica piezas por caja?"
+"inputType": "UI_TYPE_BOOLEAN"
}
88 => {#1824
+"inputCode": "E_PackingPieces_2"
+"description": "Piezas por caja"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "100000"
}
89 => {#1823
+"inputCode": "E_Packing3"
+"description": "Lleva Palet"
+"inputType": "UI_TYPE_BOOLEAN"
}
90 => {#2023
+"inputCode": "E_PackingItem3"
+"description": "Tipo de Palet"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
91 => {#2025
+"inputCode": "E_ChangeQtyPack3"
+"description": "Modifica piezas por palet?"
+"inputType": "UI_TYPE_BOOLEAN"
}
92 => {#2024
+"inputCode": "E_PackingPieces_3"
+"description": "Piezas por Palet"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "1000000"
}
93 => {#1822
+"inputCode": "E_PackingEnd"
+"description": "Empaque"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
94 => {#2017
+"inputCode": "E_Shipipng"
+"description": "Entregas"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
95 => {#2022
+"inputCode": "E_ShippingChoice"
+"description": "Lleva Envíos?"
+"inputType": "UI_TYPE_BOOLEAN"
}
96 => {#2021
+"inputCode": "E_ChoiceNoShipping"
+"description": "Forza Número de Envíos"
+"inputType": "UI_TYPE_BOOLEAN"
}
97 => {#2020
+"inputCode": "E_NoShipping"
+"description": "Número de Envíos"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "10000000"
}
98 => {#2019
+"inputCode": "E_Destination"
+"description": "Destino"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#1814
+"entry": array:8 [
0 => {#2018
+"code": "EL HIERRO"
+"name": "EL HIERRO"
}
1 => {#1821
+"code": "FUERTEVENTURA"
+"name": "FUERTEVENTURA"
}
2 => {#1820
+"code": "LA GOMERA"
+"name": "LA GOMERA"
}
3 => {#1819
+"code": "LA PALMA"
+"name": "LA PALMA"
}
4 => {#1818
+"code": "LANZAROTE"
+"name": "LANZAROTE"
}
5 => {#1817
+"code": "LAS PALMAS"
+"name": "LAS PALMAS"
}
6 => {#1816
+"code": "SANTA CRUZ"
+"name": "SANTA CRUZ"
}
7 => {#1815
+"code": "TENERIFE"
+"name": "TENERIFE"
}
]
}
}
99 => {#1813
+"inputCode": "E_UnitType"
+"description": "Tipo de Unidad"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1811
+"option": {#1812
+"label": "Consolidado"
+"value": "Consolidado"
}
}
}
100 => {#1810
+"inputCode": "E_EndShpping"
+"description": "Empaque"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
101 => {#1809
+"inputCode": "E_Finishing_End"
+"description": "Acabados"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
102 => {#1808
+"inputCode": "E_Adicionales"
+"description": "Tab Adicionales"
+"inputType": "UI_TYPE_TAB_PAGE"
}
103 => {#1807
+"inputCode": "E_AdCostChoice"
+"description": "Costo Adicional"
+"inputType": "UI_TYPE_BOOLEAN"
}
104 => {#1806
+"inputCode": "E_AdCostItem"
+"description": "Tipo de Maquila"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
105 => {#1805
+"inputCode": "E_AdActivityCost"
+"description": "Actividad"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
106 => {#1804
+"inputCode": "E_AdCosto"
+"description": "Costo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100000.0000"
}
107 => {#1803
+"inputCode": "E_AdUnitCost"
+"description": "Unidad de medida"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1798
+"option": array:4 [
0 => {#1802
+"label": "Millares"
+"value": "Millares"
}
1 => {#1801
+"label": "unidades"
+"value": "unidades"
}
2 => {#1800
+"label": "m2"
+"value": "m2"
}
3 => {#1799
+"label": "1 pieza"
+"value": "1 pieza"
}
]
}
}
108 => {#2011
+"inputCode": "E_AdCostDesc"
+"description": "Descripción del Costo Adicional"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
109 => {#2016
+"inputCode": "E_AdCost2"
+"description": "Costo Adicional 2"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
110 => {#2015
+"inputCode": "E_AdCostChoice_2"
+"description": "Costo Adicional"
+"inputType": "UI_TYPE_BOOLEAN"
}
111 => {#2014
+"inputCode": "E_AdCostItem_2"
+"description": "Tipo de Maquila"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
112 => {#2013
+"inputCode": "E_AdActivityCost_2"
+"description": "Actividad"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
113 => {#2012
+"inputCode": "E_AdCosto_2"
+"description": "Costo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100000.0000"
}
114 => {#1797
+"inputCode": "E_AdUnitCost_2"
+"description": "Unidad de medida"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1792
+"option": array:4 [
0 => {#1796
+"label": "Millares"
+"value": "Millares"
}
1 => {#1795
+"label": "unidades"
+"value": "unidades"
}
2 => {#1794
+"label": "1 pieza"
+"value": "1 pieza"
}
3 => {#1793
+"label": "m2"
+"value": "m2"
}
]
}
}
115 => {#2007
+"inputCode": "E_AdCostDesc_2"
+"description": "Descripción del Costo Adicional"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
116 => {#2010
+"inputCode": "E_EndAdCost2"
+"description": "Costo Adicional 2"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
117 => {#2009
+"inputCode": "E_AdCost3"
+"description": "Costo Adicional 3"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
118 => {#2008
+"inputCode": "E_AdCostChoice_3"
+"description": "Costo Adicional"
+"inputType": "UI_TYPE_BOOLEAN"
}
119 => {#1791
+"inputCode": "E_AdCostItem_3"
+"description": "Tipo de Maquila"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
120 => {#1790
+"inputCode": "E_AdActivityCost_3"
+"description": "Actividad"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
121 => {#1789
+"inputCode": "E_AdCosto_3"
+"description": "Costo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100000.0000"
}
122 => {#1982
+"inputCode": "E_AdUnitCost_3"
+"description": "Unidad de medida"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2002
+"option": array:4 [
0 => {#2006
+"label": "Millares"
+"value": "Millares"
}
1 => {#2005
+"label": "unidades"
+"value": "unidades"
}
2 => {#2004
+"label": "1 pieza"
+"value": "1 pieza"
}
3 => {#2003
+"label": "m2"
+"value": "m2"
}
]
}
}
123 => {#2001
+"inputCode": "E_AdCostDesc_3"
+"description": "Descripción del Costo Adicional"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "200"
+"upperCase": "false"
}
124 => {#2000
+"inputCode": "E_EndAdCost3"
+"description": "Costo Adicional 3"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
125 => {#1999
+"inputCode": "E_AdCost4"
+"description": "Articulos Adicionales"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
126 => {#1998
+"inputCode": "E_ItemCosto_1"
+"description": "Factor 1"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
127 => {#1997
+"inputCode": "E_Item_1"
+"description": "Artículo Adicional"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
128 => {#1996
+"inputCode": "E_ItemCosto_2"
+"description": "Factor 2"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
129 => {#1995
+"inputCode": "E_Item_2"
+"description": "Artículo Adicional"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
130 => {#1994
+"inputCode": "E_ItemCosto_3"
+"description": "Factor 3"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
131 => {#1993
+"inputCode": "E_Item_3"
+"description": "Artículo Adicional"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
132 => {#1992
+"inputCode": "E_EndAdCost4"
+"description": "Articulos Adicionales"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
133 => {#1991
+"inputCode": "E _AdicionalesEnd"
+"description": "Adicionales"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
134 => {#1990
+"inputCode": "E_Parameters"
+"description": "Tab Parámetrors"
+"inputType": "UI_TYPE_TAB_PAGE"
}
135 => {#1989
+"inputCode": "E_ParametersSecc"
+"description": "Parámetros"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
136 => {#1988
+"inputCode": "E0_1_Box"
+"description": "Componente 1 Forro"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
137 => {#1987
+"inputCode": "E0_1_ChangeLatMarg"
+"description": "Cambia margen lateral"
+"inputType": "UI_TYPE_BOOLEAN"
}
138 => {#1986
+"inputCode": "E0_1_LateralMargin"
+"description": "Margen Lateral"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
139 => {#1985
+"inputCode": "E0_1_ChangeSupInfMrg"
+"description": "Cambia margen superior / inferior"
+"inputType": "UI_TYPE_BOOLEAN"
}
140 => {#1984
+"inputCode": "E0_1_SupInfMargin"
+"description": "Margen Superior / Inferior"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
141 => {#1983
+"inputCode": "E0_1_ChangeMin"
+"description": "Cambia ancho y alto mínimos"
+"inputType": "UI_TYPE_BOOLEAN"
}
142 => {#1788
+"inputCode": "E0_1_MinWidth"
+"description": "Mínimo de impresión"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
143 => {#1787
+"inputCode": "E0_1_MinHeight"
+"description": ". x ."
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "5000.0"
}
144 => {#1786
+"inputCode": "E0_1_ChangeClamp"
+"description": "Cambia Pinza"
+"inputType": "UI_TYPE_BOOLEAN"
}
145 => {#1785
+"inputCode": "E0_1_Clamp"
+"description": "Pinza"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
146 => {#1783
+"inputCode": "E0_1_ChangeDownClamp"
+"description": "Cambia Contra Pinza"
+"inputType": "UI_TYPE_BOOLEAN"
}
147 => {#1760
+"inputCode": "E0_1_DownClamp"
+"description": "Contra Pinza"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "5000.00"
}
148 => {#1966
+"inputCode": "E0_1_ChangeDistAxis"
+"description": "Cambia gap al eje"
+"inputType": "UI_TYPE_BOOLEAN"
}
149 => {#1981
+"inputCode": "E0_1_DistanceAxisDir"
+"description": "Separación al Eje"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100.0000"
}
150 => {#1980
+"inputCode": "E0_1_ChangeDistDev"
+"description": "Cambia gap al desarrollo"
+"inputType": "UI_TYPE_BOOLEAN"
}
151 => {#1979
+"inputCode": "E0_1_DistanceDirMach"
+"description": "Separación al Desarrollo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "100.0000"
}
152 => {#1978
+"inputCode": "E0_1_ChangeMaxWidth"
+"description": "Cambia Ancho Máximo"
+"inputType": "UI_TYPE_BOOLEAN"
}
153 => {#1977
+"inputCode": "E0_1_MaxWidth"
+"description": "Ancho Máximo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "10000.0"
}
154 => {#1976
+"inputCode": "E0_1_ChangeMaxHeight"
+"description": "Cambia Alto Máximo"
+"inputType": "UI_TYPE_BOOLEAN"
}
155 => {#1975
+"inputCode": "E0_1_MaxHeight"
+"description": "Alto Máximo"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0000"
+"maxValue": "10000.0000"
}
156 => {#1974
+"inputCode": "E0_1_ChDigSignature"
+"description": "Cambia max pliegos digital"
+"inputType": "UI_TYPE_BOOLEAN"
}
157 => {#1973
+"inputCode": "E0_1_DigSignature"
+"description": "Max Pliegos Digitales"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "10000.0"
}
158 => {#1972
+"inputCode": "E0_1_Ch52Signature"
+"description": "Cambia max pliegos 52"
+"inputType": "UI_TYPE_BOOLEAN"
}
159 => {#1971
+"inputCode": "E0_1_52Signature"
+"description": "Max Pliegos Digitales"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.0"
+"maxValue": "10000.0"
}
160 => {#1970
+"inputCode": "E0_1_EBox"
+"description": "Fin Box Componente 1 Forro"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
161 => {#1969
+"inputCode": "E_ChangeSpliceGlue"
+"description": "Cambia el pegamento de empalme"
+"inputType": "UI_TYPE_BOOLEAN"
}
162 => {#1968
+"inputCode": "E_SpliceGlue"
+"description": "Pegamento Empalme"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
163 => {#1967
+"inputCode": "E_ChangeKgBox"
+"description": "Cambia los kg por caja"
+"inputType": "UI_TYPE_BOOLEAN"
}
164 => {#1759
+"inputCode": "E_KgBox"
+"description": "Kg por caja"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100.00"
}
165 => {#1758
+"inputCode": "E_ChangeKgPalette"
+"description": "Cambia los kg por palet"
+"inputType": "UI_TYPE_BOOLEAN"
}
166 => {#1757
+"inputCode": "E_KgPallete"
+"description": "Kg por palet"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "1200.00"
}
167 => {#1959
+"inputCode": "E_ChangeKgTrailer"
+"description": "Cambia los kg por Tráiler"
+"inputType": "UI_TYPE_BOOLEAN"
}
168 => {#1965
+"inputCode": "E_KgTrailer"
+"description": "Kg por Tráiler"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100000.00"
}
169 => {#1964
+"inputCode": "E_ChangeKgTruck"
+"description": "Cambia los kg por Thorton"
+"inputType": "UI_TYPE_BOOLEAN"
}
170 => {#1963
+"inputCode": "E_KgTruck"
+"description": "Kg por Thorton"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100000.00"
}
171 => {#1962
+"inputCode": "E_ChangeCost"
+"description": "Cambia Costo Flete consolidado"
+"inputType": "UI_TYPE_BOOLEAN"
}
172 => {#1961
+"inputCode": "E_CostFreeight"
+"description": "Costo Flete Consolidado"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "100000.00"
}
173 => {#1960
+"inputCode": "E_ParametersSecEnd"
+"description": "Parámetros"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
174 => {#1755
+"inputCode": "E_Texts"
+"description": "Texto"
+"inputType": "UI_TYPE_TAB_PAGE"
}
175 => {#1131
+"inputCode": "E_TextsSecc"
+"description": "Textos"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
176 => {#1316
+"inputCode": "E_ChangeQText"
+"description": "Cambia Texto Propuesta?"
+"inputType": "UI_TYPE_BOOLEAN"
}
177 => {#1328
+"inputCode": "E_QuoteDesc"
+"description": "Texto de propuesta"
+"inputType": "UI_TYPE_TEXT"
}
178 => {#1179
+"inputCode": "E_ChangePText"
+"description": "Cambia Texto del Producto?"
+"inputType": "UI_TYPE_BOOLEAN"
}
179 => {#1167
+"inputCode": "E_ProductDescription"
+"description": "Descripción del producto"
+"inputType": "UI_TYPE_TEXT"
}
180 => {#1956
+"inputCode": "E_ChangePrtText"
+"description": "Cambia Instrucciones de impresión?"
+"inputType": "UI_TYPE_BOOLEAN"
}
181 => {#1958
+"inputCode": "E_PrintDescription"
+"description": "Descripción de impresión"
+"inputType": "UI_TYPE_TEXT"
}
182 => {#1957
+"inputCode": "E_TextsSecEnd"
+"description": "Texto OP"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
]
}
}