Improved width for smaller screens

This commit is contained in:
2026-01-29 12:00:39 +00:00
parent d51352f0c3
commit aa984de4e7
14 changed files with 28 additions and 24 deletions

View File

@@ -29,6 +29,8 @@
"mobileTopRow": 4,
"needsErrorInfo": false,
"onClick": "{{navigateTo('Sales - Capacity Planning', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 8,
"originalTopRow": 4,
"parentColumnSpace": 3.841796875,
"parentId": "x3pc17vp6q",
"parentRowSpace": 10,

View File

@@ -25,6 +25,8 @@
"mobileTopRow": 4,
"needsErrorInfo": false,
"onClick": "{{navigateTo('Sales - Units Shipped', {}, 'SAME_WINDOW');}}",
"originalBottomRow": 12,
"originalTopRow": 8,
"parentColumnSpace": 3.841796875,
"parentId": "x3pc17vp6q",
"parentRowSpace": 10,

View File

@@ -77,7 +77,7 @@
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 6,
"rightColumn": 9,
"shouldScrollContents": true,
"topRow": 0,
"type": "CONTAINER_WIDGET",

View File

@@ -30,7 +30,7 @@
"mobileRightColumn": 26,
"mobileTopRow": 2,
"needsErrorInfo": false,
"originalBottomRow": 7,
"originalBottomRow": 4,
"originalTopRow": 0,
"overflow": "NONE",
"parentColumnSpace": 3.841796875,

View File

@@ -21,7 +21,7 @@
"isLoading": false,
"isVisible": true,
"key": "pii8e5rbru",
"leftColumn": 6,
"leftColumn": 9,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
@@ -38,7 +38,7 @@
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 22,
"rightColumn": 64,
"shouldTruncate": false,
"text": "Sales - Capacity Planning",
"textAlign": "LEFT",

View File

@@ -95,7 +95,7 @@
"isVisibleSearch": false,
"key": "o9k9wp97q1",
"label": "Data",
"leftColumn": 6,
"leftColumn": 9,
"minWidth": 450,
"mobileBottomRow": 31,
"mobileLeftColumn": 15,
@@ -235,7 +235,7 @@
},
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 55,
"rightColumn": 64,
"searchKey": "",
"tableData": "{{capacity_display_all.data}}",
"textSize": "0.775rem",

View File

@@ -6,7 +6,7 @@
{
"dsl": {
"backgroundColor": "none",
"bottomRow": 3870,
"bottomRow": 3350,
"canExtend": true,
"containerStyle": "none",
"detachFromLayout": true,

View File

@@ -77,7 +77,7 @@
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 6,
"rightColumn": 9,
"shouldScrollContents": true,
"topRow": 0,
"type": "CONTAINER_WIDGET",

View File

@@ -21,7 +21,7 @@
"isLoading": false,
"isVisible": true,
"key": "pii8e5rbru",
"leftColumn": 6,
"leftColumn": 9,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
@@ -38,7 +38,7 @@
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 22,
"rightColumn": 64,
"shouldTruncate": false,
"text": "Sales - Units Shipped",
"textAlign": "LEFT",

View File

@@ -5,12 +5,12 @@
"borderColor": "#E0DEDE",
"borderRadius": "0.375rem",
"borderWidth": 1,
"bottomRow": 179,
"bottomRow": 51,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"children": [
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 1700,
"bottomRow": 420,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": true,
"detachFromLayout": true,
@@ -56,7 +56,7 @@
},
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 1700,
"bottomRow": 1680,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": true,
"detachFromLayout": true,
@@ -117,7 +117,7 @@
"isLoading": false,
"isVisible": true,
"key": "r7d08pu9q8",
"leftColumn": 6,
"leftColumn": 9,
"maxDynamicHeight": 9000,
"minDynamicHeight": 15,
"minWidth": 450,

View File

@@ -1,7 +1,7 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 387,
"bottomRow": 335,
"dynamicBindingPathList": [
{
"key": "truncateButtonColor"
@@ -30,7 +30,7 @@
"mobileRightColumn": 17,
"mobileTopRow": 35,
"needsErrorInfo": false,
"originalBottomRow": 330,
"originalBottomRow": 335,
"originalTopRow": 285,
"overflow": "NONE",
"parentColumnSpace": 11.265625,
@@ -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": 342,
"topRow": 285,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,

View File

@@ -1,7 +1,7 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 340,
"bottomRow": 283,
"dynamicBindingPathList": [
{
"key": "truncateButtonColor"
@@ -43,7 +43,7 @@
"text": "Units Ordered - By Series",
"textAlign": "LEFT",
"textColor": "#231F20",
"topRow": 336,
"topRow": 279,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,

View File

@@ -1,7 +1,7 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 310,
"bottomRow": 182,
"dynamicBindingPathList": [
{
"key": "truncateButtonColor"
@@ -43,7 +43,7 @@
"text": "Units Ordered - By Series",
"textAlign": "LEFT",
"textColor": "#231F20",
"topRow": 306,
"topRow": 178,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,

View File

@@ -1,7 +1,7 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 370,
"bottomRow": 256,
"dynamicBindingPathList": [
{
"key": "truncateButtonColor"
@@ -30,7 +30,7 @@
"mobileRightColumn": 55,
"mobileTopRow": 107,
"needsErrorInfo": false,
"originalBottomRow": 242,
"originalBottomRow": 256,
"originalTopRow": 182,
"overflow": "NONE",
"parentColumnSpace": 11.265625,
@@ -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": 310,
"topRow": 182,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,