Commit 462a8bdf authored by kdabholkar's avatar kdabholkar

commited new changes of tax calculation of sorder wizard

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@176371 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 693662e1
......@@ -301,6 +301,10 @@
<strong>Supplier Code</strong>
</th> -->
<th class="tHeader" nowrap="true" valign="bottom">
Tax Amount
</th>
<th class="tHeader" nowrap="true" valign="bottom">
Tax Chap
</th>
......@@ -338,6 +342,7 @@
<xsl:variable name="phy_attrib_4"><xsl:value-of select="phy_attrib_4"/></xsl:variable>
<xsl:variable name="item_ser"><xsl:value-of select="item_ser"/></xsl:variable>
<xsl:variable name="rate__clg"><xsl:value-of select="rate__clg"/></xsl:variable>
<xsl:variable name="tax_amt"><xsl:value-of select="tax_amt"/></xsl:variable>
<xsl:variable name="dbIDs"><xsl:value-of select="@domID"/></xsl:variable>
<xsl:variable name="chkbox"><xsl:value-of select="@selected"/></xsl:variable>
......@@ -438,20 +443,54 @@
<xsl:value-of select="item_parnt"/>
</td> -->
<td class="td_leftAlign" nowrap="true">
<td class="td_rightAlign" style="width:75px;" nowrap="true">
<!-- <xsl:value-of select="net_amt"/> -->
<input type="text" maxlength="4" readOnly = "1"
value="{$tax_amt}" name="Detail3.{normalize-space($dbIDs)}.tax_amt" id="Detail3.{normalize-space($dbIDs)}.tax_amt"
style="text-align: right;width:60px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
</td>
<td class="td_rightAlign" style="width:75px;" nowrap="true">
<!-- <xsl:value-of select="net_amt"/> -->
<input type="text" maxlength="4" readOnly = "1"
value="{$tax_chap}" name="Detail3.{normalize-space($dbIDs)}.tax_chap" id="Detail3.{normalize-space($dbIDs)}.tax_chap"
style="text-align: right;width:60px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
</td>
<td class="td_rightAlign" style="width:75px;" nowrap="true">
<!-- <xsl:value-of select="net_amt"/> -->
<input type="text" maxlength="4" readOnly = "1"
value="{$tax_class}" name="Detail3.{normalize-space($dbIDs)}.tax_class" id="Detail3.{normalize-space($dbIDs)}.tax_class"
style="text-align: right;width:60px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
</td>
<td class="td_rightAlign" style="width:75px;" nowrap="true">
<!-- <xsl:value-of select="net_amt"/> -->
<input type="text" maxlength="4" readOnly = "1"
value="{$tax_env}" name="Detail3.{normalize-space($dbIDs)}.tax_env" id="Detail3.{normalize-space($dbIDs)}.tax_env"
style="text-align: right;width:60px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
</td>
<!-- <td class="td_leftAlign" nowrap="true">
&#160;
<xsl:value-of select="tax_chap"/>
</td>
</td> -->
<td class="td_leftAlign" nowrap="true">
<!-- <td class="td_leftAlign" nowrap="true">
&#160;
<xsl:value-of select="tax_class"/>
</td>
</td> -->
<td class="td_leftAlign" nowrap="true">
<!-- <td class="td_leftAlign" nowrap="true">
&#160;
<xsl:value-of select="tax_env"/>
</td>
</td> -->
<!-- <input type="hidden" value="{$item_parnt}" name="Detail3.{normalize-space($dbIDs)}.item_parnt" id="Detail3.{normalize-space($dbIDs)}.item_parnt" />
<input type="hidden" value="{$item_code}" name="Detail3.{normalize-space($dbIDs)}.item_code" id="Detail3.{normalize-space($dbIDs)}.item_code" />
......@@ -470,6 +509,7 @@
<input type="hidden" value="{$line_no__contr}" name="Detail3.{normalize-space($dbIDs)}.line_no__contr" id="Detail3.{normalize-space($dbIDs)}.line_no__contr" />
<input type="hidden" value="{$item_ser}" name="Detail3.{normalize-space($dbIDs)}.item_ser" id="Detail3.{normalize-space($dbIDs)}.item_ser" />
<input type="hidden" value="{$rate__clg}" name="Detail3.{normalize-space($dbIDs)}.rate__clg" id="Detail3.{normalize-space($dbIDs)}.rate__clg" />
<input type="hidden" value="{$tax_amt}" name="Detail3.{normalize-space($dbIDs)}.tax_amt" id="Detail3.{normalize-space($dbIDs)}.tax_amt" />
<!-- <input type="hidden" class="editInputClass editInputCur" value="{$discount}" name="Detail3.{normalize-space($dbIDs)}.discount" id="Detail3.{normalize-space($dbIDs)}.discount"
style="width:100%;border:none;text-align: right; outline:none" maxlength="10"
onchange='sendInfo("Detail3.{normalize-space($dbIDs)}.quantity");'
......
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