Base layout and base statistics pages

This commit is contained in:
2026-01-20 13:38:25 +00:00
parent ab003c148d
commit fd3b3b8e67
43 changed files with 2733 additions and 310 deletions

31
pages/Home/Home.json Normal file
View File

@@ -0,0 +1,31 @@
{
"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"
}
}

View File

@@ -0,0 +1 @@
select * from mpe.poormancapacity;

View File

@@ -0,0 +1,31 @@
{
"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
}
}

View File

@@ -0,0 +1,121 @@
{
"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": 5,
"type": "CHART_WIDGET",
"version": 1,
"widgetId": "bkkgqululk",
"widgetName": "Chart1",
"xAxisName": "Product Line",
"yAxisName": "Revenue($)"
}

View File

@@ -0,0 +1,122 @@
{
"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($)"
}

View File

@@ -0,0 +1,122 @@
{
"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($)"
}

View File

@@ -0,0 +1,122 @@
{
"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": 4,
"type": "CHART_WIDGET",
"version": 1,
"widgetId": "1d2av7y5u4",
"widgetName": "Chart2",
"xAxisName": "Product Line",
"yAxisName": "Revenue($)"
}