Commit 79dc1ec0 authored by kdabholkar's avatar kdabholkar

commit new changes regarding group scheme on final page.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@178796 ce508802-f39f-4f6c-b175-0d175dae99d5
parent adb51aa8
......@@ -50,9 +50,17 @@
]]>
</script>
<xsl:variable name="item_code__ord"><xsl:value-of select="item_code__ord"/></xsl:variable>
<xsl:variable name="item_code"><xsl:value-of select="item_code"/></xsl:variable>
<xsl:variable name="quantity"><xsl:value-of select="quantity"/></xsl:variable>
<xsl:variable name="item_descr"><xsl:value-of select="item_descr"/></xsl:variable>
<xsl:variable name="rate"><xsl:value-of select="rate"/></xsl:variable>
<xsl:variable name="discount"><xsl:value-of select="discount"/></xsl:variable>
<xsl:variable name="tax_class"><xsl:value-of select="tax_class"/></xsl:variable>
<xsl:variable name="tax_chap"><xsl:value-of select="tax_chap"/></xsl:variable>
<xsl:variable name="tax_env"><xsl:value-of select="tax_env"/></xsl:variable>
<xsl:variable name="nature"><xsl:value-of select="nature"/></xsl:variable>
<!-- <xsl:variable name="dbIDs"><xsl:value-of select="domId"/></xsl:variable> -->
......@@ -71,9 +79,12 @@
<th class="tHeader" nowrap="true" valign="bottom">
Item Description
</th>
<th class="tHeader" nowrap="true" valign="bottom">
No. Of Free Quantities
</th>
<th class="tHeader" style="width:230px;" nowrap="true" valign="bottom" >
Quantity
Purchase Quantities
</th>
</tr>
......@@ -87,32 +98,47 @@
style="width:100%;border:none;text-align: right; outline:none" maxlength="10" /> -->
<Input type='checkbox' class="editInputClass editInputCur messageCheckbox" value="{$domId}" name="Detail2.{normalize-space($domId)}.selectbox"
id="Detail2.{normalize-space($domId)}.selectbox" onclick="setChecked('{$domId}')" style="width:100%;border:none;text-align: right; outline:none" maxlength="10" />
id="Detail2.{normalize-space($domId)}.selectbox" onclick="setChecked('{$domId}');" style="width:100%;border:none;text-align: right; outline:none" maxlength="10" />
</td>
<td nowrap="true">
<input type="text" maxlength="4" readOnly = "1"
value="{item_code__ord}" name="Detail2.{normalize-space($domId)}.item_code__ord" id="Detail2.{normalize-space($domId)}.item_code__ord"
style="text-align: right;width:60px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
value="{item_code}" name="Detail2.{normalize-space($domId)}.item_code" id="Detail2.{normalize-space($domId)}.item_code"
style="width:150px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
</td>
<td nowrap="true">
<input type="text" maxlength="4" readOnly = "1"
value="{item_descr}" name="Detail2.{normalize-space($domId)}.item_descr" id="Detail2.{normalize-space($domId)}.item_descr"
style="width:300px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
</td>
<td nowrap="true">
<input type="text" maxlength="4" readOnly = "1"
value="{quantity}" name="Detail2.{normalize-space($domId)}.quantity" id="Detail2.{normalize-space($domId)}.quantity"
style="width:250px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
</td>
</td>
<td nowrap="true">
<input type="text" class="editInputClass editInputCur" value="{quantity}" name="quantity" id="Detail2.{normalize-space($domId)}.quantity"
style="width:100%;border:none;text-align: right; outline:none font-size: 14px !important; " maxlength="10" />
<input type="text" class="editInputClass editInputCur" value="" name="quantity" id="Detail2.{normalize-space($domId)}.disQty"
style="width:100%;border:none;text-align: right; outline:none font-size: 14px !important; " maxlength="10"
onchange='calAmount({$domId});' onclick = 'calTrue({$domId})' readonly = 'true' />
</td>
<input type="hidden" value="{$item_code__ord}" name="Detail2.{normalize-space($domId)}.item_code__ord" id="Detail3.{normalize-space($domId)}.item_code__ord" />
<!-- <input type="hidden" value="{$item_code}" name="Detail2.{normalize-space($domId)}.item_code" id="Detail3.{normalize-space($domId)}.item_code" />
<input type="hidden" value="{$item_descr}" name="Detail2.{normalize-space($domId)}.item_descr" id="Detail3.{normalize-space($domId)}.item_descr" />
<input type="hidden" value="" name="Detail2.{normalize-space($domId)}.item_descr" id="Detail3.{normalize-space($domId)}.item_descr" />
-->
<input type="hidden" value="{rate}" name="Detail2.{normalize-space($domId)}.rate" id="Detail2.{normalize-space($domId)}.rate" />
<input type="hidden" value="{discount}" name="Detail2.{normalize-space($domId)}.discount" id="Detail2.{normalize-space($domId)}.discount" />
<input type="hidden" value="{tax_class}" name="Detail2.{normalize-space($domId)}.tax_class" id="Detail2.{normalize-space($domId)}.tax_class" />
<input type="hidden" value="{tax_chap}" name="Detail2.{normalize-space($domId)}.tax_chap" id="Detail2.{normalize-space($domId)}.tax_chap" />
<input type="hidden" value="{tax_env}" name="Detail2.{normalize-space($domId)}.tax_env" id="Detail2.{normalize-space($domId)}.tax_env" />
<input type="hidden" value="{nature}" name="Detail2.{normalize-space($domId)}.nature" id="Detail2.{normalize-space($domId)}.nature" />
</tr>
</xsl:for-each>
......@@ -123,6 +149,7 @@
</div>
<div class="closeDiv" id="e12popUpPnl-close" onclick="closePopUpOfScheme()">x</div>
<div class="taxApplyButton" id="applyTax" name="applyTax" title="Apply Tax" onclick ="getCheckedVal();">
<p class="checkTax"> <img src="/ibase/webitm/images/checkMark.png" height="15" width="15"/> </p>
......
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