Commit adb51aa8 authored by kdabholkar's avatar kdabholkar

commited new changes regarding group scheme

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@178794 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d98cc0bf
...@@ -358,7 +358,7 @@ ...@@ -358,7 +358,7 @@
<xsl:variable name="chkbox"><xsl:value-of select="@selected"/></xsl:variable> <xsl:variable name="chkbox"><xsl:value-of select="@selected"/></xsl:variable>
<xsl:if test="$dbIDs != '0'"> <xsl:if test="$dbIDs != '0'">
<tr class="trClass"> <tr class="trClass" id="itemRow{$dbIDs}">
<td style = "display:none"> <td style = "display:none">
<xsl:choose> <xsl:choose>
<xsl:when test="$chkbox ='Y'"> <xsl:when test="$chkbox ='Y'">
...@@ -388,9 +388,9 @@ ...@@ -388,9 +388,9 @@
</td> </td>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<td style="width:100px; background:#fcffd8;" nowrap="true"> <td style="width:100px; background:#e3fef1;" nowrap="true">
<!-- <xsl:value-of select="item_code"/> --> <!-- <xsl:value-of select="item_code"/> -->
<input id="Detail3.{normalize-space($dbIDs)}.item_code" name="Detail3.{normalize-space($dbIDs)}.item_code" value="{$item_code}" type="text" style="border: none;outline: none;color: #555;font-size: 12px;background:#fcffd8;" readonly=""/> <input id="Detail3.{normalize-space($dbIDs)}.item_code" name="Detail3.{normalize-space($dbIDs)}.item_code" value="{$item_code}" type="text" style="border: none;outline: none;color: #555;font-size: 12px;background:#e3fef1;" readonly=""/>
</td> </td>
</xsl:otherwise> </xsl:otherwise>
...@@ -453,7 +453,7 @@ ...@@ -453,7 +453,7 @@
<!-- <input type="text" class="input_editable" size="8" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="Detail3.{normalize-space($dbIDs)}.dsp_date" onchange = "javascript:checkDateFormat('dsp_date',this.id);" maxlength="8" ISCHANGED="false" /> ( DD/MM/YY ) <!-- <input type="text" class="input_editable" size="8" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="Detail3.{normalize-space($dbIDs)}.dsp_date" onchange = "javascript:checkDateFormat('dsp_date',this.id);" maxlength="8" ISCHANGED="false" /> ( DD/MM/YY )
<img border="0" src="/ibase/webitm/images/calender.png" id="dsp_date" name="dsp_date" onClick="selectedObj = 'Detail3.{normalize-space($dbIDs)}.dsp_date'; javascript:show_calendar('Detail3.{normalize-space($dbIDs)}.dsp_date','','','dd/MM/yy');"/> --> <img border="0" src="/ibase/webitm/images/calender.png" id="dsp_date" name="dsp_date" onClick="selectedObj = 'Detail3.{normalize-space($dbIDs)}.dsp_date'; javascript:show_calendar('Detail3.{normalize-space($dbIDs)}.dsp_date','','','dd/MM/yy');"/> -->
<input type="text" class="input_editable" size="8" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="dsp_date{normalize-space($dbIDs)}" onkeydown = 'return false;' maxlength="8" placeholder = "DD/MM/YY" tabindex="-1"/> <input type="text" class="input_editable" size="8" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="dsp_date{normalize-space($dbIDs)}" onkeydown = 'return false;' maxlength="8" placeholder = "DD/MM/YY" tabindex="-1"/>
<img border="0" src="/ibase/webitm/images/calender.png" style = "margin-bottom:-5px;margin-left:3px;cursor: hand;" id="dsp_date" name="dsp_date" onClick="javascript:setDate('dsp_date{normalize-space($dbIDs)}');"/> <img border="0" src="/ibase/webitm/images/calender.png" style = "margin-bottom:-5px;margin-left:3px;cursor: hand;" id="dsp_date" name="dsp_date" onClick="javascript:setDate('dsp_date{normalize-space($dbIDs)}');"/>
</td> </td>
...@@ -469,7 +469,7 @@ ...@@ -469,7 +469,7 @@
<td class="td_rightAlign" style="width:75px;" nowrap="true"> <td class="td_rightAlign" style="width:75px;" nowrap="true">
<!-- <xsl:value-of select="net_amt"/> --> <!-- <xsl:value-of select="net_amt"/> -->
<input type="text" class ="taxAmountClass" maxlength="4" readOnly = "1" <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" onchange= "sendTaxInfo();" onclick="getxmlData(({$dbIDs}));" value="{$tax_amt}" name="Detail3.{normalize-space($dbIDs)}.tax_amt" id="Detail3.{normalize-space($dbIDs)}.tax_amt" onchange= "sendTaxInfo();" onclick="getxmlData(({$line_no__contr}),({normalize-space($dbIDs)}));"
style="text-align: right;width:60px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/> style="text-align: right;width:60px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
</td> </td>
...@@ -534,7 +534,14 @@ ...@@ -534,7 +534,14 @@
<input type="hidden" value="{$rate__clg}" name="Detail3.{normalize-space($dbIDs)}.rate__clg" id="Detail3.{normalize-space($dbIDs)}.rate__clg" /> <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" value="{$tax_amt}" name="Detail3.{normalize-space($dbIDs)}.tax_amt" id="Detail3.{normalize-space($dbIDs)}.tax_amt" />
<input type="hidden" value="{$item_code}" name="Detail3.{normalize-space($dbIDs)}.item_code" id="Detail3.{normalize-space($dbIDs)}.item_code" /> <input type="hidden" value="{$item_code}" name="Detail3.{normalize-space($dbIDs)}.item_code" id="Detail3.{normalize-space($dbIDs)}.item_code" />
<input type="hidden" value="" name="tax_xml" id="Detail3.{normalize-space($dbIDs)}.tax_xml" />
<input type="hidden" value="" name="Detail3.{normalize-space($dbIDs)}.natue" id="Detail3.{normalize-space($dbIDs)}.nature" />
<!-- <input type="hidden" value="{$cust_code__dlv}" name="Detail3.{normalize-space($dbIDs)}.cust_code__dlv" id="Detail3.{normalize-space($dbIDs)}.cust_code__dlv" /> -->
<input type="hidden" value="{$discount}" name="Detail3.{normalize-space($dbIDs)}.discount" id="Detail3.{normalize-space($dbIDs)}.discount" />
<input type="hidden" value="" id="Detail3.{normalize-space($dbIDs)}.tax_xml" />
<!-- <input type="hidden" class="editInputClass editInputCur" value="{$discount}" name="Detail3.{normalize-space($dbIDs)}.discount" id="Detail3.{normalize-space($dbIDs)}.discount" <!-- <input type="hidden" class="editInputClass editInputCur" value="{$discount}" name="Detail3.{normalize-space($dbIDs)}.discount" id="Detail3.{normalize-space($dbIDs)}.discount"
...@@ -557,6 +564,7 @@ ...@@ -557,6 +564,7 @@
<input type="hidden" value="2:MP" name="formType" id="formType" /> <input type="hidden" value="2:MP" name="formType" id="formType" />
<input type="hidden" name="PRE_FORM_VAL" ID="PRE_FORM_VAL" /> <input type="hidden" name="PRE_FORM_VAL" ID="PRE_FORM_VAL" />
<input type="hidden" name="PRE_FORM_VAL2" ID="PRE_FORM_VAL2" /> <input type="hidden" name="PRE_FORM_VAL2" ID="PRE_FORM_VAL2" />
<input type="hidden" name="EXISITING_COL_VALUES" ID="EXISITING_COL_VALUES" />
<!-- <input type="button" style="cursor:hand" value="Reset" class="button" title='Reset' id="reset" onclick ="createXMLString1('sorderWiz');"/> --> <!-- <input type="button" style="cursor:hand" value="Reset" class="button" title='Reset' id="reset" onclick ="createXMLString1('sorderWiz');"/> -->
......
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