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>GRAN FORMATO 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>LONA</value></jobVariable><jobVariable><name>ep_titulo</name><type>string</type><value>Pedido WEB</value></jobVariable><jobVariable><name>job_type</name><type>string</type><value>VINILO</value></jobVariable><jobVariable><name>project_title_1</name><type>string</type><value>GRAN FORMATO</value></jobVariable><jobVariable><name>project_title_2</name><type>string</type><value>GRAN FORMATO</value></jobVariable><jobVariable><name>del_date</name><type>datetime</type><value>2026-03-27T12:00</value></jobVariable><jobVariable><name>order_reference</name><type>string</type><value>GRAN FORMATO</value></jobVariable><jobVariable><name>project_code</name><type>string</type><value>GRAN FORMATO</value></jobVariable><jobVariable><name>studio_as_project</name><type>boolean</type><value>0</value></jobVariable><jobVariable><name>packs_as_project</name><type>boolean</type><value>0</value></jobVariable><jobVariable><name>delivers_as_project</name><type>boolean</type><value>0</value></jobVariable><jobVariable><name>dnote_as_project</name><type>boolean</type><value>0</value></jobVariable><jobVariable><name>del_addr</name><type>integer</type><value>1</value></jobVariable><jobVariable><name>inv_addr</name><type>integer</type><value>1</value></jobVariable><jobVariable><name>output_text</name><type>string</type><value>_FULL</value></jobVariable><jobVariable><name>output_close</name><type>string</type><value>Si necesita más ayuda, no dude en ponerse en contacto con nosotros. Atentamente</value></jobVariable><jobVariable><name>output_prepared</name><type>string</type><value>ORIG</value></jobVariable><jobVariable><name>despatch_type</name><type>string</type><value>COURIER_ON</value></jobVariable><jobVariable><name>despatch_serv</name><type>string</type><value>NEXTDAY</value></jobVariable><jobVariable><name>despatch_supp</name><type>string</type><value>HALCORIER</value></jobVariable><jobVariable><name>despacth_date</name><type>datetime</type><value>2026-03-27T12:00</value></jobVariable><jobVariable><name>despatch_0900</name><type>boolean</type><value>0</value></jobVariable><jobVariable><name>despatch_0930</name><type>boolean</type><value>1</value></jobVariable><jobVariable><name>despatch_1000</name><type>boolean</type><value>0</value></jobVariable><jobVariable><name>despatch_1030</name><type>boolean</type><value>0</value></jobVariable><line><!-- Tipo de Trabajo. --><productCode>GRAN_FORMATO V25</productCode><!-- Título de la línea de oferta. --><description>WEB SERVICES</description><quantity>1</quantity><productVariable><name>prod_roll</name><type>string</type><value>LONAMICOPERFORADA</value></productVariable><productVariable><name>wo_type</name><type>string</type><value>GRFLONA</value></productVariable><productVariable><name>width</name><type>integer</type><value>1000</value></productVariable><productVariable><name>height</name><type>integer</type><value>600</value></productVariable><productVariable><name>num_artworks</name><type>integer</type><value>1</value></productVariable><productVariable><name>files_type</name><type>string</type><value>FILES_1</value></productVariable><productVariable><name>lam_required</name><type>boolean</type><value>0</value></productVariable><productVariable><name>files_ins</name><type>string</type><value>Instrucciones</value></productVariable><productVariable><name>proof_int</name><type>string</type><value>-</value></productVariable><productVariable><name>proof_ext</name><type>string</type><value>PROOF_EXT_2</value></productVariable><productVariable><name>proof_ins</name><type>string</type><value>Instrucciones</value></productVariable><productVariable><name>quote_txt_level</name><type>string</type><value>_FULL</value></productVariable><productVariable><name>despatch_num</name><type>integer</type><value>1</value></productVariable><productVariable><name>despatch_day</name><type>string</type><value>wkd</value></productVariable></line></enquiry>"
In
ProductoService.php
line 156:
if($_ENV['DEV_DEBUG'] == "true"){
dump($body);
dump($response);
// die;
}
if($response->success == "true"){
{#1165
+"success": "true"
+"lineQtyPrice": {#1161
+"lineNumber": "1"
+"quantity": "1"
+"price": "94.52"
+"taxValue": "0"
+"foreignPrice": "0"
+"foreignTaxValue": "0"
+"isUnresolved": "false"
+"whyUnresolved": {#1162}
}
}
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
"GRAN_FORMATO V25"
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)){
94.52
In
ProductoService.php
line 129:
$response = $this->apiService->productInputList($producto->getSubGrupoProducto()->getPlantilla());
if($_ENV['DEV_DEBUG'] == "true"){
dump($response);
// die;
}
if($response->success == "true"){
{#1286
+"success": "true"
+"inputs": {#1288
+"input": array:802 [
0 => {#1287
+"inputCode": "need_date"
+"description": "delivery date"
+"inputType": "UI_TYPE_XDATE"
}
1 => {#2089
+"inputCode": "ship_date"
+"description": "ship date"
+"inputType": "UI_TYPE_XDATE"
}
2 => {#2088
+"inputCode": "quote_individually"
+"description": "include make ready and wastage"
+"inputType": "UI_TYPE_BOOLEAN"
}
3 => {#2087
+"inputCode": "separator"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
4 => {#2086
+"inputCode": "prod_roll"
+"description": "standard roll product"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#2060 …1}
}
5 => {#2059
+"inputCode": "prod_sheet"
+"description": "standard sheet product"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
}
6 => {#2058
+"inputCode": "prod_update"
+"description": "update from product repository"
+"inputType": "UI_TYPE_BOOLEAN"
}
7 => {#2057
+"inputCode": "prod_create"
+"description": "create in product repository"
+"inputType": "UI_TYPE_BOOLEAN"
}
8 => {#2056
+"inputCode": "prod_test"
+"description": "add test mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
9 => {#2055
+"inputCode": "prod_code"
+"description": "pdr entry"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "true"
}
10 => {#2054
+"inputCode": "prod_name"
+"description": "pdr entry"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
11 => {#2053
+"inputCode": "item_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
12 => {#2393
+"inputCode": "wo_type"
+"description": "product type"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
13 => {#2397
+"inputCode": "width"
+"description": "width"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "999999"
}
14 => {#2396
+"inputCode": "space_001"
+"description": "spacer"
+"inputType": "UI_TYPE_SPACER"
}
15 => {#2395
+"inputCode": "height"
+"description": "height"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "999999"
}
16 => {#2394
+"inputCode": "cu_bleed_left"
+"description": "left"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
17 => {#2052
+"inputCode": "cu_bleed_right"
+"description": "right"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
18 => {#2051
+"inputCode": "cu_bleed_top"
+"description": "top"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
19 => {#2050
+"inputCode": "cu_bleed_bottom"
+"description": "bottom"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
20 => {#2049
+"inputCode": "cu_bleed_addsvisual"
+"description": "adds to visual"
+"inputType": "UI_TYPE_BOOLEAN"
}
21 => {#2048
+"inputCode": "prod_bleed_left"
+"description": "left"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
22 => {#2047
+"inputCode": "prod_bleed_right"
+"description": "right"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
23 => {#2046
+"inputCode": "prod_bleed_top"
+"description": "top"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
24 => {#2045
+"inputCode": "prod_bleed_bottom"
+"description": "bottom"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
25 => {#2044
+"inputCode": "blank_bleed_left"
+"description": "left"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
26 => {#2043
+"inputCode": "blank_bleed_right"
+"description": "right"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
27 => {#2042
+"inputCode": "blank_bleed_top"
+"description": "top"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
28 => {#2041
+"inputCode": "blank_bleed_bottom"
+"description": "bottom"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
29 => {#2389
+"inputCode": "sides"
+"description": "sides"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2037 …1}
}
30 => {#2036
+"inputCode": "sqm_total"
+"description": "visual square metre(s)"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999999.99"
}
31 => {#2035
+"inputCode": "sqm_total_order"
+"description": "order square metre(s)"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999999.99"
}
32 => {#2034
+"inputCode": "item_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
33 => {#2033
+"inputCode": "_studio_tab"
+"description": "tab"
+"inputType": "UI_TYPE_TAB_PAGE"
}
34 => {#2032
+"inputCode": "files_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
35 => {#2031
+"inputCode": "num_artworks"
+"description": "number of artworks / designs"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "9999"
}
36 => {#2385
+"inputCode": "files_source"
+"description": "supplied by"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2026 …1}
}
37 => {#2025
+"inputCode": "files_due"
+"description": "file due date"
+"inputType": "UI_TYPE_XDATE"
}
38 => {#2380
+"inputCode": "files_type"
+"description": "*repo_files"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2373 …1}
}
39 => {#2379
+"inputCode": "files_time"
+"description": "duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
40 => {#2378
+"inputCode": "files_per_aw"
+"description": "files per artwork"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "10"
+"upperCase": "false"
}
41 => {#2377
+"inputCode": "files_time_over"
+"description": "override files time"
+"inputType": "UI_TYPE_BOOLEAN"
}
42 => {#2376
+"inputCode": "files_ins"
+"description": "file instructions"
+"inputType": "UI_TYPE_TEXT"
}
43 => {#2375
+"inputCode": "files_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
44 => {#2374
+"inputCode": "proof_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
45 => {#2022
+"inputCode": "proof_int"
+"description": "*repo_proofs"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2020 …1}
}
46 => {#2019
+"inputCode": "proof_ext"
+"description": "*repo_proofs"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2014 …1}
}
47 => {#2013
+"inputCode": "proof_contact"
+"description": "proof approver"
+"inputType": "UI_TYPE_ADDRESS_LOOKUP"
}
48 => {#2012
+"inputCode": "proof_ins"
+"description": "proof instructions"
+"inputType": "UI_TYPE_TEXT"
}
49 => {#2364
+"inputCode": "proof_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
50 => {#2372
+"inputCode": "_print_tab"
+"description": "tab"
+"inputType": "UI_TYPE_TAB_PAGE"
}
51 => {#2371
+"inputCode": "media_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
52 => {#2370
+"inputCode": "media_rolls"
+"description": "media _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
53 => {#2369
+"inputCode": "media_sheets"
+"description": "media _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
54 => {#2368
+"inputCode": "media_txt"
+"description": "media details"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
55 => {#2367
+"inputCode": "media_over"
+"description": "override media txt"
+"inputType": "UI_TYPE_BOOLEAN"
}
56 => {#2366
+"inputCode": "media_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
57 => {#2365
+"inputCode": "press_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
58 => {#2011
+"inputCode": "press_rolls"
+"description": "*repo_press_rolls"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2008 …1}
}
59 => {#2007
+"inputCode": "press_rolls_over"
+"description": "override press"
+"inputType": "UI_TYPE_BOOLEAN"
}
60 => {#2006
+"inputCode": "dyesub_transfer"
+"description": "with transfer paper"
+"inputType": "UI_TYPE_BOOLEAN"
}
61 => {#2005
+"inputCode": "print_direction"
+"description": "printing direction rolls"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2001 …1}
}
62 => {#2000
+"inputCode": "print_override"
+"description": "override rolls"
+"inputType": "UI_TYPE_BOOLEAN"
}
63 => {#1999
+"inputCode": "print_drops"
+"description": "number of drops rolls"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
64 => {#1998
+"inputCode": "drop_override"
+"description": "override drops"
+"inputType": "UI_TYPE_BOOLEAN"
}
65 => {#1997
+"inputCode": "drop_type"
+"description": "join type"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1989 …1}
}
66 => {#1988
+"inputCode": "drop_join_width"
+"description": "width of join rolls"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "1000"
}
67 => {#1987
+"inputCode": "drop_join_over"
+"description": "override join"
+"inputType": "UI_TYPE_BOOLEAN"
}
68 => {#1986
+"inputCode": "press_sheets"
+"description": "*repo_press_sheets"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1984 …1}
}
69 => {#1983
+"inputCode": "press_sheets_over"
+"description": "override press"
+"inputType": "UI_TYPE_BOOLEAN"
}
70 => {#1982
+"inputCode": "press_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
71 => {#1981
+"inputCode": "press_m_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
72 => {#1980
+"inputCode": "reverse_print"
+"description": "reverse print"
+"inputType": "UI_TYPE_BOOLEAN"
}
73 => {#1979
+"inputCode": "press_mode_1_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
74 => {#1978
+"inputCode": "press_mode_1"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
75 => {#1977
+"inputCode": "press_mode_2_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
76 => {#1976
+"inputCode": "press_mode_2"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
77 => {#1975
+"inputCode": "press_mode_3_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
78 => {#1974
+"inputCode": "press_mode_3"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
79 => {#1973
+"inputCode": "press_mode_4_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
80 => {#1972
+"inputCode": "press_mode_4"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
81 => {#1971
+"inputCode": "press_mode_5_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
82 => {#1970
+"inputCode": "press_mode_5"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
83 => {#1969
+"inputCode": "press_mode_6_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
84 => {#1968
+"inputCode": "press_mode_6"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
85 => {#1967
+"inputCode": "press_mode_7_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
86 => {#1966
+"inputCode": "press_mode_7"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
87 => {#1965
+"inputCode": "press_mode_8_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
88 => {#1964
+"inputCode": "press_mode_8"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
89 => {#1963
+"inputCode": "press_mode_9_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
90 => {#1962
+"inputCode": "press_mode_9"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
91 => {#1961
+"inputCode": "press_mode_10_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
92 => {#1960
+"inputCode": "press_mode_10"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
93 => {#1959
+"inputCode": "print_ins"
+"description": "print instructions"
+"inputType": "UI_TYPE_TEXT"
}
94 => {#1958
+"inputCode": "press_m_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
95 => {#1957
+"inputCode": "col_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
96 => {#1956
+"inputCode": "col_match"
+"description": "colour match"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1953 …1}
}
97 => {#1952
+"inputCode": "col_match_2"
+"description": "colour match"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1942 …1}
}
98 => {#1941
+"inputCode": "col_match_3"
+"description": "colour match"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1931 …1}
}
99 => {#1930
+"inputCode": "col_ins"
+"description": "colour instructions"
+"inputType": "UI_TYPE_TEXT"
}
100 => {#1929
+"inputCode": "col_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
101 => {#1928
+"inputCode": "_finishing_tab"
+"description": "tab"
+"inputType": "UI_TYPE_TAB_PAGE"
}
102 => {#1927
+"inputCode": "lam_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
103 => {#1926
+"inputCode": "lam_required"
+"description": "lam required"
+"inputType": "UI_TYPE_BOOLEAN"
}
104 => {#1925
+"inputCode": "lam_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1921 …1}
}
105 => {#1920
+"inputCode": "lam_sides"
+"description": "lam sides"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1915 …1}
}
106 => {#1914
+"inputCode": "lam_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
107 => {#1913
+"inputCode": "lam_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
108 => {#1912
+"inputCode": "lam_mat"
+"description": "lam material"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
109 => {#1911
+"inputCode": "lam_mat2"
+"description": "lam material"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
110 => {#1910
+"inputCode": "lam_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
111 => {#1909
+"inputCode": "lam_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
112 => {#1908
+"inputCode": "lam_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
113 => {#1907
+"inputCode": "lam_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
114 => {#1906
+"inputCode": "lam_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
115 => {#1905
+"inputCode": "lam_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
116 => {#1904
+"inputCode": "lam_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
117 => {#1903
+"inputCode": "lam_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
118 => {#1902
+"inputCode": "lam_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
119 => {#1901
+"inputCode": "mount_start"
+"description": "top"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
120 => {#1900
+"inputCode": "mount_required"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
121 => {#1899
+"inputCode": "mount_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1895 …1}
}
122 => {#1894
+"inputCode": "mount_mat"
+"description": "mount"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
123 => {#1893
+"inputCode": "mount_wrap_required"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
124 => {#1892
+"inputCode": "mount_wrap_all_round"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
125 => {#1891
+"inputCode": "mount_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
126 => {#1890
+"inputCode": "mount_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
127 => {#1889
+"inputCode": "space_002"
+"description": "spacer"
+"inputType": "UI_TYPE_SPACER"
}
128 => {#1888
+"inputCode": "mount_wrap_thick"
+"description": "mount wrap thickness"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
129 => {#1887
+"inputCode": "mount_wrap_l"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
130 => {#1886
+"inputCode": "mount_wrap_l_bleed"
+"description": "mount wrap bleed"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
131 => {#1885
+"inputCode": "mount_wrap_bled_over"
+"description": "override bleed allow"
+"inputType": "UI_TYPE_BOOLEAN"
}
132 => {#1884
+"inputCode": "mount_wrap_r"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
133 => {#1883
+"inputCode": "mount_wrap_r_bleed"
+"description": "mount wrap bleed"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
134 => {#1882
+"inputCode": "mount_wrap_t"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
135 => {#1881
+"inputCode": "mount_wrap_t_bleed"
+"description": "mount wrap bleed"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
136 => {#1880
+"inputCode": "mount_wrap_b"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
137 => {#1879
+"inputCode": "mount_wrap_b_bleed"
+"description": "mount wrap bleed"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
138 => {#1878
+"inputCode": "mount_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
139 => {#1877
+"inputCode": "mount_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
140 => {#1876
+"inputCode": "mount_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
141 => {#1875
+"inputCode": "mount_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
142 => {#1874
+"inputCode": "mount_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
143 => {#1873
+"inputCode": "mount_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
144 => {#1872
+"inputCode": "mount_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
145 => {#1871
+"inputCode": "mount_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
146 => {#1870
+"inputCode": "mount_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
147 => {#1869
+"inputCode": "trim_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
148 => {#1868
+"inputCode": "trimming"
+"description": "trimming"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1862 …1}
}
149 => {#1861
+"inputCode": "reverse_trim"
+"description": "reverse Trim"
+"inputType": "UI_TYPE_BOOLEAN"
}
150 => {#1860
+"inputCode": "trim_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
151 => {#1859
+"inputCode": "trim_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
152 => {#1858
+"inputCode": "trim_meth"
+"description": "*repo_trimming"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1853 …1}
}
153 => {#1852
+"inputCode": "space_004"
+"description": "spacer"
+"inputType": "UI_TYPE_SPACER"
}
154 => {#1851
+"inputCode": "trim_meth2"
+"description": "*repo_trimming"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1846 …1}
}
155 => {#1845
+"inputCode": "trim1_mode_1_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
156 => {#1844
+"inputCode": "trim1_mode_1"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
157 => {#1843
+"inputCode": "trim2_mode_1_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
158 => {#1842
+"inputCode": "trim2_mode_1"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
159 => {#1841
+"inputCode": "trim1_mode_2_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
160 => {#1840
+"inputCode": "trim1_mode_2"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
161 => {#1839
+"inputCode": "trim2_mode_2_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
162 => {#1838
+"inputCode": "trim2_mode_2"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
163 => {#1837
+"inputCode": "trim1_mode_3_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
164 => {#1836
+"inputCode": "trim1_mode_3"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
165 => {#1835
+"inputCode": "trim2_mode_3_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
166 => {#1834
+"inputCode": "trim2_mode_3"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
167 => {#1833
+"inputCode": "trim1_mode_4_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
168 => {#1832
+"inputCode": "trim1_mode_4"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
169 => {#1831
+"inputCode": "trim2_mode_4_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
170 => {#1830
+"inputCode": "trim2_mode_4"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
171 => {#1829
+"inputCode": "trim1_mode_5_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
172 => {#1828
+"inputCode": "trim1_mode_5"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
173 => {#1827
+"inputCode": "trim2_mode_5_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
174 => {#1826
+"inputCode": "trim2_mode_5"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
175 => {#1825
+"inputCode": "trim1_mode_6_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
176 => {#1824
+"inputCode": "trim1_mode_6"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
177 => {#1823
+"inputCode": "trim2_mode_6_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
178 => {#1822
+"inputCode": "trim2_mode_6"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
179 => {#1821
+"inputCode": "trim1_mode_7_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
180 => {#1820
+"inputCode": "trim1_mode_7"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
181 => {#1819
+"inputCode": "trim2_mode_7_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
182 => {#1818
+"inputCode": "trim2_mode_7"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
183 => {#1817
+"inputCode": "trim1_mode_8_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
184 => {#1816
+"inputCode": "trim1_mode_8"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
185 => {#1815
+"inputCode": "trim2_mode_8_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
186 => {#1814
+"inputCode": "trim2_mode_8"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
187 => {#1813
+"inputCode": "trim1_mode_9_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
188 => {#1812
+"inputCode": "trim1_mode_9"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
189 => {#1811
+"inputCode": "trim2_mode_9_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
190 => {#1810
+"inputCode": "trim2_mode_9"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
191 => {#1809
+"inputCode": "trim1_mode_10_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
192 => {#1808
+"inputCode": "trim1_mode_10"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
193 => {#1807
+"inputCode": "trim2_mode_10_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
194 => {#1806
+"inputCode": "trim2_mode_10"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
195 => {#1805
+"inputCode": "trim1_weeding"
+"description": "weeding"
+"inputType": "UI_TYPE_BOOLEAN"
}
196 => {#1804
+"inputCode": "trim1_app_tape"
+"description": "app tape"
+"inputType": "UI_TYPE_BOOLEAN"
}
197 => {#1803
+"inputCode": "trim2_weeding"
+"description": "weeding"
+"inputType": "UI_TYPE_BOOLEAN"
}
198 => {#1802
+"inputCode": "trim2_app_tape"
+"description": "app tape"
+"inputType": "UI_TYPE_BOOLEAN"
}
199 => {#1801
+"inputCode": "trim1_app_tape_mat"
+"description": "tape"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
200 => {#1800
+"inputCode": "space_007"
+"description": "spacer"
+"inputType": "UI_TYPE_SPACER"
}
201 => {#1799
+"inputCode": "trim2_app_tape_mat"
+"description": "tape"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
202 => {#1798
+"inputCode": "trim_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
203 => {#1797
+"inputCode": "trim_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
204 => {#1796
+"inputCode": "trim1_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
205 => {#1795
+"inputCode": "trim2_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
206 => {#1794
+"inputCode": "trim_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
207 => {#1793
+"inputCode": "tape_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
208 => {#1792
+"inputCode": "tape_required"
+"description": "tape required"
+"inputType": "UI_TYPE_BOOLEAN"
}
209 => {#1791
+"inputCode": "tape_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1787 …1}
}
210 => {#1786
+"inputCode": "tape_all_round"
+"description": "tape all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
211 => {#1785
+"inputCode": "tape_mat"
+"description": "tape"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
212 => {#1784
+"inputCode": "tape_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
213 => {#1783
+"inputCode": "tape_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
214 => {#1782
+"inputCode": "tape_left"
+"description": "tape left"
+"inputType": "UI_TYPE_BOOLEAN"
}
215 => {#1781
+"inputCode": "tape_right"
+"description": "tape right"
+"inputType": "UI_TYPE_BOOLEAN"
}
216 => {#1780
+"inputCode": "tape_top"
+"description": "tape top"
+"inputType": "UI_TYPE_BOOLEAN"
}
217 => {#1779
+"inputCode": "tape_bottom"
+"description": "tape bottom"
+"inputType": "UI_TYPE_BOOLEAN"
}
218 => {#1778
+"inputCode": "tape_middle_v"
+"description": "tape middle vertical"
+"inputType": "UI_TYPE_BOOLEAN"
}
219 => {#1777
+"inputCode": "tape_middle_h"
+"description": "tape middle horizontal"
+"inputType": "UI_TYPE_BOOLEAN"
}
220 => {#1776
+"inputCode": "tape_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
221 => {#1775
+"inputCode": "tape_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
222 => {#1774
+"inputCode": "tape_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
223 => {#1773
+"inputCode": "tape_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
224 => {#1772
+"inputCode": "tape_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
225 => {#1771
+"inputCode": "tape_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
226 => {#1770
+"inputCode": "tape_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
227 => {#1769
+"inputCode": "tape_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
228 => {#1768
+"inputCode": "tape_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
229 => {#1767
+"inputCode": "hem_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
230 => {#1766
+"inputCode": "hem_required"
+"description": "hem required"
+"inputType": "UI_TYPE_BOOLEAN"
}
231 => {#1765
+"inputCode": "hem_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1761 …1}
}
232 => {#1760
+"inputCode": "hem_all_round"
+"description": "hem all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
233 => {#1759
+"inputCode": "hem_printed"
+"description": "hem printed"
+"inputType": "UI_TYPE_BOOLEAN"
}
234 => {#1758
+"inputCode": "hem_type"
+"description": "hem type"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1749 …1}
}
235 => {#1748
+"inputCode": "hem_tape"
+"description": "hem tape _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
236 => {#1747
+"inputCode": "hem_rope"
+"description": "hem rope _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
237 => {#1746
+"inputCode": "hem_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
238 => {#1745
+"inputCode": "hem_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
239 => {#1744
+"inputCode": "hem_left"
+"description": "hem left"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
240 => {#1743
+"inputCode": "hem_right"
+"description": "hem right"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
241 => {#1742
+"inputCode": "hem_top"
+"description": "hem top"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
242 => {#1741
+"inputCode": "hem_bottom"
+"description": "hem bottom"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
243 => {#1740
+"inputCode": "hem_allow_over"
+"description": "override hem allow"
+"inputType": "UI_TYPE_BOOLEAN"
}
244 => {#1739
+"inputCode": "hem_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
245 => {#1738
+"inputCode": "hem_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
246 => {#1737
+"inputCode": "hem_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
247 => {#1736
+"inputCode": "hem_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
248 => {#1735
+"inputCode": "hem_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
249 => {#1734
+"inputCode": "hem_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
250 => {#1733
+"inputCode": "hem_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
251 => {#1732
+"inputCode": "hem_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
252 => {#1731
+"inputCode": "hem_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
253 => {#1730
+"inputCode": "eye_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
254 => {#1729
+"inputCode": "eye_required"
+"description": "eyelets required"
+"inputType": "UI_TYPE_BOOLEAN"
}
255 => {#1728
+"inputCode": "eye_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1724 …1}
}
256 => {#1723
+"inputCode": "eye_all_round"
+"description": "eyelets all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
257 => {#1722
+"inputCode": "eye_corner_only"
+"description": "eyelets in corners only"
+"inputType": "UI_TYPE_BOOLEAN"
}
258 => {#1721
+"inputCode": "eye_as_spec"
+"description": "eyelets as specification"
+"inputType": "UI_TYPE_BOOLEAN"
}
259 => {#1720
+"inputCode": "eye_spec_no"
+"description": "eyelet number"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "99999"
}
260 => {#1719
+"inputCode": "eyelets"
+"description": "eyelets _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
261 => {#1718
+"inputCode": "eyelet_washers"
+"description": "washers _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
262 => {#1717
+"inputCode": "eye_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
263 => {#1716
+"inputCode": "eye_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
264 => {#1715
+"inputCode": "eye_left"
+"description": "eyelet spacing left"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "99999"
}
265 => {#1714
+"inputCode": "eye_right"
+"description": "eyelet spacing right"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "99999"
}
266 => {#1713
+"inputCode": "eye_top"
+"description": "eyelet spacing top"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "99999"
}
267 => {#1712
+"inputCode": "eye_bottom"
+"description": "eyelet spacing bottom"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "99999"
}
268 => {#1711
+"inputCode": "eye_per_item"
+"description": "eyelets item"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "99999"
}
269 => {#1710
+"inputCode": "eye_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
270 => {#1709
+"inputCode": "eye_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
271 => {#1708
+"inputCode": "eye_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
272 => {#1707
+"inputCode": "eye_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
273 => {#1706
+"inputCode": "eye_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
274 => {#1705
+"inputCode": "eye_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
275 => {#1704
+"inputCode": "eye_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
276 => {#1703
+"inputCode": "eye_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
277 => {#1702
+"inputCode": "eye_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
278 => {#1701
+"inputCode": "keder_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
279 => {#1700
+"inputCode": "keder_required"
+"description": "keder required"
+"inputType": "UI_TYPE_BOOLEAN"
}
280 => {#1699
+"inputCode": "ked_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1695 …1}
}
281 => {#1694
+"inputCode": "keder_type"
+"description": "keder type"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1688 …1}
}
282 => {#2353
+"inputCode": "keder_all_round"
+"description": "keder all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
283 => {#2356
+"inputCode": "ked_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
284 => {#2355
+"inputCode": "ked_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
285 => {#2354
+"inputCode": "k_left"
+"description": "keder left"
+"inputType": "UI_TYPE_BOOLEAN"
}
286 => {#1687
+"inputCode": "keder_left"
+"description": "keder left _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
287 => {#1686
+"inputCode": "ked_left"
+"description": "keder left"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
288 => {#2349
+"inputCode": "ked_bead_left"
+"description": "keder left"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
289 => {#2352
+"inputCode": "k_right"
+"description": "keder right"
+"inputType": "UI_TYPE_BOOLEAN"
}
290 => {#2351
+"inputCode": "keder_right"
+"description": "keder right _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
291 => {#2350
+"inputCode": "ked_right"
+"description": "keder right"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
292 => {#1685
+"inputCode": "ked_bead_right"
+"description": "keder right"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
293 => {#1684
+"inputCode": "k_top"
+"description": "keder top"
+"inputType": "UI_TYPE_BOOLEAN"
}
294 => {#1683
+"inputCode": "keder_top"
+"description": "keder top _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
295 => {#1682
+"inputCode": "ked_top"
+"description": "keder top"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
296 => {#1681
+"inputCode": "ked_bead_top"
+"description": "keder top"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
297 => {#1680
+"inputCode": "k_bottom"
+"description": "keder bottom"
+"inputType": "UI_TYPE_BOOLEAN"
}
298 => {#1679
+"inputCode": "keder_bottom"
+"description": "keder bottom _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
299 => {#1678
+"inputCode": "ked_bottom"
+"description": "keder bottom"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
300 => {#1677
+"inputCode": "ked_bead_bottom"
+"description": "keder bottom"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
301 => {#1676
+"inputCode": "ked_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
302 => {#1675
+"inputCode": "ked_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
303 => {#1674
+"inputCode": "ked_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
304 => {#1673
+"inputCode": "ked_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
305 => {#2343
+"inputCode": "ked_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
306 => {#2348
+"inputCode": "ked_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
307 => {#2347
+"inputCode": "ked_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
308 => {#2346
+"inputCode": "ked_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
309 => {#2345
+"inputCode": "keder_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
310 => {#2344
+"inputCode": "pocket_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
311 => {#1672
+"inputCode": "pocket_required"
+"description": "pockets required"
+"inputType": "UI_TYPE_BOOLEAN"
}
312 => {#2337
+"inputCode": "pocket_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2339 …1}
}
313 => {#2338
+"inputCode": "pocket_all_round"
+"description": "pockets all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
314 => {#1671
+"inputCode": "pocket_printed"
+"description": "pocket printed"
+"inputType": "UI_TYPE_BOOLEAN"
}
315 => {#1670
+"inputCode": "pocket_type"
+"description": "pocket type"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2332 …1}
}
316 => {#1667
+"inputCode": "pocket_tape"
+"description": "pocket tape _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
317 => {#2325
+"inputCode": "pocket_rope"
+"description": "pocket rope _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
318 => {#2330
+"inputCode": "pock_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
319 => {#2329
+"inputCode": "pock_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
320 => {#2328
+"inputCode": "pocket_left"
+"description": "pocket left"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
321 => {#2327
+"inputCode": "pocket_right"
+"description": "pocket right"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
322 => {#2326
+"inputCode": "pocket_top"
+"description": "pocket top"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
323 => {#1666
+"inputCode": "pocket_bottom"
+"description": "pocket bottom"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
324 => {#1665
+"inputCode": "pocket_within_visual"
+"description": "within visual"
+"inputType": "UI_TYPE_BOOLEAN"
}
325 => {#1664
+"inputCode": "pock_allow_left"
+"description": "pocket allowance left"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
326 => {#1663
+"inputCode": "pock_allow_right"
+"description": "pocket allowance right"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
327 => {#2319
+"inputCode": "pock_allow_top"
+"description": "pocket allowance top"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
328 => {#2324
+"inputCode": "pock_allow_bottom"
+"description": "pocket allowance bottom"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
329 => {#2323
+"inputCode": "pock_allow_over"
+"description": "override pock allow"
+"inputType": "UI_TYPE_BOOLEAN"
}
330 => {#2322
+"inputCode": "pock_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
331 => {#2321
+"inputCode": "pock_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
332 => {#2320
+"inputCode": "pock_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
333 => {#1662
+"inputCode": "pock_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
334 => {#2313
+"inputCode": "pock_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
335 => {#2318
+"inputCode": "pock_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
336 => {#2317
+"inputCode": "pock_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
337 => {#2316
+"inputCode": "pocket_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
338 => {#2315
+"inputCode": "content_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
339 => {#2314
+"inputCode": "content_left"
+"description": "content left _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
340 => {#1661
+"inputCode": "content_left_size"
+"description": "content size"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
341 => {#1660
+"inputCode": "content_right"
+"description": "content right _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
342 => {#1659
+"inputCode": "content_right_size"
+"description": "content size"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
343 => {#1658
+"inputCode": "content_top"
+"description": "content top _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
344 => {#2307
+"inputCode": "content_top_size"
+"description": "content size"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
345 => {#2312
+"inputCode": "content_bottom"
+"description": "content bottom _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
346 => {#2311
+"inputCode": "content_bottom_size"
+"description": "content size"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
347 => {#2310
+"inputCode": "poc_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
348 => {#2309
+"inputCode": "content_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
349 => {#2308
+"inputCode": "velcro_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
350 => {#1657
+"inputCode": "velcro_required"
+"description": "velcro required"
+"inputType": "UI_TYPE_BOOLEAN"
}
351 => {#2301
+"inputCode": "vel_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2303 …1}
}
352 => {#2302
+"inputCode": "velcro_all_round"
+"description": "velcro all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
353 => {#1656
+"inputCode": "vel_type"
+"description": "velcro type"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2295 …1}
}
354 => {#2300
+"inputCode": "vel_oppo_diff"
+"description": "velcro oppo different"
+"inputType": "UI_TYPE_BOOLEAN"
}
355 => {#2299
+"inputCode": "velcro_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
356 => {#2298
+"inputCode": "velcro_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
357 => {#2297
+"inputCode": "vel_left"
+"description": "velcro left"
+"inputType": "UI_TYPE_BOOLEAN"
}
358 => {#2296
+"inputCode": "velcro_left"
+"description": "velcro left _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
359 => {#1652
+"inputCode": "vel_left_position"
+"description": "velcro left position"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2290 …1}
}
360 => {#1651
+"inputCode": "vel_left_opposing"
+"description": "velcro left opposing"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2287 …1}
}
361 => {#2286
+"inputCode": "velcro_left_oppo"
+"description": "velcro left _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
362 => {#2285
+"inputCode": "vel_right"
+"description": "velcro right"
+"inputType": "UI_TYPE_BOOLEAN"
}
363 => {#2284
+"inputCode": "velcro_right"
+"description": "velcro right _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
364 => {#1647
+"inputCode": "vel_right_position"
+"description": "velcro right position"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2278 …1}
}
365 => {#1646
+"inputCode": "vel_right_opposing"
+"description": "velcro right opposing"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2273 …1}
}
366 => {#2276
+"inputCode": "velcro_right_oppo"
+"description": "velcro right _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
367 => {#2275
+"inputCode": "vel_top"
+"description": "velcro top"
+"inputType": "UI_TYPE_BOOLEAN"
}
368 => {#2274
+"inputCode": "velcro_top"
+"description": "velcro top _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
369 => {#1640
+"inputCode": "vel_top_position"
+"description": "velcro top position"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1638 …1}
}
370 => {#1637
+"inputCode": "vel_top_opposing"
+"description": "velcro top opposing"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1631 …1}
}
371 => {#1630
+"inputCode": "velcro_top_oppo"
+"description": "velcro top_mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
372 => {#1629
+"inputCode": "vel_bottom"
+"description": "velcro bottom"
+"inputType": "UI_TYPE_BOOLEAN"
}
373 => {#1628
+"inputCode": "velcro_bottom"
+"description": "velcro bottom _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
374 => {#1627
+"inputCode": "vel_bottom_position"
+"description": "velcro bottom position"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1621 …1}
}
375 => {#1620
+"inputCode": "vel_bottom_opposing"
+"description": "velcro bottom opposing"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1614 …1}
}
376 => {#1613
+"inputCode": "velcro_bottom_oppo"
+"description": "velcro bottom _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
377 => {#1612
+"inputCode": "vel_middlev"
+"description": "velcro middle vertical"
+"inputType": "UI_TYPE_BOOLEAN"
}
378 => {#1611
+"inputCode": "velcro_middlev"
+"description": "velcro middlev _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
379 => {#1610
+"inputCode": "vel_middlev_position"
+"description": "velcro middlev position"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1604 …1}
}
380 => {#1603
+"inputCode": "vel_middlev_opposing"
+"description": "velcro middlev opposing"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2264 …1}
}
381 => {#2263
+"inputCode": "velcro_middlev_oppo"
+"description": "velcro middlev_mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
382 => {#2262
+"inputCode": "vel_middleh"
+"description": "velcro middleh horizontal"
+"inputType": "UI_TYPE_BOOLEAN"
}
383 => {#1602
+"inputCode": "velcro_middleh"
+"description": "velcro middleh_mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
384 => {#1601
+"inputCode": "vel_middleh_position"
+"description": "velcro middleh position"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1599 …1}
}
385 => {#1598
+"inputCode": "vel_middleh_opposing"
+"description": "velcro middleh opposing"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1592 …1}
}
386 => {#1591
+"inputCode": "velcro_middleh_oppo"
+"description": "velcro middleh_mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
387 => {#1590
+"inputCode": "vel_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
388 => {#1589
+"inputCode": "velcro_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
389 => {#1588
+"inputCode": "velcro_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
390 => {#1587
+"inputCode": "vel_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
391 => {#1586
+"inputCode": "vel_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
392 => {#1585
+"inputCode": "vel_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
393 => {#1584
+"inputCode": "vel_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
394 => {#1583
+"inputCode": "vel_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
395 => {#1582
+"inputCode": "velcro_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
396 => {#1581
+"inputCode": "zip_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
397 => {#1580
+"inputCode": "zip_required"
+"description": "zips required"
+"inputType": "UI_TYPE_BOOLEAN"
}
398 => {#1579
+"inputCode": "zip_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1575 …1}
}
399 => {#1574
+"inputCode": "zip_all_round"
+"description": "zips all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
400 => {#1573
+"inputCode": "zip_type"
+"description": "zip type"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1569 …1}
}
401 => {#2251
+"inputCode": "zip_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
402 => {#2256
+"inputCode": "zip_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
403 => {#2255
+"inputCode": "z_left"
+"description": "zip left"
+"inputType": "UI_TYPE_BOOLEAN"
}
404 => {#2254
+"inputCode": "zip_left"
+"description": "zip left"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
405 => {#2253
+"inputCode": "z_right"
+"description": "zip right"
+"inputType": "UI_TYPE_BOOLEAN"
}
406 => {#2252
+"inputCode": "zip_right"
+"description": "zip right"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
407 => {#1568
+"inputCode": "z_top"
+"description": "zip top"
+"inputType": "UI_TYPE_BOOLEAN"
}
408 => {#2247
+"inputCode": "zip_top"
+"description": "zip top"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
409 => {#2250
+"inputCode": "z_bottom"
+"description": "zip bottom"
+"inputType": "UI_TYPE_BOOLEAN"
}
410 => {#2249
+"inputCode": "zip_bottom"
+"description": "zip bottom"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
411 => {#2248
+"inputCode": "zip_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
412 => {#1567
+"inputCode": "zip_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
413 => {#1566
+"inputCode": "zip_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
414 => {#1565
+"inputCode": "zip_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
415 => {#1564
+"inputCode": "zip_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
416 => {#1563
+"inputCode": "zip_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
417 => {#1562
+"inputCode": "zip_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
418 => {#1561
+"inputCode": "zip_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
419 => {#1560
+"inputCode": "zip_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
420 => {#1559
+"inputCode": "_misc_tab"
+"description": "tab"
+"inputType": "UI_TYPE_TAB_PAGE"
}
421 => {#1558
+"inputCode": "misc_int_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
422 => {#1557
+"inputCode": "misc_int_tasks"
+"description": "tasks"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
423 => {#1556
+"inputCode": "misc_int_quote"
+"description": "quote text"
+"inputType": "UI_TYPE_TEXT"
}
424 => {#1555
+"inputCode": "misc_int_jobbag"
+"description": "jobbag text"
+"inputType": "UI_TYPE_TEXT"
}
425 => {#1554
+"inputCode": "misc_int_task_1"
+"description": "misc task"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
426 => {#1553
+"inputCode": "misc_int_items_1"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
427 => {#1552
+"inputCode": "misc_int_time_1"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
428 => {#1551
+"inputCode": "misc_int_total_1"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
429 => {#1550
+"inputCode": "misc_int_task_2"
+"description": "misc task"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
430 => {#1549
+"inputCode": "misc_int_items_2"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
431 => {#1548
+"inputCode": "misc_int_time_2"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
432 => {#1547
+"inputCode": "misc_int_total_2"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
433 => {#1546
+"inputCode": "misc_int_task_3"
+"description": "misc task"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
434 => {#1545
+"inputCode": "misc_int_items_3"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
435 => {#1544
+"inputCode": "misc_int_time_3"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
436 => {#1543
+"inputCode": "misc_int_total_3"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
437 => {#2243
+"inputCode": "misc_int_task_4"
+"description": "misc task"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
438 => {#2246
+"inputCode": "misc_int_items_4"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
439 => {#2245
+"inputCode": "misc_int_time_4"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
440 => {#2244
+"inputCode": "misc_int_total_4"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
441 => {#1542
+"inputCode": "misc_int_task_5"
+"description": "misc task"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
442 => {#1541
+"inputCode": "misc_int_items_5"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
443 => {#1540
+"inputCode": "misc_int_time_5"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
444 => {#1539
+"inputCode": "misc_int_total_5"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
445 => {#1538
+"inputCode": "misc_int_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
446 => {#1537
+"inputCode": "misc_ext_1_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
447 => {#1536
+"inputCode": "misc_ext_required"
+"description": "misc"
+"inputType": "UI_TYPE_BOOLEAN"
}
448 => {#1535
+"inputCode": "misc_ext_itm_1"
+"description": "misc itm"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
449 => {#1534
+"inputCode": "misc_ext_itm_1_qty"
+"description": "misc qty"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
450 => {#1533
+"inputCode": "misc_ext_quote_1"
+"description": "quote text"
+"inputType": "UI_TYPE_TEXT"
}
451 => {#1532
+"inputCode": "misc_ext_jobbag_1"
+"description": "jobbag text"
+"inputType": "UI_TYPE_TEXT"
}
452 => {#1531
+"inputCode": "misc_ext_sep1_1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
453 => {#1530
+"inputCode": "misc_ext_sep1_2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
454 => {#1529
+"inputCode": "misc_ext_cost_1_1"
+"description": "misc external cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99999.00"
}
455 => {#1528
+"inputCode": "misc_ext_cost_1_2"
+"description": "misc external cost"
+"inputType": "UI_TYPE_DECIMAL"
…2
}
456 => {#1527 …5}
457 => {#1526 …5}
458 => {#1525 …3}
459 => {#1524 …3}
460 => {#1523 …3}
461 => {#1522 …3}
462 => {#2234 …5}
463 => {#2242 …3}
464 => {#2241 …3}
465 => {#2240 …3}
466 => {#2239 …3}
467 => {#2238 …5}
468 => {#2237 …5}
469 => {#2236 …5}
470 => {#2235 …5}
471 => {#1521 …3}
472 => {#1520 …3}
473 => {#1519 …3}
474 => {#2230 …3}
475 => {#2233 …5}
476 => {#2232 …3}
477 => {#2231 …3}
478 => {#1518 …3}
479 => {#1517 …3}
480 => {#1516 …5}
481 => {#1515 …5}
482 => {#1514 …5}
483 => {#1513 …5}
484 => {#1512 …3}
485 => {#1511 …3}
486 => {#1510 …3}
487 => {#1509 …3}
488 => {#1508 …5}
489 => {#1507 …3}
490 => {#1506 …3}
491 => {#1505 …3}
492 => {#1504 …3}
493 => {#1503 …5}
494 => {#1502 …5}
495 => {#1501 …5}
496 => {#1500 …5}
497 => {#1499 …3}
498 => {#1498 …3}
499 => {#1497 …3}
500 => {#2226 …3}
501 => {#2229 …5}
502 => {#2228 …3}
503 => {#2227 …3}
504 => {#1496 …3}
505 => {#1495 …3}
506 => {#1494 …5}
507 => {#1493 …5}
508 => {#1492 …5}
509 => {#1491 …5}
510 => {#1490 …3}
511 => {#1489 …3}
512 => {#1488 …3}
513 => {#1487 …3}
514 => {#1486 …3}
515 => {#1485 …3}
516 => {#1484 …5}
517 => {#1483 …5}
518 => {#1482 …5}
519 => {#1481 …3}
520 => {#1480 …3}
521 => {#1479 …3}
522 => {#1478 …3}
523 => {#1477 …5}
524 => {#1476 …5}
525 => {#1475 …5}
526 => {#1474 …5}
527 => {#1473 …3}
528 => {#1472 …3}
529 => {#1471 …3}
530 => {#1470 …5}
531 => {#1469 …3}
532 => {#1468 …3}
533 => {#1467 …5}
534 => {#1466 …5}
535 => {#1465 …5}
536 => {#1464 …5}
537 => {#1463 …3}
538 => {#1462 …3}
539 => {#1461 …3}
540 => {#1460 …3}
541 => {#1459 …5}
542 => {#1458 …5}
543 => {#1457 …5}
544 => {#1456 …5}
545 => {#1455 …3}
546 => {#1454 …3}
547 => {#1453 …3}
548 => {#1452 …3}
549 => {#1451 …5}
550 => {#1450 …5}
551 => {#1449 …5}
552 => {#1448 …5}
553 => {#1447 …3}
554 => {#1446 …3}
555 => {#1445 …3}
556 => {#1444 …3}
557 => {#1443 …5}
558 => {#1442 …5}
559 => {#2221 …5}
560 => {#2225 …5}
561 => {#2224 …3}
562 => {#2223 …3}
563 => {#2222 …3}
564 => {#1441 …3}
565 => {#1440 …5}
566 => {#2216 …5}
567 => {#2220 …5}
568 => {#2219 …5}
569 => {#2218 …3}
570 => {#2217 …3}
571 => {#1439 …3}
572 => {#1438 …3}
573 => {#1437 …5}
574 => {#1436 …5}
575 => {#2210 …5}
576 => {#2215 …5}
577 => {#2214 …3}
578 => {#2213 …3}
579 => {#2212 …3}
580 => {#2211 …3}
581 => {#1435 …5}
582 => {#1434 …5}
583 => {#1433 …5}
584 => {#1432 …5}
585 => {#1431 …3}
586 => {#1430 …3}
587 => {#1429 …3}
588 => {#1428 …3}
589 => {#1427 …5}
590 => {#1426 …5}
591 => {#1425 …5}
592 => {#1424 …5}
593 => {#1423 …3}
594 => {#1422 …3}
595 => {#1421 …3}
596 => {#1420 …3}
597 => {#1419 …5}
598 => {#1418 …5}
599 => {#1417 …5}
600 => {#1416 …5}
601 => {#1415 …3}
602 => {#1414 …3}
603 => {#1413 …3}
604 => {#1412 …3}
605 => {#1411 …5}
606 => {#1410 …5}
607 => {#1409 …5}
608 => {#2206 …5}
609 => {#2209 …3}
610 => {#2208 …3}
611 => {#2207 …3}
612 => {#1408 …5}
613 => {#1407 …3}
614 => {#1406 …3}
615 => {#1405 …3}
616 => {#1404 …5}
617 => {#1403 …3}
618 => {#1402 …3}
619 => {#1401 …5}
620 => {#1400 …5}
621 => {#1399 …5}
622 => {#1398 …5}
623 => {#1397 …3}
624 => {#1396 …3}
625 => {#1395 …3}
626 => {#1394 …3}
627 => {#1393 …5}
628 => {#2201 …5}
629 => {#2205 …5}
630 => {#2204 …5}
631 => {#2203 …3}
632 => {#2202 …3}
633 => {#1392 …3}
634 => {#2197 …3}
635 => {#2200 …5}
636 => {#2199 …5}
637 => {#2198 …5}
638 => {#1391 …5}
639 => {#1390 …3}
640 => {#1389 …3}
641 => {#1388 …3}
642 => {#1387 …3}
643 => {#1386 …5}
644 => {#2187 …5}
645 => {#2196 …5}
646 => {#2195 …5}
647 => {#2194 …3}
648 => {#2193 …3}
649 => {#2192 …3}
650 => {#2191 …3}
651 => {#2190 …5}
652 => {#2189 …5}
653 => {#2188 …5}
654 => {#1385 …5}
655 => {#2177 …3}
656 => {#2186 …3}
657 => {#2185 …3}
658 => {#2184 …3}
659 => {#2183 …5}
660 => {#2182 …5}
661 => {#2181 …5}
662 => {#2180 …5}
663 => {#2179 …5}
664 => {#2178 …5}
665 => {#1384 …5}
666 => {#2167 …5}
667 => {#2176 …4}
668 => {#2168 …5}
669 => {#1383 …5}
670 => {#1382 …5}
671 => {#1381 …5}
672 => {#1380 …3}
673 => {#1379 …3}
674 => {#1378 …3}
675 => {#1377 …5}
676 => {#1376 …5}
677 => {#1375 …5}
678 => {#1374 …5}
679 => {#1373 …5}
680 => {#1372 …3}
681 => {#1371 …5}
682 => {#1370 …5}
683 => {#1369 …5}
684 => {#1368 …5}
685 => {#1367 …5}
686 => {#1366 …5}
687 => {#1365 …5}
688 => {#1364 …5}
689 => {#1363 …5}
690 => {#1362 …5}
691 => {#1361 …5}
692 => {#1360 …5}
693 => {#1359 …5}
694 => {#1358 …5}
695 => {#1357 …5}
696 => {#1356 …5}
697 => {#2165 …5}
698 => {#2166 …5}
699 => {#1355 …5}
700 => {#1354 …5}
701 => {#1353 …5}
702 => {#2157 …5}
703 => {#2164 …5}
704 => {#2163 …3}
705 => {#2162 …5}
706 => {#2161 …5}
707 => {#2160 …5}
708 => {#2159 …3}
709 => {#2158 …5}
710 => {#1352 …5}
711 => {#1351 …5}
712 => {#1350 …5}
713 => {#1349 …5}
714 => {#2153 …5}
715 => {#2156 …5}
716 => {#2155 …5}
717 => {#2154 …5}
718 => {#1348 …5}
719 => {#1347 …3}
720 => {#1346 …5}
721 => {#2150 …3}
722 => {#2152 …3}
723 => {#2151 …3}
724 => {#1345 …4}
725 => {#1335 …3}
726 => {#1334 …5}
727 => {#2145 …3}
728 => {#2149 …5}
729 => {#2148 …5}
730 => {#2147 …3}
731 => {#2146 …3}
732 => {#1333 …3}
733 => {#2143 …3}
734 => {#2144 …3}
735 => {#1332 …4}
736 => {#2142 …5}
737 => {#2141 …4}
738 => {#1324 …3}
739 => {#2128 …3}
740 => {#2135 …3}
741 => {#2134 …3}
742 => {#2133 …3}
743 => {#2132 …4}
744 => {#1322 …3}
745 => {#1321 …3}
746 => {#1320 …3}
747 => {#1319 …3}
748 => {#1318 …3}
749 => {#1317 …3}
750 => {#2121 …3}
751 => {#2127 …3}
752 => {#2126 …3}
753 => {#2125 …4}
754 => {#1315 …3}
755 => {#1314 …3}
756 => {#1313 …3}
757 => {#1312 …3}
758 => {#1311 …3}
759 => {#1310 …3}
760 => {#1309 …3}
761 => {#1308 …3}
762 => {#1307 …3}
763 => {#1306 …3}
764 => {#1305 …5}
765 => {#1304 …4}
766 => {#1298 …3}
767 => {#1297 …3}
768 => {#1296 …5}
769 => {#1295 …5}
770 => {#1294 …5}
771 => {#1293 …5}
772 => {#1292 …3}
773 => {#2090 …5}
774 => {#2120 …5}
775 => {#2119 …5}
776 => {#2118 …5}
777 => {#2117 …5}
778 => {#2116 …5}
779 => {#2115 …5}
780 => {#2114 …5}
781 => {#2113 …3}
782 => {#2112 …3}
783 => {#2111 …5}
784 => {#2110 …5}
785 => {#2109 …5}
786 => {#2108 …5}
787 => {#2107 …3}
788 => {#2106 …3}
789 => {#2105 …3}
790 => {#2104 …3}
791 => {#2103 …3}
792 => {#2102 …3}
793 => {#2101 …3}
794 => {#2100 …3}
795 => {#2099 …3}
796 => {#2098 …4}
797 => {#2092 …3}
798 => {#2091 …3}
799 => {#1291 …3}
800 => {#1290 …3}
801 => {#1289 …3}
]
}
}
In
ProductoController.php
line 177:
if($_ENV['DEV_DEBUG'] == "true"){
dump($inputs_api);
// die;
}
$form = $this->createForm(ItemCarroCompraType::class, $itemCarroCompra, [
array:31 [
0 => array:11 [
"inputCode" => "job_type"
"inputType" => "string"
"description" => ""
"label_placeholder" => "job_type"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1392
"visible" => false
"api_type" => "jobVariable"
"value" => "VINILO"
"required" => true
]
1 => array:11 [
"inputCode" => "project_title_1"
"inputType" => "string"
"description" => ""
"label_placeholder" => "project_title_1"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1393
"visible" => false
"api_type" => "jobVariable"
"value" => "GRAN FORMATO"
"required" => true
]
2 => array:11 [
"inputCode" => "project_title_2"
"inputType" => "string"
"description" => ""
"label_placeholder" => "project_title_2"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1394
"visible" => false
"api_type" => "jobVariable"
"value" => "GRAN FORMATO"
"required" => true
]
3 => array:11 [
"inputCode" => "del_date"
"inputType" => "datetime"
"description" => ""
"label_placeholder" => "del_date"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1395
"visible" => false
"api_type" => "jobVariable"
"value" => DateTime @1774602413 {#3278
date: 2026-03-27 09:06:53.601821 Atlantic/Canary (+00:00)
}
"required" => true
]
4 => array:11 [
"inputCode" => "order_reference"
"inputType" => "string"
"description" => ""
"label_placeholder" => "order_reference"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1396
"visible" => false
"api_type" => "jobVariable"
"value" => "GRAN FORMATO"
"required" => true
]
5 => array:11 [
"inputCode" => "project_code"
"inputType" => "string"
"description" => ""
"label_placeholder" => "project_code"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1397
"visible" => false
"api_type" => "jobVariable"
"value" => "GRAN FORMATO"
"required" => true
]
6 => array:11 [
"inputCode" => "studio_as_project"
"inputType" => "boolean"
"description" => ""
"label_placeholder" => "studio_as_project"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1398
"visible" => false
"api_type" => "jobVariable"
"value" => "0"
"required" => true
]
7 => array:11 [
"inputCode" => "packs_as_project"
"inputType" => "boolean"
"description" => ""
"label_placeholder" => "packs_as_project"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1399
"visible" => false
"api_type" => "jobVariable"
"value" => "0"
"required" => true
]
8 => array:11 [
"inputCode" => "delivers_as_project"
"inputType" => "boolean"
"description" => ""
"label_placeholder" => "delivers_as_project"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1400
"visible" => false
"api_type" => "jobVariable"
"value" => "0"
"required" => true
]
9 => array:11 [
"inputCode" => "dnote_as_project"
"inputType" => "boolean"
"description" => ""
"label_placeholder" => "dnote_as_project"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1401
"visible" => false
"api_type" => "jobVariable"
"value" => "0"
"required" => true
]
10 => array:11 [
"inputCode" => "del_addr"
"inputType" => "integer"
"description" => ""
"label_placeholder" => "del_addr"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1402
"visible" => false
"api_type" => "jobVariable"
"value" => "1"
"required" => true
]
11 => array:11 [
"inputCode" => "inv_addr"
"inputType" => "integer"
"description" => ""
"label_placeholder" => "inv_addr"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1403
"visible" => false
"api_type" => "jobVariable"
"value" => "1"
"required" => true
]
12 => array:11 [
"inputCode" => "output_text"
"inputType" => "string"
"description" => ""
"label_placeholder" => "output_text"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1404
"visible" => false
"api_type" => "jobVariable"
"value" => "_FULL"
"required" => true
]
13 => array:11 [
"inputCode" => "output_close"
"inputType" => "string"
"description" => ""
"label_placeholder" => "output_close"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1405
"visible" => false
"api_type" => "jobVariable"
"value" => "Si necesita más ayuda, no dude en ponerse en contacto con nosotros. Atentamente"
"required" => true
]
14 => array:11 [
"inputCode" => "output_prepared"
"inputType" => "string"
"description" => ""
"label_placeholder" => "output_prepared"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1406
"visible" => false
"api_type" => "jobVariable"
"value" => "ORIG"
"required" => true
]
15 => array:11 [
"inputCode" => "despatch_type"
"inputType" => "string"
"description" => ""
"label_placeholder" => "*repo_delivery"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1407
"visible" => false
"api_type" => "jobVariable"
"value" => "COURIER_ON"
"required" => true
]
16 => array:11 [
"inputCode" => "despatch_serv"
"inputType" => "string"
"description" => ""
"label_placeholder" => "Servicio"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1408
"visible" => false
"api_type" => "jobVariable"
"value" => "NEXTDAY"
"required" => true
]
17 => array:11 [
"inputCode" => "despatch_supp"
"inputType" => "string"
"description" => ""
"label_placeholder" => "Mensajeria nocturna"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1409
"visible" => false
"api_type" => "jobVariable"
"value" => "HALCORIER"
"required" => true
]
18 => array:11 [
"inputCode" => "despacth_date"
"inputType" => "datetime"
"description" => ""
"label_placeholder" => "despacth_date"
"tipo" => "datetime"
"options" => []
"id_detalle" => 1410
"visible" => false
"api_type" => "jobVariable"
"value" => DateTime @1774602413 {#3324
date: 2026-03-27 09:06:53.613566 Atlantic/Canary (+00:00)
}
"required" => true
]
19 => array:15 [
"inputCode" => "prod_roll"
"inputType" => "UI_TYPE_CHOICE"
"label_placeholder" => "Producto en rollo"
"tipo" => "radio"
"options" => array:3 [
0 => array:2 [
"label" => "Lona Microperforada"
"value" => "0"
]
1 => array:2 [
"label" => "Lona"
"value" => "1"
]
2 => array:2 [
"label" => "Papel fotográfico"
"value" => "2"
]
]
"id_detalle" => 1411
"visible" => true
"api_type" => "custom"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
20 => array:14 [
"inputCode" => "width"
"inputType" => "UI_TYPE_NUMBER"
"description" => "width"
"label_placeholder" => "Ancho visual"
"tipo" => "integer"
"options" => []
"min" => "1"
"max" => "999999"
"step" => 1
"id_detalle" => 1413
"visible" => true
"api_type" => "productVariable"
"value" => "1000"
"required" => true
]
21 => array:14 [
"inputCode" => "height"
"inputType" => "UI_TYPE_NUMBER"
"description" => "height"
"label_placeholder" => "Alto visual"
"tipo" => "integer"
"options" => []
"min" => "1"
"max" => "999999"
"step" => 1
"id_detalle" => 1414
"visible" => true
"api_type" => "productVariable"
"value" => "600"
"required" => true
]
22 => array:14 [
"inputCode" => "num_artworks"
"inputType" => "UI_TYPE_NUMBER"
"description" => "number of artworks / designs"
"label_placeholder" => "Número de artes"
"tipo" => "integer"
"options" => []
"min" => "1"
"max" => "9999"
"step" => 1
"id_detalle" => 1415
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"required" => true
]
23 => array:16 [
"inputCode" => "files_type"
"inputType" => "UI_TYPE_CHOICE"
"description" => "*repo_files"
"label_placeholder" => "Archivos de repositorio"
"tipo" => "radio"
"options" => array:6 [
0 => array:2 [
"label" => "-"
"value" => "-"
]
1 => array:2 [
"label" => "Revisión de Archivos"
"value" => "FILES_1"
]
2 => array:2 [
"label" => "Escaneo"
"value" => "FILES_2"
]
3 => array:2 [
"label" => "Diseño Simple"
"value" => "FILES_3"
]
4 => array:2 [
"label" => "Diseño Estándar"
"value" => "FILES_4"
]
5 => array:2 [
"label" => "Diseño Complejo"
"value" => "FILES_5"
]
]
"id_detalle" => 1416
"visible" => false
"api_type" => "productVariable"
"value" => "FILES_1"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
24 => array:14 [
"inputCode" => "lam_required"
"inputType" => "UI_TYPE_BOOLEAN"
"description" => "lam required"
"label_placeholder" => "Requiere lam"
"tipo" => "checkbox"
"options" => array:2 [
0 => array:2 [
"label" => "Sí"
"value" => "1"
]
1 => array:2 [
"label" => "No"
"value" => "0"
]
]
"id_detalle" => 1417
"visible" => false
"api_type" => "productVariable"
"value" => "0"
"id_relacion" => null
"has_relacion" => false
"disabled" => false
"required" => true
]
25 => array:16 [
"inputCode" => "proof_int"
"inputType" => "UI_TYPE_CHOICE"
"description" => "*repo_proofs"
"label_placeholder" => "Pruebas de repo"
"tipo" => "radio"
"options" => array:1 [
0 => array:2 [
"label" => "-"
"value" => "-"
]
]
"id_detalle" => 1419
"visible" => false
"api_type" => "productVariable"
"value" => "-"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
26 => array:16 [
"inputCode" => "proof_ext"
"inputType" => "UI_TYPE_CHOICE"
"description" => "*repo_proofs"
"label_placeholder" => "Pruebas de repo"
"tipo" => "radio"
"options" => array:4 [
0 => array:2 [
"label" => "-"
"value" => "-"
]
1 => array:2 [
"label" => "Papel"
"value" => "PROOF_EXT_1"
]
2 => array:2 [
"label" => "Vinilo / Lona"
"value" => "PROOF_EXT_2"
]
3 => array:2 [
"label" => "Cartón Pluma / PVC"
"value" => "PROOF_EXT_3"
]
]
"id_detalle" => 1420
"visible" => false
"api_type" => "productVariable"
"value" => "PROOF_EXT_2"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
27 => array:16 [
"inputCode" => "quote_txt_level"
"inputType" => "UI_TYPE_CHOICE"
"description" => "quote text level"
"label_placeholder" => "Citar nivel de texto"
"tipo" => "radio"
"options" => array:4 [
0 => array:2 [
"label" => "Full"
"value" => "_FULL"
]
1 => array:2 [
"label" => "Basic"
"value" => "_BASIC"
]
2 => array:2 [
"label" => "Abbreviated"
"value" => "_ABBR"
]
3 => array:2 [
"label" => "Summary"
"value" => "_SUM"
]
]
"id_detalle" => 1422
"visible" => false
"api_type" => "productVariable"
"value" => "_FULL"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
28 => array:14 [
"inputCode" => "despatch_num"
"inputType" => "UI_TYPE_NUMBER"
"description" => "despatch num addresses"
"label_placeholder" => "Address"
"tipo" => "integer"
"options" => []
"min" => "1"
"max" => "9999"
"step" => 1
"id_detalle" => 1423
"visible" => false
"api_type" => "productVariable"
"value" => "1"
"required" => true
]
29 => array:16 [
"inputCode" => "despatch_day"
"inputType" => "UI_TYPE_CHOICE"
"description" => "despatch day"
"label_placeholder" => "Día"
"tipo" => "radio"
"options" => array:3 [
0 => array:2 [
"label" => "-"
"value" => "-"
]
1 => array:2 [
"label" => "Weekday"
"value" => "wkd"
]
2 => array:2 [
"label" => "Saturday"
"value" => "wke"
]
]
"id_detalle" => 1424
"visible" => false
"api_type" => "productVariable"
"value" => "wkd"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => []
"attribute_info" => null
"disabled" => false
"required" => true
]
30 => array:15 [
"inputCode" => "destino"
"inputType" => "UI_TYPE_CHOICE"
"label_placeholder" => "Destino"
"tipo" => "radio"
"options" => array:7 [
0 => array:2 [
"label" => "Lanzarote"
"value" => "0"
]
1 => array:2 [
"label" => "Fuerteventura"
"value" => "1"
]
2 => array:2 [
"label" => "Gran Canaria"
"value" => "2"
]
3 => array:2 [
"label" => "Tenerife"
"value" => "3"
]
4 => array:2 [
"label" => "La Palma"
"value" => "4"
]
5 => array:2 [
"label" => "El Hierro"
"value" => "5"
]
6 => array:2 [
"label" => "La Gomera"
"value" => "6"
]
]
"id_detalle" => 1425
"visible" => true
"api_type" => "custom"
"value" => "3"
"id_relacion" => null
"has_relacion" => false
"values_show_direccion" => array:6 [
0 => "0"
1 => "1"
2 => "2"
3 => "3"
4 => "4"
5 => "5"
]
"attribute_info" => null
"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"){
{#2224
+"success": "true"
+"inputs": {#1423
+"input": array:802 [
0 => {#2210
+"inputCode": "need_date"
+"description": "delivery date"
+"inputType": "UI_TYPE_XDATE"
}
1 => {#3434
+"inputCode": "ship_date"
+"description": "ship date"
+"inputType": "UI_TYPE_XDATE"
}
2 => {#3433
+"inputCode": "quote_individually"
+"description": "include make ready and wastage"
+"inputType": "UI_TYPE_BOOLEAN"
}
3 => {#3432
+"inputCode": "separator"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
4 => {#3431
+"inputCode": "prod_roll"
+"description": "standard roll product"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
+"entries": {#3405 …1}
}
5 => {#3404
+"inputCode": "prod_sheet"
+"description": "standard sheet product"
+"inputType": "UI_TYPE_PACKAGE_ENTRY_LOOKUP"
}
6 => {#3403
+"inputCode": "prod_update"
+"description": "update from product repository"
+"inputType": "UI_TYPE_BOOLEAN"
}
7 => {#3402
+"inputCode": "prod_create"
+"description": "create in product repository"
+"inputType": "UI_TYPE_BOOLEAN"
}
8 => {#3401
+"inputCode": "prod_test"
+"description": "add test mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
9 => {#3400
+"inputCode": "prod_code"
+"description": "pdr entry"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "20"
+"upperCase": "true"
}
10 => {#3399
+"inputCode": "prod_name"
+"description": "pdr entry"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
11 => {#3398
+"inputCode": "item_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
12 => {#3738
+"inputCode": "wo_type"
+"description": "product type"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
13 => {#3742
+"inputCode": "width"
+"description": "width"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "999999"
}
14 => {#3741
+"inputCode": "space_001"
+"description": "spacer"
+"inputType": "UI_TYPE_SPACER"
}
15 => {#3740
+"inputCode": "height"
+"description": "height"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "999999"
}
16 => {#3739
+"inputCode": "cu_bleed_left"
+"description": "left"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
17 => {#3397
+"inputCode": "cu_bleed_right"
+"description": "right"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
18 => {#3396
+"inputCode": "cu_bleed_top"
+"description": "top"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
19 => {#3395
+"inputCode": "cu_bleed_bottom"
+"description": "bottom"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
20 => {#3394
+"inputCode": "cu_bleed_addsvisual"
+"description": "adds to visual"
+"inputType": "UI_TYPE_BOOLEAN"
}
21 => {#3393
+"inputCode": "prod_bleed_left"
+"description": "left"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
22 => {#3392
+"inputCode": "prod_bleed_right"
+"description": "right"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
23 => {#3391
+"inputCode": "prod_bleed_top"
+"description": "top"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
24 => {#3390
+"inputCode": "prod_bleed_bottom"
+"description": "bottom"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
25 => {#3389
+"inputCode": "blank_bleed_left"
+"description": "left"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
26 => {#3388
+"inputCode": "blank_bleed_right"
+"description": "right"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
27 => {#3387
+"inputCode": "blank_bleed_top"
+"description": "top"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
28 => {#3386
+"inputCode": "blank_bleed_bottom"
+"description": "bottom"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
29 => {#3734
+"inputCode": "sides"
+"description": "sides"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#3382 …1}
}
30 => {#3381
+"inputCode": "sqm_total"
+"description": "visual square metre(s)"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999999.99"
}
31 => {#3380
+"inputCode": "sqm_total_order"
+"description": "order square metre(s)"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999999.99"
}
32 => {#3379
+"inputCode": "item_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
33 => {#3378
+"inputCode": "_studio_tab"
+"description": "tab"
+"inputType": "UI_TYPE_TAB_PAGE"
}
34 => {#3377
+"inputCode": "files_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
35 => {#3376
+"inputCode": "num_artworks"
+"description": "number of artworks / designs"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "9999"
}
36 => {#3730
+"inputCode": "files_source"
+"description": "supplied by"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#3371 …1}
}
37 => {#3369
+"inputCode": "files_due"
+"description": "file due date"
+"inputType": "UI_TYPE_XDATE"
}
38 => {#3725
+"inputCode": "files_type"
+"description": "*repo_files"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#3718 …1}
}
39 => {#3724
+"inputCode": "files_time"
+"description": "duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
40 => {#3723
+"inputCode": "files_per_aw"
+"description": "files per artwork"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "10"
+"upperCase": "false"
}
41 => {#3722
+"inputCode": "files_time_over"
+"description": "override files time"
+"inputType": "UI_TYPE_BOOLEAN"
}
42 => {#3721
+"inputCode": "files_ins"
+"description": "file instructions"
+"inputType": "UI_TYPE_TEXT"
}
43 => {#3720
+"inputCode": "files_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
44 => {#3719
+"inputCode": "proof_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
45 => {#3317
+"inputCode": "proof_int"
+"description": "*repo_proofs"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#3321 …1}
}
46 => {#3366
+"inputCode": "proof_ext"
+"description": "*repo_proofs"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2089 …1}
}
47 => {#2088
+"inputCode": "proof_contact"
+"description": "proof approver"
+"inputType": "UI_TYPE_ADDRESS_LOOKUP"
}
48 => {#2087
+"inputCode": "proof_ins"
+"description": "proof instructions"
+"inputType": "UI_TYPE_TEXT"
}
49 => {#3709
+"inputCode": "proof_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
50 => {#3717
+"inputCode": "_print_tab"
+"description": "tab"
+"inputType": "UI_TYPE_TAB_PAGE"
}
51 => {#3716
+"inputCode": "media_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
52 => {#3715
+"inputCode": "media_rolls"
+"description": "media _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
53 => {#3714
+"inputCode": "media_sheets"
+"description": "media _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
54 => {#3713
+"inputCode": "media_txt"
+"description": "media details"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
55 => {#3712
+"inputCode": "media_over"
+"description": "override media txt"
+"inputType": "UI_TYPE_BOOLEAN"
}
56 => {#3711
+"inputCode": "media_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
57 => {#3710
+"inputCode": "press_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
58 => {#2085
+"inputCode": "press_rolls"
+"description": "*repo_press_rolls"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2402 …1}
}
59 => {#2401
+"inputCode": "press_rolls_over"
+"description": "override press"
+"inputType": "UI_TYPE_BOOLEAN"
}
60 => {#2400
+"inputCode": "dyesub_transfer"
+"description": "with transfer paper"
+"inputType": "UI_TYPE_BOOLEAN"
}
61 => {#2399
+"inputCode": "print_direction"
+"description": "printing direction rolls"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2080 …1}
}
62 => {#2079
+"inputCode": "print_override"
+"description": "override rolls"
+"inputType": "UI_TYPE_BOOLEAN"
}
63 => {#2078
+"inputCode": "print_drops"
+"description": "number of drops rolls"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999999"
}
64 => {#2077
+"inputCode": "drop_override"
+"description": "override drops"
+"inputType": "UI_TYPE_BOOLEAN"
}
65 => {#2076
+"inputCode": "drop_type"
+"description": "join type"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2068 …1}
}
66 => {#2067
+"inputCode": "drop_join_width"
+"description": "width of join rolls"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "1000"
}
67 => {#2066
+"inputCode": "drop_join_over"
+"description": "override join"
+"inputType": "UI_TYPE_BOOLEAN"
}
68 => {#2065
+"inputCode": "press_sheets"
+"description": "*repo_press_sheets"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2063 …1}
}
69 => {#2062
+"inputCode": "press_sheets_over"
+"description": "override press"
+"inputType": "UI_TYPE_BOOLEAN"
}
70 => {#2061
+"inputCode": "press_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
71 => {#2060
+"inputCode": "press_m_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
72 => {#2086
+"inputCode": "reverse_print"
+"description": "reverse print"
+"inputType": "UI_TYPE_BOOLEAN"
}
73 => {#2059
+"inputCode": "press_mode_1_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
74 => {#2058
+"inputCode": "press_mode_1"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
75 => {#2057
+"inputCode": "press_mode_2_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
76 => {#2056
+"inputCode": "press_mode_2"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
77 => {#2055
+"inputCode": "press_mode_3_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
78 => {#2054
+"inputCode": "press_mode_3"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
79 => {#2053
+"inputCode": "press_mode_4_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
80 => {#2393
+"inputCode": "press_mode_4"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
81 => {#2397
+"inputCode": "press_mode_5_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
82 => {#2396
+"inputCode": "press_mode_5"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
83 => {#2395
+"inputCode": "press_mode_6_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
84 => {#2394
+"inputCode": "press_mode_6"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
85 => {#2052
+"inputCode": "press_mode_7_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
86 => {#2051
+"inputCode": "press_mode_7"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
87 => {#2050
+"inputCode": "press_mode_8_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
88 => {#2049
+"inputCode": "press_mode_8"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
89 => {#2048
+"inputCode": "press_mode_9_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
90 => {#2047
+"inputCode": "press_mode_9"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
91 => {#2046
+"inputCode": "press_mode_10_label"
+"description": "print mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
92 => {#2045
+"inputCode": "press_mode_10"
+"description": "print mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
93 => {#2044
+"inputCode": "print_ins"
+"description": "print instructions"
+"inputType": "UI_TYPE_TEXT"
}
94 => {#2043
+"inputCode": "press_m_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
95 => {#2042
+"inputCode": "col_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
96 => {#2041
+"inputCode": "col_match"
+"description": "colour match"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2390 …1}
}
97 => {#2040
+"inputCode": "col_match_2"
+"description": "colour match"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2031 …1}
}
98 => {#2388
+"inputCode": "col_match_3"
+"description": "colour match"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2384 …1}
}
99 => {#2383
+"inputCode": "col_ins"
+"description": "colour instructions"
+"inputType": "UI_TYPE_TEXT"
}
100 => {#2382
+"inputCode": "col_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
101 => {#2381
+"inputCode": "_finishing_tab"
+"description": "tab"
+"inputType": "UI_TYPE_TAB_PAGE"
}
102 => {#2024
+"inputCode": "lam_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
103 => {#2023
+"inputCode": "lam_required"
+"description": "lam required"
+"inputType": "UI_TYPE_BOOLEAN"
}
104 => {#2373
+"inputCode": "lam_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2377 …1}
}
105 => {#2376
+"inputCode": "lam_sides"
+"description": "lam sides"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2022 …1}
}
106 => {#2018
+"inputCode": "lam_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
107 => {#2017
+"inputCode": "lam_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
108 => {#2016
+"inputCode": "lam_mat"
+"description": "lam material"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
109 => {#2015
+"inputCode": "lam_mat2"
+"description": "lam material"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
110 => {#2014
+"inputCode": "lam_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
111 => {#2019
+"inputCode": "lam_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
112 => {#2013
+"inputCode": "lam_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
113 => {#2012
+"inputCode": "lam_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
114 => {#2364
+"inputCode": "lam_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
115 => {#2372
+"inputCode": "lam_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
116 => {#2371
+"inputCode": "lam_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
117 => {#2370
+"inputCode": "lam_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
118 => {#2369
+"inputCode": "lam_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
119 => {#2368
+"inputCode": "mount_start"
+"description": "top"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
120 => {#2367
+"inputCode": "mount_required"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
121 => {#2366
+"inputCode": "mount_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#2008 …1}
}
122 => {#2011
+"inputCode": "mount_mat"
+"description": "mount"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
123 => {#2007
+"inputCode": "mount_wrap_required"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
124 => {#2006
+"inputCode": "mount_wrap_all_round"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
125 => {#2004
+"inputCode": "mount_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
126 => {#2003
+"inputCode": "mount_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
127 => {#2002
+"inputCode": "space_002"
+"description": "spacer"
+"inputType": "UI_TYPE_SPACER"
}
128 => {#2001
+"inputCode": "mount_wrap_thick"
+"description": "mount wrap thickness"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
129 => {#2005
+"inputCode": "mount_wrap_l"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
130 => {#2000
+"inputCode": "mount_wrap_l_bleed"
+"description": "mount wrap bleed"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
131 => {#1999
+"inputCode": "mount_wrap_bled_over"
+"description": "override bleed allow"
+"inputType": "UI_TYPE_BOOLEAN"
}
132 => {#1998
+"inputCode": "mount_wrap_r"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
133 => {#1996
+"inputCode": "mount_wrap_r_bleed"
+"description": "mount wrap bleed"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
134 => {#1995
+"inputCode": "mount_wrap_t"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
135 => {#1994
+"inputCode": "mount_wrap_t_bleed"
+"description": "mount wrap bleed"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
136 => {#1993
+"inputCode": "mount_wrap_b"
+"description": "mounting"
+"inputType": "UI_TYPE_BOOLEAN"
}
137 => {#1992
+"inputCode": "mount_wrap_b_bleed"
+"description": "mount wrap bleed"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
138 => {#1991
+"inputCode": "mount_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
139 => {#1990
+"inputCode": "mount_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
140 => {#1989
+"inputCode": "mount_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
141 => {#1997
+"inputCode": "mount_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
142 => {#1988
+"inputCode": "mount_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
143 => {#1987
+"inputCode": "mount_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
144 => {#1985
+"inputCode": "mount_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
145 => {#1984
+"inputCode": "mount_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
146 => {#1986
+"inputCode": "mount_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
147 => {#1983
+"inputCode": "trim_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
148 => {#1982
+"inputCode": "trimming"
+"description": "trimming"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1976 …1}
}
149 => {#1975
+"inputCode": "reverse_trim"
+"description": "reverse Trim"
+"inputType": "UI_TYPE_BOOLEAN"
}
150 => {#1974
+"inputCode": "trim_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
151 => {#1973
+"inputCode": "trim_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
152 => {#1972
+"inputCode": "trim_meth"
+"description": "*repo_trimming"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1967 …1}
}
153 => {#1966
+"inputCode": "space_004"
+"description": "spacer"
+"inputType": "UI_TYPE_SPACER"
}
154 => {#1965
+"inputCode": "trim_meth2"
+"description": "*repo_trimming"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1960 …1}
}
155 => {#1959
+"inputCode": "trim1_mode_1_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
156 => {#1958
+"inputCode": "trim1_mode_1"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
157 => {#1957
+"inputCode": "trim2_mode_1_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
158 => {#1955
+"inputCode": "trim2_mode_1"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
159 => {#2357
+"inputCode": "trim1_mode_2_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
160 => {#2363
+"inputCode": "trim1_mode_2"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
161 => {#2362
+"inputCode": "trim2_mode_2_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
162 => {#2361
+"inputCode": "trim2_mode_2"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
163 => {#2360
+"inputCode": "trim1_mode_3_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
164 => {#2359
+"inputCode": "trim1_mode_3"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
165 => {#2358
+"inputCode": "trim2_mode_3_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
166 => {#1954
+"inputCode": "trim2_mode_3"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
167 => {#1953
+"inputCode": "trim1_mode_4_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
168 => {#1956
+"inputCode": "trim1_mode_4"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
169 => {#1951
+"inputCode": "trim2_mode_4_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
170 => {#1950
+"inputCode": "trim2_mode_4"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
171 => {#1949
+"inputCode": "trim1_mode_5_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
172 => {#1948
+"inputCode": "trim1_mode_5"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
173 => {#1947
+"inputCode": "trim2_mode_5_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
174 => {#1946
+"inputCode": "trim2_mode_5"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
175 => {#1945
+"inputCode": "trim1_mode_6_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
176 => {#1944
+"inputCode": "trim1_mode_6"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
177 => {#1943
+"inputCode": "trim2_mode_6_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
178 => {#1942
+"inputCode": "trim2_mode_6"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
179 => {#1952
+"inputCode": "trim1_mode_7_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
180 => {#1940
+"inputCode": "trim1_mode_7"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
181 => {#1939
+"inputCode": "trim2_mode_7_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
182 => {#1938
+"inputCode": "trim2_mode_7"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
183 => {#1937
+"inputCode": "trim1_mode_8_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
184 => {#1936
+"inputCode": "trim1_mode_8"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
185 => {#1935
+"inputCode": "trim2_mode_8_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
186 => {#1934
+"inputCode": "trim2_mode_8"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
187 => {#1933
+"inputCode": "trim1_mode_9_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
188 => {#1932
+"inputCode": "trim1_mode_9"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
189 => {#1931
+"inputCode": "trim2_mode_9_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
190 => {#1941
+"inputCode": "trim2_mode_9"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
191 => {#1930
+"inputCode": "trim1_mode_10_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
192 => {#1929
+"inputCode": "trim1_mode_10"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
193 => {#1928
+"inputCode": "trim2_mode_10_label"
+"description": "trim mode"
+"inputType": "UI_TYPE_STRING"
+"maxLength": "60"
+"upperCase": "false"
}
194 => {#1927
+"inputCode": "trim2_mode_10"
+"description": "trim mode"
+"inputType": "UI_TYPE_BOOLEAN"
}
195 => {#1926
+"inputCode": "trim1_weeding"
+"description": "weeding"
+"inputType": "UI_TYPE_BOOLEAN"
}
196 => {#1924
+"inputCode": "trim1_app_tape"
+"description": "app tape"
+"inputType": "UI_TYPE_BOOLEAN"
}
197 => {#1923
+"inputCode": "trim2_weeding"
+"description": "weeding"
+"inputType": "UI_TYPE_BOOLEAN"
}
198 => {#1922
+"inputCode": "trim2_app_tape"
+"description": "app tape"
+"inputType": "UI_TYPE_BOOLEAN"
}
199 => {#1921
+"inputCode": "trim1_app_tape_mat"
+"description": "tape"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
200 => {#1925
+"inputCode": "space_007"
+"description": "spacer"
+"inputType": "UI_TYPE_SPACER"
}
201 => {#1919
+"inputCode": "trim2_app_tape_mat"
+"description": "tape"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
202 => {#1918
+"inputCode": "trim_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
203 => {#1917
+"inputCode": "trim_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
204 => {#1916
+"inputCode": "trim1_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
205 => {#1915
+"inputCode": "trim2_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
206 => {#1920
+"inputCode": "trim_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
207 => {#1914
+"inputCode": "tape_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
208 => {#1913
+"inputCode": "tape_required"
+"description": "tape required"
+"inputType": "UI_TYPE_BOOLEAN"
}
209 => {#1912
+"inputCode": "tape_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1908 …1}
}
210 => {#1907
+"inputCode": "tape_all_round"
+"description": "tape all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
211 => {#1906
+"inputCode": "tape_mat"
+"description": "tape"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
212 => {#1905
+"inputCode": "tape_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
213 => {#1904
+"inputCode": "tape_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
214 => {#1903
+"inputCode": "tape_left"
+"description": "tape left"
+"inputType": "UI_TYPE_BOOLEAN"
}
215 => {#1902
+"inputCode": "tape_right"
+"description": "tape right"
+"inputType": "UI_TYPE_BOOLEAN"
}
216 => {#1901
+"inputCode": "tape_top"
+"description": "tape top"
+"inputType": "UI_TYPE_BOOLEAN"
}
217 => {#1900
+"inputCode": "tape_bottom"
+"description": "tape bottom"
+"inputType": "UI_TYPE_BOOLEAN"
}
218 => {#1898
+"inputCode": "tape_middle_v"
+"description": "tape middle vertical"
+"inputType": "UI_TYPE_BOOLEAN"
}
219 => {#1897
+"inputCode": "tape_middle_h"
+"description": "tape middle horizontal"
+"inputType": "UI_TYPE_BOOLEAN"
}
220 => {#1896
+"inputCode": "tape_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
221 => {#1895
+"inputCode": "tape_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
222 => {#1899
+"inputCode": "tape_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
223 => {#1894
+"inputCode": "tape_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
224 => {#1893
+"inputCode": "tape_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
225 => {#1892
+"inputCode": "tape_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
226 => {#1891
+"inputCode": "tape_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
227 => {#1890
+"inputCode": "tape_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
228 => {#1889
+"inputCode": "tape_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
229 => {#1888
+"inputCode": "hem_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
230 => {#1887
+"inputCode": "hem_required"
+"description": "hem required"
+"inputType": "UI_TYPE_BOOLEAN"
}
231 => {#1886
+"inputCode": "hem_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1882 …1}
}
232 => {#1881
+"inputCode": "hem_all_round"
+"description": "hem all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
233 => {#1880
+"inputCode": "hem_printed"
+"description": "hem printed"
+"inputType": "UI_TYPE_BOOLEAN"
}
234 => {#1879
+"inputCode": "hem_type"
+"description": "hem type"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1870 …1}
}
235 => {#1869
+"inputCode": "hem_tape"
+"description": "hem tape _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
236 => {#1867
+"inputCode": "hem_rope"
+"description": "hem rope _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
237 => {#1866
+"inputCode": "hem_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
238 => {#1865
+"inputCode": "hem_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
239 => {#1864
+"inputCode": "hem_left"
+"description": "hem left"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
240 => {#1863
+"inputCode": "hem_right"
+"description": "hem right"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
241 => {#1862
+"inputCode": "hem_top"
+"description": "hem top"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
242 => {#1868
+"inputCode": "hem_bottom"
+"description": "hem bottom"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
243 => {#1861
+"inputCode": "hem_allow_over"
+"description": "override hem allow"
+"inputType": "UI_TYPE_BOOLEAN"
}
244 => {#1860
+"inputCode": "hem_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
245 => {#1859
+"inputCode": "hem_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
246 => {#1857
+"inputCode": "hem_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
247 => {#1856
+"inputCode": "hem_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
248 => {#1855
+"inputCode": "hem_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
249 => {#1854
+"inputCode": "hem_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
250 => {#1853
+"inputCode": "hem_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
251 => {#1858
+"inputCode": "hem_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
252 => {#1852
+"inputCode": "hem_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
253 => {#1850
+"inputCode": "eye_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
254 => {#1849
+"inputCode": "eye_required"
+"description": "eyelets required"
+"inputType": "UI_TYPE_BOOLEAN"
}
255 => {#1848
+"inputCode": "eye_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1845 …1}
}
256 => {#1844
+"inputCode": "eye_all_round"
+"description": "eyelets all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
257 => {#1843
+"inputCode": "eye_corner_only"
+"description": "eyelets in corners only"
+"inputType": "UI_TYPE_BOOLEAN"
}
258 => {#1842
+"inputCode": "eye_as_spec"
+"description": "eyelets as specification"
+"inputType": "UI_TYPE_BOOLEAN"
}
259 => {#1841
+"inputCode": "eye_spec_no"
+"description": "eyelet number"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "1"
+"maxValue": "99999"
}
260 => {#1840
+"inputCode": "eyelets"
+"description": "eyelets _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
261 => {#1839
+"inputCode": "eyelet_washers"
+"description": "washers _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
262 => {#1838
+"inputCode": "eye_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
263 => {#1837
+"inputCode": "eye_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
264 => {#1836
+"inputCode": "eye_left"
+"description": "eyelet spacing left"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "99999"
}
265 => {#1835
+"inputCode": "eye_right"
+"description": "eyelet spacing right"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "99999"
}
266 => {#1834
+"inputCode": "eye_top"
+"description": "eyelet spacing top"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "99999"
}
267 => {#1833
+"inputCode": "eye_bottom"
+"description": "eyelet spacing bottom"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "99999"
}
268 => {#1832
+"inputCode": "eye_per_item"
+"description": "eyelets item"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "99999"
}
269 => {#1831
+"inputCode": "eye_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
270 => {#1830
+"inputCode": "eye_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
271 => {#1829
+"inputCode": "eye_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
272 => {#1828
+"inputCode": "eye_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
273 => {#1827
+"inputCode": "eye_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
274 => {#1826
+"inputCode": "eye_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
275 => {#1825
+"inputCode": "eye_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
276 => {#1824
+"inputCode": "eye_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
277 => {#1823
+"inputCode": "eye_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
278 => {#1822
+"inputCode": "keder_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
279 => {#1821
+"inputCode": "keder_required"
+"description": "keder required"
+"inputType": "UI_TYPE_BOOLEAN"
}
280 => {#1820
+"inputCode": "ked_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1816 …1}
}
281 => {#1815
+"inputCode": "keder_type"
+"description": "keder type"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1809 …1}
}
282 => {#3698
+"inputCode": "keder_all_round"
+"description": "keder all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
283 => {#3701
+"inputCode": "ked_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
284 => {#3700
+"inputCode": "ked_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
285 => {#3699
+"inputCode": "k_left"
+"description": "keder left"
+"inputType": "UI_TYPE_BOOLEAN"
}
286 => {#1808
+"inputCode": "keder_left"
+"description": "keder left _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
287 => {#1807
+"inputCode": "ked_left"
+"description": "keder left"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
288 => {#3694
+"inputCode": "ked_bead_left"
+"description": "keder left"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
289 => {#3697
+"inputCode": "k_right"
+"description": "keder right"
+"inputType": "UI_TYPE_BOOLEAN"
}
290 => {#3696
+"inputCode": "keder_right"
+"description": "keder right _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
291 => {#3695
+"inputCode": "ked_right"
+"description": "keder right"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
292 => {#1806
+"inputCode": "ked_bead_right"
+"description": "keder right"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
293 => {#1805
+"inputCode": "k_top"
+"description": "keder top"
+"inputType": "UI_TYPE_BOOLEAN"
}
294 => {#1804
+"inputCode": "keder_top"
+"description": "keder top _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
295 => {#1803
+"inputCode": "ked_top"
+"description": "keder top"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
296 => {#1802
+"inputCode": "ked_bead_top"
+"description": "keder top"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
297 => {#1801
+"inputCode": "k_bottom"
+"description": "keder bottom"
+"inputType": "UI_TYPE_BOOLEAN"
}
298 => {#1800
+"inputCode": "keder_bottom"
+"description": "keder bottom _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
299 => {#1799
+"inputCode": "ked_bottom"
+"description": "keder bottom"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
300 => {#1798
+"inputCode": "ked_bead_bottom"
+"description": "keder bottom"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99.00"
}
301 => {#1797
+"inputCode": "ked_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
302 => {#1796
+"inputCode": "ked_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
303 => {#1795
+"inputCode": "ked_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
304 => {#1794
+"inputCode": "ked_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
305 => {#3688
+"inputCode": "ked_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
306 => {#3693
+"inputCode": "ked_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
307 => {#3692
+"inputCode": "ked_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
308 => {#3691
+"inputCode": "ked_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
309 => {#3690
+"inputCode": "keder_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
310 => {#3689
+"inputCode": "pocket_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
311 => {#1793
+"inputCode": "pocket_required"
+"description": "pockets required"
+"inputType": "UI_TYPE_BOOLEAN"
}
312 => {#3682
+"inputCode": "pocket_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#3684 …1}
}
313 => {#3683
+"inputCode": "pocket_all_round"
+"description": "pockets all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
314 => {#1792
+"inputCode": "pocket_printed"
+"description": "pocket printed"
+"inputType": "UI_TYPE_BOOLEAN"
}
315 => {#1790
+"inputCode": "pocket_type"
+"description": "pocket type"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#3677 …1}
}
316 => {#1787
+"inputCode": "pocket_tape"
+"description": "pocket tape _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
317 => {#3670
+"inputCode": "pocket_rope"
+"description": "pocket rope _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
318 => {#3675
+"inputCode": "pock_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
319 => {#3674
+"inputCode": "pock_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
320 => {#3673
+"inputCode": "pocket_left"
+"description": "pocket left"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
321 => {#3672
+"inputCode": "pocket_right"
+"description": "pocket right"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
322 => {#3671
+"inputCode": "pocket_top"
+"description": "pocket top"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
323 => {#1791
+"inputCode": "pocket_bottom"
+"description": "pocket bottom"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
324 => {#1786
+"inputCode": "pocket_within_visual"
+"description": "within visual"
+"inputType": "UI_TYPE_BOOLEAN"
}
325 => {#1785
+"inputCode": "pock_allow_left"
+"description": "pocket allowance left"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
326 => {#1784
+"inputCode": "pock_allow_right"
+"description": "pocket allowance right"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
327 => {#3664
+"inputCode": "pock_allow_top"
+"description": "pocket allowance top"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
328 => {#3669
+"inputCode": "pock_allow_bottom"
+"description": "pocket allowance bottom"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
329 => {#3668
+"inputCode": "pock_allow_over"
+"description": "override pock allow"
+"inputType": "UI_TYPE_BOOLEAN"
}
330 => {#3667
+"inputCode": "pock_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
331 => {#3666
+"inputCode": "pock_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
332 => {#3665
+"inputCode": "pock_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
333 => {#1783
+"inputCode": "pock_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
334 => {#3658
+"inputCode": "pock_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
335 => {#3663
+"inputCode": "pock_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
336 => {#3662
+"inputCode": "pock_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
337 => {#3661
+"inputCode": "pocket_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
338 => {#3660
+"inputCode": "content_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
339 => {#3659
+"inputCode": "content_left"
+"description": "content left _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
340 => {#1782
+"inputCode": "content_left_size"
+"description": "content size"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
341 => {#1781
+"inputCode": "content_right"
+"description": "content right _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
342 => {#1780
+"inputCode": "content_right_size"
+"description": "content size"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
343 => {#1779
+"inputCode": "content_top"
+"description": "content top _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
344 => {#3652
+"inputCode": "content_top_size"
+"description": "content size"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
345 => {#3657
+"inputCode": "content_bottom"
+"description": "content bottom _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
346 => {#3656
+"inputCode": "content_bottom_size"
+"description": "content size"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
347 => {#3655
+"inputCode": "poc_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
348 => {#3654
+"inputCode": "content_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
349 => {#3653
+"inputCode": "velcro_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
350 => {#1778
+"inputCode": "velcro_required"
+"description": "velcro required"
+"inputType": "UI_TYPE_BOOLEAN"
}
351 => {#3646
+"inputCode": "vel_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#3648 …1}
}
352 => {#3647
+"inputCode": "velcro_all_round"
+"description": "velcro all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
353 => {#1777
+"inputCode": "vel_type"
+"description": "velcro type"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#3640 …1}
}
354 => {#3645
+"inputCode": "vel_oppo_diff"
+"description": "velcro oppo different"
+"inputType": "UI_TYPE_BOOLEAN"
}
355 => {#3644
+"inputCode": "velcro_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
356 => {#3643
+"inputCode": "velcro_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
357 => {#3642
+"inputCode": "vel_left"
+"description": "velcro left"
+"inputType": "UI_TYPE_BOOLEAN"
}
358 => {#3641
+"inputCode": "velcro_left"
+"description": "velcro left _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
359 => {#1773
+"inputCode": "vel_left_position"
+"description": "velcro left position"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#3635 …1}
}
360 => {#1772
+"inputCode": "vel_left_opposing"
+"description": "velcro left opposing"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#3632 …1}
}
361 => {#3631
+"inputCode": "velcro_left_oppo"
+"description": "velcro left _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
362 => {#3630
+"inputCode": "vel_right"
+"description": "velcro right"
+"inputType": "UI_TYPE_BOOLEAN"
}
363 => {#3629
+"inputCode": "velcro_right"
+"description": "velcro right _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
364 => {#1768
+"inputCode": "vel_right_position"
+"description": "velcro right position"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#3623 …1}
}
365 => {#1767
+"inputCode": "vel_right_opposing"
+"description": "velcro right opposing"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#3618 …1}
}
366 => {#3621
+"inputCode": "velcro_right_oppo"
+"description": "velcro right _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
367 => {#3620
+"inputCode": "vel_top"
+"description": "velcro top"
+"inputType": "UI_TYPE_BOOLEAN"
}
368 => {#3619
+"inputCode": "velcro_top"
+"description": "velcro top _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
369 => {#1765
+"inputCode": "vel_top_position"
+"description": "velcro top position"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1759 …1}
}
370 => {#1757
+"inputCode": "vel_top_opposing"
+"description": "velcro top opposing"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1751 …1}
}
371 => {#1750
+"inputCode": "velcro_top_oppo"
+"description": "velcro top_mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
372 => {#1749
+"inputCode": "vel_bottom"
+"description": "velcro bottom"
+"inputType": "UI_TYPE_BOOLEAN"
}
373 => {#1758
+"inputCode": "velcro_bottom"
+"description": "velcro bottom _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
374 => {#1748
+"inputCode": "vel_bottom_position"
+"description": "velcro bottom position"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1742 …1}
}
375 => {#1741
+"inputCode": "vel_bottom_opposing"
+"description": "velcro bottom opposing"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1735 …1}
}
376 => {#1734
+"inputCode": "velcro_bottom_oppo"
+"description": "velcro bottom _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
377 => {#1733
+"inputCode": "vel_middlev"
+"description": "velcro middle vertical"
+"inputType": "UI_TYPE_BOOLEAN"
}
378 => {#1732
+"inputCode": "velcro_middlev"
+"description": "velcro middlev _mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
379 => {#1731
+"inputCode": "vel_middlev_position"
+"description": "velcro middlev position"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1724 …1}
}
380 => {#1728
+"inputCode": "vel_middlev_opposing"
+"description": "velcro middlev opposing"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#3609 …1}
}
381 => {#3608
+"inputCode": "velcro_middlev_oppo"
+"description": "velcro middlev_mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
382 => {#3607
+"inputCode": "vel_middleh"
+"description": "velcro middleh horizontal"
+"inputType": "UI_TYPE_BOOLEAN"
}
383 => {#1723
+"inputCode": "velcro_middleh"
+"description": "velcro middleh_mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
384 => {#1722
+"inputCode": "vel_middleh_position"
+"description": "velcro middleh position"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1720 …1}
}
385 => {#1719
+"inputCode": "vel_middleh_opposing"
+"description": "velcro middleh opposing"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1713 …1}
}
386 => {#1712
+"inputCode": "velcro_middleh_oppo"
+"description": "velcro middleh_mat"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
387 => {#1711
+"inputCode": "vel_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
388 => {#1710
+"inputCode": "velcro_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
389 => {#1709
+"inputCode": "velcro_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
390 => {#1708
+"inputCode": "vel_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
391 => {#1707
+"inputCode": "vel_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
392 => {#1706
+"inputCode": "vel_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
393 => {#1705
+"inputCode": "vel_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "9999.00"
}
394 => {#1704
+"inputCode": "vel_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
395 => {#1703
+"inputCode": "velcro_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
396 => {#1702
+"inputCode": "zip_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
397 => {#1701
+"inputCode": "zip_required"
+"description": "zips required"
+"inputType": "UI_TYPE_BOOLEAN"
}
398 => {#1700
+"inputCode": "zip_meth"
+"description": "method"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1695 …1}
}
399 => {#1699
+"inputCode": "zip_all_round"
+"description": "zips all round"
+"inputType": "UI_TYPE_BOOLEAN"
}
400 => {#1693
+"inputCode": "zip_type"
+"description": "zip type"
+"inputType": "UI_TYPE_CHOICE"
+"options": {#1689 …1}
}
401 => {#3596
+"inputCode": "zip_sep1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
402 => {#3601
+"inputCode": "zip_sep2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
403 => {#3600
+"inputCode": "z_left"
+"description": "zip left"
+"inputType": "UI_TYPE_BOOLEAN"
}
404 => {#3599
+"inputCode": "zip_left"
+"description": "zip left"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
405 => {#3598
+"inputCode": "z_right"
+"description": "zip right"
+"inputType": "UI_TYPE_BOOLEAN"
}
406 => {#3597
+"inputCode": "zip_right"
+"description": "zip right"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
407 => {#1688
+"inputCode": "z_top"
+"description": "zip top"
+"inputType": "UI_TYPE_BOOLEAN"
}
408 => {#3592
+"inputCode": "zip_top"
+"description": "zip top"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
409 => {#3595
+"inputCode": "z_bottom"
+"description": "zip bottom"
+"inputType": "UI_TYPE_BOOLEAN"
}
410 => {#3594
+"inputCode": "zip_bottom"
+"description": "zip bottom"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
411 => {#3593
+"inputCode": "zip_ins"
+"description": "instructions"
+"inputType": "UI_TYPE_TEXT"
}
412 => {#1694
+"inputCode": "zip_sep3"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
413 => {#2353
+"inputCode": "zip_sep4"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
414 => {#2356
+"inputCode": "zip_cost_1"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
415 => {#2355
+"inputCode": "zip_cost_2"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
416 => {#2354
+"inputCode": "zip_cost_3"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
417 => {#1687
+"inputCode": "zip_cost_4"
+"description": "outwork cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "999.00"
}
418 => {#1686
+"inputCode": "zip_supp"
+"description": "*outwork_supp"
+"inputType": "UI_TYPE_ITEM_SUPP_LOOKUP"
}
419 => {#2349
+"inputCode": "zip_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
420 => {#2352
+"inputCode": "_misc_tab"
+"description": "tab"
+"inputType": "UI_TYPE_TAB_PAGE"
}
421 => {#2351
+"inputCode": "misc_int_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
422 => {#2350
+"inputCode": "misc_int_tasks"
+"description": "tasks"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "10"
}
423 => {#1685
+"inputCode": "misc_int_quote"
+"description": "quote text"
+"inputType": "UI_TYPE_TEXT"
}
424 => {#1684
+"inputCode": "misc_int_jobbag"
+"description": "jobbag text"
+"inputType": "UI_TYPE_TEXT"
}
425 => {#1683
+"inputCode": "misc_int_task_1"
+"description": "misc task"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
426 => {#1682
+"inputCode": "misc_int_items_1"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
427 => {#1681
+"inputCode": "misc_int_time_1"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
428 => {#1680
+"inputCode": "misc_int_total_1"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
429 => {#1679
+"inputCode": "misc_int_task_2"
+"description": "misc task"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
430 => {#1678
+"inputCode": "misc_int_items_2"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
431 => {#1677
+"inputCode": "misc_int_time_2"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
432 => {#1676
+"inputCode": "misc_int_total_2"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
433 => {#1675
+"inputCode": "misc_int_task_3"
+"description": "misc task"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
434 => {#1674
+"inputCode": "misc_int_items_3"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
435 => {#1673
+"inputCode": "misc_int_time_3"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
436 => {#2343
+"inputCode": "misc_int_total_3"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
437 => {#3588
+"inputCode": "misc_int_task_4"
+"description": "misc task"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
438 => {#3591
+"inputCode": "misc_int_items_4"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
439 => {#3590
+"inputCode": "misc_int_time_4"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
440 => {#3589
+"inputCode": "misc_int_total_4"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
441 => {#2348
+"inputCode": "misc_int_task_5"
+"description": "misc task"
+"inputType": "UI_TYPE_CODE_LOOKUP"
}
442 => {#2347
+"inputCode": "misc_int_items_5"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
443 => {#2346
+"inputCode": "misc_int_time_5"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
444 => {#2345
+"inputCode": "misc_int_total_5"
+"description": "misc task duration"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "999"
}
445 => {#2344
+"inputCode": "misc_int_end"
+"description": "end"
+"inputType": "UI_TYPE_GROUP_BOX_END"
}
446 => {#1672
+"inputCode": "misc_ext_1_start"
+"description": "start"
+"inputType": "UI_TYPE_GROUP_BOX_START"
}
447 => {#2342
+"inputCode": "misc_ext_required"
+"description": "misc"
+"inputType": "UI_TYPE_BOOLEAN"
}
448 => {#2341
+"inputCode": "misc_ext_itm_1"
+"description": "misc itm"
+"inputType": "UI_TYPE_ITEM_LOOKUP"
}
449 => {#2340
+"inputCode": "misc_ext_itm_1_qty"
+"description": "misc qty"
+"inputType": "UI_TYPE_NUMBER"
+"minValue": "0"
+"maxValue": "9999"
}
450 => {#2339
+"inputCode": "misc_ext_quote_1"
+"description": "quote text"
+"inputType": "UI_TYPE_TEXT"
}
451 => {#2337
+"inputCode": "misc_ext_jobbag_1"
+"description": "jobbag text"
+"inputType": "UI_TYPE_TEXT"
}
452 => {#2338
+"inputCode": "misc_ext_sep1_1"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
453 => {#1671
+"inputCode": "misc_ext_sep1_2"
+"description": "separator"
+"inputType": "UI_TYPE_SEPARATOR"
}
454 => {#1669
+"inputCode": "misc_ext_cost_1_1"
+"description": "misc external cost"
+"inputType": "UI_TYPE_DECIMAL"
+"minValue": "0.00"
+"maxValue": "99999.00"
}
455 => {#1668
+"inputCode": "misc_ext_cost_1_2"
+"description": "misc external cost"
+"inputType": "UI_TYPE_DECIMAL"
…2
}
456 => {#2331 …5}
457 => {#2336 …5}
458 => {#2335 …3}
459 => {#2334 …3}
460 => {#2333 …3}
461 => {#2332 …3}
462 => {#3579 …5}
463 => {#3587 …3}
464 => {#3586 …3}
465 => {#3585 …3}
466 => {#3584 …3}
467 => {#3583 …5}
468 => {#3582 …5}
469 => {#3581 …5}
470 => {#3580 …5}
471 => {#1670 …3}
472 => {#1667 …3}
473 => {#2325 …3}
474 => {#3575 …3}
475 => {#3578 …5}
476 => {#3577 …3}
477 => {#3576 …3}
478 => {#2330 …3}
479 => {#2329 …3}
480 => {#2328 …5}
481 => {#2327 …5}
482 => {#2326 …5}
483 => {#1666 …5}
484 => {#1665 …3}
485 => {#1664 …3}
486 => {#1663 …3}
487 => {#2319 …3}
488 => {#2324 …5}
489 => {#2323 …3}
490 => {#2322 …3}
491 => {#2321 …3}
492 => {#2320 …3}
493 => {#1662 …5}
494 => {#2313 …5}
495 => {#2318 …5}
496 => {#2317 …5}
497 => {#2316 …3}
498 => {#2315 …3}
499 => {#2314 …3}
500 => {#3571 …3}
501 => {#3574 …5}
502 => {#3573 …3}
503 => {#3572 …3}
504 => {#1661 …3}
505 => {#1660 …3}
506 => {#1659 …5}
507 => {#1658 …5}
508 => {#2307 …5}
509 => {#2312 …5}
510 => {#2311 …3}
511 => {#2310 …3}
512 => {#2309 …3}
513 => {#2308 …3}
514 => {#1657 …3}
515 => {#2306 …3}
516 => {#2305 …5}
517 => {#2304 …5}
518 => {#2303 …5}
519 => {#2301 …3}
520 => {#2302 …3}
521 => {#1655 …3}
522 => {#1654 …3}
523 => {#1653 …5}
524 => {#2295 …5}
525 => {#1656 …5}
526 => {#2300 …5}
527 => {#2299 …3}
528 => {#2298 …3}
529 => {#2297 …3}
530 => {#2296 …5}
531 => {#2289 …3}
532 => {#2294 …3}
533 => {#2293 …5}
534 => {#2292 …5}
535 => {#2291 …5}
536 => {#2290 …5}
537 => {#1652 …3}
538 => {#1650 …3}
539 => {#1649 …3}
540 => {#1648 …3}
541 => {#2283 …5}
542 => {#2288 …5}
543 => {#2287 …5}
544 => {#1651 …5}
545 => {#2286 …3}
546 => {#2285 …3}
547 => {#2284 …3}
548 => {#2277 …3}
549 => {#2282 …5}
550 => {#2281 …5}
551 => {#2280 …5}
552 => {#2279 …5}
553 => {#2278 …3}
554 => {#1647 …3}
555 => {#1645 …3}
556 => {#1644 …3}
557 => {#1643 …5}
558 => {#1642 …5}
559 => {#3566 …5}
560 => {#3570 …5}
561 => {#3569 …3}
562 => {#3568 …3}
563 => {#3567 …3}
564 => {#1641 …3}
565 => {#2273 …5}
566 => {#3561 …5}
567 => {#3565 …5}
568 => {#3564 …5}
569 => {#3563 …3}
570 => {#3562 …3}
571 => {#1646 …3}
572 => {#2276 …3}
573 => {#2275 …5}
574 => {#2274 …5}
575 => {#3555 …5}
576 => {#3560 …5}
577 => {#3559 …3}
578 => {#3558 …3}
579 => {#3557 …3}
580 => {#3556 …3}
581 => {#1639 …5}
582 => {#2269 …5}
583 => {#2272 …5}
584 => {#2271 …5}
585 => {#2270 …3}
586 => {#1638 …3}
587 => {#1640 …3}
588 => {#1636 …3}
589 => {#1635 …5}
590 => {#1634 …5}
591 => {#1633 …5}
592 => {#1632 …5}
593 => {#1631 …3}
594 => {#1637 …3}
595 => {#1630 …3}
596 => {#1629 …3}
597 => {#1628 …5}
598 => {#1626 …5}
599 => {#1625 …5}
600 => {#1624 …5}
601 => {#1623 …3}
602 => {#1622 …3}
603 => {#1621 …3}
604 => {#1627 …3}
605 => {#1619 …5}
606 => {#1618 …5}
607 => {#1617 …5}
608 => {#3551 …5}
609 => {#3554 …3}
610 => {#3553 …3}
611 => {#3552 …3}
612 => {#1616 …5}
613 => {#1615 …3}
614 => {#1614 …3}
615 => {#1620 …3}
616 => {#1613 …5}
617 => {#1612 …3}
618 => {#1611 …3}
619 => {#1609 …5}
620 => {#1608 …5}
621 => {#1607 …5}
622 => {#1606 …5}
623 => {#1605 …3}
624 => {#1604 …3}
625 => {#1610 …3}
626 => {#2261 …3}
627 => {#2268 …5}
628 => {#3546 …5}
629 => {#3550 …5}
630 => {#3549 …5}
631 => {#3548 …3}
632 => {#3547 …3}
633 => {#2267 …3}
634 => {#3542 …3}
635 => {#3545 …5}
636 => {#3544 …5}
637 => {#3543 …5}
638 => {#2266 …5}
639 => {#2265 …3}
640 => {#2264 …3}
641 => {#1603 …3}
642 => {#2263 …3}
643 => {#2262 …5}
644 => {#3532 …5}
645 => {#3541 …5}
646 => {#3540 …5}
647 => {#3539 …3}
648 => {#3538 …3}
649 => {#3537 …3}
650 => {#3536 …3}
651 => {#3535 …5}
652 => {#3534 …5}
653 => {#3533 …5}
654 => {#1602 …5}
655 => {#3522 …3}
656 => {#3531 …3}
657 => {#3530 …3}
658 => {#3529 …3}
659 => {#3528 …5}
660 => {#3527 …5}
661 => {#3526 …5}
662 => {#3525 …5}
663 => {#3524 …5}
664 => {#3523 …5}
665 => {#1600 …5}
666 => {#3512 …5}
667 => {#3521 …4}
668 => {#3513 …5}
669 => {#2257 …5}
670 => {#2260 …5}
671 => {#2259 …5}
672 => {#2258 …3}
673 => {#1599 …3}
674 => {#1601 …3}
675 => {#1597 …5}
676 => {#1596 …5}
677 => {#1595 …5}
678 => {#1594 …5}
679 => {#1593 …5}
680 => {#1592 …3}
681 => {#1598 …5}
682 => {#1591 …5}
683 => {#1590 …5}
684 => {#1589 …5}
685 => {#1588 …5}
686 => {#1587 …5}
687 => {#1586 …5}
688 => {#1585 …5}
689 => {#1584 …5}
690 => {#1583 …5}
691 => {#1582 …5}
692 => {#1581 …5}
693 => {#1580 …5}
694 => {#1578 …5}
695 => {#1577 …5}
696 => {#1576 …5}
697 => {#3510 …5}
698 => {#3511 …5}
699 => {#1575 …5}
700 => {#1579 …5}
701 => {#1574 …5}
702 => {#3502 …5}
703 => {#3509 …5}
704 => {#3508 …3}
705 => {#3507 …5}
706 => {#3506 …5}
707 => {#3505 …5}
708 => {#3504 …3}
709 => {#3503 …5}
710 => {#1572 …5}
711 => {#1571 …5}
712 => {#1570 …5}
713 => {#1569 …5}
714 => {#3498 …5}
715 => {#3501 …5}
716 => {#3500 …5}
717 => {#3499 …5}
718 => {#1573 …5}
719 => {#2251 …3}
720 => {#2256 …5}
721 => {#3495 …3}
722 => {#3497 …3}
723 => {#3496 …3}
724 => {#2255 …4}
725 => {#1566 …3}
726 => {#1565 …5}
727 => {#3490 …3}
728 => {#3494 …5}
729 => {#3493 …5}
730 => {#3492 …3}
731 => {#3491 …3}
732 => {#1564 …3}
733 => {#3488 …3}
734 => {#3489 …3}
735 => {#1563 …4}
736 => {#3487 …5}
737 => {#3486 …4}
738 => {#1555 …3}
739 => {#3473 …3}
740 => {#3480 …3}
741 => {#3479 …3}
742 => {#3478 …3}
743 => {#3477 …4}
744 => {#1553 …3}
745 => {#1552 …3}
746 => {#1551 …3}
747 => {#1550 …3}
748 => {#1549 …3}
749 => {#1548 …3}
750 => {#3466 …3}
751 => {#3472 …3}
752 => {#3471 …3}
753 => {#3470 …4}
754 => {#1546 …3}
755 => {#1545 …3}
756 => {#1543 …3}
757 => {#1539 …3}
758 => {#1538 …3}
759 => {#1537 …3}
760 => {#1536 …3}
761 => {#1534 …3}
762 => {#1532 …3}
763 => {#1531 …3}
764 => {#1530 …5}
765 => {#2232 …4}
766 => {#1478 …3}
767 => {#1477 …3}
768 => {#1476 …5}
769 => {#1475 …5}
770 => {#1473 …5}
771 => {#2186 …5}
772 => {#2170 …3}
773 => {#3435 …5}
774 => {#3465 …5}
775 => {#3464 …5}
776 => {#3463 …5}
777 => {#3462 …5}
778 => {#3461 …5}
779 => {#3460 …5}
780 => {#3459 …5}
781 => {#3458 …3}
782 => {#3457 …3}
783 => {#3456 …5}
784 => {#3455 …5}
785 => {#3454 …5}
786 => {#3453 …5}
787 => {#3452 …3}
788 => {#3451 …3}
789 => {#3450 …3}
790 => {#3449 …3}
791 => {#3448 …3}
792 => {#3447 …3}
793 => {#3446 …3}
794 => {#3445 …3}
795 => {#3444 …3}
796 => {#3443 …4}
797 => {#3437 …3}
798 => {#3436 …3}
799 => {#2205 …3}
800 => {#1400 …3}
801 => {#2206 …3}
]
}
}