From d51352f0c33aa4ca3d58e0da1d664133e1198a45 Mon Sep 17 00:00:00 2001 From: ibariss Date: Thu, 29 Jan 2026 11:54:15 +0000 Subject: [PATCH] Revised version with the new container and buttons based navigation --- application.json | 20 +- pages/Home/Home.json | 31 --- .../capacity_display_all.txt | 1 - .../capacity_display_all/metadata.json | 31 --- pages/Home/widgets/Chart1.json | 121 --------- pages/Home/widgets/Chart1Copy.json | 122 --------- pages/Home/widgets/Chart1CopyCopy.json | 122 --------- pages/Home/widgets/Chart2.json | 122 --------- pages/Home/widgets/Navigation.json | 133 ---------- pages/Marketing/Marketing.json | 32 --- pages/Marketing/widgets/Navigation.json | 133 ---------- .../Sales - Capacity Planning.json | 2 +- .../widgets/Container1/Button1.json | 47 ++++ .../widgets/Container1/Button1Copy.json | 43 +++ .../widgets/Container1/Container1.json | 87 +++++++ .../widgets/Container1/Text1.json} | 26 +- .../widgets/Heading.json | 14 +- .../widgets/Navigation.json | 133 ---------- .../widgets/Table1.json | 51 ++-- .../Sales - Units Shipped.json | 2 +- .../widgets/Container1/Button1.json | 43 +++ .../widgets/Container1/Button1Copy.json | 47 ++++ .../widgets/Container1/Container1.json | 87 +++++++ .../widgets/Container1/Text1Copy.json | 52 ++++ .../widgets/Heading.json | 14 +- .../widgets/Navigation.json | 133 ---------- .../widgets/Tabs1/PowerDateFrom.json | 8 +- .../widgets/Tabs1/PowerDateTo.json | 8 +- .../widgets/Tabs1/SeriesDateFrom.json | 8 +- .../widgets/Tabs1/SeriesDateTo.json | 8 +- .../widgets/Tabs1/Table1.json | 29 ++- .../widgets/Tabs1/Table1Copy.json | 35 +-- .../widgets/Tabs1/Tabs1.json | 21 +- .../Sales - Units Shipped/widgets/Text1.json | 8 +- .../widgets/Text2Copy1.json | 8 +- .../widgets/Text2CopyCopy.json | 8 +- .../Sales - Units Shipped/widgets/Text3.json | 8 +- pages/Sales/Sales.json | 33 --- .../capacity_display_all.txt | 1 - .../capacity_display_all/metadata.json | 31 --- pages/Sales/widgets/SidebarNavigation.json | 134 ---------- pages/Sales/widgets/Table1.json | 244 ------------------ 42 files changed, 547 insertions(+), 1694 deletions(-) delete mode 100644 pages/Home/Home.json delete mode 100644 pages/Home/queries/capacity_display_all/capacity_display_all.txt delete mode 100644 pages/Home/queries/capacity_display_all/metadata.json delete mode 100644 pages/Home/widgets/Chart1.json delete mode 100644 pages/Home/widgets/Chart1Copy.json delete mode 100644 pages/Home/widgets/Chart1CopyCopy.json delete mode 100644 pages/Home/widgets/Chart2.json delete mode 100644 pages/Home/widgets/Navigation.json delete mode 100644 pages/Marketing/Marketing.json delete mode 100644 pages/Marketing/widgets/Navigation.json create mode 100644 pages/Sales - Capacity Planning/widgets/Container1/Button1.json create mode 100644 pages/Sales - Capacity Planning/widgets/Container1/Button1Copy.json create mode 100644 pages/Sales - Capacity Planning/widgets/Container1/Container1.json rename pages/{Sales/widgets/Heading.json => Sales - Capacity Planning/widgets/Container1/Text1.json} (73%) delete mode 100644 pages/Sales - Capacity Planning/widgets/Navigation.json create mode 100644 pages/Sales - Units Shipped/widgets/Container1/Button1.json create mode 100644 pages/Sales - Units Shipped/widgets/Container1/Button1Copy.json create mode 100644 pages/Sales - Units Shipped/widgets/Container1/Container1.json create mode 100644 pages/Sales - Units Shipped/widgets/Container1/Text1Copy.json delete mode 100644 pages/Sales - Units Shipped/widgets/Navigation.json delete mode 100644 pages/Sales/Sales.json delete mode 100644 pages/Sales/queries/capacity_display_all/capacity_display_all.txt delete mode 100644 pages/Sales/queries/capacity_display_all/metadata.json delete mode 100644 pages/Sales/widgets/SidebarNavigation.json delete mode 100644 pages/Sales/widgets/Table1.json diff --git a/application.json b/application.json index 17b7ed0..2f3e1cb 100644 --- a/application.json +++ b/application.json @@ -1,5 +1,8 @@ { "appIsExample": false, + "appLayout": { + "type": "FLUID" + }, "applicationDetail": { "appPositioning": { "type": "FIXED" @@ -26,27 +29,18 @@ "evaluationVersion": 2, "icon": "calender", "pages": [ - { - "id": "Home", - "isDefault": true - }, - { - "id": "Sales", - "isDefault": false - }, { "id": "Sales - Capacity Planning", - "isDefault": false + "isDefault": true }, { "id": "Sales - Units Shipped", "isDefault": false - }, - { - "id": "Marketing", - "isDefault": false } ], + "unpublishedAppLayout": { + "type": "FLUID" + }, "unpublishedApplicationDetail": { "appPositioning": { "type": "FIXED" diff --git a/pages/Home/Home.json b/pages/Home/Home.json deleted file mode 100644 index 1f0f76e..0000000 --- a/pages/Home/Home.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "gitSyncId": "6968b6e8271e5e0befde3194_4fbad1cb-0bc0-42d0-b1e8-9afb5dda507b", - "unpublishedPage": { - "layouts": [ - { - "dsl": { - "backgroundColor": "none", - "bottomRow": 750, - "canExtend": true, - "containerStyle": "none", - "detachFromLayout": true, - "dynamicBindingPathList": [], - "leftColumn": 0, - "minHeight": 1090, - "parentColumnSpace": 1, - "parentRowSpace": 1, - "rightColumn": 1224, - "snapColumns": 64, - "snapRows": 107, - "topRow": 0, - "type": "CANVAS_WIDGET", - "version": 94, - "widgetId": "0", - "widgetName": "MainContainer" - } - } - ], - "name": "Home", - "slug": "home" - } -} \ No newline at end of file diff --git a/pages/Home/queries/capacity_display_all/capacity_display_all.txt b/pages/Home/queries/capacity_display_all/capacity_display_all.txt deleted file mode 100644 index f70f31d..0000000 --- a/pages/Home/queries/capacity_display_all/capacity_display_all.txt +++ /dev/null @@ -1 +0,0 @@ -select * from mpe.poormancapacity; \ No newline at end of file diff --git a/pages/Home/queries/capacity_display_all/metadata.json b/pages/Home/queries/capacity_display_all/metadata.json deleted file mode 100644 index 7a48088..0000000 --- a/pages/Home/queries/capacity_display_all/metadata.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "gitSyncId": "6968b6e8271e5e0befde3194_d60005da-e39e-4d62-a1e9-3b2eb7b574ef", - "id": "Home_capacity_display_all", - "pluginId": "postgres-plugin", - "pluginType": "DB", - "unpublishedAction": { - "actionConfiguration": { - "body": "select * from mpe.poormancapacity;", - "encodeParamsToggle": true, - "paginationType": "NONE", - "pluginSpecifiedTemplates": [ - { - "value": true - } - ], - "timeoutInMillisecond": 10000 - }, - "confirmBeforeExecute": false, - "datasource": { - "id": "xTuple_Sandbox", - "isAutoGenerated": false, - "name": "xTuple_Sandbox", - "pluginId": "postgres-plugin" - }, - "dynamicBindingPathList": [], - "name": "capacity_display_all", - "pageId": "Home", - "runBehaviour": "MANUAL", - "userSetOnLoad": false - } -} \ No newline at end of file diff --git a/pages/Home/widgets/Chart1.json b/pages/Home/widgets/Chart1.json deleted file mode 100644 index f08011b..0000000 --- a/pages/Home/widgets/Chart1.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "accentColor": "{{appsmith.theme.colors.primaryColor}}", - "allowScroll": false, - "animateLoading": true, - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 37, - "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", - "chartData": { - "amejnorddr": { - "data": [ - { - "x": "Product1", - "y": 20000 - }, - { - "x": "Product2", - "y": 22000 - }, - { - "x": "Product3", - "y": 32000 - } - ], - "seriesName": "2023" - } - }, - "chartName": "Sales Report", - "chartType": "COLUMN_CHART", - "customEChartConfig": "{{\n{\n \"dataset\": {\n \"source\": [\n [\n \"Day\",\n \"Baidu\",\n \"Google\",\n \"Bing\"\n ],\n [\n \"Mon\",\n 620,\n 120,\n 60\n ],\n [\n \"Tue\",\n 732,\n 132,\n 72\n ],\n [\n \"Wed\",\n 701,\n 101,\n 71\n ],\n [\n \"Thu\",\n 734,\n 134,\n 74\n ],\n [\n \"Fri\",\n 1090,\n 290,\n 190\n ],\n [\n \"Sat\",\n 1130,\n 230,\n 130\n ],\n [\n \"Sun\",\n 1120,\n 220,\n 110\n ]\n ]\n },\n \"tooltip\": {\n \"trigger\": \"axis\",\n \"axisPointer\": {\n \"type\": \"shadow\"\n }\n },\n \"title\": {\n \"text\": \"Search Engine Usage\",\n \"left\": \"center\",\n \"textStyle\": {\n \"width\": 200,\n \"overflow\": \"truncate\"\n }\n },\n \"legend\": {\n \"top\": 40,\n \"type\": \"scroll\"\n },\n \"grid\": {\n \"left\": 15,\n \"right\": 15,\n \"bottom\": 30,\n \"top\": 100,\n \"containLabel\": true\n },\n \"xAxis\": [\n {\n \"type\": \"category\"\n }\n ],\n \"yAxis\": [\n {\n \"type\": \"value\"\n }\n ],\n \"series\": [\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n },\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n },\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n }\n ]\n}\n}}", - "customFusionChartConfig": { - "dataSource": { - "chart": { - "alignCaptionWithCanvas": 1, - "canvasPadding": "0", - "caption": "Sales Report", - "captionAlignment": "center", - "captionFontColor": "#231F20", - "captionFontSize": "24", - "captionPadding": "20", - "chartBottomMargin": "10", - "chartLeftMargin": "20", - "chartRightMargin": "40", - "chartTopMargin": "10", - "labelFontColor": "#716e6e", - "labelFontSize": "12", - "legendIconAlpha": "100", - "legendIconBgAlpha": "100", - "legendIconSides": "4", - "legendPosition": "top", - "theme": "fusion", - "xAxisName": "Product Line", - "xAxisNameFontColor": "#716e6e", - "xAxisNameFontSize": "14", - "yAxisName": "Revenue($)", - "yAxisNameFontColor": "#716e6e", - "yAxisNameFontSize": "14", - "yAxisValueFontColor": "#716e6e", - "yAxisValueFontSize": "12" - }, - "data": [ - { - "label": "Product1", - "value": 20000 - }, - { - "label": "Product2", - "value": 22000 - }, - { - "label": "Product3", - "value": 32000 - } - ] - }, - "type": "column2d" - }, - "dynamicBindingPathList": [ - { - "key": "customEChartConfig" - }, - { - "key": "borderRadius" - }, - { - "key": "boxShadow" - }, - { - "key": "accentColor" - }, - { - "key": "fontFamily" - } - ], - "flexVerticalAlignment": "start", - "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", - "isLoading": false, - "isVisible": true, - "key": "ptkjcbqs1e", - "labelOrientation": "auto", - "leftColumn": 3, - "minWidth": 450, - "mobileBottomRow": 35, - "mobileLeftColumn": 1, - "mobileRightColumn": 25, - "mobileTopRow": 3, - "needsErrorInfo": true, - "parentColumnSpace": 25.109375, - "parentId": "0", - "parentRowSpace": 10, - "renderMode": "CANVAS", - "responsiveBehavior": "fill", - "rightColumn": 30, - "showDataPointLabel": false, - "topRow": 8, - "type": "CHART_WIDGET", - "version": 1, - "widgetId": "bkkgqululk", - "widgetName": "Chart1", - "xAxisName": "Product Line", - "yAxisName": "Revenue($)" -} \ No newline at end of file diff --git a/pages/Home/widgets/Chart1Copy.json b/pages/Home/widgets/Chart1Copy.json deleted file mode 100644 index f19a558..0000000 --- a/pages/Home/widgets/Chart1Copy.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "accentColor": "{{appsmith.theme.colors.primaryColor}}", - "allowScroll": false, - "animateLoading": true, - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 75, - "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", - "chartData": { - "amejnorddr": { - "data": [ - { - "x": "Product1", - "y": 20000 - }, - { - "x": "Product2", - "y": 22000 - }, - { - "x": "Product3", - "y": 32000 - } - ], - "seriesName": "2023" - } - }, - "chartName": "Sales Report", - "chartType": "BAR_CHART", - "customEChartConfig": "{{\n{\n \"dataset\": {\n \"source\": [\n [\n \"Day\",\n \"Baidu\",\n \"Google\",\n \"Bing\"\n ],\n [\n \"Mon\",\n 620,\n 120,\n 60\n ],\n [\n \"Tue\",\n 732,\n 132,\n 72\n ],\n [\n \"Wed\",\n 701,\n 101,\n 71\n ],\n [\n \"Thu\",\n 734,\n 134,\n 74\n ],\n [\n \"Fri\",\n 1090,\n 290,\n 190\n ],\n [\n \"Sat\",\n 1130,\n 230,\n 130\n ],\n [\n \"Sun\",\n 1120,\n 220,\n 110\n ]\n ]\n },\n \"tooltip\": {\n \"trigger\": \"axis\",\n \"axisPointer\": {\n \"type\": \"shadow\"\n }\n },\n \"title\": {\n \"text\": \"Search Engine Usage\",\n \"left\": \"center\",\n \"textStyle\": {\n \"width\": 200,\n \"overflow\": \"truncate\"\n }\n },\n \"legend\": {\n \"top\": 40,\n \"type\": \"scroll\"\n },\n \"grid\": {\n \"left\": 15,\n \"right\": 15,\n \"bottom\": 30,\n \"top\": 100,\n \"containLabel\": true\n },\n \"xAxis\": [\n {\n \"type\": \"category\"\n }\n ],\n \"yAxis\": [\n {\n \"type\": \"value\"\n }\n ],\n \"series\": [\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n },\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n },\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n }\n ]\n}\n}}", - "customFusionChartConfig": { - "dataSource": { - "chart": { - "alignCaptionWithCanvas": 1, - "canvasPadding": "0", - "caption": "Sales Report", - "captionAlignment": "center", - "captionFontColor": "#231F20", - "captionFontSize": "24", - "captionPadding": "20", - "chartBottomMargin": "10", - "chartLeftMargin": "20", - "chartRightMargin": "40", - "chartTopMargin": "10", - "labelFontColor": "#716e6e", - "labelFontSize": "12", - "legendIconAlpha": "100", - "legendIconBgAlpha": "100", - "legendIconSides": "4", - "legendPosition": "top", - "theme": "fusion", - "xAxisName": "Product Line", - "xAxisNameFontColor": "#716e6e", - "xAxisNameFontSize": "14", - "yAxisName": "Revenue($)", - "yAxisNameFontColor": "#716e6e", - "yAxisNameFontSize": "14", - "yAxisValueFontColor": "#716e6e", - "yAxisValueFontSize": "12" - }, - "data": [ - { - "label": "Product1", - "value": 20000 - }, - { - "label": "Product2", - "value": 22000 - }, - { - "label": "Product3", - "value": 32000 - } - ] - }, - "type": "column2d" - }, - "dynamicBindingPathList": [ - { - "key": "customEChartConfig" - }, - { - "key": "borderRadius" - }, - { - "key": "boxShadow" - }, - { - "key": "accentColor" - }, - { - "key": "fontFamily" - } - ], - "dynamicTriggerPathList": [], - "flexVerticalAlignment": "start", - "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", - "isLoading": false, - "isVisible": true, - "key": "ptkjcbqs1e", - "labelOrientation": "auto", - "leftColumn": 3, - "minWidth": 450, - "mobileBottomRow": 35, - "mobileLeftColumn": 1, - "mobileRightColumn": 25, - "mobileTopRow": 3, - "needsErrorInfo": true, - "parentColumnSpace": 25.109375, - "parentId": "0", - "parentRowSpace": 10, - "renderMode": "CANVAS", - "responsiveBehavior": "fill", - "rightColumn": 30, - "showDataPointLabel": false, - "topRow": 43, - "type": "CHART_WIDGET", - "version": 1, - "widgetId": "sih5r3hsg7", - "widgetName": "Chart1Copy", - "xAxisName": "Product Line", - "yAxisName": "Revenue($)" -} \ No newline at end of file diff --git a/pages/Home/widgets/Chart1CopyCopy.json b/pages/Home/widgets/Chart1CopyCopy.json deleted file mode 100644 index 6fefb31..0000000 --- a/pages/Home/widgets/Chart1CopyCopy.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "accentColor": "{{appsmith.theme.colors.primaryColor}}", - "allowScroll": false, - "animateLoading": true, - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 74, - "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", - "chartData": { - "amejnorddr": { - "data": [ - { - "x": "Product1", - "y": 20000 - }, - { - "x": "Product2", - "y": 22000 - }, - { - "x": "Product3", - "y": 32000 - } - ], - "seriesName": "2023" - } - }, - "chartName": "Sales Report", - "chartType": "PIE_CHART", - "customEChartConfig": "{{\n{\n \"dataset\": {\n \"source\": [\n [\n \"Day\",\n \"Baidu\",\n \"Google\",\n \"Bing\"\n ],\n [\n \"Mon\",\n 620,\n 120,\n 60\n ],\n [\n \"Tue\",\n 732,\n 132,\n 72\n ],\n [\n \"Wed\",\n 701,\n 101,\n 71\n ],\n [\n \"Thu\",\n 734,\n 134,\n 74\n ],\n [\n \"Fri\",\n 1090,\n 290,\n 190\n ],\n [\n \"Sat\",\n 1130,\n 230,\n 130\n ],\n [\n \"Sun\",\n 1120,\n 220,\n 110\n ]\n ]\n },\n \"tooltip\": {\n \"trigger\": \"axis\",\n \"axisPointer\": {\n \"type\": \"shadow\"\n }\n },\n \"title\": {\n \"text\": \"Search Engine Usage\",\n \"left\": \"center\",\n \"textStyle\": {\n \"width\": 200,\n \"overflow\": \"truncate\"\n }\n },\n \"legend\": {\n \"top\": 40,\n \"type\": \"scroll\"\n },\n \"grid\": {\n \"left\": 15,\n \"right\": 15,\n \"bottom\": 30,\n \"top\": 100,\n \"containLabel\": true\n },\n \"xAxis\": [\n {\n \"type\": \"category\"\n }\n ],\n \"yAxis\": [\n {\n \"type\": \"value\"\n }\n ],\n \"series\": [\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n },\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n },\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n }\n ]\n}\n}}", - "customFusionChartConfig": { - "dataSource": { - "chart": { - "alignCaptionWithCanvas": 1, - "canvasPadding": "0", - "caption": "Sales Report", - "captionAlignment": "center", - "captionFontColor": "#231F20", - "captionFontSize": "24", - "captionPadding": "20", - "chartBottomMargin": "10", - "chartLeftMargin": "20", - "chartRightMargin": "40", - "chartTopMargin": "10", - "labelFontColor": "#716e6e", - "labelFontSize": "12", - "legendIconAlpha": "100", - "legendIconBgAlpha": "100", - "legendIconSides": "4", - "legendPosition": "top", - "theme": "fusion", - "xAxisName": "Product Line", - "xAxisNameFontColor": "#716e6e", - "xAxisNameFontSize": "14", - "yAxisName": "Revenue($)", - "yAxisNameFontColor": "#716e6e", - "yAxisNameFontSize": "14", - "yAxisValueFontColor": "#716e6e", - "yAxisValueFontSize": "12" - }, - "data": [ - { - "label": "Product1", - "value": 20000 - }, - { - "label": "Product2", - "value": 22000 - }, - { - "label": "Product3", - "value": 32000 - } - ] - }, - "type": "column2d" - }, - "dynamicBindingPathList": [ - { - "key": "customEChartConfig" - }, - { - "key": "borderRadius" - }, - { - "key": "boxShadow" - }, - { - "key": "accentColor" - }, - { - "key": "fontFamily" - } - ], - "dynamicTriggerPathList": [], - "flexVerticalAlignment": "start", - "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", - "isLoading": false, - "isVisible": true, - "key": "ptkjcbqs1e", - "labelOrientation": "auto", - "leftColumn": 33, - "minWidth": 450, - "mobileBottomRow": 35, - "mobileLeftColumn": 1, - "mobileRightColumn": 25, - "mobileTopRow": 3, - "needsErrorInfo": true, - "parentColumnSpace": 25.109375, - "parentId": "0", - "parentRowSpace": 10, - "renderMode": "CANVAS", - "responsiveBehavior": "fill", - "rightColumn": 61, - "showDataPointLabel": false, - "topRow": 42, - "type": "CHART_WIDGET", - "version": 1, - "widgetId": "9gff40seu4", - "widgetName": "Chart1CopyCopy", - "xAxisName": "Product Line", - "yAxisName": "Revenue($)" -} \ No newline at end of file diff --git a/pages/Home/widgets/Chart2.json b/pages/Home/widgets/Chart2.json deleted file mode 100644 index 7eaa086..0000000 --- a/pages/Home/widgets/Chart2.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "accentColor": "{{appsmith.theme.colors.primaryColor}}", - "allowScroll": false, - "animateLoading": true, - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 36, - "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", - "chartData": { - "amejnorddr": { - "data": [ - { - "x": "Product1", - "y": 20000 - }, - { - "x": "Product2", - "y": 22000 - }, - { - "x": "Product3", - "y": 32000 - } - ], - "seriesName": "2023" - } - }, - "chartName": "Sales Report", - "chartType": "LINE_CHART", - "customEChartConfig": "{{\n{\n \"dataset\": {\n \"source\": [\n [\n \"Day\",\n \"Baidu\",\n \"Google\",\n \"Bing\"\n ],\n [\n \"Mon\",\n 620,\n 120,\n 60\n ],\n [\n \"Tue\",\n 732,\n 132,\n 72\n ],\n [\n \"Wed\",\n 701,\n 101,\n 71\n ],\n [\n \"Thu\",\n 734,\n 134,\n 74\n ],\n [\n \"Fri\",\n 1090,\n 290,\n 190\n ],\n [\n \"Sat\",\n 1130,\n 230,\n 130\n ],\n [\n \"Sun\",\n 1120,\n 220,\n 110\n ]\n ]\n },\n \"tooltip\": {\n \"trigger\": \"axis\",\n \"axisPointer\": {\n \"type\": \"shadow\"\n }\n },\n \"title\": {\n \"text\": \"Search Engine Usage\",\n \"left\": \"center\",\n \"textStyle\": {\n \"width\": 200,\n \"overflow\": \"truncate\"\n }\n },\n \"legend\": {\n \"top\": 40,\n \"type\": \"scroll\"\n },\n \"grid\": {\n \"left\": 15,\n \"right\": 15,\n \"bottom\": 30,\n \"top\": 100,\n \"containLabel\": true\n },\n \"xAxis\": [\n {\n \"type\": \"category\"\n }\n ],\n \"yAxis\": [\n {\n \"type\": \"value\"\n }\n ],\n \"series\": [\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n },\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n },\n {\n \"type\": \"bar\",\n \"stack\": \"Search Engine\"\n }\n ]\n}\n}}", - "customFusionChartConfig": { - "dataSource": { - "chart": { - "alignCaptionWithCanvas": 1, - "canvasPadding": "0", - "caption": "Sales Report", - "captionAlignment": "center", - "captionFontColor": "#231F20", - "captionFontSize": "24", - "captionPadding": "20", - "chartBottomMargin": "10", - "chartLeftMargin": "20", - "chartRightMargin": "40", - "chartTopMargin": "10", - "labelFontColor": "#716e6e", - "labelFontSize": "12", - "legendIconAlpha": "100", - "legendIconBgAlpha": "100", - "legendIconSides": "4", - "legendPosition": "top", - "theme": "fusion", - "xAxisName": "Product Line", - "xAxisNameFontColor": "#716e6e", - "xAxisNameFontSize": "14", - "yAxisName": "Revenue($)", - "yAxisNameFontColor": "#716e6e", - "yAxisNameFontSize": "14", - "yAxisValueFontColor": "#716e6e", - "yAxisValueFontSize": "12" - }, - "data": [ - { - "label": "Product1", - "value": 20000 - }, - { - "label": "Product2", - "value": 22000 - }, - { - "label": "Product3", - "value": 32000 - } - ] - }, - "type": "column2d" - }, - "dynamicBindingPathList": [ - { - "key": "customEChartConfig" - }, - { - "key": "borderRadius" - }, - { - "key": "boxShadow" - }, - { - "key": "accentColor" - }, - { - "key": "fontFamily" - } - ], - "dynamicTriggerPathList": [], - "flexVerticalAlignment": "start", - "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", - "isLoading": false, - "isVisible": true, - "key": "ptkjcbqs1e", - "labelOrientation": "auto", - "leftColumn": 33, - "minWidth": 450, - "mobileBottomRow": 36, - "mobileLeftColumn": 34, - "mobileRightColumn": 58, - "mobileTopRow": 4, - "needsErrorInfo": true, - "parentColumnSpace": 25.109375, - "parentId": "0", - "parentRowSpace": 10, - "renderMode": "CANVAS", - "responsiveBehavior": "fill", - "rightColumn": 61, - "showDataPointLabel": false, - "topRow": 8, - "type": "CHART_WIDGET", - "version": 1, - "widgetId": "1d2av7y5u4", - "widgetName": "Chart2", - "xAxisName": "Product Line", - "yAxisName": "Revenue($)" -} \ No newline at end of file diff --git a/pages/Home/widgets/Navigation.json b/pages/Home/widgets/Navigation.json deleted file mode 100644 index 801e327..0000000 --- a/pages/Home/widgets/Navigation.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "animateLoading": true, - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 7, - "boxShadow": "none", - "buttonVariant": "PRIMARY", - "childStylesheet": { - "button": { - "buttonColor": "#020618" - } - }, - "dynamicBindingPathList": [ - { - "key": "borderRadius" - } - ], - "dynamicTriggerPathList": [ - { - "key": "groupButtons.homeBtn.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.salesOverview.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.capacityPlanning.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.unitsShipped.onClick" - }, - { - "key": "groupButtons.marketingBtn.onClick" - } - ], - "flexVerticalAlignment": "start", - "groupButtons": { - "homeBtn": { - "buttonColor": "#020618", - "buttonType": "SIMPLE", - "iconName": "home", - "id": "homeBtn", - "index": 0, - "isDisabled": false, - "isVisible": true, - "label": "Home", - "menuItems": {}, - "onClick": "{{navigateTo('Home', {}, 'SAME_WINDOW')}}" - }, - "salesMenu": { - "buttonColor": "#020618", - "buttonType": "MENU", - "iconName": "trending-up", - "id": "salesMenu", - "index": 1, - "isDisabled": false, - "isVisible": true, - "label": "Sales", - "menuItems": { - "salesOverview": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "dashboard", - "id": "salesOverview", - "index": 0, - "isDisabled": false, - "isVisible": true, - "label": "Overview", - "onClick": "{{navigateTo('Sales', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - }, - "capacityPlanning": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "calendar", - "id": "capacityPlanning", - "index": 1, - "isDisabled": false, - "isVisible": true, - "label": "Capacity Planning", - "onClick": "{{navigateTo('Sales - Capacity Planning', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - }, - "unitsShipped": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "box", - "id": "unitsShipped", - "index": 2, - "isDisabled": false, - "isVisible": true, - "label": "Units Shipped", - "onClick": "{{navigateTo('Sales - Units Shipped', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - } - } - }, - "marketingBtn": { - "buttonColor": "#020618", - "buttonType": "SIMPLE", - "iconName": "megaphone", - "id": "marketingBtn", - "index": 2, - "isDisabled": false, - "isVisible": true, - "label": "Marketing", - "menuItems": {}, - "onClick": "{{navigateTo('Marketing', {}, 'SAME_WINDOW')}}" - } - }, - "isLoading": false, - "isVisible": true, - "key": "nav1btngrp", - "leftColumn": 0, - "minWidth": 450, - "mobileBottomRow": 7, - "mobileLeftColumn": 0, - "mobileRightColumn": 64, - "mobileTopRow": 0, - "orientation": "horizontal", - "parentColumnSpace": 25.109375, - "parentId": "0", - "parentRowSpace": 10, - "renderMode": "CANVAS", - "responsiveBehavior": "fill", - "rightColumn": 64, - "topRow": 0, - "type": "BUTTON_GROUP_WIDGET", - "version": 1, - "widgetId": "nav1btngrp001", - "widgetName": "Navigation" -} diff --git a/pages/Marketing/Marketing.json b/pages/Marketing/Marketing.json deleted file mode 100644 index e4b7b9f..0000000 --- a/pages/Marketing/Marketing.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "gitSyncId": "6968b6e8271e5e0befde3194_48a95e4c-7ce4-402d-a992-b5d996b95477", - "unpublishedPage": { - "isHidden": false, - "layouts": [ - { - "dsl": { - "backgroundColor": "none", - "bottomRow": 1080, - "canExtend": true, - "containerStyle": "none", - "detachFromLayout": true, - "dynamicBindingPathList": [], - "leftColumn": 0, - "minHeight": 1090, - "parentColumnSpace": 1, - "parentRowSpace": 1, - "rightColumn": 1224, - "snapColumns": 64, - "snapRows": 107, - "topRow": 0, - "type": "CANVAS_WIDGET", - "version": 94, - "widgetId": "0", - "widgetName": "MainContainer" - } - } - ], - "name": "Marketing", - "slug": "marketing" - } -} \ No newline at end of file diff --git a/pages/Marketing/widgets/Navigation.json b/pages/Marketing/widgets/Navigation.json deleted file mode 100644 index 1431c10..0000000 --- a/pages/Marketing/widgets/Navigation.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "animateLoading": true, - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 7, - "boxShadow": "none", - "buttonVariant": "PRIMARY", - "childStylesheet": { - "button": { - "buttonColor": "#020618" - } - }, - "dynamicBindingPathList": [ - { - "key": "borderRadius" - } - ], - "dynamicTriggerPathList": [ - { - "key": "groupButtons.homeBtn.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.salesOverview.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.capacityPlanning.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.unitsShipped.onClick" - }, - { - "key": "groupButtons.marketingBtn.onClick" - } - ], - "flexVerticalAlignment": "start", - "groupButtons": { - "homeBtn": { - "buttonColor": "#020618", - "buttonType": "SIMPLE", - "iconName": "home", - "id": "homeBtn", - "index": 0, - "isDisabled": false, - "isVisible": true, - "label": "Home", - "menuItems": {}, - "onClick": "{{navigateTo('Home', {}, 'SAME_WINDOW')}}" - }, - "salesMenu": { - "buttonColor": "#020618", - "buttonType": "MENU", - "iconName": "trending-up", - "id": "salesMenu", - "index": 1, - "isDisabled": false, - "isVisible": true, - "label": "Sales", - "menuItems": { - "salesOverview": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "dashboard", - "id": "salesOverview", - "index": 0, - "isDisabled": false, - "isVisible": true, - "label": "Overview", - "onClick": "{{navigateTo('Sales', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - }, - "capacityPlanning": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "calendar", - "id": "capacityPlanning", - "index": 1, - "isDisabled": false, - "isVisible": true, - "label": "Capacity Planning", - "onClick": "{{navigateTo('Sales - Capacity Planning', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - }, - "unitsShipped": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "box", - "id": "unitsShipped", - "index": 2, - "isDisabled": false, - "isVisible": true, - "label": "Units Shipped", - "onClick": "{{navigateTo('Sales - Units Shipped', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - } - } - }, - "marketingBtn": { - "buttonColor": "#020618", - "buttonType": "SIMPLE", - "iconName": "megaphone", - "id": "marketingBtn", - "index": 2, - "isDisabled": false, - "isVisible": true, - "label": "Marketing", - "menuItems": {}, - "onClick": "{{navigateTo('Marketing', {}, 'SAME_WINDOW')}}" - } - }, - "isLoading": false, - "isVisible": true, - "key": "nav5btngrp", - "leftColumn": 0, - "minWidth": 450, - "mobileBottomRow": 7, - "mobileLeftColumn": 0, - "mobileRightColumn": 64, - "mobileTopRow": 0, - "orientation": "horizontal", - "parentColumnSpace": 25.109375, - "parentId": "0", - "parentRowSpace": 10, - "renderMode": "CANVAS", - "responsiveBehavior": "fill", - "rightColumn": 64, - "topRow": 0, - "type": "BUTTON_GROUP_WIDGET", - "version": 1, - "widgetId": "nav5btngrp005", - "widgetName": "Navigation" -} diff --git a/pages/Sales - Capacity Planning/Sales - Capacity Planning.json b/pages/Sales - Capacity Planning/Sales - Capacity Planning.json index 97d677a..5285fd3 100644 --- a/pages/Sales - Capacity Planning/Sales - Capacity Planning.json +++ b/pages/Sales - Capacity Planning/Sales - Capacity Planning.json @@ -6,7 +6,7 @@ { "dsl": { "backgroundColor": "none", - "bottomRow": 960, + "bottomRow": 1240, "canExtend": true, "containerStyle": "none", "detachFromLayout": true, diff --git a/pages/Sales - Capacity Planning/widgets/Container1/Button1.json b/pages/Sales - Capacity Planning/widgets/Container1/Button1.json new file mode 100644 index 0000000..49e0c8a --- /dev/null +++ b/pages/Sales - Capacity Planning/widgets/Container1/Button1.json @@ -0,0 +1,47 @@ +{ + "animateLoading": true, + "borderRadius": "0.375rem", + "bottomRow": 8, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.backgroundColor}}", + "buttonVariant": "PRIMARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "buttonColor" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "0k5ucqsuin", + "leftColumn": 0, + "minWidth": 120, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "onClick": "{{navigateTo('Sales - Capacity Planning', {}, 'SAME_WINDOW');}}", + "parentColumnSpace": 3.841796875, + "parentId": "x3pc17vp6q", + "parentRowSpace": 10, + "placement": "START", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 64, + "text": "Capacity Planning", + "topRow": 4, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "s188sbgcao", + "widgetName": "Button1" +} \ No newline at end of file diff --git a/pages/Sales - Capacity Planning/widgets/Container1/Button1Copy.json b/pages/Sales - Capacity Planning/widgets/Container1/Button1Copy.json new file mode 100644 index 0000000..9889851 --- /dev/null +++ b/pages/Sales - Capacity Planning/widgets/Container1/Button1Copy.json @@ -0,0 +1,43 @@ +{ + "animateLoading": true, + "borderRadius": "0.375rem", + "bottomRow": 12, + "boxShadow": "none", + "buttonColor": "#ffffff", + "buttonVariant": "PRIMARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "0k5ucqsuin", + "leftColumn": 0, + "minWidth": 120, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "onClick": "{{navigateTo('Sales - Units Shipped', {}, 'SAME_WINDOW');}}", + "parentColumnSpace": 3.841796875, + "parentId": "x3pc17vp6q", + "parentRowSpace": 10, + "placement": "START", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 64, + "text": "Units Shipped", + "topRow": 8, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "6r4m823fno", + "widgetName": "Button1Copy" +} \ No newline at end of file diff --git a/pages/Sales - Capacity Planning/widgets/Container1/Container1.json b/pages/Sales - Capacity Planning/widgets/Container1/Container1.json new file mode 100644 index 0000000..53d4f32 --- /dev/null +++ b/pages/Sales - Capacity Planning/widgets/Container1/Container1.json @@ -0,0 +1,87 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "0px", + "borderWidth": "1", + "bottomRow": 124, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 1240, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "canExtend": false, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "flexLayers": [], + "isLoading": false, + "isVisible": true, + "key": "xorz42kdhi", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 132.9375, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "4ric55du8p", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 132.9375, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "x3pc17vp6q", + "widgetName": "Canvas1" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "36jaq5m9iy", + "leftColumn": 0, + "maxDynamicHeight": 12, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 10, + "mobileLeftColumn": 0, + "mobileRightColumn": 3, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 44.3125, + "parentId": "0", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 6, + "shouldScrollContents": true, + "topRow": 0, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "4ric55du8p", + "widgetName": "Container1" +} \ No newline at end of file diff --git a/pages/Sales/widgets/Heading.json b/pages/Sales - Capacity Planning/widgets/Container1/Text1.json similarity index 73% rename from pages/Sales/widgets/Heading.json rename to pages/Sales - Capacity Planning/widgets/Container1/Text1.json index d274e1a..79e1aa1 100644 --- a/pages/Sales/widgets/Heading.json +++ b/pages/Sales - Capacity Planning/widgets/Container1/Text1.json @@ -1,7 +1,7 @@ { "animateLoading": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 8, + "bottomRow": 4, "dynamicBindingPathList": [ { "key": "truncateButtonColor" @@ -16,25 +16,25 @@ "dynamicHeight": "AUTO_HEIGHT", "dynamicTriggerPathList": [], "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", - "fontSize": "1.875rem", + "fontSize": "1rem", "fontStyle": "BOLD", "isLoading": false, "isVisible": true, - "key": "pii8e5rbru", - "leftColumn": 15, + "key": "01n8bhu9n6", + "leftColumn": 0, "maxDynamicHeight": 9000, "minDynamicHeight": 4, "minWidth": 450, - "mobileBottomRow": 5, - "mobileLeftColumn": 15, - "mobileRightColumn": 64, - "mobileTopRow": 1, + "mobileBottomRow": 6, + "mobileLeftColumn": 10, + "mobileRightColumn": 26, + "mobileTopRow": 2, "needsErrorInfo": false, - "originalBottomRow": 8, + "originalBottomRow": 7, "originalTopRow": 0, "overflow": "NONE", - "parentColumnSpace": 25.109375, - "parentId": "0", + "parentColumnSpace": 3.841796875, + "parentId": "x3pc17vp6q", "parentRowSpace": 10, "renderMode": "CANVAS", "responsiveBehavior": "fill", @@ -47,6 +47,6 @@ "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", "type": "TEXT_WIDGET", "version": 1, - "widgetId": "mt8rmbyqnn", - "widgetName": "Heading" + "widgetId": "20hjkxb0im", + "widgetName": "Text1" } \ No newline at end of file diff --git a/pages/Sales - Capacity Planning/widgets/Heading.json b/pages/Sales - Capacity Planning/widgets/Heading.json index c64c6f9..f3742e2 100644 --- a/pages/Sales - Capacity Planning/widgets/Heading.json +++ b/pages/Sales - Capacity Planning/widgets/Heading.json @@ -1,7 +1,7 @@ { "animateLoading": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 16, + "bottomRow": 5, "dynamicBindingPathList": [ { "key": "truncateButtonColor" @@ -21,7 +21,7 @@ "isLoading": false, "isVisible": true, "key": "pii8e5rbru", - "leftColumn": 1, + "leftColumn": 6, "maxDynamicHeight": 9000, "minDynamicHeight": 4, "minWidth": 450, @@ -30,20 +30,20 @@ "mobileRightColumn": 17, "mobileTopRow": 1, "needsErrorInfo": false, - "originalBottomRow": 16, - "originalTopRow": 8, + "originalBottomRow": 5, + "originalTopRow": 0, "overflow": "NONE", "parentColumnSpace": 25.109375, "parentId": "0", "parentRowSpace": 10, "renderMode": "CANVAS", "responsiveBehavior": "fill", - "rightColumn": 17, + "rightColumn": 22, "shouldTruncate": false, - "text": "Sales / Capacity Planning", + "text": "Sales - Capacity Planning", "textAlign": "LEFT", "textColor": "#231F20", - "topRow": 8, + "topRow": 0, "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", "type": "TEXT_WIDGET", "version": 1, diff --git a/pages/Sales - Capacity Planning/widgets/Navigation.json b/pages/Sales - Capacity Planning/widgets/Navigation.json deleted file mode 100644 index 713eda9..0000000 --- a/pages/Sales - Capacity Planning/widgets/Navigation.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "animateLoading": true, - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 7, - "boxShadow": "none", - "buttonVariant": "PRIMARY", - "childStylesheet": { - "button": { - "buttonColor": "#020618" - } - }, - "dynamicBindingPathList": [ - { - "key": "borderRadius" - } - ], - "dynamicTriggerPathList": [ - { - "key": "groupButtons.homeBtn.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.salesOverview.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.capacityPlanning.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.unitsShipped.onClick" - }, - { - "key": "groupButtons.marketingBtn.onClick" - } - ], - "flexVerticalAlignment": "start", - "groupButtons": { - "homeBtn": { - "buttonColor": "#020618", - "buttonType": "SIMPLE", - "iconName": "home", - "id": "homeBtn", - "index": 0, - "isDisabled": false, - "isVisible": true, - "label": "Home", - "menuItems": {}, - "onClick": "{{navigateTo('Home', {}, 'SAME_WINDOW')}}" - }, - "salesMenu": { - "buttonColor": "#020618", - "buttonType": "MENU", - "iconName": "trending-up", - "id": "salesMenu", - "index": 1, - "isDisabled": false, - "isVisible": true, - "label": "Sales", - "menuItems": { - "salesOverview": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "dashboard", - "id": "salesOverview", - "index": 0, - "isDisabled": false, - "isVisible": true, - "label": "Overview", - "onClick": "{{navigateTo('Sales', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - }, - "capacityPlanning": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "calendar", - "id": "capacityPlanning", - "index": 1, - "isDisabled": false, - "isVisible": true, - "label": "Capacity Planning", - "onClick": "{{navigateTo('Sales - Capacity Planning', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - }, - "unitsShipped": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "box", - "id": "unitsShipped", - "index": 2, - "isDisabled": false, - "isVisible": true, - "label": "Units Shipped", - "onClick": "{{navigateTo('Sales - Units Shipped', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - } - } - }, - "marketingBtn": { - "buttonColor": "#020618", - "buttonType": "SIMPLE", - "iconName": "megaphone", - "id": "marketingBtn", - "index": 2, - "isDisabled": false, - "isVisible": true, - "label": "Marketing", - "menuItems": {}, - "onClick": "{{navigateTo('Marketing', {}, 'SAME_WINDOW')}}" - } - }, - "isLoading": false, - "isVisible": true, - "key": "nav3btngrp", - "leftColumn": 0, - "minWidth": 450, - "mobileBottomRow": 7, - "mobileLeftColumn": 0, - "mobileRightColumn": 64, - "mobileTopRow": 0, - "orientation": "horizontal", - "parentColumnSpace": 25.109375, - "parentId": "0", - "parentRowSpace": 10, - "renderMode": "CANVAS", - "responsiveBehavior": "fill", - "rightColumn": 64, - "topRow": 0, - "type": "BUTTON_GROUP_WIDGET", - "version": 1, - "widgetId": "nav3btngrp003", - "widgetName": "Navigation" -} diff --git a/pages/Sales - Capacity Planning/widgets/Table1.json b/pages/Sales - Capacity Planning/widgets/Table1.json index 30a8652..ddb72e5 100644 --- a/pages/Sales - Capacity Planning/widgets/Table1.json +++ b/pages/Sales - Capacity Planning/widgets/Table1.json @@ -2,9 +2,9 @@ "accentColor": "{{appsmith.theme.colors.primaryColor}}", "animateLoading": true, "borderColor": "#E0DEDE", - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderRadius": "0.375rem", "borderWidth": "1", - "bottomRow": 96, + "bottomRow": 67, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "cachedTableData": {}, "canFreezeColumn": true, @@ -38,8 +38,12 @@ "used_blocks" ], "columnUpdatedAt": 1768910474559, - "columnWidthMap": {}, - "compactMode": "DEFAULT", + "columnWidthMap": { + "end_date": 207, + "line_type": 103, + "start_date": 211 + }, + "compactMode": "SHORT", "customIsLoading": false, "customIsLoadingValue": "", "defaultPageSize": 0, @@ -52,9 +56,6 @@ { "key": "accentColor" }, - { - "key": "borderRadius" - }, { "key": "boxShadow" }, @@ -74,7 +75,11 @@ "key": "primaryColumns.used_blocks.computedValue" } ], - "dynamicPropertyPathList": [], + "dynamicPropertyPathList": [ + { + "key": "textSize" + } + ], "dynamicTriggerPathList": [], "enableClientSideSearch": true, "endOfData": false, @@ -87,18 +92,18 @@ "isVisibleDownload": true, "isVisibleFilters": false, "isVisiblePagination": true, - "isVisibleSearch": true, + "isVisibleSearch": false, "key": "o9k9wp97q1", "label": "Data", - "leftColumn": 1, + "leftColumn": 6, "minWidth": 450, "mobileBottomRow": 31, - "mobileLeftColumn": 1, - "mobileRightColumn": 35, - "mobileTopRow": 3, + "mobileLeftColumn": 15, + "mobileRightColumn": 64, + "mobileTopRow": 10, "needsErrorInfo": false, - "originalBottomRow": 97, - "originalTopRow": 13, + "originalBottomRow": 67, + "originalTopRow": 5, "parentColumnSpace": 11.265625, "parentId": "0", "parentRowSpace": 10, @@ -128,7 +133,7 @@ "notation": "standard", "originalId": "end_date", "sticky": "", - "textSize": "0.875rem", + "textSize": "0.775rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", @@ -159,7 +164,7 @@ "notation": "standard", "originalId": "line_type", "sticky": "", - "textSize": "0.875rem", + "textSize": "0.775rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", @@ -190,7 +195,7 @@ "notation": "standard", "originalId": "start_date", "sticky": "", - "textSize": "0.875rem", + "textSize": "0.775rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", @@ -221,7 +226,7 @@ "notation": "standard", "originalId": "used_blocks", "sticky": "", - "textSize": "0.875rem", + "textSize": "0.775rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", @@ -230,15 +235,15 @@ }, "renderMode": "CANVAS", "responsiveBehavior": "fill", - "rightColumn": 63, + "rightColumn": 55, "searchKey": "", "tableData": "{{capacity_display_all.data}}", - "textSize": "0.875rem", - "topRow": 12, + "textSize": "0.775rem", + "topRow": 5, "totalRecordsCount": 0, "type": "TABLE_WIDGET_V2", "version": 2, "verticalAlignment": "CENTER", - "widgetId": "7i9t3ugouj", + "widgetId": "auy6rk2yfa", "widgetName": "Table1" } \ No newline at end of file diff --git a/pages/Sales - Units Shipped/Sales - Units Shipped.json b/pages/Sales - Units Shipped/Sales - Units Shipped.json index cea2205..af98eee 100644 --- a/pages/Sales - Units Shipped/Sales - Units Shipped.json +++ b/pages/Sales - Units Shipped/Sales - Units Shipped.json @@ -6,7 +6,7 @@ { "dsl": { "backgroundColor": "none", - "bottomRow": 3380, + "bottomRow": 3870, "canExtend": true, "containerStyle": "none", "detachFromLayout": true, diff --git a/pages/Sales - Units Shipped/widgets/Container1/Button1.json b/pages/Sales - Units Shipped/widgets/Container1/Button1.json new file mode 100644 index 0000000..ec9d78a --- /dev/null +++ b/pages/Sales - Units Shipped/widgets/Container1/Button1.json @@ -0,0 +1,43 @@ +{ + "animateLoading": true, + "borderRadius": "0.375rem", + "bottomRow": 8, + "boxShadow": "none", + "buttonColor": "#ffffff", + "buttonVariant": "PRIMARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "0k5ucqsuin", + "leftColumn": 0, + "minWidth": 120, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "onClick": "{{navigateTo('Sales - Capacity Planning', {}, 'SAME_WINDOW');}}", + "parentColumnSpace": 3.841796875, + "parentId": "wj6fxg5wpg", + "parentRowSpace": 10, + "placement": "START", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 64, + "text": "Capacity Planning", + "topRow": 4, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "oqzyf0e1bi", + "widgetName": "Button1" +} \ No newline at end of file diff --git a/pages/Sales - Units Shipped/widgets/Container1/Button1Copy.json b/pages/Sales - Units Shipped/widgets/Container1/Button1Copy.json new file mode 100644 index 0000000..382cae4 --- /dev/null +++ b/pages/Sales - Units Shipped/widgets/Container1/Button1Copy.json @@ -0,0 +1,47 @@ +{ + "animateLoading": true, + "borderRadius": "0.375rem", + "bottomRow": 12, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.backgroundColor}}", + "buttonVariant": "PRIMARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "buttonColor" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "0k5ucqsuin", + "leftColumn": 0, + "minWidth": 120, + "mobileBottomRow": 8, + "mobileLeftColumn": 0, + "mobileRightColumn": 16, + "mobileTopRow": 4, + "needsErrorInfo": false, + "onClick": "{{navigateTo('Sales - Units Shipped', {}, 'SAME_WINDOW');}}", + "parentColumnSpace": 3.841796875, + "parentId": "wj6fxg5wpg", + "parentRowSpace": 10, + "placement": "START", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 64, + "text": "Units Shipped", + "topRow": 8, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "n1t7a2l372", + "widgetName": "Button1Copy" +} \ No newline at end of file diff --git a/pages/Sales - Units Shipped/widgets/Container1/Container1.json b/pages/Sales - Units Shipped/widgets/Container1/Container1.json new file mode 100644 index 0000000..1113e13 --- /dev/null +++ b/pages/Sales - Units Shipped/widgets/Container1/Container1.json @@ -0,0 +1,87 @@ +{ + "animateLoading": true, + "backgroundColor": "#FFFFFF", + "borderColor": "#E0DEDE", + "borderRadius": "0px", + "borderWidth": "1", + "bottomRow": 122, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "children": [ + { + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 1220, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "canExtend": false, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "flexLayers": [], + "isLoading": false, + "isVisible": true, + "key": "xorz42kdhi", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minHeight": 100, + "minWidth": 450, + "mobileBottomRow": 100, + "mobileLeftColumn": 0, + "mobileRightColumn": 132.9375, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 1, + "parentId": "oi2qb8kxz9", + "parentRowSpace": 1, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 132.9375, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 1, + "widgetId": "wj6fxg5wpg", + "widgetName": "Canvas1Copy" + } + ], + "containerStyle": "card", + "dynamicBindingPathList": [ + { + "key": "boxShadow" + } + ], + "dynamicHeight": "FIXED", + "dynamicTriggerPathList": [], + "flexVerticalAlignment": "stretch", + "isCanvas": true, + "isLoading": false, + "isVisible": true, + "key": "36jaq5m9iy", + "leftColumn": 0, + "maxDynamicHeight": 12, + "minDynamicHeight": 10, + "minWidth": 450, + "mobileBottomRow": 10, + "mobileLeftColumn": 0, + "mobileRightColumn": 3, + "mobileTopRow": 0, + "needsErrorInfo": false, + "parentColumnSpace": 44.3125, + "parentId": "0", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 6, + "shouldScrollContents": true, + "topRow": 0, + "type": "CONTAINER_WIDGET", + "version": 1, + "widgetId": "oi2qb8kxz9", + "widgetName": "Container1" +} \ No newline at end of file diff --git a/pages/Sales - Units Shipped/widgets/Container1/Text1Copy.json b/pages/Sales - Units Shipped/widgets/Container1/Text1Copy.json new file mode 100644 index 0000000..7689d05 --- /dev/null +++ b/pages/Sales - Units Shipped/widgets/Container1/Text1Copy.json @@ -0,0 +1,52 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 4, + "dynamicBindingPathList": [ + { + "key": "truncateButtonColor" + }, + { + "key": "fontFamily" + }, + { + "key": "borderRadius" + } + ], + "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], + "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", + "fontSize": "1rem", + "fontStyle": "BOLD", + "isLoading": false, + "isVisible": true, + "key": "01n8bhu9n6", + "leftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4, + "minWidth": 450, + "mobileBottomRow": 6, + "mobileLeftColumn": 10, + "mobileRightColumn": 26, + "mobileTopRow": 2, + "needsErrorInfo": false, + "originalBottomRow": 7, + "originalTopRow": 0, + "overflow": "NONE", + "parentColumnSpace": 3.841796875, + "parentId": "wj6fxg5wpg", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "fill", + "rightColumn": 64, + "shouldTruncate": false, + "text": "Sales", + "textAlign": "LEFT", + "textColor": "#231F20", + "topRow": 0, + "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", + "type": "TEXT_WIDGET", + "version": 1, + "widgetId": "8edga77jlx", + "widgetName": "Text1Copy" +} \ No newline at end of file diff --git a/pages/Sales - Units Shipped/widgets/Heading.json b/pages/Sales - Units Shipped/widgets/Heading.json index ba1d570..7437238 100644 --- a/pages/Sales - Units Shipped/widgets/Heading.json +++ b/pages/Sales - Units Shipped/widgets/Heading.json @@ -1,7 +1,7 @@ { "animateLoading": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 16, + "bottomRow": 5, "dynamicBindingPathList": [ { "key": "truncateButtonColor" @@ -21,7 +21,7 @@ "isLoading": false, "isVisible": true, "key": "pii8e5rbru", - "leftColumn": 1, + "leftColumn": 6, "maxDynamicHeight": 9000, "minDynamicHeight": 4, "minWidth": 450, @@ -30,20 +30,20 @@ "mobileRightColumn": 17, "mobileTopRow": 1, "needsErrorInfo": false, - "originalBottomRow": 16, - "originalTopRow": 8, + "originalBottomRow": 5, + "originalTopRow": 0, "overflow": "NONE", "parentColumnSpace": 25.109375, "parentId": "0", "parentRowSpace": 10, "renderMode": "CANVAS", "responsiveBehavior": "fill", - "rightColumn": 17, + "rightColumn": 22, "shouldTruncate": false, - "text": "Sales / Units Shipped", + "text": "Sales - Units Shipped", "textAlign": "LEFT", "textColor": "#231F20", - "topRow": 8, + "topRow": 0, "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", "type": "TEXT_WIDGET", "version": 1, diff --git a/pages/Sales - Units Shipped/widgets/Navigation.json b/pages/Sales - Units Shipped/widgets/Navigation.json deleted file mode 100644 index 60849aa..0000000 --- a/pages/Sales - Units Shipped/widgets/Navigation.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "animateLoading": true, - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 7, - "boxShadow": "none", - "buttonVariant": "PRIMARY", - "childStylesheet": { - "button": { - "buttonColor": "#020618" - } - }, - "dynamicBindingPathList": [ - { - "key": "borderRadius" - } - ], - "dynamicTriggerPathList": [ - { - "key": "groupButtons.homeBtn.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.salesOverview.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.capacityPlanning.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.unitsShipped.onClick" - }, - { - "key": "groupButtons.marketingBtn.onClick" - } - ], - "flexVerticalAlignment": "start", - "groupButtons": { - "homeBtn": { - "buttonColor": "#020618", - "buttonType": "SIMPLE", - "iconName": "home", - "id": "homeBtn", - "index": 0, - "isDisabled": false, - "isVisible": true, - "label": "Home", - "menuItems": {}, - "onClick": "{{navigateTo('Home', {}, 'SAME_WINDOW')}}" - }, - "salesMenu": { - "buttonColor": "#020618", - "buttonType": "MENU", - "iconName": "trending-up", - "id": "salesMenu", - "index": 1, - "isDisabled": false, - "isVisible": true, - "label": "Sales", - "menuItems": { - "salesOverview": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "dashboard", - "id": "salesOverview", - "index": 0, - "isDisabled": false, - "isVisible": true, - "label": "Overview", - "onClick": "{{navigateTo('Sales', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - }, - "capacityPlanning": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "calendar", - "id": "capacityPlanning", - "index": 1, - "isDisabled": false, - "isVisible": true, - "label": "Capacity Planning", - "onClick": "{{navigateTo('Sales - Capacity Planning', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - }, - "unitsShipped": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "box", - "id": "unitsShipped", - "index": 2, - "isDisabled": false, - "isVisible": true, - "label": "Units Shipped", - "onClick": "{{navigateTo('Sales - Units Shipped', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - } - } - }, - "marketingBtn": { - "buttonColor": "#020618", - "buttonType": "SIMPLE", - "iconName": "megaphone", - "id": "marketingBtn", - "index": 2, - "isDisabled": false, - "isVisible": true, - "label": "Marketing", - "menuItems": {}, - "onClick": "{{navigateTo('Marketing', {}, 'SAME_WINDOW')}}" - } - }, - "isLoading": false, - "isVisible": true, - "key": "nav4btngrp", - "leftColumn": 0, - "minWidth": 450, - "mobileBottomRow": 7, - "mobileLeftColumn": 0, - "mobileRightColumn": 64, - "mobileTopRow": 0, - "orientation": "horizontal", - "parentColumnSpace": 25.109375, - "parentId": "0", - "parentRowSpace": 10, - "renderMode": "CANVAS", - "responsiveBehavior": "fill", - "rightColumn": 64, - "topRow": 0, - "type": "BUTTON_GROUP_WIDGET", - "version": 1, - "widgetId": "nav4btngrp004", - "widgetName": "Navigation" -} diff --git a/pages/Sales - Units Shipped/widgets/Tabs1/PowerDateFrom.json b/pages/Sales - Units Shipped/widgets/Tabs1/PowerDateFrom.json index c47ac71..6619daa 100644 --- a/pages/Sales - Units Shipped/widgets/Tabs1/PowerDateFrom.json +++ b/pages/Sales - Units Shipped/widgets/Tabs1/PowerDateFrom.json @@ -2,7 +2,7 @@ "accentColor": "{{appsmith.theme.colors.primaryColor}}", "animateLoading": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 8, + "bottomRow": 7, "boxShadow": "none", "closeOnSelection": true, "dateFormat": "YYYY-MM-DD HH:mm", @@ -28,7 +28,7 @@ "labelPosition": "Top", "labelTextSize": "0.875rem", "labelWidth": 5, - "leftColumn": 1, + "leftColumn": 0, "maxDate": "2121-12-31T18:29:00.000Z", "maxDynamicHeight": 9000, "minDate": "1920-12-31T18:30:00.000Z", @@ -44,10 +44,10 @@ "parentRowSpace": 10, "renderMode": "CANVAS", "responsiveBehavior": "fill", - "rightColumn": 21, + "rightColumn": 5, "shortcuts": false, "timePrecision": "minute", - "topRow": 1, + "topRow": 0, "type": "DATE_PICKER_WIDGET2", "version": 2, "widgetId": "uflt0124wq", diff --git a/pages/Sales - Units Shipped/widgets/Tabs1/PowerDateTo.json b/pages/Sales - Units Shipped/widgets/Tabs1/PowerDateTo.json index 9a439ba..a807e8b 100644 --- a/pages/Sales - Units Shipped/widgets/Tabs1/PowerDateTo.json +++ b/pages/Sales - Units Shipped/widgets/Tabs1/PowerDateTo.json @@ -2,7 +2,7 @@ "accentColor": "{{appsmith.theme.colors.primaryColor}}", "animateLoading": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 8, + "bottomRow": 7, "boxShadow": "none", "closeOnSelection": true, "dateFormat": "YYYY-MM-DD HH:mm", @@ -28,7 +28,7 @@ "labelPosition": "Top", "labelTextSize": "0.875rem", "labelWidth": 5, - "leftColumn": 23, + "leftColumn": 5, "maxDate": "2121-12-31T18:29:00.000Z", "maxDynamicHeight": 9000, "minDate": "1920-12-31T18:30:00.000Z", @@ -44,10 +44,10 @@ "parentRowSpace": 10, "renderMode": "CANVAS", "responsiveBehavior": "fill", - "rightColumn": 43, + "rightColumn": 10, "shortcuts": false, "timePrecision": "minute", - "topRow": 1, + "topRow": 0, "type": "DATE_PICKER_WIDGET2", "version": 2, "widgetId": "w69wh9oixl", diff --git a/pages/Sales - Units Shipped/widgets/Tabs1/SeriesDateFrom.json b/pages/Sales - Units Shipped/widgets/Tabs1/SeriesDateFrom.json index 43b0f72..a35db9c 100644 --- a/pages/Sales - Units Shipped/widgets/Tabs1/SeriesDateFrom.json +++ b/pages/Sales - Units Shipped/widgets/Tabs1/SeriesDateFrom.json @@ -2,7 +2,7 @@ "accentColor": "{{appsmith.theme.colors.primaryColor}}", "animateLoading": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 8, + "bottomRow": 7, "boxShadow": "none", "closeOnSelection": true, "dateFormat": "YYYY-MM-DD HH:mm", @@ -28,7 +28,7 @@ "labelPosition": "Top", "labelTextSize": "0.875rem", "labelWidth": 5, - "leftColumn": 1, + "leftColumn": 0, "maxDate": "2121-12-31T18:29:00.000Z", "maxDynamicHeight": 9000, "minDate": "1920-12-31T18:30:00.000Z", @@ -44,10 +44,10 @@ "parentRowSpace": 10, "renderMode": "CANVAS", "responsiveBehavior": "fill", - "rightColumn": 21, + "rightColumn": 5, "shortcuts": false, "timePrecision": "minute", - "topRow": 1, + "topRow": 0, "type": "DATE_PICKER_WIDGET2", "version": 2, "widgetId": "35qo2qtt26", diff --git a/pages/Sales - Units Shipped/widgets/Tabs1/SeriesDateTo.json b/pages/Sales - Units Shipped/widgets/Tabs1/SeriesDateTo.json index a37c643..51c85ed 100644 --- a/pages/Sales - Units Shipped/widgets/Tabs1/SeriesDateTo.json +++ b/pages/Sales - Units Shipped/widgets/Tabs1/SeriesDateTo.json @@ -2,7 +2,7 @@ "accentColor": "{{appsmith.theme.colors.primaryColor}}", "animateLoading": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 8, + "bottomRow": 7, "boxShadow": "none", "closeOnSelection": true, "dateFormat": "YYYY-MM-DD HH:mm", @@ -28,7 +28,7 @@ "labelPosition": "Top", "labelTextSize": "0.875rem", "labelWidth": 5, - "leftColumn": 23, + "leftColumn": 5, "maxDate": "2121-12-31T18:29:00.000Z", "maxDynamicHeight": 9000, "minDate": "1920-12-31T18:30:00.000Z", @@ -44,10 +44,10 @@ "parentRowSpace": 10, "renderMode": "CANVAS", "responsiveBehavior": "fill", - "rightColumn": 43, + "rightColumn": 10, "shortcuts": false, "timePrecision": "minute", - "topRow": 1, + "topRow": 0, "type": "DATE_PICKER_WIDGET2", "version": 2, "widgetId": "33mzf7ghwq", diff --git a/pages/Sales - Units Shipped/widgets/Tabs1/Table1.json b/pages/Sales - Units Shipped/widgets/Tabs1/Table1.json index f63f02f..a6cb8b8 100644 --- a/pages/Sales - Units Shipped/widgets/Tabs1/Table1.json +++ b/pages/Sales - Units Shipped/widgets/Tabs1/Table1.json @@ -2,9 +2,9 @@ "accentColor": "{{appsmith.theme.colors.primaryColor}}", "animateLoading": true, "borderColor": "#E0DEDE", - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderRadius": "0.375rem", "borderWidth": "1", - "bottomRow": 110, + "bottomRow": 40, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "cachedTableData": {}, "canFreezeColumn": true, @@ -36,7 +36,10 @@ "Qty_Ordered" ], "columnUpdatedAt": 1768911391236, - "columnWidthMap": {}, + "columnWidthMap": { + "Product": 152 + }, + "compactMode": "SHORT", "customIsLoading": false, "customIsLoadingValue": "", "defaultPageSize": 0, @@ -49,9 +52,6 @@ { "key": "accentColor" }, - { - "key": "borderRadius" - }, { "key": "boxShadow" }, @@ -68,6 +68,9 @@ "dynamicPropertyPathList": [ { "key": "tableData" + }, + { + "key": "textSize" } ], "dynamicTriggerPathList": [], @@ -82,10 +85,10 @@ "isVisibleDownload": true, "isVisibleFilters": false, "isVisiblePagination": true, - "isVisibleSearch": true, + "isVisibleSearch": false, "key": "9mn8k38jb0", "label": "Data", - "leftColumn": 1, + "leftColumn": 0, "minWidth": 450, "mobileBottomRow": 33, "mobileLeftColumn": 1, @@ -126,7 +129,7 @@ "originalId": "Product", "sticky": "", "textColor": "", - "textSize": "0.875rem", + "textSize": "0.775rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", @@ -160,7 +163,7 @@ "originalId": "Qty Ordered", "sticky": "", "textColor": "", - "textSize": "0.875rem", + "textSize": "0.775rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", @@ -169,11 +172,11 @@ }, "renderMode": "CANVAS", "responsiveBehavior": "fill", - "rightColumn": 63, + "rightColumn": 62, "searchKey": "", "tableData": "{{units_shipped_by_series.data}}", - "textSize": "0.875rem", - "topRow": 10, + "textSize": "0.775rem", + "topRow": 7, "totalRecordsCount": 0, "type": "TABLE_WIDGET_V2", "version": 2, diff --git a/pages/Sales - Units Shipped/widgets/Tabs1/Table1Copy.json b/pages/Sales - Units Shipped/widgets/Tabs1/Table1Copy.json index 5eb394e..3c8dd82 100644 --- a/pages/Sales - Units Shipped/widgets/Tabs1/Table1Copy.json +++ b/pages/Sales - Units Shipped/widgets/Tabs1/Table1Copy.json @@ -2,9 +2,9 @@ "accentColor": "{{appsmith.theme.colors.primaryColor}}", "animateLoading": true, "borderColor": "#E0DEDE", - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderRadius": "0.375rem", "borderWidth": "1", - "bottomRow": 175, + "bottomRow": 168, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "cachedTableData": {}, "canFreezeColumn": true, @@ -38,7 +38,12 @@ "Input" ], "columnUpdatedAt": 1769094100515, - "columnWidthMap": {}, + "columnWidthMap": { + "Power_Output": 150, + "Product": 146, + "Qty_Ordered": 130 + }, + "compactMode": "SHORT", "customIsLoading": false, "customIsLoadingValue": "", "defaultPageSize": 0, @@ -51,9 +56,6 @@ { "key": "accentColor" }, - { - "key": "borderRadius" - }, { "key": "boxShadow" }, @@ -76,6 +78,9 @@ "dynamicPropertyPathList": [ { "key": "tableData" + }, + { + "key": "textSize" } ], "dynamicTriggerPathList": [], @@ -90,10 +95,10 @@ "isVisibleDownload": true, "isVisibleFilters": false, "isVisiblePagination": true, - "isVisibleSearch": true, + "isVisibleSearch": false, "key": "9mn8k38jb0", "label": "Data", - "leftColumn": 1, + "leftColumn": 0, "minWidth": 450, "mobileBottomRow": 33, "mobileLeftColumn": 1, @@ -134,7 +139,7 @@ "originalId": "Input", "sticky": "", "textColor": "", - "textSize": "0.875rem", + "textSize": "0.775rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", @@ -168,7 +173,7 @@ "originalId": "Power Output", "sticky": "", "textColor": "", - "textSize": "0.875rem", + "textSize": "0.775rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", @@ -202,7 +207,7 @@ "originalId": "Product", "sticky": "", "textColor": "", - "textSize": "0.875rem", + "textSize": "0.775rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", @@ -236,7 +241,7 @@ "originalId": "Qty Ordered", "sticky": "", "textColor": "", - "textSize": "0.875rem", + "textSize": "0.775rem", "thousandSeparator": true, "validation": {}, "verticalAlignment": "CENTER", @@ -245,11 +250,11 @@ }, "renderMode": "CANVAS", "responsiveBehavior": "fill", - "rightColumn": 63, + "rightColumn": 61, "searchKey": "", "tableData": "{{units_shipped_by_power_input.data}}", - "textSize": "0.875rem", - "topRow": 10, + "textSize": "0.775rem", + "topRow": 7, "totalRecordsCount": 0, "type": "TABLE_WIDGET_V2", "version": 2, diff --git a/pages/Sales - Units Shipped/widgets/Tabs1/Tabs1.json b/pages/Sales - Units Shipped/widgets/Tabs1/Tabs1.json index 45d3d34..bae09dd 100644 --- a/pages/Sales - Units Shipped/widgets/Tabs1/Tabs1.json +++ b/pages/Sales - Units Shipped/widgets/Tabs1/Tabs1.json @@ -3,14 +3,14 @@ "animateLoading": true, "backgroundColor": "#FFFFFF", "borderColor": "#E0DEDE", - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "borderRadius": "0.375rem", "borderWidth": 1, - "bottomRow": 132, + "bottomRow": 179, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "children": [ { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 1120, + "bottomRow": 1700, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "canExtend": true, "detachFromLayout": true, @@ -56,7 +56,7 @@ }, { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 1750, + "bottomRow": 1700, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "canExtend": true, "detachFromLayout": true, @@ -106,9 +106,6 @@ { "key": "accentColor" }, - { - "key": "borderRadius" - }, { "key": "boxShadow" } @@ -120,7 +117,7 @@ "isLoading": false, "isVisible": true, "key": "r7d08pu9q8", - "leftColumn": 1, + "leftColumn": 6, "maxDynamicHeight": 9000, "minDynamicHeight": 15, "minWidth": 450, @@ -129,14 +126,14 @@ "mobileRightColumn": 26, "mobileTopRow": 61, "needsErrorInfo": false, - "originalBottomRow": 132, - "originalTopRow": 16, + "originalBottomRow": 51, + "originalTopRow": 5, "parentColumnSpace": 25.109375, "parentId": "0", "parentRowSpace": 10, "renderMode": "CANVAS", "responsiveBehavior": "fill", - "rightColumn": 61, + "rightColumn": 64, "shouldScrollContents": true, "shouldShowTabs": true, "tabsObj": { @@ -157,7 +154,7 @@ "widgetId": "5ghij529ih" } }, - "topRow": 16, + "topRow": 5, "type": "TABS_WIDGET", "version": 3, "widgetId": "cgiukoz6f7", diff --git a/pages/Sales - Units Shipped/widgets/Text1.json b/pages/Sales - Units Shipped/widgets/Text1.json index 41425b0..4184d66 100644 --- a/pages/Sales - Units Shipped/widgets/Text1.json +++ b/pages/Sales - Units Shipped/widgets/Text1.json @@ -1,7 +1,7 @@ { "animateLoading": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 338, + "bottomRow": 387, "dynamicBindingPathList": [ { "key": "truncateButtonColor" @@ -30,8 +30,8 @@ "mobileRightColumn": 17, "mobileTopRow": 35, "needsErrorInfo": false, - "originalBottomRow": 338, - "originalTopRow": 288, + "originalBottomRow": 330, + "originalTopRow": 285, "overflow": "NONE", "parentColumnSpace": 11.265625, "parentId": "0", @@ -43,7 +43,7 @@ "text": "SELECT \nCASE WHEN item_number IN ('16688','25020') THEN 'XR Series'\nWHEN item_number IN ('22351','24952') THEN 'SL Series'\nWHEN item_number IN ('17861','25021','29243','29752') THEN 'TS Series'\nWHEN item_number IN ('17862') THEN 'MS Series'\nWHEN item_number IN ('17863') THEN 'MT Series'\nWHEN item_number IN ('17873') THEN 'Harmonic Neutralizer'\n\nELSE 'None'\nEND AS \"Product\",\nROUND(SUM(coitem_qtyord),0) as \"Qty Ordered\"\nFROM coitem LEFT OUTER JOIN cohead ON cohead_id=coitem_cohead_id\nLEFT OUTER JOIN itemsite ON coitem_itemsite_id = itemsite_id\nLEFT OUTER JOIN item ON item_id = itemsite_item_id\nLEFT OUTER JOIN charass AS reportpower ON \n(coitem_id = reportpower.charass_target_id \nAND reportpower.charass_target_type = 'SI'\nAND reportpower.charass_char_id = 25)\nWHERE item_number IN ('16688','17861','17862','17863','22351','25020','25144','25147','25021','24952','17873','29243','29752')\nAND (coitem_status <> 'X') \nAND cohead_id NOT IN(SELECT cohead_id from rahead LEFT OUTER JOIN cohead ON rahead_new_cohead_id=cohead_id WHERE cohead_id IS NOT NULL)\nAND coitem_price != 0\nAND cohead_orderdate BETWEEN '$param1'::date AND '$param2'::date\nAND reportpower.charass_value IS NOT NULL\nGROUP BY \"Product\"\nORDER BY \"Product\"", "textAlign": "LEFT", "textColor": "#231F20", - "topRow": 288, + "topRow": 342, "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", "type": "TEXT_WIDGET", "version": 1, diff --git a/pages/Sales - Units Shipped/widgets/Text2Copy1.json b/pages/Sales - Units Shipped/widgets/Text2Copy1.json index 7d3251e..bf1528a 100644 --- a/pages/Sales - Units Shipped/widgets/Text2Copy1.json +++ b/pages/Sales - Units Shipped/widgets/Text2Copy1.json @@ -1,7 +1,7 @@ { "animateLoading": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 286, + "bottomRow": 340, "dynamicBindingPathList": [ { "key": "truncateButtonColor" @@ -30,8 +30,8 @@ "mobileRightColumn": 20, "mobileTopRow": 0, "needsErrorInfo": false, - "originalBottomRow": 286, - "originalTopRow": 282, + "originalBottomRow": 283, + "originalTopRow": 279, "overflow": "NONE", "parentColumnSpace": 11.265625, "parentId": "0", @@ -43,7 +43,7 @@ "text": "Units Ordered - By Series", "textAlign": "LEFT", "textColor": "#231F20", - "topRow": 282, + "topRow": 336, "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", "type": "TEXT_WIDGET", "version": 1, diff --git a/pages/Sales - Units Shipped/widgets/Text2CopyCopy.json b/pages/Sales - Units Shipped/widgets/Text2CopyCopy.json index 3c9d25d..1683d51 100644 --- a/pages/Sales - Units Shipped/widgets/Text2CopyCopy.json +++ b/pages/Sales - Units Shipped/widgets/Text2CopyCopy.json @@ -1,7 +1,7 @@ { "animateLoading": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 232, + "bottomRow": 310, "dynamicBindingPathList": [ { "key": "truncateButtonColor" @@ -30,8 +30,8 @@ "mobileRightColumn": 20, "mobileTopRow": 0, "needsErrorInfo": false, - "originalBottomRow": 232, - "originalTopRow": 228, + "originalBottomRow": 182, + "originalTopRow": 178, "overflow": "NONE", "parentColumnSpace": 11.265625, "parentId": "0", @@ -43,7 +43,7 @@ "text": "Units Ordered - By Series", "textAlign": "LEFT", "textColor": "#231F20", - "topRow": 228, + "topRow": 306, "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", "type": "TEXT_WIDGET", "version": 1, diff --git a/pages/Sales - Units Shipped/widgets/Text3.json b/pages/Sales - Units Shipped/widgets/Text3.json index 1ba1161..efbc5f2 100644 --- a/pages/Sales - Units Shipped/widgets/Text3.json +++ b/pages/Sales - Units Shipped/widgets/Text3.json @@ -1,7 +1,7 @@ { "animateLoading": true, "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 314, + "bottomRow": 370, "dynamicBindingPathList": [ { "key": "truncateButtonColor" @@ -30,8 +30,8 @@ "mobileRightColumn": 55, "mobileTopRow": 107, "needsErrorInfo": false, - "originalBottomRow": 314, - "originalTopRow": 232, + "originalBottomRow": 242, + "originalTopRow": 182, "overflow": "NONE", "parentColumnSpace": 11.265625, "parentId": "0", @@ -43,7 +43,7 @@ "text": "SELECT \nCASE WHEN item_number IN ('16688','25020') THEN 'XR Series'\nWHEN item_number IN ('22351','24952') THEN 'SL Series'\nWHEN item_number IN ('17861','25021','29243','29752') THEN 'TS Series'\nWHEN item_number IN ('17862') THEN 'MS Series'\nWHEN item_number IN ('17863') THEN 'MT Series'\nWHEN item_number IN ('17873') THEN 'Harmonic Neutralizer'\n\nELSE 'None'\nEND AS \"Product\",\nreportpower.charass_value as \"Power Output\", reportinput.charass_value || ' ' || reportphases.charass_value AS \"Input\", ROUND(SUM(coitem_qtyord),0) as \"Qty Ordered\"\nFROM coitem LEFT OUTER JOIN cohead ON cohead_id=coitem_cohead_id\nLEFT OUTER JOIN itemsite ON coitem_itemsite_id = itemsite_id\nLEFT OUTER JOIN item ON item_id = itemsite_item_id\nLEFT OUTER JOIN charass AS reportpower ON \n(coitem_id = reportpower.charass_target_id \nAND reportpower.charass_target_type = 'SI'\nAND reportpower.charass_char_id = 25)\nLEFT OUTER JOIN charass AS reportinput ON \n(coitem_id = reportinput.charass_target_id \nAND reportinput.charass_target_type = 'SI'\nAND reportinput.charass_char_id = 36)\nLEFT OUTER JOIN charass AS reportphases ON \n(coitem_id = reportphases.charass_target_id \nAND reportphases.charass_target_type = 'SI'\nAND reportphases.charass_char_id = 18)\nWHERE item_number IN ('16688','17861','17862','17863','22351','25020','25144','25147','25021','24952','17873','29243','29752')\nAND (coitem_status <> 'X') \nAND cohead_id NOT IN(SELECT cohead_id from rahead LEFT OUTER JOIN cohead ON rahead_new_cohead_id=cohead_id WHERE cohead_id IS NOT NULL)\nAND coitem_price != 0\nAND cohead_orderdate BETWEEN '$param1'::date AND '$param2'::date\nAND reportpower.charass_value IS NOT NULL\nGROUP BY reportpower.charass_value, \"Product\", \"Input\"\nORDER BY \"Product\", reportpower.charass_value", "textAlign": "LEFT", "textColor": "#231F20", - "topRow": 232, + "topRow": 310, "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", "type": "TEXT_WIDGET", "version": 1, diff --git a/pages/Sales/Sales.json b/pages/Sales/Sales.json deleted file mode 100644 index f7e4318..0000000 --- a/pages/Sales/Sales.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "gitSyncId": "6806a8bdc0c8882e5a70d0a0_9043b637-52ad-46a6-aeaf-e5d6bd81183b", - "unpublishedPage": { - "isHidden": false, - "layouts": [ - { - "dsl": { - "backgroundColor": "none", - "bottomRow": 1040, - "canExtend": true, - "containerStyle": "none", - "detachFromLayout": true, - "dynamicBindingPathList": [], - "dynamicTriggerPathList": [], - "leftColumn": 0, - "minHeight": 1292, - "parentColumnSpace": 1, - "parentRowSpace": 1, - "rightColumn": 4896, - "snapColumns": 64, - "snapRows": 124, - "topRow": 0, - "type": "CANVAS_WIDGET", - "version": 94, - "widgetId": "0", - "widgetName": "MainContainer" - } - } - ], - "name": "Sales", - "slug": "sales" - } -} \ No newline at end of file diff --git a/pages/Sales/queries/capacity_display_all/capacity_display_all.txt b/pages/Sales/queries/capacity_display_all/capacity_display_all.txt deleted file mode 100644 index f70f31d..0000000 --- a/pages/Sales/queries/capacity_display_all/capacity_display_all.txt +++ /dev/null @@ -1 +0,0 @@ -select * from mpe.poormancapacity; \ No newline at end of file diff --git a/pages/Sales/queries/capacity_display_all/metadata.json b/pages/Sales/queries/capacity_display_all/metadata.json deleted file mode 100644 index 925fab7..0000000 --- a/pages/Sales/queries/capacity_display_all/metadata.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "gitSyncId": "6968b6e8271e5e0befde3194_eeefcf86-aa72-417c-8e6c-bebacc100964", - "id": "Sales_capacity_display_all", - "pluginId": "postgres-plugin", - "pluginType": "DB", - "unpublishedAction": { - "actionConfiguration": { - "body": "select * from mpe.poormancapacity;", - "encodeParamsToggle": true, - "paginationType": "NONE", - "pluginSpecifiedTemplates": [ - { - "value": true - } - ], - "timeoutInMillisecond": 10000 - }, - "confirmBeforeExecute": false, - "datasource": { - "id": "xTuple_Sandbox", - "isAutoGenerated": false, - "name": "xTuple_Sandbox", - "pluginId": "postgres-plugin" - }, - "dynamicBindingPathList": [], - "name": "capacity_display_all", - "pageId": "Sales", - "runBehaviour": "AUTOMATIC", - "userSetOnLoad": false - } -} \ No newline at end of file diff --git a/pages/Sales/widgets/SidebarNavigation.json b/pages/Sales/widgets/SidebarNavigation.json deleted file mode 100644 index 7d976c7..0000000 --- a/pages/Sales/widgets/SidebarNavigation.json +++ /dev/null @@ -1,134 +0,0 @@ -{ - "animateLoading": true, - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 21, - "boxShadow": "none", - "buttonVariant": "PRIMARY", - "childStylesheet": { - "button": { - "buttonColor": "#020618" - } - }, - "dynamicBindingPathList": [ - { - "key": "borderRadius" - } - ], - "dynamicTriggerPathList": [ - { - "key": "groupButtons.homeBtn.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.salesOverview.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.capacityPlanning.onClick" - }, - { - "key": "groupButtons.salesMenu.menuItems.unitsShipped.onClick" - }, - { - "key": "groupButtons.marketingBtn.onClick" - } - ], - "flexVerticalAlignment": "start", - "groupButtons": { - "homeBtn": { - "buttonColor": "#020618", - "buttonType": "SIMPLE", - "iconName": "home", - "id": "homeBtn", - "index": 0, - "isDisabled": false, - "isVisible": true, - "label": "Home", - "menuItems": {}, - "onClick": "{{navigateTo('Home', {}, 'SAME_WINDOW')}}" - }, - "salesMenu": { - "buttonColor": "#020618", - "buttonType": "MENU", - "iconName": "trending-up", - "id": "salesMenu", - "index": 1, - "isDisabled": false, - "isVisible": true, - "label": "Sales", - "placement": "rightStart", - "menuItems": { - "salesOverview": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "dashboard", - "id": "salesOverview", - "index": 0, - "isDisabled": false, - "isVisible": true, - "label": "Overview", - "onClick": "{{navigateTo('Sales', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - }, - "capacityPlanning": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "calendar", - "id": "capacityPlanning", - "index": 1, - "isDisabled": false, - "isVisible": true, - "label": "Capacity Planning", - "onClick": "{{navigateTo('Sales - Capacity Planning', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - }, - "unitsShipped": { - "backgroundColor": "#020618", - "iconAlign": "left", - "iconColor": "#FFFFFF", - "iconName": "box", - "id": "unitsShipped", - "index": 2, - "isDisabled": false, - "isVisible": true, - "label": "Units Shipped", - "onClick": "{{navigateTo('Sales - Units Shipped', {}, 'SAME_WINDOW')}}", - "textColor": "#FFFFFF" - } - } - }, - "marketingBtn": { - "buttonColor": "#020618", - "buttonType": "SIMPLE", - "iconName": "megaphone", - "id": "marketingBtn", - "index": 2, - "isDisabled": false, - "isVisible": true, - "label": "Marketing", - "menuItems": {}, - "onClick": "{{navigateTo('Marketing', {}, 'SAME_WINDOW')}}" - } - }, - "isLoading": false, - "isVisible": true, - "key": "sidenavbtngrp", - "leftColumn": 0, - "minWidth": 350, - "mobileBottomRow": 21, - "mobileLeftColumn": 0, - "mobileRightColumn": 14, - "mobileTopRow": 0, - "orientation": "vertical", - "parentColumnSpace": 25.109375, - "parentId": "0", - "parentRowSpace": 10, - "renderMode": "CANVAS", - "responsiveBehavior": "hug", - "rightColumn": 14, - "topRow": 0, - "type": "BUTTON_GROUP_WIDGET", - "version": 1, - "widgetId": "sidenav001", - "widgetName": "SidebarNavigation" -} diff --git a/pages/Sales/widgets/Table1.json b/pages/Sales/widgets/Table1.json deleted file mode 100644 index 07acd84..0000000 --- a/pages/Sales/widgets/Table1.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "accentColor": "{{appsmith.theme.colors.primaryColor}}", - "animateLoading": true, - "borderColor": "#E0DEDE", - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "borderWidth": "1", - "bottomRow": 94, - "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", - "cachedTableData": {}, - "canFreezeColumn": true, - "childStylesheet": { - "button": { - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "boxShadow": "none", - "buttonColor": "{{appsmith.theme.colors.primaryColor}}" - }, - "editActions": { - "discardBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "discardButtonColor": "{{appsmith.theme.colors.primaryColor}}", - "saveBorderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "saveButtonColor": "{{appsmith.theme.colors.primaryColor}}" - }, - "iconButton": { - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "boxShadow": "none", - "buttonColor": "{{appsmith.theme.colors.primaryColor}}" - }, - "menuButton": { - "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "boxShadow": "none", - "menuColor": "{{appsmith.theme.colors.primaryColor}}" - } - }, - "columnOrder": [ - "line_type", - "start_date", - "end_date", - "used_blocks" - ], - "columnUpdatedAt": 1768910474559, - "columnWidthMap": {}, - "compactMode": "DEFAULT", - "customIsLoading": false, - "customIsLoadingValue": "", - "defaultPageSize": 0, - "defaultSelectedRowIndex": 0, - "defaultSelectedRowIndices": [ - 0 - ], - "delimiter": ",", - "dynamicBindingPathList": [ - { - "key": "accentColor" - }, - { - "key": "borderRadius" - }, - { - "key": "boxShadow" - }, - { - "key": "tableData" - }, - { - "key": "primaryColumns.line_type.computedValue" - }, - { - "key": "primaryColumns.start_date.computedValue" - }, - { - "key": "primaryColumns.end_date.computedValue" - }, - { - "key": "primaryColumns.used_blocks.computedValue" - } - ], - "dynamicPropertyPathList": [], - "dynamicTriggerPathList": [], - "enableClientSideSearch": true, - "endOfData": false, - "flexVerticalAlignment": "start", - "horizontalAlignment": "LEFT", - "inlineEditingSaveOption": "ROW_LEVEL", - "isLoading": false, - "isSortable": true, - "isVisible": true, - "isVisibleDownload": true, - "isVisibleFilters": false, - "isVisiblePagination": true, - "isVisibleSearch": true, - "key": "o9k9wp97q1", - "label": "Data", - "leftColumn": 15, - "minWidth": 450, - "mobileBottomRow": 31, - "mobileLeftColumn": 15, - "mobileRightColumn": 64, - "mobileTopRow": 10, - "needsErrorInfo": false, - "originalBottomRow": 94, - "originalTopRow": 10, - "parentColumnSpace": 11.265625, - "parentId": "0", - "parentRowSpace": 10, - "primaryColumns": { - "end_date": { - "alias": "end_date", - "allowCellWrapping": false, - "allowSameOptionsInNewRow": true, - "columnType": "date", - "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"end_date\"])) : end_date })()}}", - "currencyCode": "USD", - "decimals": 0, - "enableFilter": true, - "enableSort": true, - "horizontalAlignment": "LEFT", - "id": "end_date", - "index": 2, - "isCellEditable": false, - "isCellVisible": true, - "isDerived": false, - "isDisabled": false, - "isDiscardVisible": true, - "isEditable": false, - "isSaveVisible": true, - "isVisible": true, - "label": "end_date", - "notation": "standard", - "originalId": "end_date", - "sticky": "", - "textSize": "0.875rem", - "thousandSeparator": true, - "validation": {}, - "verticalAlignment": "CENTER", - "width": 150 - }, - "line_type": { - "alias": "line_type", - "allowCellWrapping": false, - "allowSameOptionsInNewRow": true, - "columnType": "text", - "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"line_type\"])) : line_type })()}}", - "currencyCode": "USD", - "decimals": 0, - "enableFilter": true, - "enableSort": true, - "horizontalAlignment": "LEFT", - "id": "line_type", - "index": 0, - "isCellEditable": false, - "isCellVisible": true, - "isDerived": false, - "isDisabled": false, - "isDiscardVisible": true, - "isEditable": false, - "isSaveVisible": true, - "isVisible": true, - "label": "line_type", - "notation": "standard", - "originalId": "line_type", - "sticky": "", - "textSize": "0.875rem", - "thousandSeparator": true, - "validation": {}, - "verticalAlignment": "CENTER", - "width": 150 - }, - "start_date": { - "alias": "start_date", - "allowCellWrapping": false, - "allowSameOptionsInNewRow": true, - "columnType": "date", - "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"start_date\"])) : start_date })()}}", - "currencyCode": "USD", - "decimals": 0, - "enableFilter": true, - "enableSort": true, - "horizontalAlignment": "LEFT", - "id": "start_date", - "index": 1, - "isCellEditable": false, - "isCellVisible": true, - "isDerived": false, - "isDisabled": false, - "isDiscardVisible": true, - "isEditable": false, - "isSaveVisible": true, - "isVisible": true, - "label": "start_date", - "notation": "standard", - "originalId": "start_date", - "sticky": "", - "textSize": "0.875rem", - "thousandSeparator": true, - "validation": {}, - "verticalAlignment": "CENTER", - "width": 150 - }, - "used_blocks": { - "alias": "used_blocks", - "allowCellWrapping": false, - "allowSameOptionsInNewRow": true, - "columnType": "number", - "computedValue": "{{(() => { const tableData = Table1.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"used_blocks\"])) : used_blocks })()}}", - "currencyCode": "USD", - "decimals": 0, - "enableFilter": true, - "enableSort": true, - "horizontalAlignment": "LEFT", - "id": "used_blocks", - "index": 3, - "isCellEditable": false, - "isCellVisible": true, - "isDerived": false, - "isDisabled": false, - "isDiscardVisible": true, - "isEditable": false, - "isSaveVisible": true, - "isVisible": true, - "label": "used_blocks", - "notation": "standard", - "originalId": "used_blocks", - "sticky": "", - "textSize": "0.875rem", - "thousandSeparator": true, - "validation": {}, - "verticalAlignment": "CENTER", - "width": 150 - } - }, - "renderMode": "CANVAS", - "responsiveBehavior": "fill", - "rightColumn": 64, - "searchKey": "", - "tableData": "{{capacity_display_all.data}}", - "textSize": "0.875rem", - "topRow": 10, - "totalRecordsCount": 0, - "type": "TABLE_WIDGET_V2", - "version": 2, - "verticalAlignment": "CENTER", - "widgetId": "7i9t3ugouj", - "widgetName": "Table1" -} \ No newline at end of file