Commit be5ac45b authored by vvengurlekar's avatar vvengurlekar

shortageinventory.xml - displaying current month and year without filter in subtitle


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177060 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2fdd6eb9
<?xml version='1.0'?> <?xml version='1.0'?>
<Root> <Root>
<filters display='N'> <filters display='N'>
<filter type='1'>
<default_value><![CDATA[]]></default_value>
<col_name ><![CDATA[CURRENT_MONTH]]></col_name>
<col_descr ><![CDATA[Month]]></col_descr>
<col_id><![CDATA[CURRENT_MONTH]]></col_id>
<field_name><![CDATA[CURRENT_MONTH]]></field_name>
<mod_name><![CDATA[DASHBOARD]]></mod_name>
<show_ontitle><![CDATA[1]]></show_ontitle>
<show_ontitle_index><![CDATA[0]]></show_ontitle_index>
<mandatory><![CDATA[N]]></mandatory>
</filter>
<filter type='1'>
<default_value><![CDATA[]]></default_value>
<col_name ><![CDATA[CURRENT_YEAR]]></col_name>
<col_descr ><![CDATA[Year]]></col_descr>
<col_id><![CDATA[CURRENT_YEAR]]></col_id>
<field_name><![CDATA[CURRENT_MONTH]]></field_name>
<mod_name><![CDATA[DASHBOARD]]></mod_name>
<show_ontitle><![CDATA[1]]></show_ontitle>
<show_ontitle_index><![CDATA[0]]></show_ontitle_index>
<mandatory><![CDATA[N]]></mandatory>
</filter>
</filters> </filters>
<page_title><![CDATA[Shortage]]></page_title> <page_title><![CDATA[Shortage]]></page_title>
<datasource id ='1' driverName='DriverITM'><![CDATA[ShortageInventoryServlet]]></datasource> <sub_title><![CDATA[CURRENT_MONTH,CURRENT_YEAR]]></sub_title>
<datasource id ='1' driverName='DriverITM'><![CDATA[ShortageInventoryServlet]]></datasource>
<view id='1' name='1' value ='1'> <view id='1' name='1' value ='1'>
<component datasource='1' id='1' type='CARD'> <component datasource='1' id='1' type='CARD'>
<ComponentTitle><![CDATA[Shortage inventory]]></ComponentTitle> <ComponentTitle><![CDATA[Shortage inventory]]></ComponentTitle>
<component_icon><![CDATA[reportswht.png]]></component_icon> <component_icon><![CDATA[reportswht.png]]></component_icon>
<component_css><![CDATA[outerChartContainerPos1of1]]></component_css> <component_css><![CDATA[outerChartContainerPos1of1]]></component_css>
<height><![CDATA[300px]]></height> <height><![CDATA[300px]]></height>
<width><![CDATA[100%]]></width> <width><![CDATA[100%]]></width>
<display_panel><![CDATA[]]></display_panel> <display_panel><![CDATA[]]></display_panel>
...@@ -51,11 +31,11 @@ ...@@ -51,11 +31,11 @@
</html> </html>
</layout> </layout>
<column_group id='component_subtitle'> <column_group id='component_subtitle'>
<columns> <columns>
<column id='Items'><![CDATA[count]]></column> <column id='Items'><![CDATA[count]]></column>
</columns> </columns>
</column_group> </column_group>
</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