Commit 7eb198eb authored by steurwadkar's avatar steurwadkar

Changes made to apply new CSS to sales order entry screen

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@172920 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e5717393
......@@ -143,7 +143,7 @@
</xsl:for-each>
<div class="pageContentWrapper" id = "pageContentWrapper" style="height:75%;overflow:auto;">
<div class="pageContentWrapper" id = "pageContentWrapper" style="height:calc(100% - 80px);overflow:auto;">
<table>
<xsl:for-each select="//Detail2">
......@@ -310,7 +310,7 @@
<input type='hidden' id='multisel1' class='editDisplayClass' maxlength='0' ISCHANGED='false' readOnly = '1' style='margin-left: -9px;width: 400px' value='' />
<div style="float: right;">
<a href="javascript:callItemPopup(1);" style="float: left;text-decoration: none;">
<a href="javascript:callItemPopup(1);" style="float: left;text-decoration: none;" tabindex="-1">
<img src="/ibase/webitm/images/pophelp.png" style="margin-left: -5px;margin-top: 3px;" title="Select Product"/>
</a>
</div>
......
......@@ -250,7 +250,7 @@
</xsl:if>
</xsl:for-each>
<div style="height:75%; width:100%;margin-top:2px;margin-left:2px;overflow:-moz-scrollbars-vertical;overflow-x:auto;overflow-y:auto;white-space:nowrap;border:thin ridge lightgray;">
<div style="height:calc(100% - 80px); width:100%;margin-top:2px;margin-left:2px;overflow:-moz-scrollbars-vertical;overflow-x:auto;overflow-y:auto;white-space:nowrap;border:thin ridge lightgray;">
<table id="Details" class="headertableClass" border="0" cellspacing="0" cellpadding="0" width='100%' style = "color: #333 !important;">
<thead class="table-head">
<tr>
......@@ -358,65 +358,65 @@
<input type="hidden" value="{$item_code}" name="Detail3.{normalize-space($dbIDs)}.item_code" id="Detail3.{normalize-space($dbIDs)}.item_code" />
<!-- <input type="hidden" value="{$dsp_date}" name="Detail3.{normalize-space($dbIDs)}.dsp_date" id="Detail3.{normalize-space($dbIDs)}.dsp_date" /> -->
<td style="width:90px">
<td style="width:90px" nowrap="true">
<xsl:value-of select="item_parnt"/>
</td>
<td style="width:100px">
<td style="width:100px" nowrap="true">
<xsl:value-of select="item_code"/>
</td>
<td style="width:200px">
<td nowrap="true">
<xsl:value-of select="item_descr"/>
</td>
<td style="width:100px">
<td style="width:100px" nowrap="true">
&#160;
<xsl:value-of select="phy_attrib_4"/>
</td>
<td class="td_rightAlign" style="width:75px;">
<input type="text" class="editInputClass" value="{$quantity}" name="Detail3.{normalize-space($dbIDs)}.quantity" id="Detail3.{normalize-space($dbIDs)}.quantity"
<td class="td_rightAlign editTdClass" style="width:75px;" onclick='gotoChildTextbox(this);' nowrap="true">
<input type="text" class="editInputClass editInputCur" value="{$quantity}" name="Detail3.{normalize-space($dbIDs)}.quantity" id="Detail3.{normalize-space($dbIDs)}.quantity"
style="width:100%;border:none;text-align: right; outline:none" maxlength="10"
onchange='changeAmount({$dbIDs});sendInfo("Detail3.{normalize-space($dbIDs)}.quantity");'
onkeypress='return isQuantity(event)' />
onkeypress='return isQuantity(event)' onfocus='setActiveTD(this);' />
</td>
<input type="hidden" value="{$item_descr}" name="Detail3.{normalize-space($dbIDs)}.item_descr" id="Detail3.{normalize-space($dbIDs)}.item_descr" />
<!-- Added by Sneha 20-01-2017, to add discount field [Start] -->
<td class="td_rightAlign" style="width:75px;">
<td class="td_rightAlign editTdClass" style="width:75px;" onclick='gotoChildTextbox(this);' nowrap="true">
<!-- <xsl:value-of select="rate"/> -->
<input type="text" class="editInputClass" value="{$rate}" name="Detail3.{normalize-space($dbIDs)}.rate" id="Detail3.{normalize-space($dbIDs)}.rate"
<input type="text" class="editInputClass editInputCur" value="{$rate}" name="Detail3.{normalize-space($dbIDs)}.rate" id="Detail3.{normalize-space($dbIDs)}.rate"
style="width:100%;border:none;text-align: right; outline:none" maxlength="10"
onchange='changeAmount({$dbIDs});'
onkeypress='return isQuantity(event)' />
onkeypress='return isQuantity(event)' onfocus='setActiveTD(this);' />
</td>
<!-- Added by Sneha 20-01-2017, to add discount field [End] -->
<td class="td_rightAlign" style="width:75px;">
<input type="text" class="editInputClass" value="{$discount}" name="Detail3.{normalize-space($dbIDs)}.discount" id="Detail3.{normalize-space($dbIDs)}.discount"
<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");'
onkeypress='return isQuantity(event);' />
onkeypress='return isQuantity(event);' onfocus='setActiveTD(this);'/>
</td>
<!-- <td style="width:75px">
<xsl:value-of select="item_parnt"/>
</td> -->
<td class="td_rightAlign" style="width:75px;">
<td class="td_rightAlign" style="width:75px;" nowrap="true">
<!-- <xsl:value-of select="net_amt"/> -->
<input type="text" maxlength="4" readOnly = "1"
value="{$net_amt}" name="Detail3.{normalize-space($dbIDs)}.net_amt" id="Detail3.{normalize-space($dbIDs)}.net_amt"
style="text-align: right;width:60px;background-color: transparent;border: none;"/>
style="text-align: right;width:60px;background-color: transparent;border: none;color:#666666;" tabindex="-1"/>
</td>
<td align = 'center'>
<td align = 'center' nowrap="true">
<!-- <xsl:value-of select="dsp_date"/> -->
<!-- <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');"/> -->
<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"/>
<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)}');"/>
</td>
......@@ -429,17 +429,17 @@
<xsl:value-of select="item_parnt"/>
</td> -->
<td class="td_leftAlign">
<td class="td_leftAlign" nowrap="true">
&#160;
<xsl:value-of select="tax_chap"/>
</td>
<td class="td_leftAlign">
<td class="td_leftAlign" nowrap="true">
&#160;
<xsl:value-of select="tax_class"/>
</td>
<td class="td_leftAlign">
<td class="td_leftAlign" nowrap="true">
&#160;
<xsl:value-of select="tax_env"/>
</td>
......@@ -469,7 +469,7 @@
</table>
</div>
<div style="width=20%;height:6px;margin-left=-12px;margin-top:1px;margin-bottom:0px;">
<div style="width=20%;height:6px;margin-left=-12px;margin-top:5px;margin-bottom:0px;">
<table cellSpacing="1" cellPadding="1" width="50%" border="0">
<input type="hidden" value="3" name="FORM_NO" ID="FORM_NO" />
<input type="hidden" value="sorderWiz" name="OBJ_NAME" />
......
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