Commit 0e30fbc1 authored by vvengurlekar's avatar vvengurlekar

shortageinventory.xml- changed xml for export to excel


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@176421 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7ad84b11
...@@ -25,55 +25,27 @@ ...@@ -25,55 +25,27 @@
</filter> </filter>
</filters> </filters>
<page_title><![CDATA[Shortage]]></page_title> <page_title><![CDATA[Shortage]]></page_title>
<datasource id ='1' driverName='DriverITM'><![CDATA[ShortageInventoryServlet]]></datasource> <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>
<layout protoType='card'> <layout protoType='card'>
<html><![CDATA[ <html><![CDATA[
<div class='tdMousehover' > <form id='myForm' method='post' style='background:#FFF;'>
<table border='0' cellpadding='0' cellspacing='1' width='100%' style= 'border-bottom: 1px solid #ececec; padding: 2px;margin:auto; '> <div id='excelData1' name='excelData'>
<tr class = 'row'> <div style='height: 245px; overflow-y: scroll;'>
<td width='2%'>{image}</td> {shortageInventoryTable}
<td> </div>
<table cellpadding='0' cellspacing='0' width='70%' style='padding-left:5px;'> <div style='width:100%; height: 55px;' id='variableID1'>{exportToExcel}</div>
<tr> <input type='hidden' value='data' id='data' name='data'>
<td><table cellpadding='0' cellspacing='1'> <input type='hidden' value='Excel' id='export' name='export'>
<tr> </div>
<td> {descr} </td> </form>
</tr>
</table></td>
</tr>
<tr>
<td><table cellpadding='0' cellspacing='1'>
<tr>
<td><font style='font-size:13px;'> {avgSalesPerDay}pc/day </font></td>
<td style='padding-left:20px;'><font style='font-size:13px;'> available {availableQty} </font></td>
<td style='padding-left:20px;'><font style='font-size:13px;'> near by {availQtyForNearBy}pc </font></td>
</tr>
</table></td>
</tr>
<tr>
<td ><table cellpadding='0' cellspacing='1'>
<tr>
<td class='defaultIconSubTitle'><font style='font-size:11px;'> Order ({orderCount}) </font></td>
<td class='defaultIconSubTitle' style='padding-left:20px;'><font style='font-size:11px;'> {pendingQty}pc </font></td>
<td class='defaultIconSubTitle' style='padding-left:20px;'><font style='font-size:11px;'> {pendingValue}INR </font></td>
</tr>
</table></td>
</tr>
</table>
</td>
<td align='right' style='padding-right:10px;'><div style='margin-top:-15px;'> {daysInventoryAvail} days </div></td>
</tr>
</table>
</div>
]]> ]]>
</html> </html>
......
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