Commit c0bd9445 authored by prumde's avatar prumde

Updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@215824 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8f64f749
......@@ -105,12 +105,15 @@
<composite_config><![CDATA[
{
component_type: 'PROFILE_CARD_2',
selected_detail: 0,
detailModel: {
image_column: 'PRODUCT_CODE',
image_size: 'lg',
title_column: 'PRODUCT_DESCR',
header: 'Product List ',
header_column: 'header',
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',
......
......@@ -21,93 +21,29 @@
<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[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>
<page_title><![CDATA[Coaching Activity]]></page_title>
<datasource id='1' dataSourceType='jsondata'><![CDATA[[
{
"Dealer_Name": "REMEDY SURGICALS",
"Product_Name": "OTSP SIMPLE MG IN",
"Sales_In": "80",
"Sales_Out": "90",
"Run_Rate": "12.24",
"Action": "",
"Product_Group_Code": "G",
"Product_Group_Name": "Glucometer"
},
{
"Dealer_Name": "REMEDY SURGICALS",
"Product_Name": "OTSELECTSIMPLE SYSTEM MG IN",
"Sales_In": "80",
"Sales_Out": "90",
"Run_Rate": "12.24",
"Action": "",
"Product_Group_Code": "G",
"Product_Group_Name": "Glucometer"
},
{
"Dealer_Name": "REMEDY SURGICALS",
"Product_Name": "OTSP SIMPLE MG IN",
"Sales_In": "80",
"Sales_Out": "90",
"Run_Rate": "12.24",
"Action": "",
"Product_Group_Code": "G",
"Product_Group_Name": "Glucometer"
},
{
"Dealer_Name": "REMEDY SURGICALS",
"Product_Name": "OTVERIOFLEX MG IN",
"Sales_In": "80",
"Sales_Out": "90",
"Run_Rate": "12.24",
"Action": "",
"Product_Group_Code": "G",
"Product_Group_Name": "Glucometer"
},
{
"Dealer_Name": "KESHAVLAL RAICHAND",
"Product_Name": "OTSP SIMPLE MG IN",
"Sales_In": "80",
"Sales_Out": "90",
"Run_Rate": "12.24",
"Action": "",
"Product_Group_Code": "G",
"Product_Group_Name": "Glucometer"
},
{
"Dealer_Name": "KESHAVLAL RAICHAND",
"Product_Name": "OTSELECTSIMPLE SYSTEM MG IN",
"Sales_In": "80",
"Sales_Out": "90",
"Run_Rate": "12.24",
"Action": "",
"Product_Group_Code": "G",
"Product_Group_Name": "Glucometer"
},
{
"Dealer_Name": "KESHAVLAL RAICHAND",
"Product_Name": "OTSP SIMPLE MG IN",
"Sales_In": "80",
"Sales_Out": "90",
"Run_Rate": "12.24",
"Action": "",
"Product_Group_Code": "G",
"Product_Group_Name": "Glucometer"
},
{
"Dealer_Name": "KESHAVLAL RAICHAND",
"Product_Name": "OTVERIOFLEX MG IN",
"Sales_In": "80",
"Sales_Out": "90",
"Run_Rate": "12.24",
"Action": "",
"Product_Group_Code": "G",
"Product_Group_Name": "Glucometer"
}
]
]]></datasource>
<datasource id="1" dataSourceType="datamodel" ><![CDATA[SELL_PLAN_REVIEW_ESI_DM]]></datasource>
<view id="1" name="Default" type="flatonly">
<component datasource="1" id="1" type="COMPOSITE">
<component_icon><![CDATA[]]></component_icon>
......@@ -121,16 +57,16 @@
<composite>
<composite_type><![CDATA[TABLE_PANEL]]></composite_type>
<composite_id><![CDATA[_composite_banner]]></composite_id>
<composite_descr><![CDATA[ESI Coaching Leaderboard - Table]]></composite_descr>
<composite_descr><![CDATA[ESI Coaching Leaderboard - Table]]></composite_descr>
<link_metadata><![CDATA[]]></link_metadata>
<column_group id="1">
<columns>
<column index="1" type="string" cellType="label" name="Dealer_Name"><![CDATA[Dealer Name]]></column>
<column index="2" type="string" cellType="label" name="Product_Name"><![CDATA[Product Name]]></column>
<column index="3" type="string" cellType="label" name="Sales_In"><![CDATA[Sales In]]></column>
<column index="4" type="string" cellType="text" name="Sales_Out"><![CDATA[Sales Out]]></column>
<column index="5" type="string" cellType="label" name="Run_Rate"><![CDATA[Run Rate]]></column>
<column index="6" type="string" cellType="text" name="Action"><![CDATA[Action]]></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="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>
</columns>
</column_group>
<composite_config><![CDATA[{}]]></composite_config>
......@@ -138,4 +74,4 @@
</component>
</view>
</Root>
\ No newline at end of file
</Root>
......@@ -115,12 +115,15 @@
<composite_config><![CDATA[
{
component_type: 'PROFILE_CARD_2',
selected_detail: 0,
detailModel: {
image_column: 'PRODUCT_CODE',
image_size: 'lg',
title_column: 'PRODUCT_DESCR',
header: 'Product List ',
header_column: 'header',
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',
......
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