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