Commit 94866589 authored by smestry's avatar smestry

W15ESUN005, Changed by Sneha. Updated the Warehouse User Activity dashboard.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98455 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 541389b5
...@@ -274,16 +274,38 @@ ...@@ -274,16 +274,38 @@
<height><![CDATA[150]]></height> <height><![CDATA[150]]></height>
<width><![CDATA[100%]]></width> <width><![CDATA[100%]]></width>
<layout> <layout>
<html><![CDATA[<table border='0' width='100%'> <html><![CDATA[
<table border='0' width='100%'>
<tr>
<td width='60%' class='topAlign'>
<a href = '/ibase/dashboard/wms/jsp/LocationStockOccupancy.jsp?area={link}' target = '_blank'>
<span style='color: #000;font-size:15px;'>{descr}</span>
</a>
<table width='100%' {tbldisplay} class='marginTop'>
<tr> <tr>
<td width='40%' style='text-align:center'> <td class='cardViewTable'>Occupied</td>
<a href = '/ibase/dashboard/wms/jsp/LocationStockOccupancy.jsp?area={link}' target='_blank'> <td class='cardViewTable'>Total</td>
<span style='color: #000'>{descr}</span></a> </td> </tr>
<tr>
<td width='40%' style='text-align:center'> <td class='cardViewTable'>{occupied}</td>
<div class='c100 p{value} green'> <span class='internalSpan'>{value}%</span> <div class='slice'> <div class='bar'></div> <td class='cardViewTable'>{total}</td>
<div class='fill'></div> </div> </div> </td> </tr> </table>]]> </tr>
</html> </table>
</td>
<td>
<a href = '/ibase/dashboard/wms/jsp/LocationStockOccupancy.jsp?area={link}' target = '_blank'>
<div class='c100 p{value} green'>
<span class='internalSpan'> {value} % </span>
<div class='slice'> <div class='bar'></div>
<div class='fill'></div>
</div>
</div>
</a>
</td>
</tr>
</table>
]]></html>
</layout> </layout>
</component> </component>
...@@ -314,7 +336,7 @@ ...@@ -314,7 +336,7 @@
</column_group> </column_group>
<column_group id='y_axis'> <column_group id='y_axis'>
<col_group_title><![CDATA[Assign Task Value]]></col_group_title> <col_group_title><![CDATA[Value]]></col_group_title>
<columns> <columns>
<column id='created' render='bar' linktype='' linkedmetadata='' color='' showvalue='1' linevisibility='1' dotthickness='0'><![CDATA[Created]]></column> <column id='created' render='bar' linktype='' linkedmetadata='' color='' showvalue='1' linevisibility='1' dotthickness='0'><![CDATA[Created]]></column>
<column id='pending' render='bar' linktype='' linkedmetadata='' color='' showvalue='1' linevisibility='1' dotthickness='0'><![CDATA[Held]]></column> <column id='pending' render='bar' linktype='' linkedmetadata='' color='' showvalue='1' linevisibility='1' dotthickness='0'><![CDATA[Held]]></column>
......
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