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 @@
</filter>
</filters>
<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'>
<component datasource='1' id='1' type='CARD'>
<ComponentTitle><![CDATA[Shortage inventory]]></ComponentTitle>
<component_icon><![CDATA[reportswht.png]]></component_icon>
<component_css><![CDATA[outerChartContainerPos1of1]]></component_css>
<component_css><![CDATA[outerChartContainerPos1of1]]></component_css>
<height><![CDATA[300px]]></height>
<width><![CDATA[100%]]></width>
<display_panel><![CDATA[]]></display_panel>
<layout protoType='card'>
<html><![CDATA[
<div class='tdMousehover' >
<table border='0' cellpadding='0' cellspacing='1' width='100%' style= 'border-bottom: 1px solid #ececec; padding: 2px;margin:auto; '>
<tr class = 'row'>
<td width='2%'>{image}</td>
<td>
<table cellpadding='0' cellspacing='0' width='70%' style='padding-left:5px;'>
<tr>
<td><table cellpadding='0' cellspacing='1'>
<tr>
<td> {descr} </td>
</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>
<form id='myForm' method='post' style='background:#FFF;'>
<div id='excelData1' name='excelData'>
<div style='height: 245px; overflow-y: scroll;'>
{shortageInventoryTable}
</div>
<div style='width:100%; height: 55px;' id='variableID1'>{exportToExcel}</div>
<input type='hidden' value='data' id='data' name='data'>
<input type='hidden' value='Excel' id='export' name='export'>
</div>
</form>
]]>
</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