Alphabetize Operations nav buttons and fix Awaiting Shipment query
Nav buttons in Operations section now in alphabetical order across all 11 pages: Engineering Holds, External Process, Job Drawing Status, Unused Items, WO Shortages. Fixed Awaiting Shipment query: - Primary focus on manufactured part (the item in stockroom), not finished part - Added wm_op.womatl_qtyiss < wm_op.womatl_qtyreq filter to exclude completed external process cycles (was showing 10-year-old data) - Removed unreliable date_in_stockroom/days_waiting columns - Added WO number and manufactured part description columns Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,18 +3,16 @@
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 44,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicBindingPathList": [{"key": "buttonColor"}],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "eh1btn3k01",
|
||||
"key": "eh1btn3ehk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 44,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 40,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 44,
|
||||
"originalTopRow": 40,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Job Drawing Status",
|
||||
"text": "Engineering Holds",
|
||||
"topRow": 40,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "eh1btn3jds",
|
||||
"widgetId": "eh1btn3eh",
|
||||
"widgetName": "Button3"
|
||||
}
|
||||
|
||||
@@ -3,20 +3,16 @@
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 48,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [
|
||||
{"key": "buttonColor"}
|
||||
],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "eh1btn3k02",
|
||||
"key": "eh1btn3epk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 48,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 44,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 48,
|
||||
"originalTopRow": 44,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Engineering Holds",
|
||||
"text": "External Process",
|
||||
"topRow": 44,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "eh1btn3enh",
|
||||
"widgetId": "eh1btn3ep",
|
||||
"widgetName": "Button3Copy"
|
||||
}
|
||||
|
||||
@@ -2,46 +2,40 @@
|
||||
"animateLoading": true,
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 52,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicHeight": "FIXED",
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "eh1btn3uik",
|
||||
"key": "eh1btn3jdk",
|
||||
"leftColumn": 0,
|
||||
"maxDynamicHeight": 9000,
|
||||
"minDynamicHeight": 4,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 52,
|
||||
"mobileLeftColumn": 0,
|
||||
"mobileRightColumn": 64,
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 48,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 52,
|
||||
"originalTopRow": 48,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
"parentId": "eh1canvas01",
|
||||
"parentRowSpace": 10,
|
||||
"placement": "START",
|
||||
"recaptchaType": "V3",
|
||||
"renderMode": "CANVAS",
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Unused Items",
|
||||
"text": "Job Drawing Status",
|
||||
"topRow": 48,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "eh1btn3ui",
|
||||
"widgetName": "Button3Copy2",
|
||||
"boxShadow": "none"
|
||||
"widgetId": "eh1btn3jd",
|
||||
"widgetName": "Button3Copy2"
|
||||
}
|
||||
|
||||
@@ -7,16 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "eh1btnwosk",
|
||||
"key": "eh1btn3uik",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 56,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 52,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 56,
|
||||
"originalTopRow": 52,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "WO Shortages",
|
||||
"text": "Unused Items",
|
||||
"topRow": 52,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "eh1btnwos",
|
||||
"widgetId": "eh1btn3ui",
|
||||
"widgetName": "Button3Copy3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "eh1btn3epk",
|
||||
"key": "eh1btn3wsk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 60,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 56,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 60,
|
||||
"originalTopRow": 56,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "External Process",
|
||||
"text": "WO Shortages",
|
||||
"topRow": 56,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "eh1btnep",
|
||||
"widgetId": "eh1btn3ws",
|
||||
"widgetName": "Button3Copy4"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
-- Items with manufacturing complete but not yet shipped to vendor
|
||||
-- WOs that have an outside process material (EXTLAB) with no open PO
|
||||
-- Manufactured parts awaiting shipment to external vendor
|
||||
-- The manufactured part has been produced (womatl issued) but the
|
||||
-- outside process (EXTLAB) has not been completed yet and no open PO exists.
|
||||
SELECT
|
||||
fi.item_number AS finished_pn,
|
||||
fi.item_descrip1 AS finished_desc,
|
||||
mi.item_number AS manufactured_pn,
|
||||
mi.item_descrip1 AS manufactured_desc,
|
||||
fi.item_number AS finished_pn,
|
||||
opi.item_number AS ext_labor_pn,
|
||||
wm_mfg.womatl_qtyiss AS qty_ready,
|
||||
to_char(COALESCE(mfg_wo.wo_duedate, parent_wo.wo_startdate), 'YYYY-MM-DD') AS date_in_stockroom,
|
||||
(CURRENT_DATE - COALESCE(mfg_wo.wo_duedate, parent_wo.wo_startdate)::date) AS days_waiting,
|
||||
formatwonumber(parent_wo.wo_id) AS wo_number,
|
||||
COALESCE(dv.vend_name, '') AS expected_vendor,
|
||||
COALESCE((
|
||||
SELECT SUM(w2.wo_qtyord - w2.wo_qtyrcv)
|
||||
@@ -30,10 +30,6 @@ JOIN womatl wm_mfg ON parent_wo.wo_id = wm_mfg.womatl_wo_id
|
||||
JOIN itemsite mis ON wm_mfg.womatl_itemsite_id = mis.itemsite_id
|
||||
JOIN item mi ON mis.itemsite_item_id = mi.item_id
|
||||
JOIN classcode cc_mfg ON mi.item_classcode_id = cc_mfg.classcode_id
|
||||
-- Find closed sub-WO for the manufactured part
|
||||
LEFT JOIN wo mfg_wo ON mfg_wo.wo_ordtype = 'W'
|
||||
AND mfg_wo.wo_itemsite_id = mis.itemsite_id
|
||||
AND mfg_wo.wo_status = 'C'
|
||||
-- Default vendor for the outside process item
|
||||
LEFT JOIN itemsrc isrc ON isrc.itemsrc_item_id = opi.item_id AND isrc.itemsrc_active
|
||||
LEFT JOIN vendinfo dv ON isrc.itemsrc_vend_id = dv.vend_id
|
||||
@@ -44,12 +40,15 @@ WHERE cc.classcode_code = 'EXTLAB'
|
||||
AND parent_wo.wo_status IN ('R','E','I')
|
||||
-- Manufactured material has been issued (machining complete)
|
||||
AND wm_mfg.womatl_qtyiss > 0
|
||||
-- No open PO exists for the outside process item on this WO
|
||||
-- Outside process NOT yet completed (material not fully issued/received)
|
||||
AND wm_op.womatl_qtyiss < wm_op.womatl_qtyreq
|
||||
-- No open PO exists for the outside process item
|
||||
AND NOT EXISTS (
|
||||
SELECT 1 FROM poitem pi2
|
||||
JOIN pohead ph2 ON pi2.poitem_pohead_id = ph2.pohead_id
|
||||
WHERE pi2.poitem_itemsite_id = opis.itemsite_id
|
||||
AND ph2.pohead_status = 'O'
|
||||
AND pi2.poitem_status = 'O'
|
||||
AND pi2.poitem_qty_received < pi2.poitem_qty_ordered
|
||||
)
|
||||
ORDER BY days_waiting DESC, finished_pn;
|
||||
ORDER BY manufactured_pn, fi.item_number;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"pluginType": "DB",
|
||||
"unpublishedAction": {
|
||||
"actionConfiguration": {
|
||||
"body": "-- Items with manufacturing complete but not yet shipped to vendor\n-- WOs that have an outside process material (EXTLAB) with no open PO\nSELECT\n fi.item_number AS finished_pn,\n fi.item_descrip1 AS finished_desc,\n mi.item_number AS manufactured_pn,\n opi.item_number AS ext_labor_pn,\n wm_mfg.womatl_qtyiss AS qty_ready,\n to_char(COALESCE(mfg_wo.wo_duedate, parent_wo.wo_startdate), 'YYYY-MM-DD') AS date_in_stockroom,\n (CURRENT_DATE - COALESCE(mfg_wo.wo_duedate, parent_wo.wo_startdate)::date) AS days_waiting,\n COALESCE(dv.vend_name, '') AS expected_vendor,\n COALESCE((\n SELECT SUM(w2.wo_qtyord - w2.wo_qtyrcv)\n FROM wo w2\n JOIN itemsite is2 ON w2.wo_itemsite_id = is2.itemsite_id\n WHERE is2.itemsite_item_id = fi.item_id\n AND w2.wo_status IN ('R','E','I')\n ), 0) AS wo_demand\nFROM wo parent_wo\nJOIN itemsite fis ON parent_wo.wo_itemsite_id = fis.itemsite_id\nJOIN item fi ON fis.itemsite_item_id = fi.item_id\n-- Find the outside process material on this WO\nJOIN womatl wm_op ON parent_wo.wo_id = wm_op.womatl_wo_id\nJOIN itemsite opis ON wm_op.womatl_itemsite_id = opis.itemsite_id\nJOIN item opi ON opis.itemsite_item_id = opi.item_id\nJOIN classcode cc ON opi.item_classcode_id = cc.classcode_id\n-- Find the manufactured part material on this WO\nJOIN womatl wm_mfg ON parent_wo.wo_id = wm_mfg.womatl_wo_id\n AND wm_mfg.womatl_id != wm_op.womatl_id\nJOIN itemsite mis ON wm_mfg.womatl_itemsite_id = mis.itemsite_id\nJOIN item mi ON mis.itemsite_item_id = mi.item_id\nJOIN classcode cc_mfg ON mi.item_classcode_id = cc_mfg.classcode_id\n-- Find closed sub-WO for the manufactured part\nLEFT JOIN wo mfg_wo ON mfg_wo.wo_ordtype = 'W'\n AND mfg_wo.wo_itemsite_id = mis.itemsite_id\n AND mfg_wo.wo_status = 'C'\n-- Default vendor for the outside process item\nLEFT JOIN itemsrc isrc ON isrc.itemsrc_item_id = opi.item_id AND isrc.itemsrc_active\nLEFT JOIN vendinfo dv ON isrc.itemsrc_vend_id = dv.vend_id\nWHERE cc.classcode_code = 'EXTLAB'\n AND opi.item_type = 'O'\n AND cc_mfg.classcode_code != 'EXTLAB'\n AND mi.item_type != 'O'\n AND parent_wo.wo_status IN ('R','E','I')\n -- Manufactured material has been issued (machining complete)\n AND wm_mfg.womatl_qtyiss > 0\n -- No open PO exists for the outside process item on this WO\n AND NOT EXISTS (\n SELECT 1 FROM poitem pi2\n JOIN pohead ph2 ON pi2.poitem_pohead_id = ph2.pohead_id\n WHERE pi2.poitem_itemsite_id = opis.itemsite_id\n AND ph2.pohead_status = 'O'\n AND pi2.poitem_status = 'O'\n )\nORDER BY days_waiting DESC, finished_pn;\n",
|
||||
"body": "-- Manufactured parts awaiting shipment to external vendor\n-- The manufactured part has been produced (womatl issued) but the\n-- outside process (EXTLAB) has not been completed yet and no open PO exists.\nSELECT\n mi.item_number AS manufactured_pn,\n mi.item_descrip1 AS manufactured_desc,\n fi.item_number AS finished_pn,\n opi.item_number AS ext_labor_pn,\n wm_mfg.womatl_qtyiss AS qty_ready,\n formatwonumber(parent_wo.wo_id) AS wo_number,\n COALESCE(dv.vend_name, '') AS expected_vendor,\n COALESCE((\n SELECT SUM(w2.wo_qtyord - w2.wo_qtyrcv)\n FROM wo w2\n JOIN itemsite is2 ON w2.wo_itemsite_id = is2.itemsite_id\n WHERE is2.itemsite_item_id = fi.item_id\n AND w2.wo_status IN ('R','E','I')\n ), 0) AS wo_demand\nFROM wo parent_wo\nJOIN itemsite fis ON parent_wo.wo_itemsite_id = fis.itemsite_id\nJOIN item fi ON fis.itemsite_item_id = fi.item_id\n-- Find the outside process material on this WO\nJOIN womatl wm_op ON parent_wo.wo_id = wm_op.womatl_wo_id\nJOIN itemsite opis ON wm_op.womatl_itemsite_id = opis.itemsite_id\nJOIN item opi ON opis.itemsite_item_id = opi.item_id\nJOIN classcode cc ON opi.item_classcode_id = cc.classcode_id\n-- Find the manufactured part material on this WO\nJOIN womatl wm_mfg ON parent_wo.wo_id = wm_mfg.womatl_wo_id\n AND wm_mfg.womatl_id != wm_op.womatl_id\nJOIN itemsite mis ON wm_mfg.womatl_itemsite_id = mis.itemsite_id\nJOIN item mi ON mis.itemsite_item_id = mi.item_id\nJOIN classcode cc_mfg ON mi.item_classcode_id = cc_mfg.classcode_id\n-- Default vendor for the outside process item\nLEFT JOIN itemsrc isrc ON isrc.itemsrc_item_id = opi.item_id AND isrc.itemsrc_active\nLEFT JOIN vendinfo dv ON isrc.itemsrc_vend_id = dv.vend_id\nWHERE cc.classcode_code = 'EXTLAB'\n AND opi.item_type = 'O'\n AND cc_mfg.classcode_code != 'EXTLAB'\n AND mi.item_type != 'O'\n AND parent_wo.wo_status IN ('R','E','I')\n -- Manufactured material has been issued (machining complete)\n AND wm_mfg.womatl_qtyiss > 0\n -- Outside process NOT yet completed (material not fully issued/received)\n AND wm_op.womatl_qtyiss < wm_op.womatl_qtyreq\n -- No open PO exists for the outside process item\n AND NOT EXISTS (\n SELECT 1 FROM poitem pi2\n JOIN pohead ph2 ON pi2.poitem_pohead_id = ph2.pohead_id\n WHERE pi2.poitem_itemsite_id = opis.itemsite_id\n AND ph2.pohead_status = 'O'\n AND pi2.poitem_status = 'O'\n AND pi2.poitem_qty_received < pi2.poitem_qty_ordered\n )\nORDER BY manufactured_pn, fi.item_number;\n",
|
||||
"encodeParamsToggle": true,
|
||||
"paginationType": "NONE",
|
||||
"pluginSpecifiedTemplates": [
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ep1btn3jdk",
|
||||
"key": "ep1btn3ehk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 44,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 40,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 44,
|
||||
"originalTopRow": 40,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Job Drawing Status",
|
||||
"text": "Engineering Holds",
|
||||
"topRow": 40,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ep1btn3jd",
|
||||
"widgetId": "ep1btn3eh",
|
||||
"widgetName": "Button3"
|
||||
}
|
||||
|
||||
@@ -3,16 +3,16 @@
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 48,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicBindingPathList": [{"key": "buttonColor"}],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ep1btn3ehk",
|
||||
"key": "ep1btn3epk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 48,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 44,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 48,
|
||||
"originalTopRow": 44,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Engineering Holds",
|
||||
"text": "External Process",
|
||||
"topRow": 44,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ep1btn3eh",
|
||||
"widgetId": "ep1btn3ep",
|
||||
"widgetName": "Button3Copy"
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ep1btn3uik",
|
||||
"key": "ep1btn3jdk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 52,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 48,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 52,
|
||||
"originalTopRow": 48,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Unused Items",
|
||||
"text": "Job Drawing Status",
|
||||
"topRow": 48,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ep1btn3ui",
|
||||
"widgetId": "ep1btn3jd",
|
||||
"widgetName": "Button3Copy2"
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ep1btn3wosk",
|
||||
"key": "ep1btn3uik",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 56,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 52,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 56,
|
||||
"originalTopRow": 52,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "WO Shortages",
|
||||
"text": "Unused Items",
|
||||
"topRow": 52,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ep1btn3wos",
|
||||
"widgetId": "ep1btn3ui",
|
||||
"widgetName": "Button3Copy3"
|
||||
}
|
||||
|
||||
@@ -3,18 +3,16 @@
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 60,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [
|
||||
{"key": "buttonColor"}
|
||||
],
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ep1btn3epk",
|
||||
"key": "ep1btn3wsk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 60,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 56,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 60,
|
||||
"originalTopRow": 56,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "External Process",
|
||||
"text": "WO Shortages",
|
||||
"topRow": 56,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ep1btn3ep",
|
||||
"widgetId": "ep1btn3ws",
|
||||
"widgetName": "Button3Copy4"
|
||||
}
|
||||
|
||||
@@ -31,24 +31,22 @@
|
||||
}
|
||||
},
|
||||
"columnOrder": [
|
||||
"finished_pn",
|
||||
"finished_desc",
|
||||
"manufactured_pn",
|
||||
"manufactured_desc",
|
||||
"finished_pn",
|
||||
"ext_labor_pn",
|
||||
"qty_ready",
|
||||
"date_in_stockroom",
|
||||
"days_waiting",
|
||||
"wo_number",
|
||||
"expected_vendor",
|
||||
"wo_demand"
|
||||
],
|
||||
"columnWidthMap": {
|
||||
"manufactured_pn": 120,
|
||||
"manufactured_desc": 200,
|
||||
"finished_pn": 100,
|
||||
"finished_desc": 200,
|
||||
"manufactured_pn": 100,
|
||||
"ext_labor_pn": 100,
|
||||
"qty_ready": 80,
|
||||
"date_in_stockroom": 120,
|
||||
"days_waiting": 80,
|
||||
"wo_number": 110,
|
||||
"expected_vendor": 150,
|
||||
"wo_demand": 80
|
||||
},
|
||||
@@ -61,13 +59,12 @@
|
||||
{"key": "accentColor"},
|
||||
{"key": "boxShadow"},
|
||||
{"key": "tableData"},
|
||||
{"key": "primaryColumns.finished_pn.computedValue"},
|
||||
{"key": "primaryColumns.finished_desc.computedValue"},
|
||||
{"key": "primaryColumns.manufactured_pn.computedValue"},
|
||||
{"key": "primaryColumns.manufactured_desc.computedValue"},
|
||||
{"key": "primaryColumns.finished_pn.computedValue"},
|
||||
{"key": "primaryColumns.ext_labor_pn.computedValue"},
|
||||
{"key": "primaryColumns.qty_ready.computedValue"},
|
||||
{"key": "primaryColumns.date_in_stockroom.computedValue"},
|
||||
{"key": "primaryColumns.days_waiting.computedValue"},
|
||||
{"key": "primaryColumns.wo_number.computedValue"},
|
||||
{"key": "primaryColumns.expected_vendor.computedValue"},
|
||||
{"key": "primaryColumns.wo_demand.computedValue"}
|
||||
],
|
||||
@@ -94,56 +91,6 @@
|
||||
"parentId": "ep1cnvstab2",
|
||||
"parentRowSpace": 10,
|
||||
"primaryColumns": {
|
||||
"finished_pn": {
|
||||
"alias": "finished_pn",
|
||||
"allowCellWrapping": false,
|
||||
"allowSameOptionsInNewRow": true,
|
||||
"columnType": "text",
|
||||
"computedValue": "{{(() => { const tableData = ep1tblawait.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"finished_pn\"])) : finished_pn })()}}",
|
||||
"enableFilter": true,
|
||||
"enableSort": true,
|
||||
"horizontalAlignment": "LEFT",
|
||||
"id": "finished_pn",
|
||||
"index": 0,
|
||||
"isCellEditable": false,
|
||||
"isCellVisible": true,
|
||||
"isDerived": false,
|
||||
"isDisabled": false,
|
||||
"isEditable": false,
|
||||
"isVisible": true,
|
||||
"label": "finished_pn",
|
||||
"originalId": "finished_pn",
|
||||
"sticky": "",
|
||||
"textSize": "0.775rem",
|
||||
"validation": {},
|
||||
"verticalAlignment": "CENTER",
|
||||
"width": 150
|
||||
},
|
||||
"finished_desc": {
|
||||
"alias": "finished_desc",
|
||||
"allowCellWrapping": false,
|
||||
"allowSameOptionsInNewRow": true,
|
||||
"columnType": "text",
|
||||
"computedValue": "{{(() => { const tableData = ep1tblawait.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"finished_desc\"])) : finished_desc })()}}",
|
||||
"enableFilter": true,
|
||||
"enableSort": true,
|
||||
"horizontalAlignment": "LEFT",
|
||||
"id": "finished_desc",
|
||||
"index": 1,
|
||||
"isCellEditable": false,
|
||||
"isCellVisible": true,
|
||||
"isDerived": false,
|
||||
"isDisabled": false,
|
||||
"isEditable": false,
|
||||
"isVisible": true,
|
||||
"label": "finished_desc",
|
||||
"originalId": "finished_desc",
|
||||
"sticky": "",
|
||||
"textSize": "0.775rem",
|
||||
"validation": {},
|
||||
"verticalAlignment": "CENTER",
|
||||
"width": 150
|
||||
},
|
||||
"manufactured_pn": {
|
||||
"alias": "manufactured_pn",
|
||||
"allowCellWrapping": false,
|
||||
@@ -154,7 +101,7 @@
|
||||
"enableSort": true,
|
||||
"horizontalAlignment": "LEFT",
|
||||
"id": "manufactured_pn",
|
||||
"index": 2,
|
||||
"index": 0,
|
||||
"isCellEditable": false,
|
||||
"isCellVisible": true,
|
||||
"isDerived": false,
|
||||
@@ -169,6 +116,56 @@
|
||||
"verticalAlignment": "CENTER",
|
||||
"width": 150
|
||||
},
|
||||
"manufactured_desc": {
|
||||
"alias": "manufactured_desc",
|
||||
"allowCellWrapping": false,
|
||||
"allowSameOptionsInNewRow": true,
|
||||
"columnType": "text",
|
||||
"computedValue": "{{(() => { const tableData = ep1tblawait.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"manufactured_desc\"])) : manufactured_desc })()}}",
|
||||
"enableFilter": true,
|
||||
"enableSort": true,
|
||||
"horizontalAlignment": "LEFT",
|
||||
"id": "manufactured_desc",
|
||||
"index": 1,
|
||||
"isCellEditable": false,
|
||||
"isCellVisible": true,
|
||||
"isDerived": false,
|
||||
"isDisabled": false,
|
||||
"isEditable": false,
|
||||
"isVisible": true,
|
||||
"label": "manufactured_desc",
|
||||
"originalId": "manufactured_desc",
|
||||
"sticky": "",
|
||||
"textSize": "0.775rem",
|
||||
"validation": {},
|
||||
"verticalAlignment": "CENTER",
|
||||
"width": 150
|
||||
},
|
||||
"finished_pn": {
|
||||
"alias": "finished_pn",
|
||||
"allowCellWrapping": false,
|
||||
"allowSameOptionsInNewRow": true,
|
||||
"columnType": "text",
|
||||
"computedValue": "{{(() => { const tableData = ep1tblawait.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"finished_pn\"])) : finished_pn })()}}",
|
||||
"enableFilter": true,
|
||||
"enableSort": true,
|
||||
"horizontalAlignment": "LEFT",
|
||||
"id": "finished_pn",
|
||||
"index": 2,
|
||||
"isCellEditable": false,
|
||||
"isCellVisible": true,
|
||||
"isDerived": false,
|
||||
"isDisabled": false,
|
||||
"isEditable": false,
|
||||
"isVisible": true,
|
||||
"label": "finished_pn",
|
||||
"originalId": "finished_pn",
|
||||
"sticky": "",
|
||||
"textSize": "0.775rem",
|
||||
"validation": {},
|
||||
"verticalAlignment": "CENTER",
|
||||
"width": 150
|
||||
},
|
||||
"ext_labor_pn": {
|
||||
"alias": "ext_labor_pn",
|
||||
"allowCellWrapping": false,
|
||||
@@ -219,16 +216,16 @@
|
||||
"verticalAlignment": "CENTER",
|
||||
"width": 150
|
||||
},
|
||||
"date_in_stockroom": {
|
||||
"alias": "date_in_stockroom",
|
||||
"wo_number": {
|
||||
"alias": "wo_number",
|
||||
"allowCellWrapping": false,
|
||||
"allowSameOptionsInNewRow": true,
|
||||
"columnType": "text",
|
||||
"computedValue": "{{(() => { const tableData = ep1tblawait.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"date_in_stockroom\"])) : date_in_stockroom })()}}",
|
||||
"computedValue": "{{(() => { const tableData = ep1tblawait.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"wo_number\"])) : wo_number })()}}",
|
||||
"enableFilter": true,
|
||||
"enableSort": true,
|
||||
"horizontalAlignment": "LEFT",
|
||||
"id": "date_in_stockroom",
|
||||
"id": "wo_number",
|
||||
"index": 5,
|
||||
"isCellEditable": false,
|
||||
"isCellVisible": true,
|
||||
@@ -236,33 +233,8 @@
|
||||
"isDisabled": false,
|
||||
"isEditable": false,
|
||||
"isVisible": true,
|
||||
"label": "date_in_stockroom",
|
||||
"originalId": "date_in_stockroom",
|
||||
"sticky": "",
|
||||
"textSize": "0.775rem",
|
||||
"validation": {},
|
||||
"verticalAlignment": "CENTER",
|
||||
"width": 150
|
||||
},
|
||||
"days_waiting": {
|
||||
"alias": "days_waiting",
|
||||
"allowCellWrapping": false,
|
||||
"allowSameOptionsInNewRow": true,
|
||||
"columnType": "number",
|
||||
"computedValue": "{{(() => { const tableData = ep1tblawait.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"days_waiting\"])) : days_waiting })()}}",
|
||||
"enableFilter": true,
|
||||
"enableSort": true,
|
||||
"horizontalAlignment": "LEFT",
|
||||
"id": "days_waiting",
|
||||
"index": 6,
|
||||
"isCellEditable": false,
|
||||
"isCellVisible": true,
|
||||
"isDerived": false,
|
||||
"isDisabled": false,
|
||||
"isEditable": false,
|
||||
"isVisible": true,
|
||||
"label": "days_waiting",
|
||||
"originalId": "days_waiting",
|
||||
"label": "wo_number",
|
||||
"originalId": "wo_number",
|
||||
"sticky": "",
|
||||
"textSize": "0.775rem",
|
||||
"validation": {},
|
||||
@@ -279,7 +251,7 @@
|
||||
"enableSort": true,
|
||||
"horizontalAlignment": "LEFT",
|
||||
"id": "expected_vendor",
|
||||
"index": 7,
|
||||
"index": 6,
|
||||
"isCellEditable": false,
|
||||
"isCellVisible": true,
|
||||
"isDerived": false,
|
||||
@@ -304,7 +276,7 @@
|
||||
"enableSort": true,
|
||||
"horizontalAlignment": "LEFT",
|
||||
"id": "wo_demand",
|
||||
"index": 8,
|
||||
"index": 7,
|
||||
"isCellEditable": false,
|
||||
"isCellVisible": true,
|
||||
"isDerived": false,
|
||||
|
||||
@@ -3,20 +3,16 @@
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 44,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [
|
||||
{"key": "buttonColor"}
|
||||
],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "jd1btn3k01",
|
||||
"key": "jd1btn3ehk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 44,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 40,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 44,
|
||||
"originalTopRow": 40,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Job Drawing Status",
|
||||
"text": "Engineering Holds",
|
||||
"topRow": 40,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "jd1btn3jds",
|
||||
"widgetId": "jd1btn3eh",
|
||||
"widgetName": "Button3"
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "jd1btn3k02",
|
||||
"key": "jd1btn3epk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 48,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 44,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 48,
|
||||
"originalTopRow": 44,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Engineering Holds",
|
||||
"text": "External Process",
|
||||
"topRow": 44,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "jd1btn3enh",
|
||||
"widgetId": "jd1btn3ep",
|
||||
"widgetName": "Button3Copy"
|
||||
}
|
||||
|
||||
@@ -2,46 +2,40 @@
|
||||
"animateLoading": true,
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 52,
|
||||
"buttonColor": "#ffffff",
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicHeight": "FIXED",
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicBindingPathList": [{"key": "buttonColor"}],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "jd1btn3uik",
|
||||
"key": "jd1btn3jdk",
|
||||
"leftColumn": 0,
|
||||
"maxDynamicHeight": 9000,
|
||||
"minDynamicHeight": 4,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 52,
|
||||
"mobileLeftColumn": 0,
|
||||
"mobileRightColumn": 64,
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 48,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 52,
|
||||
"originalTopRow": 48,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
"parentId": "jd1canvas01",
|
||||
"parentRowSpace": 10,
|
||||
"placement": "START",
|
||||
"recaptchaType": "V3",
|
||||
"renderMode": "CANVAS",
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Unused Items",
|
||||
"text": "Job Drawing Status",
|
||||
"topRow": 48,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "jd1btn3ui",
|
||||
"widgetName": "Button3Copy2",
|
||||
"boxShadow": "none"
|
||||
"widgetId": "jd1btn3jd",
|
||||
"widgetName": "Button3Copy2"
|
||||
}
|
||||
|
||||
@@ -7,16 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "jd1btnwosk",
|
||||
"key": "jd1btn3uik",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 56,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 52,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 56,
|
||||
"originalTopRow": 52,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "WO Shortages",
|
||||
"text": "Unused Items",
|
||||
"topRow": 52,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "jd1btnwos",
|
||||
"widgetId": "jd1btn3ui",
|
||||
"widgetName": "Button3Copy3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "jd1btn3epk",
|
||||
"key": "jd1btn3wsk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 60,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 56,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 60,
|
||||
"originalTopRow": 56,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "External Process",
|
||||
"text": "WO Shortages",
|
||||
"topRow": 56,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "jd1btnep",
|
||||
"widgetId": "jd1btn3ws",
|
||||
"widgetName": "Button3Copy4"
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ui1btn3k01",
|
||||
"key": "ui1btn3ehk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 44,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 40,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 44,
|
||||
"originalTopRow": 40,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Job Drawing Status",
|
||||
"text": "Engineering Holds",
|
||||
"topRow": 40,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ui1btn3jds",
|
||||
"widgetId": "ui1btn3eh",
|
||||
"widgetName": "Button3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ui1btn3k02",
|
||||
"key": "ui1btn3epk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 48,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 44,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 48,
|
||||
"originalTopRow": 44,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Engineering Holds",
|
||||
"text": "External Process",
|
||||
"topRow": 44,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ui1btn3enh",
|
||||
"widgetId": "ui1btn3ep",
|
||||
"widgetName": "Button3Copy"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,46 +3,39 @@
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 52,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [
|
||||
{
|
||||
"key": "buttonColor"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ui1btn3uik",
|
||||
"key": "ui1btn3jdk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 52,
|
||||
"mobileLeftColumn": 0,
|
||||
"mobileRightColumn": 64,
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 48,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 52,
|
||||
"originalTopRow": 48,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
"parentId": "ui1canvas01",
|
||||
"parentRowSpace": 10,
|
||||
"placement": "START",
|
||||
"recaptchaType": "V3",
|
||||
"renderMode": "CANVAS",
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Unused Items",
|
||||
"text": "Job Drawing Status",
|
||||
"topRow": 48,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ui1btn3ui",
|
||||
"widgetId": "ui1btn3jd",
|
||||
"widgetName": "Button3Copy2"
|
||||
}
|
||||
|
||||
@@ -3,20 +3,16 @@
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 56,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicBindingPathList": [{"key": "buttonColor"}],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ui1btnwosk",
|
||||
"key": "ui1btn3uik",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 56,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 52,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 56,
|
||||
"originalTopRow": 52,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "WO Shortages",
|
||||
"text": "Unused Items",
|
||||
"topRow": 52,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ui1btnwos",
|
||||
"widgetId": "ui1btn3ui",
|
||||
"widgetName": "Button3Copy3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ui1btn3epk",
|
||||
"key": "ui1btn3wsk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 60,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 56,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 60,
|
||||
"originalTopRow": 56,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "External Process",
|
||||
"text": "WO Shortages",
|
||||
"topRow": 56,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ui1btnep",
|
||||
"widgetId": "ui1btn3ws",
|
||||
"widgetName": "Button3Copy4"
|
||||
}
|
||||
|
||||
@@ -7,16 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ws1btn3jdsk",
|
||||
"key": "ws1btn3ehk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 44,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 40,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 44,
|
||||
"originalTopRow": 40,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Job Drawing Status",
|
||||
"text": "Engineering Holds",
|
||||
"topRow": 40,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ws1btn3jds",
|
||||
"widgetId": "ws1btn3eh",
|
||||
"widgetName": "Button3"
|
||||
}
|
||||
|
||||
@@ -7,16 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ws1btn3enhk",
|
||||
"key": "ws1btn3epk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 48,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 44,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 48,
|
||||
"originalTopRow": 44,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Engineering Holds",
|
||||
"text": "External Process",
|
||||
"topRow": 44,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ws1btn3enh",
|
||||
"widgetId": "ws1btn3ep",
|
||||
"widgetName": "Button3Copy"
|
||||
}
|
||||
|
||||
@@ -7,16 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ws1btn3uik",
|
||||
"key": "ws1btn3jdk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 52,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 48,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 52,
|
||||
"originalTopRow": 48,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Unused Items",
|
||||
"text": "Job Drawing Status",
|
||||
"topRow": 48,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ws1btn3ui",
|
||||
"widgetId": "ws1btn3jd",
|
||||
"widgetName": "Button3Copy2"
|
||||
}
|
||||
|
||||
@@ -3,24 +3,16 @@
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 56,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [
|
||||
{
|
||||
"key": "buttonColor"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ws1btn3wosk",
|
||||
"key": "ws1btn3uik",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 56,
|
||||
@@ -28,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 52,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 56,
|
||||
"originalTopRow": 52,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -40,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "WO Shortages",
|
||||
"text": "Unused Items",
|
||||
"topRow": 52,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ws1btn3wos",
|
||||
"widgetId": "ws1btn3ui",
|
||||
"widgetName": "Button3Copy3"
|
||||
}
|
||||
|
||||
@@ -3,16 +3,16 @@
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 60,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicBindingPathList": [{"key": "buttonColor"}],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "ws1btn3epk",
|
||||
"key": "ws1btn3wsk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 60,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 56,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 60,
|
||||
"originalTopRow": 56,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "External Process",
|
||||
"text": "WO Shortages",
|
||||
"topRow": 56,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "ws1btnep",
|
||||
"widgetId": "ws1btn3ws",
|
||||
"widgetName": "Button3Copy4"
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "pa1btn3k01",
|
||||
"key": "pa1btn3ehk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 44,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 40,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 44,
|
||||
"originalTopRow": 40,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Job Drawing Status",
|
||||
"text": "Engineering Holds",
|
||||
"topRow": 40,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "pa1btn3jds",
|
||||
"widgetId": "pa1btn3eh",
|
||||
"widgetName": "Button3"
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "pa1btn3k02",
|
||||
"key": "pa1btn3epk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 48,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 44,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 48,
|
||||
"originalTopRow": 44,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Engineering Holds",
|
||||
"text": "External Process",
|
||||
"topRow": 44,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "pa1btn3enh",
|
||||
"widgetId": "pa1btn3ep",
|
||||
"widgetName": "Button3Copy"
|
||||
}
|
||||
|
||||
@@ -2,46 +2,40 @@
|
||||
"animateLoading": true,
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 52,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicHeight": "FIXED",
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "pa1btn3uik",
|
||||
"key": "pa1btn3jdk",
|
||||
"leftColumn": 0,
|
||||
"maxDynamicHeight": 9000,
|
||||
"minDynamicHeight": 4,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 52,
|
||||
"mobileLeftColumn": 0,
|
||||
"mobileRightColumn": 64,
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 48,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 52,
|
||||
"originalTopRow": 48,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
"parentId": "pa1canvas01",
|
||||
"parentRowSpace": 10,
|
||||
"placement": "START",
|
||||
"recaptchaType": "V3",
|
||||
"renderMode": "CANVAS",
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Unused Items",
|
||||
"text": "Job Drawing Status",
|
||||
"topRow": 48,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "pa1btn3ui",
|
||||
"widgetName": "Button3Copy2",
|
||||
"boxShadow": "none"
|
||||
"widgetId": "pa1btn3jd",
|
||||
"widgetName": "Button3Copy2"
|
||||
}
|
||||
|
||||
@@ -7,16 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "pa1btnwosk",
|
||||
"key": "pa1btn3uik",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 56,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 52,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 56,
|
||||
"originalTopRow": 52,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "WO Shortages",
|
||||
"text": "Unused Items",
|
||||
"topRow": 52,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "pa1btnwos",
|
||||
"widgetId": "pa1btn3ui",
|
||||
"widgetName": "Button3Copy3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "pa1btn3epk",
|
||||
"key": "pa1btn3wsk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 60,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 56,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 60,
|
||||
"originalTopRow": 56,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "External Process",
|
||||
"text": "WO Shortages",
|
||||
"topRow": 56,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "pa1btnep",
|
||||
"widgetId": "pa1btn3ws",
|
||||
"widgetName": "Button3Copy4"
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "pr1btn3k01",
|
||||
"key": "pr1btn3ehk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 44,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 40,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 44,
|
||||
"originalTopRow": 40,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Job Drawing Status",
|
||||
"text": "Engineering Holds",
|
||||
"topRow": 40,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "pr1btn3jds",
|
||||
"widgetId": "pr1btn3eh",
|
||||
"widgetName": "Button3"
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "pr1btn3k02",
|
||||
"key": "pr1btn3epk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 48,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 44,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 48,
|
||||
"originalTopRow": 44,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Engineering Holds",
|
||||
"text": "External Process",
|
||||
"topRow": 44,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "pr1btn3enh",
|
||||
"widgetId": "pr1btn3ep",
|
||||
"widgetName": "Button3Copy"
|
||||
}
|
||||
|
||||
@@ -2,46 +2,40 @@
|
||||
"animateLoading": true,
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 52,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicHeight": "FIXED",
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "pr1btn3uik",
|
||||
"key": "pr1btn3jdk",
|
||||
"leftColumn": 0,
|
||||
"maxDynamicHeight": 9000,
|
||||
"minDynamicHeight": 4,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 52,
|
||||
"mobileLeftColumn": 0,
|
||||
"mobileRightColumn": 64,
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 48,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 52,
|
||||
"originalTopRow": 48,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
"parentId": "pr1canvas01",
|
||||
"parentRowSpace": 10,
|
||||
"placement": "START",
|
||||
"recaptchaType": "V3",
|
||||
"renderMode": "CANVAS",
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Unused Items",
|
||||
"text": "Job Drawing Status",
|
||||
"topRow": 48,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "pr1btn3ui",
|
||||
"widgetName": "Button3Copy2",
|
||||
"boxShadow": "none"
|
||||
"widgetId": "pr1btn3jd",
|
||||
"widgetName": "Button3Copy2"
|
||||
}
|
||||
|
||||
@@ -7,16 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "pr1btnwosk",
|
||||
"key": "pr1btn3uik",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 56,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 52,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 56,
|
||||
"originalTopRow": 52,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "WO Shortages",
|
||||
"text": "Unused Items",
|
||||
"topRow": 52,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "pr1btnwos",
|
||||
"widgetId": "pr1btn3ui",
|
||||
"widgetName": "Button3Copy3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "pr1btn3epk",
|
||||
"key": "pr1btn3wsk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 60,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 56,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 60,
|
||||
"originalTopRow": 56,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "External Process",
|
||||
"text": "WO Shortages",
|
||||
"topRow": 56,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "pr1btnep",
|
||||
"widgetId": "pr1btn3ws",
|
||||
"widgetName": "Button3Copy4"
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "cp1btn3k01",
|
||||
"key": "cp1btn3ehk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 44,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 40,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 44,
|
||||
"originalTopRow": 40,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Job Drawing Status",
|
||||
"text": "Engineering Holds",
|
||||
"topRow": 40,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "cp1btn3jds",
|
||||
"widgetId": "cp1btn3eh",
|
||||
"widgetName": "Button3"
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "cp1btn3k02",
|
||||
"key": "cp1btn3epk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 48,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 44,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 48,
|
||||
"originalTopRow": 44,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Engineering Holds",
|
||||
"text": "External Process",
|
||||
"topRow": 44,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "cp1btn3enh",
|
||||
"widgetId": "cp1btn3ep",
|
||||
"widgetName": "Button3Copy"
|
||||
}
|
||||
|
||||
@@ -2,46 +2,40 @@
|
||||
"animateLoading": true,
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 52,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicHeight": "FIXED",
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "cp1btn3uik",
|
||||
"key": "cp1btn3jdk",
|
||||
"leftColumn": 0,
|
||||
"maxDynamicHeight": 9000,
|
||||
"minDynamicHeight": 4,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 52,
|
||||
"mobileLeftColumn": 0,
|
||||
"mobileRightColumn": 64,
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 48,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 52,
|
||||
"originalTopRow": 48,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
"parentId": "x3pc17vp6q",
|
||||
"parentRowSpace": 10,
|
||||
"placement": "START",
|
||||
"recaptchaType": "V3",
|
||||
"renderMode": "CANVAS",
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Unused Items",
|
||||
"text": "Job Drawing Status",
|
||||
"topRow": 48,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "cp1btn3ui",
|
||||
"widgetName": "Button3Copy2",
|
||||
"boxShadow": "none"
|
||||
"widgetId": "cp1btn3jd",
|
||||
"widgetName": "Button3Copy2"
|
||||
}
|
||||
|
||||
@@ -7,16 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "cp1btnwosk",
|
||||
"key": "cp1btn3uik",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 56,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 52,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 56,
|
||||
"originalTopRow": 52,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "WO Shortages",
|
||||
"text": "Unused Items",
|
||||
"topRow": 52,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "cp1btnwos",
|
||||
"widgetId": "cp1btn3ui",
|
||||
"widgetName": "Button3Copy3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "cp1btn3epk",
|
||||
"key": "cp1btn3wsk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 60,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 56,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 60,
|
||||
"originalTopRow": 56,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "External Process",
|
||||
"text": "WO Shortages",
|
||||
"topRow": 56,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "cp1btnep",
|
||||
"widgetId": "cp1btn3ws",
|
||||
"widgetName": "Button3Copy4"
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "or1btn3k01",
|
||||
"key": "so1btn3ehk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 44,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 40,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 44,
|
||||
"originalTopRow": 40,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Job Drawing Status",
|
||||
"text": "Engineering Holds",
|
||||
"topRow": 40,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "or1btn3jds",
|
||||
"widgetId": "so1btn3eh",
|
||||
"widgetName": "Button3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "or1btn3k02",
|
||||
"key": "so1btn3epk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 48,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 44,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 48,
|
||||
"originalTopRow": 44,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Engineering Holds",
|
||||
"text": "External Process",
|
||||
"topRow": 44,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "or1btn3enh",
|
||||
"widgetId": "so1btn3ep",
|
||||
"widgetName": "Button3Copy"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,46 +2,40 @@
|
||||
"animateLoading": true,
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 52,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicHeight": "FIXED",
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "so1btn3uik",
|
||||
"key": "so1btn3jdk",
|
||||
"leftColumn": 0,
|
||||
"maxDynamicHeight": 9000,
|
||||
"minDynamicHeight": 4,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 52,
|
||||
"mobileLeftColumn": 0,
|
||||
"mobileRightColumn": 64,
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 48,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 52,
|
||||
"originalTopRow": 48,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
"parentId": "wj6fxg5wpg",
|
||||
"parentRowSpace": 10,
|
||||
"placement": "START",
|
||||
"recaptchaType": "V3",
|
||||
"renderMode": "CANVAS",
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Unused Items",
|
||||
"text": "Job Drawing Status",
|
||||
"topRow": 48,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "so1btn3ui",
|
||||
"widgetName": "Button3Copy2",
|
||||
"boxShadow": "none"
|
||||
"widgetId": "so1btn3jd",
|
||||
"widgetName": "Button3Copy2"
|
||||
}
|
||||
|
||||
@@ -7,16 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "so1btnwosk",
|
||||
"key": "so1btn3uik",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 56,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 52,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 56,
|
||||
"originalTopRow": 52,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "WO Shortages",
|
||||
"text": "Unused Items",
|
||||
"topRow": 52,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "so1btnwos",
|
||||
"widgetId": "so1btn3ui",
|
||||
"widgetName": "Button3Copy3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "so1btn3epk",
|
||||
"key": "so1btn3wsk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 60,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 56,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 60,
|
||||
"originalTopRow": 56,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "External Process",
|
||||
"text": "WO Shortages",
|
||||
"topRow": 56,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "so1btnep",
|
||||
"widgetId": "so1btn3ws",
|
||||
"widgetName": "Button3Copy4"
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "sh1btn3k01",
|
||||
"key": "su1btn3ehk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 44,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 40,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 44,
|
||||
"originalTopRow": 40,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Job Drawing Status",
|
||||
"text": "Engineering Holds",
|
||||
"topRow": 40,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "sh1btn3jds",
|
||||
"widgetId": "su1btn3eh",
|
||||
"widgetName": "Button3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "sh1btn3k02",
|
||||
"key": "su1btn3epk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 48,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 44,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 48,
|
||||
"originalTopRow": 44,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Engineering Holds",
|
||||
"text": "External Process",
|
||||
"topRow": 44,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "sh1btn3enh",
|
||||
"widgetId": "su1btn3ep",
|
||||
"widgetName": "Button3Copy"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,46 +2,40 @@
|
||||
"animateLoading": true,
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 52,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicHeight": "FIXED",
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "su1btn3uik",
|
||||
"key": "su1btn3jdk",
|
||||
"leftColumn": 0,
|
||||
"maxDynamicHeight": 9000,
|
||||
"minDynamicHeight": 4,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 52,
|
||||
"mobileLeftColumn": 0,
|
||||
"mobileRightColumn": 64,
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 48,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 52,
|
||||
"originalTopRow": 48,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
"parentId": "wj6fxg5wpg",
|
||||
"parentRowSpace": 10,
|
||||
"placement": "START",
|
||||
"recaptchaType": "V3",
|
||||
"renderMode": "CANVAS",
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Unused Items",
|
||||
"text": "Job Drawing Status",
|
||||
"topRow": 48,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "su1btn3ui",
|
||||
"widgetName": "Button3Copy2",
|
||||
"boxShadow": "none"
|
||||
"widgetId": "su1btn3jd",
|
||||
"widgetName": "Button3Copy2"
|
||||
}
|
||||
|
||||
@@ -7,16 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "su1btnwosk",
|
||||
"key": "su1btn3uik",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 56,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 52,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 56,
|
||||
"originalTopRow": 52,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "WO Shortages",
|
||||
"text": "Unused Items",
|
||||
"topRow": 52,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "su1btnwos",
|
||||
"widgetId": "su1btn3ui",
|
||||
"widgetName": "Button3Copy3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "su1btn3epk",
|
||||
"key": "su1btn3wsk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 60,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 56,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 60,
|
||||
"originalTopRow": 56,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "External Process",
|
||||
"text": "WO Shortages",
|
||||
"topRow": 56,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "su1btnep",
|
||||
"widgetId": "su1btn3ws",
|
||||
"widgetName": "Button3Copy4"
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "xg1btn3k01",
|
||||
"key": "xg1btn3ehk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 44,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 40,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 44,
|
||||
"originalTopRow": 40,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Job Drawing Status",
|
||||
"text": "Engineering Holds",
|
||||
"topRow": 40,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "xg1btn3jds",
|
||||
"widgetId": "xg1btn3eh",
|
||||
"widgetName": "Button3"
|
||||
}
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{"key": "onClick"}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "xg1btn3k02",
|
||||
"key": "xg1btn3epk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 48,
|
||||
@@ -22,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 44,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 48,
|
||||
"originalTopRow": 44,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -34,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Engineering Holds",
|
||||
"text": "External Process",
|
||||
"topRow": 44,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "xg1btn3enh",
|
||||
"widgetId": "xg1btn3ep",
|
||||
"widgetName": "Button3Copy"
|
||||
}
|
||||
|
||||
@@ -2,46 +2,40 @@
|
||||
"animateLoading": true,
|
||||
"borderRadius": "0.375rem",
|
||||
"bottomRow": 52,
|
||||
"boxShadow": "none",
|
||||
"buttonColor": "#ffffff",
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicHeight": "FIXED",
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "xg1btn3uik",
|
||||
"key": "xg1btn3jdk",
|
||||
"leftColumn": 0,
|
||||
"maxDynamicHeight": 9000,
|
||||
"minDynamicHeight": 4,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 52,
|
||||
"mobileLeftColumn": 0,
|
||||
"mobileRightColumn": 64,
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 48,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 52,
|
||||
"originalTopRow": 48,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
"parentId": "xg1canvas01",
|
||||
"parentRowSpace": 10,
|
||||
"placement": "START",
|
||||
"recaptchaType": "V3",
|
||||
"renderMode": "CANVAS",
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "Unused Items",
|
||||
"text": "Job Drawing Status",
|
||||
"topRow": 48,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "xg1btn3ui",
|
||||
"widgetName": "Button3Copy2",
|
||||
"boxShadow": "none"
|
||||
"widgetId": "xg1btn3jd",
|
||||
"widgetName": "Button3Copy2"
|
||||
}
|
||||
|
||||
@@ -7,16 +7,12 @@
|
||||
"buttonVariant": "PRIMARY",
|
||||
"disabledWhenInvalid": false,
|
||||
"dynamicBindingPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onClick"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [{"key": "onClick"}],
|
||||
"isDefaultClickDisabled": true,
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "xg1btnwosk",
|
||||
"key": "xg1btn3uik",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 56,
|
||||
@@ -24,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 52,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 56,
|
||||
"originalTopRow": 52,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -36,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "WO Shortages",
|
||||
"text": "Unused Items",
|
||||
"topRow": 52,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "xg1btnwos",
|
||||
"widgetId": "xg1btn3ui",
|
||||
"widgetName": "Button3Copy3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"isDisabled": false,
|
||||
"isLoading": false,
|
||||
"isVisible": true,
|
||||
"key": "xg1btn3epk",
|
||||
"key": "xg1btn3wsk",
|
||||
"leftColumn": 0,
|
||||
"minWidth": 120,
|
||||
"mobileBottomRow": 60,
|
||||
@@ -20,7 +20,7 @@
|
||||
"mobileRightColumn": 16,
|
||||
"mobileTopRow": 56,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
|
||||
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
|
||||
"originalBottomRow": 60,
|
||||
"originalTopRow": 56,
|
||||
"parentColumnSpace": 3.841796875,
|
||||
@@ -32,10 +32,10 @@
|
||||
"resetFormOnClick": false,
|
||||
"responsiveBehavior": "hug",
|
||||
"rightColumn": 64,
|
||||
"text": "External Process",
|
||||
"text": "WO Shortages",
|
||||
"topRow": 56,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"version": 1,
|
||||
"widgetId": "xg1btnep",
|
||||
"widgetId": "xg1btn3ws",
|
||||
"widgetName": "Button3Copy4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user