Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
business-java
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Proteus
business-java
Commits
7767628c
Commit
7767628c
authored
Apr 14, 2020
by
CORP\prumde
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Chart Color Conditions and Added Download data option (in excel
format)
parent
97187705
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
52 additions
and
163 deletions
+52
-163
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19IJOH006/coaching_abm.xml
...-resource/sfa/metadataxml/jnj/W19IJOH006/coaching_abm.xml
+6
-6
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19IJOH006/coaching_esi.xml
...-resource/sfa/metadataxml/jnj/W19IJOH006/coaching_esi.xml
+3
-3
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19IJOH006/coaching_rsm.xml
...-resource/sfa/metadataxml/jnj/W19IJOH006/coaching_rsm.xml
+3
-3
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19IJOH006/coaching_rsm_abm.xml
...ource/sfa/metadataxml/jnj/W19IJOH006/coaching_rsm_abm.xml
+3
-3
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19IJOH006/coaching_rsm_esi.xml
...ource/sfa/metadataxml/jnj/W19IJOH006/coaching_rsm_esi.xml
+3
-3
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH001/kpi_abm.xml
...odule-resource/sfa/metadataxml/jnj/W19JJOH001/kpi_abm.xml
+4
-4
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH001/kpi_esi.xml
...odule-resource/sfa/metadataxml/jnj/W19JJOH001/kpi_esi.xml
+3
-3
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH002/sell_plan_product_details.xml
.../metadataxml/jnj/W19JJOH002/sell_plan_product_details.xml
+3
-3
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH002/sell_plan_product_summary.xml
.../metadataxml/jnj/W19JJOH002/sell_plan_product_summary.xml
+3
-3
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH002/sell_plan_review_any.xml
...e/sfa/metadataxml/jnj/W19JJOH002/sell_plan_review_any.xml
+3
-3
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH002/sell_plan_review_any_drill.xml
...metadataxml/jnj/W19JJOH002/sell_plan_review_any_drill.xml
+3
-3
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH002/sell_plan_review_esi_table.xml
...metadataxml/jnj/W19JJOH002/sell_plan_review_esi_table.xml
+7
-4
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH002/sell_plan_review_summary_table.xml
...dataxml/jnj/W19JJOH002/sell_plan_review_summary_table.xml
+7
-5
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19KJOH003/ot_connect_abm.xml
...esource/sfa/metadataxml/jnj/W19KJOH003/ot_connect_abm.xml
+1
-117
No files found.
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19IJOH006/coaching_abm.xml
View file @
7767628c
...
...
@@ -109,17 +109,17 @@
condnFormat: [
{
id: "RED",
expression: " data[0] <
=
60 ",
expression: " data[0] < 60 ",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 6
1
<= data[0] ) && ( data[0] <= 80 ) ",
expression: " ( 6
0
<= data[0] ) && ( data[0] <= 80 ) ",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: " ( 8
1 <= data[0] ) && ( data[0] <= 100
) ",
expression: " ( 8
0 < data[0]
) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
...
...
@@ -229,17 +229,17 @@
condnFormat: [
{
id: "RED",
expression: " data[0] <
=
60 ",
expression: " data[0] < 60 ",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 6
1
<= data[0] ) && ( data[0] <= 80 ) ",
expression: " ( 6
0
<= data[0] ) && ( data[0] <= 80 ) ",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: " ( 8
1 <= data[0] ) && ( data[0] <= 100
) ",
expression: " ( 8
0 < data[0]
) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
...
...
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19IJOH006/coaching_esi.xml
View file @
7767628c
...
...
@@ -147,17 +147,17 @@
condnFormat: [
{
id: "RED",
expression: " data[0] <
=
60 ",
expression: " data[0] < 60 ",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 6
1
<= data[0] ) && ( data[0] <= 80 ) ",
expression: " ( 6
0
<= data[0] ) && ( data[0] <= 80 ) ",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: " ( 8
1 <= data[0] ) && ( data[0] <= 100
) ",
expression: " ( 8
0 < data[0]
) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
...
...
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19IJOH006/coaching_rsm.xml
View file @
7767628c
...
...
@@ -135,17 +135,17 @@
condnFormat: [
{
id: "RED",
expression: " data[0] <
=
60 ",
expression: " data[0] < 60 ",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 6
1
<= data[0] ) && ( data[0] <= 80 ) ",
expression: " ( 6
0
<= data[0] ) && ( data[0] <= 80 ) ",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: " ( 8
1 <= data[0] ) && ( data[0] <= 100
) ",
expression: " ( 8
0 < data[0]
) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
...
...
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19IJOH006/coaching_rsm_abm.xml
View file @
7767628c
...
...
@@ -134,17 +134,17 @@
condnFormat: [
{
id: "RED",
expression: " data[0] <
=
60 ",
expression: " data[0] < 60 ",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 6
1
<= data[0] ) && ( data[0] <= 80 ) ",
expression: " ( 6
0
<= data[0] ) && ( data[0] <= 80 ) ",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: " ( 8
1 <= data[0] ) && ( data[0] <= 100
) ",
expression: " ( 8
0 < data[0]
) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
...
...
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19IJOH006/coaching_rsm_esi.xml
View file @
7767628c
...
...
@@ -83,17 +83,17 @@
condnFormat: [
{
id: "RED",
expression: " data[0] <
=
60 ",
expression: " data[0] < 60 ",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 6
1
<= data[0] ) && ( data[0] <= 80 ) ",
expression: " ( 6
0
<= data[0] ) && ( data[0] <= 80 ) ",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: " ( 8
1 <= data[0] ) && ( data[0] <= 100
) ",
expression: " ( 8
0 < data[0]
) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
...
...
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH001/kpi_abm.xml
View file @
7767628c
...
...
@@ -72,17 +72,17 @@
condnFormat: [
{
id: "RED",
expression: " data[0] <
= 60
",
expression: " data[0] <
60
",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 6
1 <= data[0] ) && ( data[0] <= 80 )
",
expression: " ( 6
0 <= data[0] ) && ( data[0] <= 80 )
",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: "
81 < data[0]
",
expression: "
( 80 < data[0] )
",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
...
...
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH001/kpi_esi.xml
View file @
7767628c
...
...
@@ -71,17 +71,17 @@
condnFormat: [
{
id: "RED",
expression: " data[0] <
=
60 ",
expression: " data[0] < 60 ",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 6
1 <
data[0] ) && ( data[0] <= 80 ) ",
expression: " ( 6
0 <=
data[0] ) && ( data[0] <= 80 ) ",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: " ( 8
1 < data[0] ) && ( data[0] <= 100
) ",
expression: " ( 8
0 < data[0]
) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
...
...
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH002/sell_plan_product_details.xml
View file @
7767628c
...
...
@@ -76,17 +76,17 @@
condnFormat: [
{
id: "RED",
expression: " data[0] <
=
60 ",
expression: " data[0] < 60 ",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 6
1
<= data[0] ) && ( data[0] <= 80 ) ",
expression: " ( 6
0
<= data[0] ) && ( data[0] <= 80 ) ",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: " ( 8
1
< data[0] ) ",
expression: " ( 8
0
< data[0] ) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
...
...
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH002/sell_plan_product_summary.xml
View file @
7767628c
...
...
@@ -75,17 +75,17 @@
condnFormat: [
{
id: "RED",
expression: " data[0] <
=
60 ",
expression: " data[0] < 60 ",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 6
1
<= data[0] ) && ( data[0] <= 80 ) ",
expression: " ( 6
0
<= data[0] ) && ( data[0] <= 80 ) ",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: " ( 8
1
< data[0] ) ",
expression: " ( 8
0
< data[0] ) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
...
...
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH002/sell_plan_review_any.xml
View file @
7767628c
...
...
@@ -93,17 +93,17 @@
condnFormat: [
{
id: "RED",
expression: " data[0] <
=
60 ",
expression: " data[0] < 60 ",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 6
1
<= data[0] ) && ( data[0] <= 80 ) ",
expression: " ( 6
0
<= data[0] ) && ( data[0] <= 80 ) ",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: " ( 8
1
< data[0] ) ",
expression: " ( 8
0
< data[0] ) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
...
...
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH002/sell_plan_review_any_drill.xml
View file @
7767628c
...
...
@@ -96,17 +96,17 @@
condnFormat: [
{
id: "RED",
expression: " data[0]
<
=
60 ",
expression: " data[0]
< 60
",
colors:
[[252,
101,
101],
[248,
248,
248]]
},
{
id:
"YELLOW",
expression: " ( 6
1
<
= data[0] )
&&
( data[0]
<
= 80 ) ",
expression:
"
(
6
0
<=
data[0]
)
&&
(
data[0]
<=
80
)
",
colors:
[[255,
211,
90],
[248,
248,
248]]
},
{
id:
"GREEN",
expression: " ( 8
1
< data
[0]
)
",
expression:
"
(
8
0
<
data[0]
)
",
colors:
[[0,
199,
153],
[248,
248,
248]]
}
]
...
...
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH002/sell_plan_review_esi_table.xml
View file @
7767628c
...
...
@@ -33,13 +33,16 @@
<columns>
<column
index=
"1"
type=
"string"
cellType=
"protected"
name=
"DEALER_NAME"
>
<![CDATA[Dealer Name]]>
</column>
<column
index=
"2"
type=
"string"
cellType=
"protected"
name=
"PRODUCT_NAME"
>
<![CDATA[Product Name]]>
</column>
<column
index=
"3"
type=
"number"
cellType=
"protected"
name=
"SELL_IN"
>
<![CDATA[S
ales I
n]]>
</column>
<column
index=
"4"
type=
"number"
cellType=
"protected"
name=
"SELL_OUT"
>
<![CDATA[S
ales O
ut]]>
</column>
<column
index=
"5"
type=
"number"
cellType=
"protected"
name=
"RUNRATE"
>
<![CDATA[Run
Rate]]>
</column>
<column
index=
"3"
type=
"number"
cellType=
"protected"
name=
"SELL_IN"
>
<![CDATA[S
ell-i
n]]>
</column>
<column
index=
"4"
type=
"number"
cellType=
"protected"
name=
"SELL_OUT"
>
<![CDATA[S
ell-o
ut]]>
</column>
<column
index=
"5"
type=
"number"
cellType=
"protected"
name=
"RUNRATE"
>
<![CDATA[Run
-
Rate]]>
</column>
<column
index=
"6"
type=
"string"
cellType=
"editable"
name=
"ACTION"
actiontype=
"CELL_ACTION_SAVE_TASK"
placeholder=
"Enter action here..."
errormessage=
"Please enter an action."
>
<![CDATA[Action]]>
</column>
</columns>
</column_group>
<composite_config>
<![CDATA[{}]]>
</composite_config>
<composite_config>
<![CDATA[{
is_export: "true",
export_file_name:"<EMP_NAME>
-
<PRODUCT_NAME>
Summary"
}]]>
</composite_config>
</composite>
</component>
...
...
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19JJOH002/sell_plan_review_summary_table.xml
View file @
7767628c
...
...
@@ -32,14 +32,16 @@
<column_group
id=
"1"
>
<columns>
<column
index=
"1"
type=
"string"
cellType=
"protected"
name=
"PRODUCT_NAME"
>
<![CDATA[Product Name]]>
</column>
<column
index=
"2"
type=
"number"
cellType=
"protected"
name=
"SELL_IN_QTY"
>
<![CDATA[S
ales I
n Quantity]]>
</column>
<column
index=
"3"
type=
"number"
cellType=
"protected"
name=
"SELL_IN_VALUE"
>
<![CDATA[S
ales I
n Value]]>
</column>
<column
index=
"4"
type=
"number"
cellType=
"protected"
name=
"SELL_OUT_QTY"
>
<![CDATA[S
ales O
ut Quantity]]>
</column>
<column
index=
"5"
type=
"number"
cellType=
"protected"
name=
"SELL_OUT_VALUE"
>
<![CDATA[S
ales O
ut Value]]>
</column>
<column
index=
"2"
type=
"number"
cellType=
"protected"
name=
"SELL_IN_QTY"
>
<![CDATA[S
ell-i
n Quantity]]>
</column>
<column
index=
"3"
type=
"number"
cellType=
"protected"
name=
"SELL_IN_VALUE"
>
<![CDATA[S
ell-i
n Value]]>
</column>
<column
index=
"4"
type=
"number"
cellType=
"protected"
name=
"SELL_OUT_QTY"
>
<![CDATA[S
ell-o
ut Quantity]]>
</column>
<column
index=
"5"
type=
"number"
cellType=
"protected"
name=
"SELL_OUT_VALUE"
>
<![CDATA[S
ell-o
ut Value]]>
</column>
</columns>
</column_group>
<composite_config>
<![CDATA[{
_sumofKeys: "SELL_IN_QTY,SELL_IN_VALUE,SELL_OUT_QTY,SELL_OUT_VALUE"
_sumofKeys: "SELL_IN_QTY,SELL_IN_VALUE,SELL_OUT_QTY,SELL_OUT_VALUE",
is_export: "true",
export_file_name:"<EMP_CODE>
- Product Summary"
}]]>
</composite_config>
</composite>
</component>
...
...
webitm-dashboard/ibase/dashboard/module-resource/sfa/metadataxml/jnj/W19KJOH003/ot_connect_abm.xml
View file @
7767628c
...
...
@@ -34,8 +34,6 @@
</filters>
<page_title>
<![CDATA[OT Selection - ABM]]>
</page_title>
<datasource
id=
"1"
dataSourceType=
"datamodel"
>
<![CDATA[OT_SELECTION_ABM_DM]]>
</datasource>
<!-- <datasource id="2" dataSourceType="datamodel" filterKey='EMP_CODE' filterExpr=' context["REPORT_TO"] == "$EMP_CODE" ' ><![CDATA[OT_SELECTION_REVIEW_RSM_DM]]></datasource> -->
<view
id=
"1"
name=
"Default"
type=
"flatonly"
fixed_refresh=
"true"
>
<component
datasource=
"1"
id=
"1"
type=
"COMPOSITE"
>
...
...
@@ -79,120 +77,6 @@
info_visible : false,
table_header : 'OT Connect Details',
link_metadata : 'ot_connect_det_table'
},
chart_properties: {
chartType: 'percentage',
labels: [''],
options: {
width: 16,
height: 16,
responsive: true,
maintainAspectRatio: false,
tooltip: false,
cutOutPercentage: 0,
condnFormat: [
{
id: "RED",
expression: " data[0] <= 60 ",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 61 <= data[0] ) && ( data[0] <= 80 ) ",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: " ( 81 < data[0] ) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
}
}
}
]]>
</composite_config>
</composite>
</component>
<component
datasource=
"2"
id=
"1"
type=
"COMPOSITE"
>
<component_icon>
<![CDATA[sellPlanReview.svg]]>
</component_icon>
<ComponentTitle>
<![CDATA[]]>
</ComponentTitle>
<ComponentName>
<![CDATA[]]>
</ComponentName>
<component_css>
<![CDATA[db-col-1]]>
</component_css>
<component_descr>
<![CDATA[]]>
</component_descr>
<obj_name_rights>
<![CDATA[sell_plan_rsm]]>
</obj_name_rights>
<layout>
<html>
<![CDATA[]]>
</html>
</layout>
<composite>
<composite_id>
<![CDATA[_composite_rsm_abm_esi_list]]>
</composite_id>
<composite_message>
<![CDATA[No data available to display]]>
</composite_message>
<composite_descr>
<![CDATA[Sell Planning ESI Summary with Drilldown]]>
</composite_descr>
<link_metadata>
<![CDATA[]]>
</link_metadata>
<column_group
id=
"1"
>
<columns>
<column
id=
"1"
type=
"string"
aggFunction=
"AVERAGE"
groupBy=
"EMP_CODE"
>
<![CDATA[SELL_IN,SELL_OUT]]>
</column>
</columns>
</column_group>
<composite_config>
<![CDATA[
{
component_type: 'PROFILE_CARD_2',
summaryModel: {
image: 'meet_summary.svg',
title: 'Summary',
title_column: 'title',
summary_theme: 'blue',
theme_column: 'summary_theme',
info_visible: false,
selected: true,
link_metadata : 'sell_plan_product_summary',
copykeys : 'REPORT_TO,EMP_CODE'
},
detailModel: {
image_column: 'USER:EMP_CODE',
image_size: 'lg',
title_column: 'EMP_NAME',
header: 'ABM Team ',
header_column: 'header',
filter_columns: 'REPORT_TO,EMP_CODE',
badge_column: 'POSITION_DESCR',
badge_theme: 'blue',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
info_visible : true,
link_metadata : 'sell_plan_product_details'
},
chart_properties: {
chartType: 'percentage',
labels: [''],
options: {
width: 16,
height: 16,
responsive: true,
maintainAspectRatio: false,
tooltip: false,
cutOutPercentage: 0,
condnFormat: [
{
id: "RED",
expression: " data[0] <= 60 ",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 61 <= data[0] ) && ( data[0] <= 80 ) ",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: " ( 81 < data[0] ) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
}
}
}
]]>
</composite_config>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment