Commit 6bfcc553 authored by prumde's avatar prumde

Updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217329 ce508802-f39f-4f6c-b175-0d175dae99d5
parent faa7834f
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<composite> <composite>
<composite_id><![CDATA[_composite_rsm_esi_products]]></composite_id> <composite_id><![CDATA[_composite_rsm_esi_products]]></composite_id>
<composite_descr><![CDATA[Sell Planning Products Summary with Drilldown]]></composite_descr> <composite_descr><![CDATA[Sell Planning Products Summary with Drilldown]]></composite_descr>
<link_metadata><![CDATA[]]></link_metadata> <link_metadata><![CDATA[sell_plan_review_summary_table]]></link_metadata>
<column_group id="1"> <column_group id="1">
<columns> <columns>
<column id="1" type="string" aggFunction="AVERAGE" groupBy="PRODUCT_CODE"><![CDATA[SELL_IN,SELL_OUT]]></column> <column id="1" type="string" aggFunction="AVERAGE" groupBy="PRODUCT_CODE"><![CDATA[SELL_IN,SELL_OUT]]></column>
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<composite_config><![CDATA[ <composite_config><![CDATA[
{ {
component_type: 'PROFILE_CARD_2', component_type: 'PROFILE_CARD_2',
selected_detail: 0,
detailModel: { detailModel: {
image_column: 'PRODUCT_CODE', image_column: 'PRODUCT_CODE',
image_size: 'lg', image_size: 'lg',
...@@ -64,7 +65,7 @@ ...@@ -64,7 +65,7 @@
table_header: 'Product Group Details', table_header: 'Product Group Details',
header_column: 'header', header_column: 'header',
header: 'Product Summary', header: 'Product Summary',
filter_columns: 'REPORT_TO,EMP_CODE,PRODUCT_CODE', filter_columns: 'REPORT_TO,PRODUCT_CODE',
info_text: 'Sell In', info_text: 'Sell In',
info_column: 'SELL_IN', info_column: 'SELL_IN',
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<datasource id="1" dataSourceType="datamodel"><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource> <datasource id="1" dataSourceType="datamodel"><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource>
<datasource id="2" dataSourceType="datamodel" filterKey='EMP_CODE' filterExpr=' context["REPORT_TO"] == "$EMP_CODE" ' ><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource> <datasource id="2" dataSourceType="datamodel" filterKey='EMP_CODE' filterExpr=' context["REPORT_TO"] == "$EMP_CODE" ' ><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource>
<view id="1" name="Default" type="flatonly"> <view id="1" name="Default" type="flatonly" fixed_refresh="true">
<component datasource="1" id="1" type="COMPOSITE"> <component datasource="1" id="1" type="COMPOSITE">
<component_icon><![CDATA[sellPlanReview.svg]]></component_icon> <component_icon><![CDATA[sellPlanReview.svg]]></component_icon>
<ComponentTitle><![CDATA[]]></ComponentTitle> <ComponentTitle><![CDATA[]]></ComponentTitle>
...@@ -63,13 +63,19 @@ ...@@ -63,13 +63,19 @@
component_type: 'PROFILE_CARD_3', component_type: 'PROFILE_CARD_3',
summaryModel: { summaryModel: {
image: 'meet_summary.svg', image: 'meet_summary.svg',
title: 'Summary of ESI', title: 'My Summary',
title_column: 'title', title_column: 'title',
summary_theme: 'blue', summary_theme: 'blue',
theme_column: 'summary_theme', theme_column: 'summary_theme',
info_visible: false, info_visible: true,
selected: true, selected: true,
link_metadata : 'sell_plan_product_summary' link_metadata : 'sell_plan_product_summary',
sub_title_column: 'STATION_DESCR',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
copykeys : 'REPORT_TO,EMP_CODE,EMP_NAME,SELL_IN,SELL_OUT,STATION_DESCR'
}, },
detailModel: { detailModel: {
image_column: 'USER:EMP_CODE', image_column: 'USER:EMP_CODE',
...@@ -149,14 +155,19 @@ ...@@ -149,14 +155,19 @@
component_type: 'PROFILE_CARD_3', component_type: 'PROFILE_CARD_3',
summaryModel: { summaryModel: {
image: 'meet_summary.svg', image: 'meet_summary.svg',
title: 'Summary of ESI', title: 'Summary of <EMP_NAME>',
title_column: 'title', title_column: 'title',
summary_theme: 'blue', summary_theme: 'blue',
theme_column: 'summary_theme', theme_column: 'summary_theme',
info_visible: false, info_visible: true,
selected: true, selected: true,
link_metadata : 'sell_plan_product_summary', link_metadata : 'sell_plan_product_summary',
copykeys : 'REPORT_TO,EMP_CODE' sub_title_column: 'STATION_DESCR',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
copykeys : 'REPORT_TO,EMP_CODE,EMP_NAME,SELL_IN,SELL_OUT,STATION_DESCR'
}, },
detailModel: { detailModel: {
image_column: 'USER:EMP_CODE', image_column: 'USER:EMP_CODE',
...@@ -164,7 +175,7 @@ ...@@ -164,7 +175,7 @@
title_column: 'EMP_NAME', title_column: 'EMP_NAME',
sub_title_column: 'STATION_DESCR', sub_title_column: 'STATION_DESCR',
header_column: 'header', header_column: 'header',
header: "ABM's Team ", header: "<EMP_NAME>'s Team ",
filter_columns: 'REPORT_TO,EMP_CODE', filter_columns: 'REPORT_TO,EMP_CODE',
badge_column: 'DESIGNATION', badge_column: 'DESIGNATION',
badge_theme: 'blue', badge_theme: 'blue',
...@@ -236,14 +247,19 @@ ...@@ -236,14 +247,19 @@
component_type: 'PROFILE_CARD_3', component_type: 'PROFILE_CARD_3',
summaryModel: { summaryModel: {
image: 'meet_summary.svg', image: 'meet_summary.svg',
title: 'Summary of ESI', title: 'Summary of <EMP_NAME>',
title_column: 'title', title_column: 'title',
summary_theme: 'blue', summary_theme: 'blue',
theme_column: 'summary_theme', theme_column: 'summary_theme',
info_visible: false, info_visible: true,
selected: true, selected: true,
link_metadata : 'sell_plan_product_summary', link_metadata : 'sell_plan_product_summary',
copykeys : 'REPORT_TO,EMP_CODE' sub_title_column: 'STATION_DESCR',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
copykeys : 'REPORT_TO,EMP_CODE,EMP_NAME,SELL_IN,SELL_OUT,STATION_DESCR'
}, },
detailModel: { detailModel: {
image_column: 'USER:EMP_CODE', image_column: 'USER:EMP_CODE',
...@@ -251,7 +267,7 @@ ...@@ -251,7 +267,7 @@
title_column: 'EMP_NAME', title_column: 'EMP_NAME',
sub_title_column: 'STATION_DESCR', sub_title_column: 'STATION_DESCR',
header_column: 'header', header_column: 'header',
header: "ABM's Team ", header: "<EMP_NAME>'s Team ",
filter_columns: 'REPORT_TO,EMP_CODE', filter_columns: 'REPORT_TO,EMP_CODE',
badge_column: 'DESIGNATION', badge_column: 'DESIGNATION',
badge_theme: 'blue', badge_theme: 'blue',
...@@ -323,14 +339,19 @@ ...@@ -323,14 +339,19 @@
component_type: 'PROFILE_CARD_3', component_type: 'PROFILE_CARD_3',
summaryModel: { summaryModel: {
image: 'meet_summary.svg', image: 'meet_summary.svg',
title: 'Summary of ESI ', title: 'Summary of <EMP_NAME> ',
title_column: 'title', title_column: 'title',
summary_theme: 'blue', summary_theme: 'blue',
theme_column: 'summary_theme', theme_column: 'summary_theme',
info_visible: false, info_visible: true,
selected: true, selected: true,
link_metadata : 'sell_plan_product_summary', link_metadata : 'sell_plan_product_summary',
copykeys : 'REPORT_TO,EMP_CODE' sub_title_column: 'STATION_DESCR',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
copykeys : 'REPORT_TO,EMP_CODE,EMP_NAME,SELL_IN,SELL_OUT,STATION_DESCR'
}, },
detailModel: { detailModel: {
image_column: 'USER:EMP_CODE', image_column: 'USER:EMP_CODE',
...@@ -338,7 +359,7 @@ ...@@ -338,7 +359,7 @@
title_column: 'EMP_NAME', title_column: 'EMP_NAME',
sub_title_column: 'STATION_DESCR', sub_title_column: 'STATION_DESCR',
header_column: 'header', header_column: 'header',
header: "ABM's Team ", header: "<EMP_NAME>'s Team ",
filter_columns: 'REPORT_TO,EMP_CODE', filter_columns: 'REPORT_TO,EMP_CODE',
badge_column: 'DESIGNATION', badge_column: 'DESIGNATION',
badge_theme: 'blue', badge_theme: 'blue',
......
...@@ -21,26 +21,6 @@ ...@@ -21,26 +21,6 @@
<show_ontitle><![CDATA[1]]></show_ontitle> <show_ontitle><![CDATA[1]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory> <mandatory><![CDATA[Y]]></mandatory>
</filter> </filter>
<filter type="1">
<default_value><![CDATA[]]></default_value>
<col_name><![CDATA[EMP_CODE]]></col_name>
<col_descr><![CDATA[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>
<filter type="1">
<default_value><![CDATA[]]></default_value>
<col_name><![CDATA[PRODUCT_CODE]]></col_name>
<col_descr><![CDATA[PRODUCT_CODE]]></col_descr>
<col_id><![CDATA[PRODUCT_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> </filters>
<page_title><![CDATA[Dealer + Item wise Sell In & Sell Out]]></page_title> <page_title><![CDATA[Dealer + Item wise Sell In & Sell Out]]></page_title>
<datasource id="1" dataSourceType="datamodel" ><![CDATA[SELL_PLAN_REVIEW_ESI_DM]]></datasource> <datasource id="1" dataSourceType="datamodel" ><![CDATA[SELL_PLAN_REVIEW_ESI_DM]]></datasource>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<datasource id="1" dataSourceType="datamodel"><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource> <datasource id="1" dataSourceType="datamodel"><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource>
<datasource id="2" dataSourceType="datamodel" filterKey='EMP_CODE' filterExpr=' context["REPORT_TO"] == "$EMP_CODE" ' ><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource> <datasource id="2" dataSourceType="datamodel" filterKey='EMP_CODE' filterExpr=' context["REPORT_TO"] == "$EMP_CODE" ' ><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource>
<view id="1" name="Default" type="flatonly"> <view id="1" name="Default" type="flatonly" fixed_refresh="true">
<component datasource="1" id="1" type="COMPOSITE"> <component datasource="1" id="1" type="COMPOSITE">
<component_icon><![CDATA[sellPlanReview.svg]]></component_icon> <component_icon><![CDATA[sellPlanReview.svg]]></component_icon>
<ComponentTitle><![CDATA[]]></ComponentTitle> <ComponentTitle><![CDATA[]]></ComponentTitle>
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<composite> <composite>
<composite_id><![CDATA[_composite_rsm_list]]></composite_id> <composite_id><![CDATA[_composite_rsm_list]]></composite_id>
<composite_descr><![CDATA[Sell Planning GSM Summary with Drilldown to RSM]]></composite_descr> <composite_descr><![CDATA[Sell Planning GSM Summary with Drilldown to RSM]]></composite_descr>
<link_metadata><![CDATA[]]></link_metadata> <link_metadata><![CDATA[_condition_sell_plan_product_details]]></link_metadata>
<column_group id="1"> <column_group id="1">
<columns> <columns>
<column id="1" type="string" filterBy="POSITION_DESCR"><![CDATA[RSM]]></column> <column id="1" type="string" filterBy="POSITION_DESCR"><![CDATA[RSM]]></column>
...@@ -67,14 +67,19 @@ ...@@ -67,14 +67,19 @@
component_type: 'PROFILE_CARD_3', component_type: 'PROFILE_CARD_3',
summaryModel: { summaryModel: {
image: 'meet_summary.svg', image: 'meet_summary.svg',
title: 'Summary of RSM', title: 'My Summary',
title_column: 'title', title_column: 'title',
summary_theme: 'green', summary_theme: 'green',
theme_column: 'summary_theme', theme_column: 'summary_theme',
info_visible: false, info_visible: true,
selected: true, selected: true,
link_metadata : 'sell_plan_product_summary', link_metadata : 'sell_plan_product_summary',
copykeys : 'REPORT_TO,EMP_CODE' sub_title_column: 'STATION_DESCR',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
copykeys : 'REPORT_TO,EMP_CODE,EMP_NAME,SELL_IN,SELL_OUT,STATION_DESCR'
}, },
detailModel: { detailModel: {
image_column: 'USER:EMP_CODE', image_column: 'USER:EMP_CODE',
...@@ -92,7 +97,8 @@ ...@@ -92,7 +97,8 @@
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
info_visible : true, info_visible : true,
link_metadata: 'sell_plan_review_rsm' link_metadata: 'sell_plan_review_rsm',
drillDownCondition: " rowData['IS_PLANNING_AVAIL'] == 'Y' "
}, },
chart_properties: { chart_properties: {
chartType: 'percentage', chartType: 'percentage',
...@@ -141,7 +147,7 @@ ...@@ -141,7 +147,7 @@
<composite> <composite>
<composite_id><![CDATA[_composite_rsm_list]]></composite_id> <composite_id><![CDATA[_composite_rsm_list]]></composite_id>
<composite_descr><![CDATA[Sell Planning GSM Summary with Drilldown to RSM]]></composite_descr> <composite_descr><![CDATA[Sell Planning GSM Summary with Drilldown to RSM]]></composite_descr>
<link_metadata><![CDATA[]]></link_metadata> <link_metadata><![CDATA[_condition_sell_plan_product_details]]></link_metadata>
<column_group id="1"> <column_group id="1">
<columns> <columns>
<column id="1" type="string" filterBy="POSITION_DESCR"><![CDATA[RSM]]></column> <column id="1" type="string" filterBy="POSITION_DESCR"><![CDATA[RSM]]></column>
...@@ -158,14 +164,19 @@ ...@@ -158,14 +164,19 @@
component_type: 'PROFILE_CARD_3', component_type: 'PROFILE_CARD_3',
summaryModel: { summaryModel: {
image: 'meet_summary.svg', image: 'meet_summary.svg',
title: 'Summary of RSM', title: 'Summary of <EMP_NAME>',
title_column: 'title', title_column: 'title',
summary_theme: 'green', summary_theme: 'green',
theme_column: 'summary_theme', theme_column: 'summary_theme',
info_visible: false, info_visible: true,
selected: true, selected: true,
link_metadata : 'sell_plan_product_summary', link_metadata : 'sell_plan_product_summary',
copykeys : 'REPORT_TO,EMP_CODE' sub_title_column: 'STATION_DESCR',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
copykeys : 'REPORT_TO,EMP_CODE,EMP_NAME,SELL_IN,SELL_OUT,STATION_DESCR'
}, },
detailModel: { detailModel: {
image_column: 'USER:EMP_CODE', image_column: 'USER:EMP_CODE',
...@@ -173,7 +184,7 @@ ...@@ -173,7 +184,7 @@
title_column: 'EMP_NAME', title_column: 'EMP_NAME',
sub_title_column: 'STATION_DESCR', sub_title_column: 'STATION_DESCR',
header_column: 'header', header_column: 'header',
header: "GSM's Team ", header: "<EMP_NAME>'s Team ",
filter_column: 'EMP_CODE', filter_column: 'EMP_CODE',
badge_column: 'DESIGNATION', badge_column: 'DESIGNATION',
badge_theme: 'green', badge_theme: 'green',
...@@ -183,7 +194,8 @@ ...@@ -183,7 +194,8 @@
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
info_visible : true, info_visible : true,
link_metadata: 'sell_plan_review_rsm' link_metadata: 'sell_plan_review_rsm',
drillDownCondition: " rowData['IS_PLANNING_AVAIL'] == 'Y' "
}, },
chart_properties: { chart_properties: {
chartType: 'percentage', chartType: 'percentage',
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<page_title><![CDATA[Sell Planning Review - NSM]]></page_title> <page_title><![CDATA[Sell Planning Review - NSM]]></page_title>
<datasource id="1" dataSourceType="datamodel"><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource> <datasource id="1" dataSourceType="datamodel"><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource>
<view id="1" name="Default" type="flatonly"> <view id="1" name="Default" type="flatonly" fixed_refresh="true">
<component datasource="1" id="1" type="COMPOSITE"> <component datasource="1" id="1" type="COMPOSITE">
<component_icon><![CDATA[sellPlanReview.svg]]></component_icon> <component_icon><![CDATA[sellPlanReview.svg]]></component_icon>
<ComponentTitle><![CDATA[]]></ComponentTitle> <ComponentTitle><![CDATA[]]></ComponentTitle>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<composite> <composite>
<composite_id><![CDATA[_composite_gsm_list]]></composite_id> <composite_id><![CDATA[_composite_gsm_list]]></composite_id>
<composite_descr><![CDATA[Sell Planning NSM Summary with Drilldown to GSM]]></composite_descr> <composite_descr><![CDATA[Sell Planning NSM Summary with Drilldown to GSM]]></composite_descr>
<link_metadata><![CDATA[]]></link_metadata> <link_metadata><![CDATA[_condition_sell_plan_product_details]]></link_metadata>
<column_group id="1"> <column_group id="1">
<columns> <columns>
<column id="1" type="string" filterBy="POSITION_DESCR"><![CDATA[GSM]]></column> <column id="1" type="string" filterBy="POSITION_DESCR"><![CDATA[GSM]]></column>
...@@ -56,14 +56,19 @@ ...@@ -56,14 +56,19 @@
component_type: 'PROFILE_CARD_3', component_type: 'PROFILE_CARD_3',
summaryModel: { summaryModel: {
image: 'meet_summary.svg', image: 'meet_summary.svg',
title: 'Summary of GSM', title: 'My Summary',
title_column: 'title', title_column: 'title',
summary_theme: 'violet', summary_theme: 'violet',
theme_column: 'summary_theme', theme_column: 'summary_theme',
info_visible: false, info_visible: true,
selected: true, selected: true,
link_metadata : 'sell_plan_product_summary', link_metadata : 'sell_plan_product_summary',
copykeys : 'REPORT_TO,EMP_CODE' sub_title_column: 'STATION_DESCR',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
copykeys : 'REPORT_TO,EMP_CODE,EMP_NAME,SELL_IN,SELL_OUT,STATION_DESCR'
}, },
detailModel: { detailModel: {
image_column: 'USER:EMP_CODE', image_column: 'USER:EMP_CODE',
...@@ -81,7 +86,8 @@ ...@@ -81,7 +86,8 @@
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
info_visible : true, info_visible : true,
link_metadata: 'sell_plan_review_gsm' link_metadata: 'sell_plan_review_gsm',
drillDownCondition: " rowData['IS_PLANNING_AVAIL'] == 'Y' "
}, },
chart_properties: { chart_properties: {
chartType: 'percentage', chartType: 'percentage',
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<datasource id="1" dataSourceType="datamodel"><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource> <datasource id="1" dataSourceType="datamodel"><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource>
<datasource id="2" dataSourceType="datamodel" filterKey='EMP_CODE' filterExpr=' context["REPORT_TO"] == "$EMP_CODE" ' ><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource> <datasource id="2" dataSourceType="datamodel" filterKey='EMP_CODE' filterExpr=' context["REPORT_TO"] == "$EMP_CODE" ' ><![CDATA[SELL_PLAN_REVIEW_ALL_DM]]></datasource>
<view id="1" name="Default" type="flatonly"> <view id="1" name="Default" type="flatonly" fixed_refresh="true">
<component datasource="1" id="1" type="COMPOSITE"> <component datasource="1" id="1" type="COMPOSITE">
<component_icon><![CDATA[sellPlanReview.svg]]></component_icon> <component_icon><![CDATA[sellPlanReview.svg]]></component_icon>
<ComponentTitle><![CDATA[]]></ComponentTitle> <ComponentTitle><![CDATA[]]></ComponentTitle>
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<composite> <composite>
<composite_id><![CDATA[_composite_abm_list]]></composite_id> <composite_id><![CDATA[_composite_abm_list]]></composite_id>
<composite_descr><![CDATA[Sell Planning RSM Summary with Drilldown to ABM]]></composite_descr> <composite_descr><![CDATA[Sell Planning RSM Summary with Drilldown to ABM]]></composite_descr>
<link_metadata><![CDATA[]]></link_metadata> <link_metadata><![CDATA[_condition_sell_plan_product_details]]></link_metadata>
<column_group id="1"> <column_group id="1">
<columns> <columns>
<column id="1" type="string" filterBy="POSITION_DESCR"><![CDATA[ABM]]></column> <column id="1" type="string" filterBy="POSITION_DESCR"><![CDATA[ABM]]></column>
...@@ -67,14 +67,19 @@ ...@@ -67,14 +67,19 @@
component_type: 'PROFILE_CARD_3', component_type: 'PROFILE_CARD_3',
summaryModel: { summaryModel: {
image: 'meet_summary.svg', image: 'meet_summary.svg',
title: 'Summary of ABM', title: 'My Summary',
title_column: 'title', title_column: 'title',
summary_theme: 'orange', summary_theme: 'orange',
theme_column: 'summary_theme', theme_column: 'summary_theme',
info_visible: false, info_visible: true,
selected: true, selected: true,
link_metadata : 'sell_plan_product_summary', link_metadata : 'sell_plan_product_summary',
copykeys : 'REPORT_TO,EMP_CODE' sub_title_column: 'STATION_DESCR',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
copykeys : 'REPORT_TO,EMP_CODE,EMP_NAME,SELL_IN,SELL_OUT,STATION_DESCR'
}, },
detailModel: { detailModel: {
image_column: 'USER:EMP_CODE', image_column: 'USER:EMP_CODE',
...@@ -92,7 +97,8 @@ ...@@ -92,7 +97,8 @@
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
info_visible : true, info_visible : true,
link_metadata: 'sell_plan_review_abm' link_metadata: 'sell_plan_review_abm',
drillDownCondition: " rowData['IS_PLANNING_AVAIL'] == 'Y' "
}, },
chart_properties: { chart_properties: {
chartType: 'percentage', chartType: 'percentage',
...@@ -141,7 +147,7 @@ ...@@ -141,7 +147,7 @@
<composite> <composite>
<composite_id><![CDATA[_composite_abm_list]]></composite_id> <composite_id><![CDATA[_composite_abm_list]]></composite_id>
<composite_descr><![CDATA[Sell Planning RSM Summary with Drilldown to ABM]]></composite_descr> <composite_descr><![CDATA[Sell Planning RSM Summary with Drilldown to ABM]]></composite_descr>
<link_metadata><![CDATA[]]></link_metadata> <link_metadata><![CDATA[_condition_sell_plan_product_details]]></link_metadata>
<column_group id="1"> <column_group id="1">
<columns> <columns>
<column id="1" type="string" filterBy="POSITION_DESCR"><![CDATA[ABM]]></column> <column id="1" type="string" filterBy="POSITION_DESCR"><![CDATA[ABM]]></column>
...@@ -158,14 +164,19 @@ ...@@ -158,14 +164,19 @@
component_type: 'PROFILE_CARD_3', component_type: 'PROFILE_CARD_3',
summaryModel: { summaryModel: {
image: 'meet_summary.svg', image: 'meet_summary.svg',
title: 'Summary of ABM', title: 'Summary of <EMP_NAME>',
title_column: 'title', title_column: 'title',
summary_theme: 'orange', summary_theme: 'orange',
theme_column: 'summary_theme', theme_column: 'summary_theme',
info_visible: false, info_visible: true,
selected: true, selected: true,
link_metadata : 'sell_plan_product_summary', link_metadata : 'sell_plan_product_summary',
copykeys : 'REPORT_TO,EMP_CODE' sub_title_column: 'STATION_DESCR',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
copykeys : 'REPORT_TO,EMP_CODE,EMP_NAME,SELL_IN,SELL_OUT,STATION_DESCR'
}, },
detailModel: { detailModel: {
image_column: 'USER:EMP_CODE', image_column: 'USER:EMP_CODE',
...@@ -173,7 +184,7 @@ ...@@ -173,7 +184,7 @@
title_column: 'EMP_NAME', title_column: 'EMP_NAME',
sub_title_column: 'STATION_DESCR', sub_title_column: 'STATION_DESCR',
header_column: 'header', header_column: 'header',
header: "RSM's Team ", header: "<EMP_NAME>'s Team ",
filter_column: 'EMP_CODE', filter_column: 'EMP_CODE',
badge_column: 'DESIGNATION', badge_column: 'DESIGNATION',
badge_theme: 'orange', badge_theme: 'orange',
...@@ -183,7 +194,8 @@ ...@@ -183,7 +194,8 @@
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
info_visible : true, info_visible : true,
link_metadata: 'sell_plan_review_abm' link_metadata: 'sell_plan_review_abm',
drillDownCondition: " rowData['IS_PLANNING_AVAIL'] == 'Y' "
}, },
chart_properties: { chart_properties: {
chartType: 'percentage', chartType: 'percentage',
...@@ -232,7 +244,7 @@ ...@@ -232,7 +244,7 @@
<composite> <composite>
<composite_id><![CDATA[_composite_abm_list]]></composite_id> <composite_id><![CDATA[_composite_abm_list]]></composite_id>
<composite_descr><![CDATA[Sell Planning RSM Summary with Drilldown to ABM]]></composite_descr> <composite_descr><![CDATA[Sell Planning RSM Summary with Drilldown to ABM]]></composite_descr>
<link_metadata><![CDATA[]]></link_metadata> <link_metadata><![CDATA[_condition_sell_plan_product_details]]></link_metadata>
<column_group id="1"> <column_group id="1">
<columns> <columns>
<column id="1" type="string" filterBy="POSITION_DESCR"><![CDATA[ABM]]></column> <column id="1" type="string" filterBy="POSITION_DESCR"><![CDATA[ABM]]></column>
...@@ -249,14 +261,19 @@ ...@@ -249,14 +261,19 @@
component_type: 'PROFILE_CARD_3', component_type: 'PROFILE_CARD_3',
summaryModel: { summaryModel: {
image: 'meet_summary.svg', image: 'meet_summary.svg',
title: 'Summary of ABM', title: 'Summary of <EMP_NAME>',
title_column: 'title', title_column: 'title',
summary_theme: 'orange', summary_theme: 'orange',
theme_column: 'summary_theme', theme_column: 'summary_theme',
info_visible: false, info_visible: true,
selected: true, selected: true,
link_metadata : 'sell_plan_product_summary', link_metadata : 'sell_plan_product_summary',
copykeys : 'REPORT_TO,EMP_CODE' sub_title_column: 'STATION_DESCR',
info_text: 'Sell In',
info_column: 'SELL_IN',
sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT',
copykeys : 'REPORT_TO,EMP_CODE,EMP_NAME,SELL_IN,SELL_OUT,STATION_DESCR'
}, },
detailModel: { detailModel: {
image_column: 'USER:EMP_CODE', image_column: 'USER:EMP_CODE',
...@@ -264,7 +281,7 @@ ...@@ -264,7 +281,7 @@
title_column: 'EMP_NAME', title_column: 'EMP_NAME',
sub_title_column: 'STATION_DESCR', sub_title_column: 'STATION_DESCR',
header_column: 'header', header_column: 'header',
header: "RSM's Team ", header: "<EMP_NAME>'s Team ",
filter_column: 'EMP_CODE', filter_column: 'EMP_CODE',
badge_column: 'DESIGNATION', badge_column: 'DESIGNATION',
badge_theme: 'orange', badge_theme: 'orange',
...@@ -274,7 +291,8 @@ ...@@ -274,7 +291,8 @@
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
info_visible : true, info_visible : true,
link_metadata: 'sell_plan_review_abm' link_metadata: 'sell_plan_review_abm',
drillDownCondition: " rowData['IS_PLANNING_AVAIL'] == 'Y' "
}, },
chart_properties: { chart_properties: {
chartType: 'percentage', chartType: 'percentage',
......
<?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[fromDate]]></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[toDate]]></field_name>
<mod_name><![CDATA[]]></mod_name>
<show_ontitle><![CDATA[1]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory>
</filter>
</filters>
<page_title><![CDATA[Product + Item wise Sell In & Sell Out]]></page_title>
<datasource id="1" dataSourceType="datamodel" ><![CDATA[SP_REVIEW_SUMMARY_DM]]></datasource>
<view id="1" name="Default" type="flatonly">
<component datasource="1" id="1" type="COMPOSITE">
<component_icon><![CDATA[]]></component_icon>
<ComponentTitle><![CDATA[]]></ComponentTitle>
<ComponentName><![CDATA[]]></ComponentName>
<component_css><![CDATA[db-col-1]]></component_css>
<component_descr><![CDATA[]]></component_descr>
<layout>
<html><![CDATA[]]></html>
</layout>
<composite>
<composite_type><![CDATA[TABLE_PANEL]]></composite_type>
<composite_id><![CDATA[_composite_summary_table]]></composite_id>
<composite_descr><![CDATA[ESI Coaching Leaderboard - Summary Table]]></composite_descr>
<link_metadata><![CDATA[]]></link_metadata>
<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[Sales In Quantity]]></column>
<column index="3" type="number" cellType="protected" name="SELL_IN_VALUE"><![CDATA[Sales In Value]]></column>
<column index="4" type="number" cellType="protected" name="SELL_OUT_QTY"><![CDATA[Sales Out Quantity]]></column>
<column index="5" type="number" cellType="protected" name="SELL_OUT_VALUE"><![CDATA[Sales Out Value]]></column>
</columns>
</column_group>
<composite_config><![CDATA[{}]]></composite_config>
</composite>
</component>
</view>
</Root>
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