Commit 5ad40b71 authored by pchavan's avatar pchavan

made needful changes in GST Registration Wizrd

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@172713 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e30eba52
...@@ -106,7 +106,9 @@ ...@@ -106,7 +106,9 @@
<xsl:variable name="reg_no2"><xsl:value-of select="reg_no2"/></xsl:variable> <xsl:variable name="reg_no2"><xsl:value-of select="reg_no2"/></xsl:variable>
<xsl:variable name="reg_no3"><xsl:value-of select="reg_no3"/></xsl:variable> <xsl:variable name="reg_no3"><xsl:value-of select="reg_no3"/></xsl:variable>
<xsl:variable name="reg_date"><xsl:value-of select="reg_date"/></xsl:variable> <xsl:variable name="reg_date"><xsl:value-of select="reg_date"/></xsl:variable>
<table id="activityTable" border="0" cellSpacing="1" cellPadding="0" style="margin-bottom:25px;"> <!-- <table id="activityTable" Class="editDisplayColumnClass" border="0" cellSpacing="0" width="100%" cellPadding="5">
-->
<table id="activityTable" border="0" cellSpacing="5" cellPadding="4" style="margin-bottom:25px;">
<!-- ************* row for fin Entity ********************* --> <!-- ************* row for fin Entity ********************* -->
<h4 class="gstLabel">GST Registration Information</h4> <h4 class="gstLabel">GST Registration Information</h4>
...@@ -158,8 +160,9 @@ ...@@ -158,8 +160,9 @@
<!-- ************* row for GSTN Number ********************* --> <!-- ************* row for GSTN Number ********************* -->
<tr> <tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" width="150" nowrap="true">
<strong>GSTN Number :</strong> <!-- <strong>GSTN Number:</strong> -->
GSTN Number :
</td> </td>
<td class="td_leftAlign" colspan = "1"> <td class="td_leftAlign" colspan = "1">
<input type="text" value="{$reg_no}" name="Detail1.{normalize-space($dbID)}.reg_no" id="Detail1.{normalize-space($dbID)}.reg_no" tabIndex="20" <input type="text" value="{$reg_no}" name="Detail1.{normalize-space($dbID)}.reg_no" id="Detail1.{normalize-space($dbID)}.reg_no" tabIndex="20"
...@@ -169,8 +172,8 @@ ...@@ -169,8 +172,8 @@
<!-- ************* row for GST Username ********************* --> <!-- ************* row for GST Username ********************* -->
<tr> <tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" nowrap="true">
<strong>GST Username :</strong> <strong>GST Username:</strong>
</td> </td>
<td class="td_leftAlign" colspan = "2"> <td class="td_leftAlign" colspan = "2">
<input type="text" value="{$reg_no1}" name="Detail1.{normalize-space($dbID)}.reg_no1" id="Detail1.{normalize-space($dbID)}.reg_no1" tabIndex="30" <input type="text" value="{$reg_no1}" name="Detail1.{normalize-space($dbID)}.reg_no1" id="Detail1.{normalize-space($dbID)}.reg_no1" tabIndex="30"
...@@ -180,8 +183,8 @@ ...@@ -180,8 +183,8 @@
<!-- ************* row for Gross Turnover ********************* --> <!-- ************* row for Gross Turnover ********************* -->
<tr> <tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" nowrap="true" >
<strong>Previous Financial Year<br/> Gross Turnover :</strong> <strong>Previous Financial Year<br/> Gross Turnover:</strong>
</td> </td>
<td class="td_leftAlign" colspan = "2"> <td class="td_leftAlign" colspan = "2">
<input type="text" value="{$reg_no2}" name="Detail1.{normalize-space($dbID)}.reg_no2" id="Detail1.{normalize-space($dbID)}.reg_no2" tabIndex="40" <input type="text" value="{$reg_no2}" name="Detail1.{normalize-space($dbID)}.reg_no2" id="Detail1.{normalize-space($dbID)}.reg_no2" tabIndex="40"
...@@ -193,7 +196,7 @@ ...@@ -193,7 +196,7 @@
<tr> <tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" nowrap="true">
<strong>Current Financial Year<br/> Gross Turnover(April-June 2017) :</strong> <strong>Current Financial Year<br/> Gross Turnover(April-June 2017):</strong>
</td> </td>
<td class="td_leftAlign" colspan = "2"> <td class="td_leftAlign" colspan = "2">
<input type="text" value="{$reg_no3}" name="Detail1.{normalize-space($dbID)}.reg_no3" id="Detail1.{normalize-space($dbID)}.reg_no3" tabIndex="40" <input type="text" value="{$reg_no3}" name="Detail1.{normalize-space($dbID)}.reg_no3" id="Detail1.{normalize-space($dbID)}.reg_no3" tabIndex="40"
...@@ -205,9 +208,9 @@ ...@@ -205,9 +208,9 @@
<!-- ************* row for Registration Date ********************* --> <!-- ************* row for Registration Date ********************* -->
<tr> <tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" nowrap="true">
<strong>Registration Date :</strong> <strong>Registration Date:</strong>
</td> </td>
<td class="td_leftAlign" colspan = "2"> <td class="td_leftAlign" colspan = "2" >
<input type="text" class="input_editable" value="{$reg_date}" name="Detail1.{normalize-space($dbID)}.reg_date" id="reg_date" tabIndex="50" onfocus="displayPopUpIcon('popUpIcon6');" /> <input type="text" class="input_editable" value="{$reg_date}" name="Detail1.{normalize-space($dbID)}.reg_date" id="reg_date" tabIndex="50" onfocus="displayPopUpIcon('popUpIcon6');" />
<a href="javascript:setDate('reg_date');" id="popUpIcon6"><img src="/ibase/webitm/images/calender.png" /></a> <a href="javascript:setDate('reg_date');" id="popUpIcon6"><img src="/ibase/webitm/images/calender.png" /></a>
</td> </td>
......
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
<th class="tHeader" nowrap="true">Service URI</th> <th class="tHeader" nowrap="true">Service URI</th>
<th class="tHeader" nowrap="true">Client ID</th> <th class="tHeader" nowrap="true">Client ID</th>
<th class="tHeader" nowrap="true">Client Secret</th> <th class="tHeader" nowrap="true">Client Secret</th>
<th class="tHeader" nowrap="true"></th> <!-- <th class="tHeader" nowrap="true"></th> -->
</tr> </tr>
</thead> </thead>
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
<td nowrap="true" style="background :rgba(166, 166, 166, 0.1); width:100px;"> <td nowrap="true" style="background :rgba(166, 166, 166, 0.1); width:100px;">
<div style="width:100%"> <div style="width:100%">
<div style = "float:left;width:100%"> <div style = "float:left;width:100%">
<input type="text" value = "{$user_id}" name="Detail2.{$dbID}.user_id" id="Detail2.{$dbID}.user_id" class="editDisplayClass" <input type="text" maxlength="10" value = "{$user_id}" name="Detail2.{$dbID}.user_id" id="Detail2.{$dbID}.user_id" class="editDisplayClass"
ISCHANGED="false" readOnly = "1" style="width:100%"></input> ISCHANGED="false" readOnly = "1" style="width:100%"></input>
</div> </div>
<div> <div>
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
<input type="text" value = "{$client_secret}" name="Detail2.{normalize-space($dbID)}.client_secret" id="Detail2.{normalize-space($dbID)}.client_secret" style="border: none; outline: none; width:104%;"></input> <input type="text" value = "{$client_secret}" name="Detail2.{normalize-space($dbID)}.client_secret" id="Detail2.{normalize-space($dbID)}.client_secret" style="border: none; outline: none; width:104%;"></input>
</td> </td>
<td> <td class="noBorder">
<span title="Delete" style="display: block; position:absolute;" currdomid="1" class="deleteDetailBtn" onclick="javascript:deleteRow({normalize-space($dbID)})" > <span title="Delete" style="display: block; position:absolute;" currdomid="1" class="deleteDetailBtn" onclick="javascript:deleteRow({normalize-space($dbID)})" >
<p class="remove" title="Delete"> <p class="remove" title="Delete">
<img src="/ibase/webitm/images/remove.png" height = '16' width = '16' class="removeImg"></img> <img src="/ibase/webitm/images/remove.png" height = '16' width = '16' class="removeImg"></img>
......
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