Commit b7c1202d authored by vvengurlekar's avatar vvengurlekar

rpharma

planvsactualrpharma.xml - xml added for plan vs actual in which locality wise tree is shown


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@191948 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c5ca38aa
<?xml version='1.0'?>
<Root>
<filters display='N'>
<filter type='4'>
<default_value><![CDATA[]]>
</default_value>
<col_name><![CDATA[fromDate]]></col_name>
<col_descr><![CDATA[From date]]></col_descr>
<col_id><![CDATA[fromDate]]></col_id>
<field_name><![CDATA[EVENT_DATE]]></field_name>
<mod_name><![CDATA[DASHBOARD]]></mod_name>
<show_ontitle><![CDATA[0]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory>
</filter>
<filter type='4'>
<default_value><![CDATA[]]>
</default_value>
<col_name><![CDATA[toDate]]></col_name>
<col_descr><![CDATA[To date]]></col_descr>
<col_id><![CDATA[toDate]]></col_id>
<field_name><![CDATA[PLAN_DATE]]></field_name>
<mod_name><![CDATA[DASHBOARD]]></mod_name>
<show_ontitle><![CDATA[0]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory>
</filter>
<filter type='3'>
<default_value><![CDATA[]]>
</default_value>
<col_name><![CDATA[salePersons]]></col_name>
<col_descr><![CDATA[Sale persons]]></col_descr>
<col_id><![CDATA[salePersons]]></col_id>
<field_name><![CDATA[SALES_PERS]]></field_name>
<mod_name><![CDATA[DASHBOARD]]></mod_name>
<show_ontitle><![CDATA[0]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory>
</filter>
</filters>
<page_title><![CDATA[Plan vs Actual Meeting]]></page_title>
<datasource id='1' driverName='DriverITM'><![CDATA[PlanVsActualServlet]]></datasource>
<datasource id='2' driverName='DriverITM'><![CDATA[TodayAgendaServlet]]></datasource>
<view id='1' name='rpharma'>
<component datasource='1' id='1' type='TREE'>
<ComponentTitle><![CDATA[Week wise summary]]></ComponentTitle>
<component_icon><![CDATA[week wise summary 25x25.png]]></component_icon>
<component_css><![CDATA[outerChartContainerPos1of2]]></component_css>
<height><![CDATA[425px]]></height>
<width><![CDATA[100%]]></width>
<layout>
<html><![CDATA[<table border='0' width='100%'></table>]]>
</html>
</layout>
</component>
<component datasource='2' id='2' type='CARD'>
<ComponentTitle><![CDATA[Today's agenda]]></ComponentTitle>
<component_icon><![CDATA[reportswht.png]]></component_icon>
<component_css><![CDATA[outerChartContainerPos1of2]]></component_css>
<height><![CDATA[425px]]></height>
<width><![CDATA[98%]]></width>
<layout protoType='card'>
<html><![CDATA[<table border='0' width='98%'>
<tbody>
<tr>
<td colspan='4' class='defaultIconTitle'>
{spName}
</td>
</tr>
<tr>
<td colspan='4' class='defaultIconTitle'>
<table border='0' width='100%' style='padding-left:40px;'>
<tr>
<td>{locality}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border='0' width='100%' cellspacing= '0' style='padding-left:30px;'>
<tr>
<td width='2%'>{doctor_image}</td>
<td><table cellpadding='0' cellspacing='0' width='70%' style='padding-left:5px;'>
<tr><td><font style='font-size:14px;'>{doctorName} @ {time}</font></td></tr>
<tr><td class='defaultIconSubTitle'><font style='font-size:11px;'>{speciality}</font></td></tr>
</table></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>]]>
</html>
</layout>
</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