Commit 392905b9 authored by jshaikh's avatar jshaikh

Changes for remark field


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43937 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0f1b529b
......@@ -89,13 +89,13 @@
<input type="hidden" value="pricelist_mst" name="OBJ_NAME" id="OBJ_NAME" />
<input type="hidden" value="2" name="PAGE_CONTEXT" id="PAGE_CONTEXT" />
<input type="hidden" value="1" name="OBJ_CONTEXT" id="OBJ_CONTEXT" />
<form name="SalesReturn">
<form name="PriceList Master">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tbody>
<tr>
<td colSpan="4" class="editDisplayColumnClass">
<font size="4">
Price List Master
PriceList Master
</font>
</td>
</tr>
......@@ -107,21 +107,28 @@
<xsl:variable name="dbID">
<xsl:value-of select="@dbID" />
</xsl:variable>
<xsl:variable name="price_list">
<xsl:value-of select="price_list" />
</xsl:variable>
<xsl:variable name="descr">
<xsl:value-of select="descr" />
</xsl:variable>
<xsl:variable name="list_type">
<xsl:value-of select="list_type" />
</xsl:variable>
<xsl:variable name="price_list__parent">
<xsl:value-of select="price_list__parent" />
</xsl:variable>
<xsl:variable name="order_type">
<xsl:value-of select="order_type" />
</xsl:variable>
<TR>
<td class="editDisplayClass" style="text-align: right; vertical-align: top;" width="100%" colSpan="2">
<font face="Times New Roman">
......@@ -144,84 +151,21 @@
<xsl:value-of select="descr"/>
</td>
</tr>
<tr type="hidden">
<td align="center" colSpan="2"></td>
</tr>
<tr type="hidden">
<td class="editDisplayClass" width="50%">
<tr>
<td class="editDisplayClass">
<font size="2">
<strong>List Type : </strong>
<xsl:value-of select="list_type" />
</font>
</td>
<td class="editDisplayClass" width="50%" style="text-align: right;">
<td class="editDisplayClass" style="text-align: right;">
<font size="2">
<strong>Order Type : </strong>
<xsl:value-of select="order_type" />
<strong>Order Type :</strong>&#160;<xsl:value-of select="order_type" />
</font>
</td>
</tr>
</TBODY>
</table>
<br></br>
</xsl:for-each>
<br />
<table class="tableClass" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tbody>
<xsl:for-each select="//Detail2">
<xsl:sort select="price_list" />
<xsl:variable name="dbID">
<xsl:value-of select="@domID" />
</xsl:variable>
<xsl:variable name="price_list">
<xsl:value-of select="price_list" />
</xsl:variable>
<xsl:variable name="line_no">
<xsl:value-of select="line_no" />
</xsl:variable>
<xsl:variable name="calc_method">
<xsl:value-of select="calc_method" />
</xsl:variable>
<xsl:variable name="price_list_tar">
<xsl:value-of select="price_list_tar" />
</xsl:variable>
<xsl:variable name="price_list_parent">
<xsl:value-of select="price_list_parent" />
</xsl:variable>
<tr>
<td class="editDisplayColumnClass" style = "padding: 5px;color:#555;">
<font face="Times New Roman" size="2">
<xsl:value-of select="price_list"/>
</font>
</td>
<td class="editDisplayColumnClass" style = "padding: 5px;color:#555;">
<font face="Times New Roman" size="2">
<xsl:value-of select="line_no"/>
</font>
</td>
<td class="editDisplayColumnClass" style = "padding: 5px;color:#555;">
<font face="Times New Roman" size="2">
<xsl:value-of select="calc_method"/>
</font>
</td>
<td class="editDisplayColumnClass" style = "padding: 5px;color:#555;">
<font face="Times New Roman" size="2">
<xsl:value-of select="price_list_tar"/>
</font>
</td>
<td class="editDisplayColumnClass" style = "padding: 5px;color:#555;" align="right">
<font face="Times New Roman" size="2">
<xsl:value-of select="price_list_parent"/>
</font>
</td>
</tr>
</xsl:for-each>
</tbody>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tbody>
<xsl:variable name="dbID"><xsl:value-of select="@dbID" /></xsl:variable>
......@@ -234,7 +178,7 @@
</tr>
</tbody>
</table>
</xsl:for-each>
</form>
</body>
</html>
......
......@@ -89,13 +89,13 @@
<input type="hidden" value="pricelist_mst" name="OBJ_NAME" id="OBJ_NAME" />
<input type="hidden" value="2" name="PAGE_CONTEXT" id="PAGE_CONTEXT" />
<input type="hidden" value="1" name="OBJ_CONTEXT" id="OBJ_CONTEXT" />
<form name="SalesReturn">
<form name="PriceList Master">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tbody>
<tr>
<td colSpan="4" class="editDisplayColumnClass">
<font size="4">
Price List Master
PriceList Master
</font>
</td>
</tr>
......@@ -104,24 +104,29 @@
<xsl:for-each select="//Detail1">
<table class="tableClass tbletopbrd" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TBODY>
<xsl:variable name="dbID">
<xsl:value-of select="@dbID" />
</xsl:variable>
<xsl:variable name="dbID"><xsl:value-of select="@dbID" /></xsl:variable>
<xsl:variable name="price_list">
<xsl:value-of select="price_list" />
</xsl:variable>
<xsl:variable name="descr">
<xsl:value-of select="descr" />
</xsl:variable>
<xsl:variable name="list_type">
<xsl:value-of select="list_type" />
</xsl:variable>
<xsl:variable name="price_list__parent">
<xsl:value-of select="price_list__parent" />
</xsl:variable>
<xsl:variable name="order_type">
<xsl:value-of select="order_type" />
</xsl:variable>
<TR>
<td class="editDisplayClass" style="text-align: right; vertical-align: top;" width="100%" colSpan="2">
<font face="Times New Roman">
......@@ -144,84 +149,21 @@
<xsl:value-of select="descr"/>
</td>
</tr>
<tr type="hidden">
<td align="center" colSpan="2"></td>
</tr>
<tr type="hidden">
<td class="editDisplayClass" width="50%">
<tr>
<td class="editDisplayClass">
<font size="2">
<strong>List Type : </strong>
<xsl:value-of select="list_type" />
</font>
</td>
<td class="editDisplayClass" width="50%" style="text-align: right;">
<td class="editDisplayClass" style="text-align: right;">
<font size="2">
<strong>Order Type : </strong>
<xsl:value-of select="order_type" />
<strong>Order Type :</strong>&#160;<xsl:value-of select="order_type" />
</font>
</td>
</tr>
</TBODY>
</table>
<br></br>
</xsl:for-each>
<br />
<table class="tableClass" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tbody>
<xsl:for-each select="//Detail2">
<xsl:sort select="price_list" />
<xsl:variable name="dbID">
<xsl:value-of select="@domID" />
</xsl:variable>
<xsl:variable name="price_list">
<xsl:value-of select="price_list" />
</xsl:variable>
<xsl:variable name="line_no">
<xsl:value-of select="line_no" />
</xsl:variable>
<xsl:variable name="calc_method">
<xsl:value-of select="calc_method" />
</xsl:variable>
<xsl:variable name="price_list_tar">
<xsl:value-of select="price_list_tar" />
</xsl:variable>
<xsl:variable name="price_list_parent">
<xsl:value-of select="price_list_parent" />
</xsl:variable>
<tr>
<td class="editDisplayColumnClass" style = "padding: 5px;color:#555;">
<font face="Times New Roman" size="2">
<xsl:value-of select="price_list"/>
</font>
</td>
<td class="editDisplayColumnClass" style = "padding: 5px;color:#555;">
<font face="Times New Roman" size="2">
<xsl:value-of select="line_no"/>
</font>
</td>
<td class="editDisplayColumnClass" style = "padding: 5px;color:#555;">
<font face="Times New Roman" size="2">
<xsl:value-of select="calc_method"/>
</font>
</td>
<td class="editDisplayColumnClass" style = "padding: 5px;color:#555;">
<font face="Times New Roman" size="2">
<xsl:value-of select="price_list_tar"/>
</font>
</td>
<td class="editDisplayColumnClass" style = "padding: 5px;color:#555;" align="right">
<font face="Times New Roman" size="2">
<xsl:value-of select="price_list_parent"/>
</font>
</td>
</tr>
</xsl:for-each>
</tbody>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tbody>
<xsl:variable name="dbID"><xsl:value-of select="@dbID" /></xsl:variable>
......@@ -234,7 +176,7 @@
</tr>
</tbody>
</table>
</xsl:for-each>
</form>
</body>
</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