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:
2026-04-03 14:52:00 -04:00
parent a9f0e75e1b
commit 52b3c2b1af
58 changed files with 409 additions and 591 deletions

View File

@@ -3,18 +3,16 @@
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 44, "bottomRow": 44,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "#ffffff", "buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [{"key": "buttonColor"}],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "eh1btn3k01", "key": "eh1btn3ehk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 44, "mobileBottomRow": 44,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 40, "mobileTopRow": 40,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 44, "originalBottomRow": 44,
"originalTopRow": 40, "originalTopRow": 40,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Job Drawing Status", "text": "Engineering Holds",
"topRow": 40, "topRow": 40,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "eh1btn3jds", "widgetId": "eh1btn3eh",
"widgetName": "Button3" "widgetName": "Button3"
} }

View File

@@ -3,20 +3,16 @@
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 48, "bottomRow": 48,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}", "buttonColor": "#ffffff",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [ "dynamicBindingPathList": [],
{"key": "buttonColor"} "dynamicTriggerPathList": [{"key": "onClick"}],
],
"dynamicTriggerPathList": [
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "eh1btn3k02", "key": "eh1btn3epk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 48, "mobileBottomRow": 48,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 44, "mobileTopRow": 44,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 48, "originalBottomRow": 48,
"originalTopRow": 44, "originalTopRow": 44,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Engineering Holds", "text": "External Process",
"topRow": 44, "topRow": 44,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "eh1btn3enh", "widgetId": "eh1btn3ep",
"widgetName": "Button3Copy" "widgetName": "Button3Copy"
} }

View File

@@ -2,46 +2,40 @@
"animateLoading": true, "animateLoading": true,
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 52, "bottomRow": 52,
"boxShadow": "none",
"buttonColor": "#ffffff", "buttonColor": "#ffffff",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicHeight": "FIXED", "dynamicTriggerPathList": [{"key": "onClick"}],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "eh1btn3uik", "key": "eh1btn3jdk",
"leftColumn": 0, "leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 52, "mobileBottomRow": 52,
"mobileLeftColumn": 0, "mobileLeftColumn": 0,
"mobileRightColumn": 64, "mobileRightColumn": 16,
"mobileTopRow": 48, "mobileTopRow": 48,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 52, "originalBottomRow": 52,
"originalTopRow": 48, "originalTopRow": 48,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
"parentId": "eh1canvas01", "parentId": "eh1canvas01",
"parentRowSpace": 10, "parentRowSpace": 10,
"placement": "START", "placement": "START",
"recaptchaType": "V3",
"renderMode": "CANVAS", "renderMode": "CANVAS",
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Unused Items", "text": "Job Drawing Status",
"topRow": 48, "topRow": 48,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "eh1btn3ui", "widgetId": "eh1btn3jd",
"widgetName": "Button3Copy2", "widgetName": "Button3Copy2"
"boxShadow": "none"
} }

View File

@@ -7,16 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "eh1btnwosk", "key": "eh1btn3uik",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 56, "mobileBottomRow": 56,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 52, "mobileTopRow": 52,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 56, "originalBottomRow": 56,
"originalTopRow": 52, "originalTopRow": 52,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "WO Shortages", "text": "Unused Items",
"topRow": 52, "topRow": 52,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "eh1btnwos", "widgetId": "eh1btn3ui",
"widgetName": "Button3Copy3" "widgetName": "Button3Copy3"
} }

View File

@@ -12,7 +12,7 @@
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "eh1btn3epk", "key": "eh1btn3wsk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 60, "mobileBottomRow": 60,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 56, "mobileTopRow": 56,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 60, "originalBottomRow": 60,
"originalTopRow": 56, "originalTopRow": 56,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "External Process", "text": "WO Shortages",
"topRow": 56, "topRow": 56,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "eh1btnep", "widgetId": "eh1btn3ws",
"widgetName": "Button3Copy4" "widgetName": "Button3Copy4"
} }

View File

@@ -1,13 +1,13 @@
-- Items with manufacturing complete but not yet shipped to vendor -- Manufactured parts awaiting shipment to external vendor
-- WOs that have an outside process material (EXTLAB) with no open PO -- The manufactured part has been produced (womatl issued) but the
-- outside process (EXTLAB) has not been completed yet and no open PO exists.
SELECT SELECT
fi.item_number AS finished_pn,
fi.item_descrip1 AS finished_desc,
mi.item_number AS manufactured_pn, 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, opi.item_number AS ext_labor_pn,
wm_mfg.womatl_qtyiss AS qty_ready, 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, formatwonumber(parent_wo.wo_id) AS wo_number,
(CURRENT_DATE - COALESCE(mfg_wo.wo_duedate, parent_wo.wo_startdate)::date) AS days_waiting,
COALESCE(dv.vend_name, '') AS expected_vendor, COALESCE(dv.vend_name, '') AS expected_vendor,
COALESCE(( COALESCE((
SELECT SUM(w2.wo_qtyord - w2.wo_qtyrcv) 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 itemsite mis ON wm_mfg.womatl_itemsite_id = mis.itemsite_id
JOIN item mi ON mis.itemsite_item_id = mi.item_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 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 -- 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 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 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') AND parent_wo.wo_status IN ('R','E','I')
-- Manufactured material has been issued (machining complete) -- Manufactured material has been issued (machining complete)
AND wm_mfg.womatl_qtyiss > 0 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 ( AND NOT EXISTS (
SELECT 1 FROM poitem pi2 SELECT 1 FROM poitem pi2
JOIN pohead ph2 ON pi2.poitem_pohead_id = ph2.pohead_id JOIN pohead ph2 ON pi2.poitem_pohead_id = ph2.pohead_id
WHERE pi2.poitem_itemsite_id = opis.itemsite_id WHERE pi2.poitem_itemsite_id = opis.itemsite_id
AND ph2.pohead_status = 'O' AND ph2.pohead_status = 'O'
AND pi2.poitem_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;

View File

@@ -5,7 +5,7 @@
"pluginType": "DB", "pluginType": "DB",
"unpublishedAction": { "unpublishedAction": {
"actionConfiguration": { "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, "encodeParamsToggle": true,
"paginationType": "NONE", "paginationType": "NONE",
"pluginSpecifiedTemplates": [ "pluginSpecifiedTemplates": [

View File

@@ -12,7 +12,7 @@
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ep1btn3jdk", "key": "ep1btn3ehk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 44, "mobileBottomRow": 44,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 40, "mobileTopRow": 40,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 44, "originalBottomRow": 44,
"originalTopRow": 40, "originalTopRow": 40,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Job Drawing Status", "text": "Engineering Holds",
"topRow": 40, "topRow": 40,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ep1btn3jd", "widgetId": "ep1btn3eh",
"widgetName": "Button3" "widgetName": "Button3"
} }

View File

@@ -3,16 +3,16 @@
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 48, "bottomRow": 48,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "#ffffff", "buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [{"key": "buttonColor"}],
"dynamicTriggerPathList": [{"key": "onClick"}], "dynamicTriggerPathList": [{"key": "onClick"}],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ep1btn3ehk", "key": "ep1btn3epk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 48, "mobileBottomRow": 48,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 44, "mobileTopRow": 44,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 48, "originalBottomRow": 48,
"originalTopRow": 44, "originalTopRow": 44,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Engineering Holds", "text": "External Process",
"topRow": 44, "topRow": 44,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ep1btn3eh", "widgetId": "ep1btn3ep",
"widgetName": "Button3Copy" "widgetName": "Button3Copy"
} }

View File

@@ -12,7 +12,7 @@
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ep1btn3uik", "key": "ep1btn3jdk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 52, "mobileBottomRow": 52,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 48, "mobileTopRow": 48,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 52, "originalBottomRow": 52,
"originalTopRow": 48, "originalTopRow": 48,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Unused Items", "text": "Job Drawing Status",
"topRow": 48, "topRow": 48,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ep1btn3ui", "widgetId": "ep1btn3jd",
"widgetName": "Button3Copy2" "widgetName": "Button3Copy2"
} }

View File

@@ -12,7 +12,7 @@
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ep1btn3wosk", "key": "ep1btn3uik",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 56, "mobileBottomRow": 56,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 52, "mobileTopRow": 52,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 56, "originalBottomRow": 56,
"originalTopRow": 52, "originalTopRow": 52,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "WO Shortages", "text": "Unused Items",
"topRow": 52, "topRow": 52,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ep1btn3wos", "widgetId": "ep1btn3ui",
"widgetName": "Button3Copy3" "widgetName": "Button3Copy3"
} }

View File

@@ -3,18 +3,16 @@
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 60, "bottomRow": 60,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}", "buttonColor": "#ffffff",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [ "dynamicBindingPathList": [],
{"key": "buttonColor"}
],
"dynamicTriggerPathList": [{"key": "onClick"}], "dynamicTriggerPathList": [{"key": "onClick"}],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ep1btn3epk", "key": "ep1btn3wsk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 60, "mobileBottomRow": 60,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 56, "mobileTopRow": 56,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 60, "originalBottomRow": 60,
"originalTopRow": 56, "originalTopRow": 56,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "External Process", "text": "WO Shortages",
"topRow": 56, "topRow": 56,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ep1btn3ep", "widgetId": "ep1btn3ws",
"widgetName": "Button3Copy4" "widgetName": "Button3Copy4"
} }

View File

@@ -31,24 +31,22 @@
} }
}, },
"columnOrder": [ "columnOrder": [
"finished_pn",
"finished_desc",
"manufactured_pn", "manufactured_pn",
"manufactured_desc",
"finished_pn",
"ext_labor_pn", "ext_labor_pn",
"qty_ready", "qty_ready",
"date_in_stockroom", "wo_number",
"days_waiting",
"expected_vendor", "expected_vendor",
"wo_demand" "wo_demand"
], ],
"columnWidthMap": { "columnWidthMap": {
"manufactured_pn": 120,
"manufactured_desc": 200,
"finished_pn": 100, "finished_pn": 100,
"finished_desc": 200,
"manufactured_pn": 100,
"ext_labor_pn": 100, "ext_labor_pn": 100,
"qty_ready": 80, "qty_ready": 80,
"date_in_stockroom": 120, "wo_number": 110,
"days_waiting": 80,
"expected_vendor": 150, "expected_vendor": 150,
"wo_demand": 80 "wo_demand": 80
}, },
@@ -61,13 +59,12 @@
{"key": "accentColor"}, {"key": "accentColor"},
{"key": "boxShadow"}, {"key": "boxShadow"},
{"key": "tableData"}, {"key": "tableData"},
{"key": "primaryColumns.finished_pn.computedValue"},
{"key": "primaryColumns.finished_desc.computedValue"},
{"key": "primaryColumns.manufactured_pn.computedValue"}, {"key": "primaryColumns.manufactured_pn.computedValue"},
{"key": "primaryColumns.manufactured_desc.computedValue"},
{"key": "primaryColumns.finished_pn.computedValue"},
{"key": "primaryColumns.ext_labor_pn.computedValue"}, {"key": "primaryColumns.ext_labor_pn.computedValue"},
{"key": "primaryColumns.qty_ready.computedValue"}, {"key": "primaryColumns.qty_ready.computedValue"},
{"key": "primaryColumns.date_in_stockroom.computedValue"}, {"key": "primaryColumns.wo_number.computedValue"},
{"key": "primaryColumns.days_waiting.computedValue"},
{"key": "primaryColumns.expected_vendor.computedValue"}, {"key": "primaryColumns.expected_vendor.computedValue"},
{"key": "primaryColumns.wo_demand.computedValue"} {"key": "primaryColumns.wo_demand.computedValue"}
], ],
@@ -94,56 +91,6 @@
"parentId": "ep1cnvstab2", "parentId": "ep1cnvstab2",
"parentRowSpace": 10, "parentRowSpace": 10,
"primaryColumns": { "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": { "manufactured_pn": {
"alias": "manufactured_pn", "alias": "manufactured_pn",
"allowCellWrapping": false, "allowCellWrapping": false,
@@ -154,7 +101,7 @@
"enableSort": true, "enableSort": true,
"horizontalAlignment": "LEFT", "horizontalAlignment": "LEFT",
"id": "manufactured_pn", "id": "manufactured_pn",
"index": 2, "index": 0,
"isCellEditable": false, "isCellEditable": false,
"isCellVisible": true, "isCellVisible": true,
"isDerived": false, "isDerived": false,
@@ -169,6 +116,56 @@
"verticalAlignment": "CENTER", "verticalAlignment": "CENTER",
"width": 150 "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": { "ext_labor_pn": {
"alias": "ext_labor_pn", "alias": "ext_labor_pn",
"allowCellWrapping": false, "allowCellWrapping": false,
@@ -219,16 +216,16 @@
"verticalAlignment": "CENTER", "verticalAlignment": "CENTER",
"width": 150 "width": 150
}, },
"date_in_stockroom": { "wo_number": {
"alias": "date_in_stockroom", "alias": "wo_number",
"allowCellWrapping": false, "allowCellWrapping": false,
"allowSameOptionsInNewRow": true, "allowSameOptionsInNewRow": true,
"columnType": "text", "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, "enableFilter": true,
"enableSort": true, "enableSort": true,
"horizontalAlignment": "LEFT", "horizontalAlignment": "LEFT",
"id": "date_in_stockroom", "id": "wo_number",
"index": 5, "index": 5,
"isCellEditable": false, "isCellEditable": false,
"isCellVisible": true, "isCellVisible": true,
@@ -236,33 +233,8 @@
"isDisabled": false, "isDisabled": false,
"isEditable": false, "isEditable": false,
"isVisible": true, "isVisible": true,
"label": "date_in_stockroom", "label": "wo_number",
"originalId": "date_in_stockroom", "originalId": "wo_number",
"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",
"sticky": "", "sticky": "",
"textSize": "0.775rem", "textSize": "0.775rem",
"validation": {}, "validation": {},
@@ -279,7 +251,7 @@
"enableSort": true, "enableSort": true,
"horizontalAlignment": "LEFT", "horizontalAlignment": "LEFT",
"id": "expected_vendor", "id": "expected_vendor",
"index": 7, "index": 6,
"isCellEditable": false, "isCellEditable": false,
"isCellVisible": true, "isCellVisible": true,
"isDerived": false, "isDerived": false,
@@ -304,7 +276,7 @@
"enableSort": true, "enableSort": true,
"horizontalAlignment": "LEFT", "horizontalAlignment": "LEFT",
"id": "wo_demand", "id": "wo_demand",
"index": 8, "index": 7,
"isCellEditable": false, "isCellEditable": false,
"isCellVisible": true, "isCellVisible": true,
"isDerived": false, "isDerived": false,

View File

@@ -3,20 +3,16 @@
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 44, "bottomRow": 44,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}", "buttonColor": "#ffffff",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [ "dynamicBindingPathList": [],
{"key": "buttonColor"} "dynamicTriggerPathList": [{"key": "onClick"}],
],
"dynamicTriggerPathList": [
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "jd1btn3k01", "key": "jd1btn3ehk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 44, "mobileBottomRow": 44,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 40, "mobileTopRow": 40,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 44, "originalBottomRow": 44,
"originalTopRow": 40, "originalTopRow": 40,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Job Drawing Status", "text": "Engineering Holds",
"topRow": 40, "topRow": 40,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "jd1btn3jds", "widgetId": "jd1btn3eh",
"widgetName": "Button3" "widgetName": "Button3"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "jd1btn3k02", "key": "jd1btn3epk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 48, "mobileBottomRow": 48,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 44, "mobileTopRow": 44,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 48, "originalBottomRow": 48,
"originalTopRow": 44, "originalTopRow": 44,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Engineering Holds", "text": "External Process",
"topRow": 44, "topRow": 44,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "jd1btn3enh", "widgetId": "jd1btn3ep",
"widgetName": "Button3Copy" "widgetName": "Button3Copy"
} }

View File

@@ -2,46 +2,40 @@
"animateLoading": true, "animateLoading": true,
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 52, "bottomRow": 52,
"buttonColor": "#ffffff", "boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [{"key": "buttonColor"}],
"dynamicHeight": "FIXED", "dynamicTriggerPathList": [{"key": "onClick"}],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "jd1btn3uik", "key": "jd1btn3jdk",
"leftColumn": 0, "leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 52, "mobileBottomRow": 52,
"mobileLeftColumn": 0, "mobileLeftColumn": 0,
"mobileRightColumn": 64, "mobileRightColumn": 16,
"mobileTopRow": 48, "mobileTopRow": 48,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 52, "originalBottomRow": 52,
"originalTopRow": 48, "originalTopRow": 48,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
"parentId": "jd1canvas01", "parentId": "jd1canvas01",
"parentRowSpace": 10, "parentRowSpace": 10,
"placement": "START", "placement": "START",
"recaptchaType": "V3",
"renderMode": "CANVAS", "renderMode": "CANVAS",
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Unused Items", "text": "Job Drawing Status",
"topRow": 48, "topRow": 48,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "jd1btn3ui", "widgetId": "jd1btn3jd",
"widgetName": "Button3Copy2", "widgetName": "Button3Copy2"
"boxShadow": "none"
} }

View File

@@ -7,16 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "jd1btnwosk", "key": "jd1btn3uik",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 56, "mobileBottomRow": 56,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 52, "mobileTopRow": 52,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 56, "originalBottomRow": 56,
"originalTopRow": 52, "originalTopRow": 52,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "WO Shortages", "text": "Unused Items",
"topRow": 52, "topRow": 52,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "jd1btnwos", "widgetId": "jd1btn3ui",
"widgetName": "Button3Copy3" "widgetName": "Button3Copy3"
} }

View File

@@ -12,7 +12,7 @@
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "jd1btn3epk", "key": "jd1btn3wsk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 60, "mobileBottomRow": 60,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 56, "mobileTopRow": 56,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 60, "originalBottomRow": 60,
"originalTopRow": 56, "originalTopRow": 56,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "External Process", "text": "WO Shortages",
"topRow": 56, "topRow": 56,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "jd1btnep", "widgetId": "jd1btn3ws",
"widgetName": "Button3Copy4" "widgetName": "Button3Copy4"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ui1btn3k01", "key": "ui1btn3ehk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 44, "mobileBottomRow": 44,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 40, "mobileTopRow": 40,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 44, "originalBottomRow": 44,
"originalTopRow": 40, "originalTopRow": 40,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Job Drawing Status", "text": "Engineering Holds",
"topRow": 40, "topRow": 40,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ui1btn3jds", "widgetId": "ui1btn3eh",
"widgetName": "Button3" "widgetName": "Button3"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ui1btn3k02", "key": "ui1btn3epk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 48, "mobileBottomRow": 48,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 44, "mobileTopRow": 44,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 48, "originalBottomRow": 48,
"originalTopRow": 44, "originalTopRow": 44,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Engineering Holds", "text": "External Process",
"topRow": 44, "topRow": 44,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ui1btn3enh", "widgetId": "ui1btn3ep",
"widgetName": "Button3Copy" "widgetName": "Button3Copy"
} }

View File

@@ -3,46 +3,39 @@
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 52, "bottomRow": 52,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}", "buttonColor": "#ffffff",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [ "dynamicBindingPathList": [],
{ "dynamicTriggerPathList": [{"key": "onClick"}],
"key": "buttonColor"
}
],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ui1btn3uik", "key": "ui1btn3jdk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 52, "mobileBottomRow": 52,
"mobileLeftColumn": 0, "mobileLeftColumn": 0,
"mobileRightColumn": 64, "mobileRightColumn": 16,
"mobileTopRow": 48, "mobileTopRow": 48,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 52, "originalBottomRow": 52,
"originalTopRow": 48, "originalTopRow": 48,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
"parentId": "ui1canvas01", "parentId": "ui1canvas01",
"parentRowSpace": 10, "parentRowSpace": 10,
"placement": "START", "placement": "START",
"recaptchaType": "V3",
"renderMode": "CANVAS", "renderMode": "CANVAS",
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Unused Items", "text": "Job Drawing Status",
"topRow": 48, "topRow": 48,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ui1btn3ui", "widgetId": "ui1btn3jd",
"widgetName": "Button3Copy2" "widgetName": "Button3Copy2"
} }

View File

@@ -3,20 +3,16 @@
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 56, "bottomRow": 56,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "#ffffff", "buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [{"key": "buttonColor"}],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ui1btnwosk", "key": "ui1btn3uik",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 56, "mobileBottomRow": 56,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 52, "mobileTopRow": 52,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 56, "originalBottomRow": 56,
"originalTopRow": 52, "originalTopRow": 52,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "WO Shortages", "text": "Unused Items",
"topRow": 52, "topRow": 52,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ui1btnwos", "widgetId": "ui1btn3ui",
"widgetName": "Button3Copy3" "widgetName": "Button3Copy3"
} }

View File

@@ -12,7 +12,7 @@
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ui1btn3epk", "key": "ui1btn3wsk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 60, "mobileBottomRow": 60,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 56, "mobileTopRow": 56,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 60, "originalBottomRow": 60,
"originalTopRow": 56, "originalTopRow": 56,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "External Process", "text": "WO Shortages",
"topRow": 56, "topRow": 56,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ui1btnep", "widgetId": "ui1btn3ws",
"widgetName": "Button3Copy4" "widgetName": "Button3Copy4"
} }

View File

@@ -7,16 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ws1btn3jdsk", "key": "ws1btn3ehk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 44, "mobileBottomRow": 44,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 40, "mobileTopRow": 40,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 44, "originalBottomRow": 44,
"originalTopRow": 40, "originalTopRow": 40,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Job Drawing Status", "text": "Engineering Holds",
"topRow": 40, "topRow": 40,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ws1btn3jds", "widgetId": "ws1btn3eh",
"widgetName": "Button3" "widgetName": "Button3"
} }

View File

@@ -7,16 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ws1btn3enhk", "key": "ws1btn3epk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 48, "mobileBottomRow": 48,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 44, "mobileTopRow": 44,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 48, "originalBottomRow": 48,
"originalTopRow": 44, "originalTopRow": 44,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Engineering Holds", "text": "External Process",
"topRow": 44, "topRow": 44,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ws1btn3enh", "widgetId": "ws1btn3ep",
"widgetName": "Button3Copy" "widgetName": "Button3Copy"
} }

View File

@@ -7,16 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ws1btn3uik", "key": "ws1btn3jdk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 52, "mobileBottomRow": 52,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 48, "mobileTopRow": 48,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 52, "originalBottomRow": 52,
"originalTopRow": 48, "originalTopRow": 48,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Unused Items", "text": "Job Drawing Status",
"topRow": 48, "topRow": 48,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ws1btn3ui", "widgetId": "ws1btn3jd",
"widgetName": "Button3Copy2" "widgetName": "Button3Copy2"
} }

View File

@@ -3,24 +3,16 @@
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 56, "bottomRow": 56,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.backgroundColor}}", "buttonColor": "#ffffff",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [ "dynamicBindingPathList": [],
{ "dynamicTriggerPathList": [{"key": "onClick"}],
"key": "buttonColor"
}
],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ws1btn3wosk", "key": "ws1btn3uik",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 56, "mobileBottomRow": 56,
@@ -28,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 52, "mobileTopRow": 52,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 56, "originalBottomRow": 56,
"originalTopRow": 52, "originalTopRow": 52,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -40,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "WO Shortages", "text": "Unused Items",
"topRow": 52, "topRow": 52,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ws1btn3wos", "widgetId": "ws1btn3ui",
"widgetName": "Button3Copy3" "widgetName": "Button3Copy3"
} }

View File

@@ -3,16 +3,16 @@
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 60, "bottomRow": 60,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "#ffffff", "buttonColor": "{{appsmith.theme.colors.backgroundColor}}",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [{"key": "buttonColor"}],
"dynamicTriggerPathList": [{"key": "onClick"}], "dynamicTriggerPathList": [{"key": "onClick"}],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "ws1btn3epk", "key": "ws1btn3wsk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 60, "mobileBottomRow": 60,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 56, "mobileTopRow": 56,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 60, "originalBottomRow": 60,
"originalTopRow": 56, "originalTopRow": 56,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "External Process", "text": "WO Shortages",
"topRow": 56, "topRow": 56,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ws1btnep", "widgetId": "ws1btn3ws",
"widgetName": "Button3Copy4" "widgetName": "Button3Copy4"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "pa1btn3k01", "key": "pa1btn3ehk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 44, "mobileBottomRow": 44,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 40, "mobileTopRow": 40,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 44, "originalBottomRow": 44,
"originalTopRow": 40, "originalTopRow": 40,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Job Drawing Status", "text": "Engineering Holds",
"topRow": 40, "topRow": 40,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "pa1btn3jds", "widgetId": "pa1btn3eh",
"widgetName": "Button3" "widgetName": "Button3"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "pa1btn3k02", "key": "pa1btn3epk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 48, "mobileBottomRow": 48,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 44, "mobileTopRow": 44,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 48, "originalBottomRow": 48,
"originalTopRow": 44, "originalTopRow": 44,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Engineering Holds", "text": "External Process",
"topRow": 44, "topRow": 44,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "pa1btn3enh", "widgetId": "pa1btn3ep",
"widgetName": "Button3Copy" "widgetName": "Button3Copy"
} }

View File

@@ -2,46 +2,40 @@
"animateLoading": true, "animateLoading": true,
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 52, "bottomRow": 52,
"boxShadow": "none",
"buttonColor": "#ffffff", "buttonColor": "#ffffff",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicHeight": "FIXED", "dynamicTriggerPathList": [{"key": "onClick"}],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "pa1btn3uik", "key": "pa1btn3jdk",
"leftColumn": 0, "leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 52, "mobileBottomRow": 52,
"mobileLeftColumn": 0, "mobileLeftColumn": 0,
"mobileRightColumn": 64, "mobileRightColumn": 16,
"mobileTopRow": 48, "mobileTopRow": 48,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 52, "originalBottomRow": 52,
"originalTopRow": 48, "originalTopRow": 48,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
"parentId": "pa1canvas01", "parentId": "pa1canvas01",
"parentRowSpace": 10, "parentRowSpace": 10,
"placement": "START", "placement": "START",
"recaptchaType": "V3",
"renderMode": "CANVAS", "renderMode": "CANVAS",
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Unused Items", "text": "Job Drawing Status",
"topRow": 48, "topRow": 48,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "pa1btn3ui", "widgetId": "pa1btn3jd",
"widgetName": "Button3Copy2", "widgetName": "Button3Copy2"
"boxShadow": "none"
} }

View File

@@ -7,16 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "pa1btnwosk", "key": "pa1btn3uik",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 56, "mobileBottomRow": 56,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 52, "mobileTopRow": 52,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 56, "originalBottomRow": 56,
"originalTopRow": 52, "originalTopRow": 52,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "WO Shortages", "text": "Unused Items",
"topRow": 52, "topRow": 52,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "pa1btnwos", "widgetId": "pa1btn3ui",
"widgetName": "Button3Copy3" "widgetName": "Button3Copy3"
} }

View File

@@ -12,7 +12,7 @@
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "pa1btn3epk", "key": "pa1btn3wsk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 60, "mobileBottomRow": 60,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 56, "mobileTopRow": 56,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 60, "originalBottomRow": 60,
"originalTopRow": 56, "originalTopRow": 56,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "External Process", "text": "WO Shortages",
"topRow": 56, "topRow": 56,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "pa1btnep", "widgetId": "pa1btn3ws",
"widgetName": "Button3Copy4" "widgetName": "Button3Copy4"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "pr1btn3k01", "key": "pr1btn3ehk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 44, "mobileBottomRow": 44,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 40, "mobileTopRow": 40,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 44, "originalBottomRow": 44,
"originalTopRow": 40, "originalTopRow": 40,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Job Drawing Status", "text": "Engineering Holds",
"topRow": 40, "topRow": 40,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "pr1btn3jds", "widgetId": "pr1btn3eh",
"widgetName": "Button3" "widgetName": "Button3"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "pr1btn3k02", "key": "pr1btn3epk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 48, "mobileBottomRow": 48,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 44, "mobileTopRow": 44,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 48, "originalBottomRow": 48,
"originalTopRow": 44, "originalTopRow": 44,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Engineering Holds", "text": "External Process",
"topRow": 44, "topRow": 44,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "pr1btn3enh", "widgetId": "pr1btn3ep",
"widgetName": "Button3Copy" "widgetName": "Button3Copy"
} }

View File

@@ -2,46 +2,40 @@
"animateLoading": true, "animateLoading": true,
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 52, "bottomRow": 52,
"boxShadow": "none",
"buttonColor": "#ffffff", "buttonColor": "#ffffff",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicHeight": "FIXED", "dynamicTriggerPathList": [{"key": "onClick"}],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "pr1btn3uik", "key": "pr1btn3jdk",
"leftColumn": 0, "leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 52, "mobileBottomRow": 52,
"mobileLeftColumn": 0, "mobileLeftColumn": 0,
"mobileRightColumn": 64, "mobileRightColumn": 16,
"mobileTopRow": 48, "mobileTopRow": 48,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 52, "originalBottomRow": 52,
"originalTopRow": 48, "originalTopRow": 48,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
"parentId": "pr1canvas01", "parentId": "pr1canvas01",
"parentRowSpace": 10, "parentRowSpace": 10,
"placement": "START", "placement": "START",
"recaptchaType": "V3",
"renderMode": "CANVAS", "renderMode": "CANVAS",
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Unused Items", "text": "Job Drawing Status",
"topRow": 48, "topRow": 48,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "pr1btn3ui", "widgetId": "pr1btn3jd",
"widgetName": "Button3Copy2", "widgetName": "Button3Copy2"
"boxShadow": "none"
} }

View File

@@ -7,16 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "pr1btnwosk", "key": "pr1btn3uik",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 56, "mobileBottomRow": 56,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 52, "mobileTopRow": 52,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 56, "originalBottomRow": 56,
"originalTopRow": 52, "originalTopRow": 52,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "WO Shortages", "text": "Unused Items",
"topRow": 52, "topRow": 52,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "pr1btnwos", "widgetId": "pr1btn3ui",
"widgetName": "Button3Copy3" "widgetName": "Button3Copy3"
} }

View File

@@ -12,7 +12,7 @@
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "pr1btn3epk", "key": "pr1btn3wsk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 60, "mobileBottomRow": 60,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 56, "mobileTopRow": 56,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 60, "originalBottomRow": 60,
"originalTopRow": 56, "originalTopRow": 56,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "External Process", "text": "WO Shortages",
"topRow": 56, "topRow": 56,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "pr1btnep", "widgetId": "pr1btn3ws",
"widgetName": "Button3Copy4" "widgetName": "Button3Copy4"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "cp1btn3k01", "key": "cp1btn3ehk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 44, "mobileBottomRow": 44,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 40, "mobileTopRow": 40,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 44, "originalBottomRow": 44,
"originalTopRow": 40, "originalTopRow": 40,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Job Drawing Status", "text": "Engineering Holds",
"topRow": 40, "topRow": 40,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "cp1btn3jds", "widgetId": "cp1btn3eh",
"widgetName": "Button3" "widgetName": "Button3"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "cp1btn3k02", "key": "cp1btn3epk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 48, "mobileBottomRow": 48,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 44, "mobileTopRow": 44,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 48, "originalBottomRow": 48,
"originalTopRow": 44, "originalTopRow": 44,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Engineering Holds", "text": "External Process",
"topRow": 44, "topRow": 44,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "cp1btn3enh", "widgetId": "cp1btn3ep",
"widgetName": "Button3Copy" "widgetName": "Button3Copy"
} }

View File

@@ -2,46 +2,40 @@
"animateLoading": true, "animateLoading": true,
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 52, "bottomRow": 52,
"boxShadow": "none",
"buttonColor": "#ffffff", "buttonColor": "#ffffff",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicHeight": "FIXED", "dynamicTriggerPathList": [{"key": "onClick"}],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "cp1btn3uik", "key": "cp1btn3jdk",
"leftColumn": 0, "leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 52, "mobileBottomRow": 52,
"mobileLeftColumn": 0, "mobileLeftColumn": 0,
"mobileRightColumn": 64, "mobileRightColumn": 16,
"mobileTopRow": 48, "mobileTopRow": 48,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 52, "originalBottomRow": 52,
"originalTopRow": 48, "originalTopRow": 48,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
"parentId": "x3pc17vp6q", "parentId": "x3pc17vp6q",
"parentRowSpace": 10, "parentRowSpace": 10,
"placement": "START", "placement": "START",
"recaptchaType": "V3",
"renderMode": "CANVAS", "renderMode": "CANVAS",
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Unused Items", "text": "Job Drawing Status",
"topRow": 48, "topRow": 48,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "cp1btn3ui", "widgetId": "cp1btn3jd",
"widgetName": "Button3Copy2", "widgetName": "Button3Copy2"
"boxShadow": "none"
} }

View File

@@ -7,16 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "cp1btnwosk", "key": "cp1btn3uik",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 56, "mobileBottomRow": 56,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 52, "mobileTopRow": 52,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 56, "originalBottomRow": 56,
"originalTopRow": 52, "originalTopRow": 52,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "WO Shortages", "text": "Unused Items",
"topRow": 52, "topRow": 52,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "cp1btnwos", "widgetId": "cp1btn3ui",
"widgetName": "Button3Copy3" "widgetName": "Button3Copy3"
} }

View File

@@ -12,7 +12,7 @@
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "cp1btn3epk", "key": "cp1btn3wsk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 60, "mobileBottomRow": 60,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 56, "mobileTopRow": 56,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 60, "originalBottomRow": 60,
"originalTopRow": 56, "originalTopRow": 56,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "External Process", "text": "WO Shortages",
"topRow": 56, "topRow": 56,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "cp1btnep", "widgetId": "cp1btn3ws",
"widgetName": "Button3Copy4" "widgetName": "Button3Copy4"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "or1btn3k01", "key": "so1btn3ehk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 44, "mobileBottomRow": 44,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 40, "mobileTopRow": 40,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 44, "originalBottomRow": 44,
"originalTopRow": 40, "originalTopRow": 40,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Job Drawing Status", "text": "Engineering Holds",
"topRow": 40, "topRow": 40,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "or1btn3jds", "widgetId": "so1btn3eh",
"widgetName": "Button3" "widgetName": "Button3"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "or1btn3k02", "key": "so1btn3epk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 48, "mobileBottomRow": 48,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 44, "mobileTopRow": 44,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 48, "originalBottomRow": 48,
"originalTopRow": 44, "originalTopRow": 44,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Engineering Holds", "text": "External Process",
"topRow": 44, "topRow": 44,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "or1btn3enh", "widgetId": "so1btn3ep",
"widgetName": "Button3Copy" "widgetName": "Button3Copy"
} }

View File

@@ -2,46 +2,40 @@
"animateLoading": true, "animateLoading": true,
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 52, "bottomRow": 52,
"boxShadow": "none",
"buttonColor": "#ffffff", "buttonColor": "#ffffff",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicHeight": "FIXED", "dynamicTriggerPathList": [{"key": "onClick"}],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "so1btn3uik", "key": "so1btn3jdk",
"leftColumn": 0, "leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 52, "mobileBottomRow": 52,
"mobileLeftColumn": 0, "mobileLeftColumn": 0,
"mobileRightColumn": 64, "mobileRightColumn": 16,
"mobileTopRow": 48, "mobileTopRow": 48,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 52, "originalBottomRow": 52,
"originalTopRow": 48, "originalTopRow": 48,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
"parentId": "wj6fxg5wpg", "parentId": "wj6fxg5wpg",
"parentRowSpace": 10, "parentRowSpace": 10,
"placement": "START", "placement": "START",
"recaptchaType": "V3",
"renderMode": "CANVAS", "renderMode": "CANVAS",
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Unused Items", "text": "Job Drawing Status",
"topRow": 48, "topRow": 48,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "so1btn3ui", "widgetId": "so1btn3jd",
"widgetName": "Button3Copy2", "widgetName": "Button3Copy2"
"boxShadow": "none"
} }

View File

@@ -7,16 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "so1btnwosk", "key": "so1btn3uik",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 56, "mobileBottomRow": 56,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 52, "mobileTopRow": 52,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 56, "originalBottomRow": 56,
"originalTopRow": 52, "originalTopRow": 52,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "WO Shortages", "text": "Unused Items",
"topRow": 52, "topRow": 52,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "so1btnwos", "widgetId": "so1btn3ui",
"widgetName": "Button3Copy3" "widgetName": "Button3Copy3"
} }

View File

@@ -12,7 +12,7 @@
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "so1btn3epk", "key": "so1btn3wsk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 60, "mobileBottomRow": 60,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 56, "mobileTopRow": 56,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 60, "originalBottomRow": 60,
"originalTopRow": 56, "originalTopRow": 56,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "External Process", "text": "WO Shortages",
"topRow": 56, "topRow": 56,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "so1btnep", "widgetId": "so1btn3ws",
"widgetName": "Button3Copy4" "widgetName": "Button3Copy4"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "sh1btn3k01", "key": "su1btn3ehk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 44, "mobileBottomRow": 44,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 40, "mobileTopRow": 40,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 44, "originalBottomRow": 44,
"originalTopRow": 40, "originalTopRow": 40,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Job Drawing Status", "text": "Engineering Holds",
"topRow": 40, "topRow": 40,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "sh1btn3jds", "widgetId": "su1btn3eh",
"widgetName": "Button3" "widgetName": "Button3"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "sh1btn3k02", "key": "su1btn3epk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 48, "mobileBottomRow": 48,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 44, "mobileTopRow": 44,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 48, "originalBottomRow": 48,
"originalTopRow": 44, "originalTopRow": 44,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Engineering Holds", "text": "External Process",
"topRow": 44, "topRow": 44,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "sh1btn3enh", "widgetId": "su1btn3ep",
"widgetName": "Button3Copy" "widgetName": "Button3Copy"
} }

View File

@@ -2,46 +2,40 @@
"animateLoading": true, "animateLoading": true,
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 52, "bottomRow": 52,
"boxShadow": "none",
"buttonColor": "#ffffff", "buttonColor": "#ffffff",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicHeight": "FIXED", "dynamicTriggerPathList": [{"key": "onClick"}],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "su1btn3uik", "key": "su1btn3jdk",
"leftColumn": 0, "leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 52, "mobileBottomRow": 52,
"mobileLeftColumn": 0, "mobileLeftColumn": 0,
"mobileRightColumn": 64, "mobileRightColumn": 16,
"mobileTopRow": 48, "mobileTopRow": 48,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 52, "originalBottomRow": 52,
"originalTopRow": 48, "originalTopRow": 48,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
"parentId": "wj6fxg5wpg", "parentId": "wj6fxg5wpg",
"parentRowSpace": 10, "parentRowSpace": 10,
"placement": "START", "placement": "START",
"recaptchaType": "V3",
"renderMode": "CANVAS", "renderMode": "CANVAS",
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Unused Items", "text": "Job Drawing Status",
"topRow": 48, "topRow": 48,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "su1btn3ui", "widgetId": "su1btn3jd",
"widgetName": "Button3Copy2", "widgetName": "Button3Copy2"
"boxShadow": "none"
} }

View File

@@ -7,16 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "su1btnwosk", "key": "su1btn3uik",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 56, "mobileBottomRow": 56,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 52, "mobileTopRow": 52,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 56, "originalBottomRow": 56,
"originalTopRow": 52, "originalTopRow": 52,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "WO Shortages", "text": "Unused Items",
"topRow": 52, "topRow": 52,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "su1btnwos", "widgetId": "su1btn3ui",
"widgetName": "Button3Copy3" "widgetName": "Button3Copy3"
} }

View File

@@ -12,7 +12,7 @@
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "su1btn3epk", "key": "su1btn3wsk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 60, "mobileBottomRow": 60,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 56, "mobileTopRow": 56,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 60, "originalBottomRow": 60,
"originalTopRow": 56, "originalTopRow": 56,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "External Process", "text": "WO Shortages",
"topRow": 56, "topRow": 56,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "su1btnep", "widgetId": "su1btn3ws",
"widgetName": "Button3Copy4" "widgetName": "Button3Copy4"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "xg1btn3k01", "key": "xg1btn3ehk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 44, "mobileBottomRow": 44,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 40, "mobileTopRow": 40,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 44, "originalBottomRow": 44,
"originalTopRow": 40, "originalTopRow": 40,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Job Drawing Status", "text": "Engineering Holds",
"topRow": 40, "topRow": 40,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "xg1btn3jds", "widgetId": "xg1btn3eh",
"widgetName": "Button3" "widgetName": "Button3"
} }

View File

@@ -7,14 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{"key": "onClick"}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "xg1btn3k02", "key": "xg1btn3epk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 48, "mobileBottomRow": 48,
@@ -22,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 44, "mobileTopRow": 44,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Engineering Holds', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 48, "originalBottomRow": 48,
"originalTopRow": 44, "originalTopRow": 44,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -34,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Engineering Holds", "text": "External Process",
"topRow": 44, "topRow": 44,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "xg1btn3enh", "widgetId": "xg1btn3ep",
"widgetName": "Button3Copy" "widgetName": "Button3Copy"
} }

View File

@@ -2,46 +2,40 @@
"animateLoading": true, "animateLoading": true,
"borderRadius": "0.375rem", "borderRadius": "0.375rem",
"bottomRow": 52, "bottomRow": 52,
"boxShadow": "none",
"buttonColor": "#ffffff", "buttonColor": "#ffffff",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicHeight": "FIXED", "dynamicTriggerPathList": [{"key": "onClick"}],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "xg1btn3uik", "key": "xg1btn3jdk",
"leftColumn": 0, "leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 52, "mobileBottomRow": 52,
"mobileLeftColumn": 0, "mobileLeftColumn": 0,
"mobileRightColumn": 64, "mobileRightColumn": 16,
"mobileTopRow": 48, "mobileTopRow": 48,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Job Drawing Status', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 52, "originalBottomRow": 52,
"originalTopRow": 48, "originalTopRow": 48,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
"parentId": "xg1canvas01", "parentId": "xg1canvas01",
"parentRowSpace": 10, "parentRowSpace": 10,
"placement": "START", "placement": "START",
"recaptchaType": "V3",
"renderMode": "CANVAS", "renderMode": "CANVAS",
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "Unused Items", "text": "Job Drawing Status",
"topRow": 48, "topRow": 48,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "xg1btn3ui", "widgetId": "xg1btn3jd",
"widgetName": "Button3Copy2", "widgetName": "Button3Copy2"
"boxShadow": "none"
} }

View File

@@ -7,16 +7,12 @@
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
"disabledWhenInvalid": false, "disabledWhenInvalid": false,
"dynamicBindingPathList": [], "dynamicBindingPathList": [],
"dynamicTriggerPathList": [ "dynamicTriggerPathList": [{"key": "onClick"}],
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true, "isDefaultClickDisabled": true,
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "xg1btnwosk", "key": "xg1btn3uik",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 56, "mobileBottomRow": 56,
@@ -24,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 52, "mobileTopRow": 52,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - Unused Items', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 56, "originalBottomRow": 56,
"originalTopRow": 52, "originalTopRow": 52,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -36,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "WO Shortages", "text": "Unused Items",
"topRow": 52, "topRow": 52,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "xg1btnwos", "widgetId": "xg1btn3ui",
"widgetName": "Button3Copy3" "widgetName": "Button3Copy3"
} }

View File

@@ -12,7 +12,7 @@
"isDisabled": false, "isDisabled": false,
"isLoading": false, "isLoading": false,
"isVisible": true, "isVisible": true,
"key": "xg1btn3epk", "key": "xg1btn3wsk",
"leftColumn": 0, "leftColumn": 0,
"minWidth": 120, "minWidth": 120,
"mobileBottomRow": 60, "mobileBottomRow": 60,
@@ -20,7 +20,7 @@
"mobileRightColumn": 16, "mobileRightColumn": 16,
"mobileTopRow": 56, "mobileTopRow": 56,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{navigateTo('Operations - External Process', {}, 'SAME_WINDOW');}}", "onClick": "{{navigateTo('Operations - WO Shortages', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 60, "originalBottomRow": 60,
"originalTopRow": 56, "originalTopRow": 56,
"parentColumnSpace": 3.841796875, "parentColumnSpace": 3.841796875,
@@ -32,10 +32,10 @@
"resetFormOnClick": false, "resetFormOnClick": false,
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 64, "rightColumn": 64,
"text": "External Process", "text": "WO Shortages",
"topRow": 56, "topRow": 56,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "xg1btnep", "widgetId": "xg1btn3ws",
"widgetName": "Button3Copy4" "widgetName": "Button3Copy4"
} }