Commit 11d084d6 authored by CORP\prasad.raut's avatar CORP\prasad.raut

Sales planning related changes

- Adding Sales Performance in dashboard
- Adding column in ESI table component as per client requirement
parent e6b63d04
...@@ -132,6 +132,13 @@ ...@@ -132,6 +132,13 @@
"title" : "Sales Planning Review", "title" : "Sales Planning Review",
"execFunction" : "openTransactionGWT('sell_plan_review_any','dashboard_sell_plan_review_any','A','Sales Planning Review');", "execFunction" : "openTransactionGWT('sell_plan_review_any','dashboard_sell_plan_review_any','A','Sales Planning Review');",
"obj_name_rights" : "sell_plan_nsm,sell_plan_gsm,sell_plan_rsm,sell_plan_abm" "obj_name_rights" : "sell_plan_nsm,sell_plan_gsm,sell_plan_rsm,sell_plan_abm"
},
{
"bgImage":"linear-gradient(-45deg,#fff,#fff)",
"image" : "kpiActivity.svg",
"title" : "Sale Performance",
"execFunction" : "openTransactionGWT('sell-performance','sell-performance','A','Sell Performance');",
"obj_name_rights" : "sell_plan_nsm,sell_plan_gsm,sell_plan_rsm,sell_plan_abm"
} }
], ],
"preload_functions" : [ "preload_functions" : [
......
...@@ -33,16 +33,19 @@ ...@@ -33,16 +33,19 @@
<columns> <columns>
<column index="1" type="string" cellType="protected" name="DEALER_NAME"><![CDATA[Dealer Name]]></column> <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="2" type="string" cellType="protected" name="PRODUCT_NAME"><![CDATA[Product Name]]></column>
<column index="3" type="number" cellType="protected" name="SELL_IN"><![CDATA[Sell-in]]></column> <column index="3" type="number" cellType="protected" name="SELL_IN"><![CDATA[Sell-in(Plan)]]></column>
<column index="4" type="number" cellType="protected" name="SELL_OUT"><![CDATA[Sell-out]]></column> <column index="4" type="number" cellType="protected" name="SELL_IN_MTD"><![CDATA[Sell-in(MTD)]]></column>
<column index="5" type="number" cellType="protected" name="RUNRATE"><![CDATA[Run-Rate]]></column> <column index="5" type="number" cellType="protected" name="SELL_OUT"><![CDATA[Sell-out(Plan)]]></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> <column index="6" type="number" cellType="protected" name="SELL_OUT_MTD"><![CDATA[Sell-out(MTD)]]></column>
<column index="7" type="number" cellType="protected" name="RUNRATE"><![CDATA[Run-Rate(FTW)]]></column>
<column index="8" type="string" cellType="editable" name="ACTION" actiontype="CELL_ACTION_SAVE_TASK" placeholder="Enter action here..." errormessage="Please enter an action." ><![CDATA[Action]]></column>
</columns> </columns>
</column_group> </column_group>
<composite_config><![CDATA[{ <!-- <composite_config><![CDATA[{
is_export: "true", is_export: "true",
export_file_name:"<EMP_NAME> - <PRODUCT_NAME> Summary" export_file_name:"<EMP_NAME> - <PRODUCT_NAME> Summary"
}]]></composite_config> }]]></composite_config> -->
<composite_config><![CDATA[{}]]></composite_config>
</composite> </composite>
</component> </component>
......
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