Commit 61f452b2 authored by kdabholkar's avatar kdabholkar

added new tax calculation on final page

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@176891 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 12ce44d7
......@@ -344,6 +344,13 @@
<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>
<!-- added By kaustubh on 21 dec start -->
<xsl:variable name="schemeCode"><xsl:value-of select="schemeCode"/></xsl:variable>
<xsl:variable name="schemeDescr"><xsl:value-of select="schemeDescr"/></xsl:variable>
<!-- added By kaustubh on 21 dec end -->
<xsl:variable name="dbIDs"><xsl:value-of select="@domID"/></xsl:variable>
<xsl:variable name="chkbox"><xsl:value-of select="@selected"/></xsl:variable>
......@@ -408,7 +415,7 @@
<td class="td_rightAlign editTdClass" style="width:75px;" onclick='gotoChildTextbox(this);' nowrap="true">
<input type="text" 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");'
onchange=' chgAmtOnDiscount({$dbIDs}); sendInfo("Detail3.{normalize-space($dbIDs)}.quantity")'
onkeypress='return isQuantity(event);' onfocus='setActiveTD(this);'/>
</td>
......@@ -445,8 +452,8 @@
<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"
<input type="text" class ="taxAmountClass" maxlength="4" readOnly = "1"
value="{$tax_amt}" name="Detail3.{normalize-space($dbIDs)}.tax_amt" id="Detail3.{normalize-space($dbIDs)}.tax_amt" onclick="getToolTipDataNew(({$dbIDs}));"
style="text-align: right;width:60px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
</td>
......@@ -546,6 +553,8 @@
</img>
</div>
</table>
<div id="BgGlassLastPg" class="bgGlass" style="display: none"></div>
<div id='taxCalDivLastPg' class="popUpContainerForTax"></div>
</div>
</form>
</body>
......
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