Commit 3fda9fa8 authored by arawankar's avatar arawankar

Changes made in porder_preview.xsl

1.Added tax_amt in detail row count.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182563 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 44869d5f
......@@ -32,8 +32,8 @@
</table>
<form id="detail" METHOD="POST">
<xsl:for-each select="//Detail1">
<xsl:variable name="sord_no">
<xsl:value-of select="sord_no"></xsl:value-of>
<xsl:variable name="purc_order">
<xsl:value-of select="purc_order"></xsl:value-of>
</xsl:variable>
<xsl:variable name="pord_type">
<xsl:value-of select="pord_type"></xsl:value-of>
......@@ -87,7 +87,7 @@
<tbody>
<tr>
<td class="td_rightAlign" nowrap="true">Purchase Order:</td>
<td class="td_leftAlign"><input type="text" style="border:none;" class="input_editable" value="{$sord_no}" readonly="true" /></td>
<td class="td_leftAlign"><input type="text" style="border:none;" class="input_editable" value="{$purc_order}" readonly="true" /></td>
<td class="td_rightAlign" nowrap="true">Ord Date:</td>
<td class="td_leftAlign"><input type="text" style="border:none;" class="input_editable" value="{$ord_date}" readonly="true" /></td>
<td class="td_rightAlign" nowrap="true">type:</td>
......@@ -169,8 +169,8 @@
<xsl:variable name="quantity">
<xsl:value-of select="quantity"></xsl:value-of>
</xsl:variable>
<xsl:variable name="tot_net_amt">
<xsl:value-of select="tot_net_amt"></xsl:value-of>
<xsl:variable name="tot_amt">
<xsl:value-of select="tot_amt"></xsl:value-of>
</xsl:variable>
<xsl:variable name="tax_amt">
<xsl:value-of select="tax_amt"></xsl:value-of>
......@@ -180,7 +180,7 @@
<td ><input type="text" style="border:none;text-align: center;padding:5px;" value="{$item_descr}" class="input_editable" readonly="true" /></td>
<td ><input type="text" style="border:none;text-align: center;padding:5px;" value ="{$quantity}" class="input_editable" readonly="true"/></td>
<td ><input type="text" style="border:none;text-align: center;padding:5px;" value ="{$tax_amt}" class="input_editable" readonly="true"/></td>
<td ><input type="text" style="border:none;text-align: center;padding:5px;" value ="{$tot_net_amt}" class="input_editable" readonly="true"/></td>
<td ><input type="text" style="border:none;text-align: center;padding:5px;" value ="{$tot_amt}" class="input_editable" readonly="true"/></td>
</tr>
</xsl:if>
</xsl:for-each>
......
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