Commit 89aee705 authored by prumde's avatar prumde

Updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216376 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b8bf7b39
......@@ -33,7 +33,9 @@
</filter>
</filters>
<page_title><![CDATA[Sell Planning Review]]></page_title>
<datasource id="1" dataSourceType="datamodel" filterKey='EMP_CODE' filterExpr=' context["REPORT_TO"] == "EMP_CODE" ' ><![CDATA[SELL_PLAN_REVIEW_RSM_DM]]></datasource>
<datasource id="1" dataSourceType="datamodel" filterKey='EMP_CODE' filterExpr=' context["EMP_CODE"] == "$EMP_CODE" ' ><![CDATA[SELL_PLAN_REVIEW_RSM_DM]]></datasource>
<datasource id="2" dataSourceType="datamodel" filterKey='EMP_CODE' filterExpr=' context["EMP_CODE"] == "$EMP_CODE" ' ><![CDATA[SELL_PLAN_REVIEW_ABM_DM]]></datasource>
<view id="1" name="Default" type="flatonly">
<component datasource="1" id="1" type="COMPOSITE">
......@@ -42,33 +44,31 @@
<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_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[_composite_esi_products]]></link_metadata>
<composite_id><![CDATA[_composite_rsm_esi_products]]></composite_id>
<composite_descr><![CDATA[Sell Planning Products Summary with Drilldown]]></composite_descr>
<link_metadata><![CDATA[sell_plan_review_esi_table]]></link_metadata>
<column_group id="1">
<columns>
<column id="1" type="string" aggFunction="AVERAGE" groupBy="EMP_CODE"><![CDATA[SELL_IN,SELL_OUT]]></column>
<column id="1" type="string" aggFunction="AVERAGE" groupBy="PRODUCT_CODE"><![CDATA[SELL_IN,SELL_OUT]]></column>
</columns>
</column_group>
</column_group>
<composite_config><![CDATA[
{
component_type: 'PROFILE_CARD_2',
selected_detail: 0,
selected_detail: 0,
detailModel: {
image_column: 'USER:EMP_CODE',
image_column: 'PRODUCT_CODE',
image_size: 'lg',
title_column: 'EMP_NAME',
header: 'ABM Team ',
header_column: 'header',
filter_column: 'EMP_CODE',
badge_column: 'POSITION_DESCR',
badge_theme: 'blue',
title_column: 'PRODUCT_DESCR',
header: 'Product List ',
table_header: 'Product Group Details',
header_column: 'header',
filter_columns: 'REPORT_TO,EMP_CODE,PRODUCT_CODE',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
......@@ -79,8 +79,8 @@
chartType: 'percentage',
labels: [''],
options: {
width: 16,
height: 16,
width: 20,
height: 20,
responsive: true,
maintainAspectRatio: false,
tooltip: false,
......@@ -107,14 +107,31 @@
}
]]></composite_config>
</composite>
</component>
<component datasource="2" id="2" 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_abm]]></obj_name_rights>
<layout>
<html><![CDATA[]]></html>
</layout>
<composite>
<composite_id><![CDATA[_composite_esi_products]]></composite_id>
<composite_id><![CDATA[_composite_abm_esi_products]]></composite_id>
<composite_descr><![CDATA[Sell Planning Products Summary with Drilldown]]></composite_descr>
<link_metadata><![CDATA[sell_plan_review_esi_table]]></link_metadata>
<column_group id="1">
<columns>
<column id="1" type="string" aggFunction="AVERAGE" groupBy="PRODUCT_CODE"><![CDATA[SELL_IN,SELL_OUT]]></column>
</columns>
</column_group>
<composite_config><![CDATA[
{
component_type: 'PROFILE_CARD_2',
selected_detail: 0,
selected_detail: 0,
detailModel: {
image_column: 'PRODUCT_CODE',
image_size: 'lg',
......@@ -122,7 +139,7 @@
header: 'Product List ',
table_header: 'Product Group Details',
header_column: 'header',
filter_columns: 'REPORT_TO,EMP_CODE,PRODUCT_CODE',
filter_columns: 'EMP_CODE,PRODUCT_CODE',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
......@@ -156,11 +173,11 @@
colors: [[0, 199, 153], [248, 248, 248]]
}
]
}
}
}
}
]]></composite_config>
</composite>
</component>
</component>
</view>
</Root>
<?xml version='1.0'?>
<Root>
<filters display="N">
<filter type="4">
<default_value><![CDATA[LAST('0','M')]]></default_value>
<col_name><![CDATA[FromDate]]></col_name>
<col_descr><![CDATA[From date]]></col_descr>
<col_id><![CDATA[FromDate]]></col_id>
<field_name><![CDATA[]]></field_name>
<mod_name><![CDATA[]]></mod_name>
<show_ontitle><![CDATA[1]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory>
</filter>
<filter type="4">
<default_value><![CDATA[CURRENT_DATE]]></default_value>
<col_name><![CDATA[ToDate]]></col_name>
<col_descr><![CDATA[To date]]></col_descr>
<col_id><![CDATA[ToDate]]></col_id>
<field_name><![CDATA[]]></field_name>
<mod_name><![CDATA[]]></mod_name>
<show_ontitle><![CDATA[1]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory>
</filter>
<filter type="1">
<default_value><![CDATA[]]></default_value>
<col_name><![CDATA[REPORT_TO]]></col_name>
<col_descr><![CDATA[To REPORT_TO]]></col_descr>
<col_id><![CDATA[REPORT_TO]]></col_id>
<field_name><![CDATA[]]></field_name>
<mod_name><![CDATA[]]></mod_name>
<show_ontitle><![CDATA[1]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory>
</filter>
</filters>
<page_title><![CDATA[Sell Planning Review]]></page_title>
<datasource id="1" dataSourceType="datamodel" filterKey='REPORT_TO' filterExpr=' context["REPORT_TO"] == "$REPORT_TO" ' ><![CDATA[SELL_PLAN_REVIEW_RSM_DM]]></datasource>
<datasource id="2" dataSourceType="datamodel" ><![CDATA[SELL_PLAN_REVIEW_ABM_DM]]></datasource>
<view id="1" name="Default" type="flatonly">
<component datasource="1" 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_esi_products]]></composite_id>
<composite_descr><![CDATA[Sell Planning Products Summary with Drilldown]]></composite_descr>
<link_metadata><![CDATA[]]></link_metadata>
<column_group id="1">
<columns>
<column id="1" type="string" aggFunction="AVERAGE" groupBy="PRODUCT_CODE"><![CDATA[SELL_IN,SELL_OUT]]></column>
</columns>
</column_group>
<composite_config><![CDATA[
{
component_type: 'PROFILE_CARD_2',
detailModel: {
image_column: 'PRODUCT_CODE',
image_size: 'lg',
title_column: 'PRODUCT_DESCR',
header: 'Product Summary',
table_header: 'Product Group Details',
header_column: 'header',
filter_columns: 'REPORT_TO,EMP_CODE,PRODUCT_CODE',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
info_visible : true
},
chart_properties: {
chartType: 'percentage',
labels: [''],
options: {
width: 20,
height: 20,
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="2" 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_abm]]></obj_name_rights>
<layout>
<html><![CDATA[]]></html>
</layout>
<composite>
<composite_id><![CDATA[_composite_abm_esi_products]]></composite_id>
<composite_descr><![CDATA[Sell Planning Products Summary with Drilldown]]></composite_descr>
<link_metadata><![CDATA[]]></link_metadata>
<column_group id="1">
<columns>
<column id="1" type="string" aggFunction="AVERAGE" groupBy="PRODUCT_CODE"><![CDATA[SELL_IN,SELL_OUT]]></column>
</columns>
</column_group>
<composite_config><![CDATA[
{
component_type: 'PROFILE_CARD_2',
detailModel: {
image_column: 'PRODUCT_CODE',
image_size: 'lg',
title_column: 'PRODUCT_DESCR',
header: 'Product Summary',
table_header: 'Product Group Details',
header_column: 'header',
filter_columns: 'EMP_CODE,PRODUCT_CODE',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
info_visible : true
},
chart_properties: {
chartType: 'percentage',
labels: [''],
options: {
width: 20,
height: 20,
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>
</view>
</Root>
......@@ -21,25 +21,37 @@
<show_ontitle><![CDATA[1]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory>
</filter>
<filter type="1">
<default_value><![CDATA[]]></default_value>
<col_name><![CDATA[EMP_CODE]]></col_name>
<col_descr><![CDATA[To EMP_CODE]]></col_descr>
<col_id><![CDATA[EMP_CODE]]></col_id>
<field_name><![CDATA[]]></field_name>
<mod_name><![CDATA[]]></mod_name>
<show_ontitle><![CDATA[1]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory>
</filter>
</filters>
<page_title><![CDATA[Sell Planning Review]]></page_title>
<page_title><![CDATA[Sell Planning Review - ABM]]></page_title>
<datasource id="1" dataSourceType="datamodel"><![CDATA[SELL_PLAN_REVIEW_ABM_DM]]></datasource>
<datasource id="2" dataSourceType="datamodel" filterKey='EMP_CODE' filterExpr=' context["REPORT_TO"] == "$EMP_CODE" ' ><![CDATA[SELL_PLAN_REVIEW_RSM_DM]]></datasource>
<view id="1" name="Default" type="flatonly" fixed_refresh="true">
<view id="1" name="Default" type="flatonly">
<component datasource="1" 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_abm]]></obj_name_rights>
<layout>
<html><![CDATA[]]></html>
</layout>
<composite>
<composite_id><![CDATA[_composite_esi_list]]></composite_id>
<composite_id><![CDATA[_composite_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[_composite_esi_products]]></link_metadata>
<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>
......@@ -49,7 +61,16 @@
<composite_config><![CDATA[
{
component_type: 'PROFILE_CARD_2',
selected_detail: 0,
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'
},
detailModel: {
image_column: 'USER:EMP_CODE',
image_size: 'lg',
......@@ -63,7 +84,8 @@
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
info_visible : true
info_visible : true,
link_metadata : 'sell_plan_product_details'
},
chart_properties: {
chartType: 'percentage',
......@@ -97,34 +119,65 @@
}
]]></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_esi_products]]></composite_id>
<composite_descr><![CDATA[Sell Planning Products Summary with Drilldown]]></composite_descr>
<link_metadata><![CDATA[sell_plan_review_esi_table]]></link_metadata>
<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',
selected_detail: 0,
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: 'PRODUCT_CODE',
image_column: 'USER:EMP_CODE',
image_size: 'lg',
title_column: 'PRODUCT_DESCR',
header: 'Product List ',
table_header: 'Product Group Details',
header_column: 'header',
filter_columns: 'EMP_CODE,PRODUCT_CODE',
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
info_visible : true,
link_metadata : 'sell_plan_product_details'
},
chart_properties: {
chartType: 'percentage',
labels: [''],
options: {
width: 20,
height: 20,
width: 16,
height: 16,
responsive: true,
maintainAspectRatio: false,
tooltip: false,
......
......@@ -2,7 +2,7 @@
<Root>
<filters display="N">
<filter type="4">
<default_value><![CDATA[LAST('2','M')]]></default_value>
<default_value><![CDATA[LAST('0','M')]]></default_value>
<col_name><![CDATA[fromDate]]></col_name>
<col_descr><![CDATA[From date]]></col_descr>
<col_id><![CDATA[fromDate]]></col_id>
......@@ -12,7 +12,7 @@
<mandatory><![CDATA[Y]]></mandatory>
</filter>
<filter type="4">
<default_value><![CDATA[NEXT('1','M')]]></default_value>
<default_value><![CDATA[CURRENT_DATE]]></default_value>
<col_name><![CDATA[toDate]]></col_name>
<col_descr><![CDATA[To date]]></col_descr>
<col_id><![CDATA[toDate]]></col_id>
......@@ -56,7 +56,7 @@
</layout>
<composite>
<composite_type><![CDATA[TABLE_PANEL]]></composite_type>
<composite_id><![CDATA[_composite_banner]]></composite_id>
<composite_id><![CDATA[_composite_esi_table]]></composite_id>
<composite_descr><![CDATA[ESI Coaching Leaderboard - Table]]></composite_descr>
<link_metadata><![CDATA[]]></link_metadata>
<column_group id="1">
......@@ -66,7 +66,7 @@
<column index="3" type="number" cellType="protected" name="SELL_IN"><![CDATA[Sales In]]></column>
<column index="4" type="number" cellType="protected" name="SELL_OUT"><![CDATA[Sales Out]]></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..." ><![CDATA[Action]]></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>
......
......@@ -22,10 +22,10 @@
<mandatory><![CDATA[Y]]></mandatory>
</filter>
</filters>
<page_title><![CDATA[Sell Planning Review]]></page_title>
<page_title><![CDATA[Sell Planning Review - RSM]]></page_title>
<datasource id="1" dataSourceType="datamodel"><![CDATA[SELL_PLAN_REVIEW_RSM_DM]]></datasource>
<view id="1" name="Default" type="flatonly" fixed_refresh="true">
<view id="1" name="Default" type="flatonly">
<component datasource="1" id="1" type="COMPOSITE">
<component_icon><![CDATA[sellPlanReview.svg]]></component_icon>
<ComponentTitle><![CDATA[]]></ComponentTitle>
......@@ -53,7 +53,17 @@
<composite_config><![CDATA[
{
component_type: 'PROFILE_CARD_2',
selected_detail: 0,
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',
......@@ -62,13 +72,13 @@
header_column: 'header',
filter_column: 'EMP_CODE',
badge_column: 'POSITION_DESCR',
badge_theme: 'blue',
badge_theme: 'orange',
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_review_rsm_abm'
link_metadata: 'sell_plan_review_abm'
},
chart_properties: {
chartType: 'percentage',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment