Commit 6dfeac3e authored by Prasad's avatar Prasad

Sales planning related dashboard updation with updated angplugin.

- sub_info_column visible related changes uploaded
parent 1245ce83
...@@ -58,11 +58,12 @@ ...@@ -58,11 +58,12 @@
header_column: 'header', header_column: 'header',
header: 'Product List ', header: 'Product List ',
filter_columns: 'POS_CODE__REPTO,POS_CODE,PRODUCT_CODE', filter_columns: 'POS_CODE__REPTO,POS_CODE,PRODUCT_CODE',
info_visible : true,
info_text: 'Sell In', info_text: 'Sell In',
info_column: 'SELL_IN', info_column: 'SELL_IN',
sub_info_visible: true,
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT'
info_visible : true
}, },
chart_properties: { chart_properties: {
chartType: 'percentage', chartType: 'percentage',
......
...@@ -57,11 +57,12 @@ ...@@ -57,11 +57,12 @@
header_column: 'header', header_column: 'header',
header: 'Product Summary', header: 'Product Summary',
filter_columns: 'POS_CODE,PRODUCT_CODE', filter_columns: 'POS_CODE,PRODUCT_CODE',
info_visible : true,
info_text: 'Sell In', info_text: 'Sell In',
info_column: 'SELL_IN', info_column: 'SELL_IN',
sub_info_visible: true,
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT'
info_visible : true
}, },
chart_properties: { chart_properties: {
chartType: 'percentage', chartType: 'percentage',
......
...@@ -50,13 +50,14 @@ ...@@ -50,13 +50,14 @@
title: 'My Summary', title: 'My Summary',
title_column: 'title', title_column: 'title',
theme_column: 'HIER_THEME', theme_column: 'HIER_THEME',
info_visible: true,
selected: true, selected: true,
link_metadata : 'sell_plan_product_summary', link_metadata : 'sell_plan_product_summary',
sub_title_column: 'STATION_DESCR', sub_title_column: 'STATION_DESCR',
info_visible: true,
info_text: 'Sell In', info_text: 'Sell In',
info_column: 'SELL_IN', info_column: 'SELL_IN',
info_column_val: 'SELL_IN_VAL', info_column_val: 'SELL_IN_VAL',
sub_info_visible: true,
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
sub_info_column_val: 'SELL_OUT_VAL', sub_info_column_val: 'SELL_OUT_VAL',
...@@ -75,13 +76,14 @@ ...@@ -75,13 +76,14 @@
badge_column: 'DESIGNATION', badge_column: 'DESIGNATION',
badge_theme_column: 'HIER_THEME', badge_theme_column: 'HIER_THEME',
alt_image_column: 'VACANT_IMAGE', alt_image_column: 'VACANT_IMAGE',
info_visible: true,
info_text: 'Sell In', info_text: 'Sell In',
info_column: 'SELL_IN', info_column: 'SELL_IN',
info_column_val: 'SELL_IN_VAL', info_column_val: 'SELL_IN_VAL',
sub_info_visible: true,
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
sub_info_column_val: 'SELL_OUT_VAL', sub_info_column_val: 'SELL_OUT_VAL',
info_visible : true,
link_metadata: 'sell_plan_review_any_drill', link_metadata: 'sell_plan_review_any_drill',
user_action : "ADD_TASK" user_action : "ADD_TASK"
}, },
......
...@@ -54,13 +54,14 @@ ...@@ -54,13 +54,14 @@
title: 'Summary of <EMP_NAME>', title: 'Summary of <EMP_NAME>',
title_column: 'title', title_column: 'title',
theme_column: 'HIER_THEME', theme_column: 'HIER_THEME',
info_visible: true,
selected: true, selected: true,
link_metadata : 'sell_plan_product_summary', link_metadata : 'sell_plan_product_summary',
sub_title_column: 'STATION_DESCR', sub_title_column: 'STATION_DESCR',
info_visible: true,
info_text: 'Sell In', info_text: 'Sell In',
info_column: 'SELL_IN', info_column: 'SELL_IN',
info_column_val: 'SELL_IN_VAL', info_column_val: 'SELL_IN_VAL',
sub_info_visible: true,
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
sub_info_column_val: 'SELL_OUT_VAL', sub_info_column_val: 'SELL_OUT_VAL',
...@@ -77,13 +78,14 @@ ...@@ -77,13 +78,14 @@
badge_column: 'DESIGNATION', badge_column: 'DESIGNATION',
badge_theme_column: 'HIER_THEME', badge_theme_column: 'HIER_THEME',
alt_image_column: 'VACANT_IMAGE', alt_image_column: 'VACANT_IMAGE',
info_visible : true,
info_text: 'Sell In', info_text: 'Sell In',
info_column: 'SELL_IN', info_column: 'SELL_IN',
info_column_val: 'SELL_IN_VAL', info_column_val: 'SELL_IN_VAL',
sub_info_visible: true,
sub_info_text: 'Sell Out', sub_info_text: 'Sell Out',
sub_info_column: 'SELL_OUT', sub_info_column: 'SELL_OUT',
sub_info_column_val: 'SELL_OUT_VAL', sub_info_column_val: 'SELL_OUT_VAL',
info_visible : true,
link_metadata: 'sell_plan_review_any_drill', link_metadata: 'sell_plan_review_any_drill',
user_action: "ADD_TASK" user_action: "ADD_TASK"
}, },
......
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