Commit 66fdc1d1 authored by steurwadkar's avatar steurwadkar

F17ABAS001 GST API calling web part commit


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106475 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f5f03716
......@@ -152,6 +152,7 @@ button.accordion2 {
border-bottom:0px solid #ddd !important;
border-radius:0px;
padding: 4px;
padding-left: 30px;
color: #000;
cursor: pointer;
width: 100%;
......@@ -196,6 +197,7 @@ button.accordion3 {
border-bottom:0px solid #ddd !important;
border-radius:0px;
padding: 4px;
padding-left: 50px;
color: #000;
cursor: pointer;
width: 100%;
......
......@@ -206,12 +206,12 @@
</div>
</xsl:if>
<xsl:if test ="$dbID != '1'">
<xsl:variable name="period_code"><xsl:value-of select="period_code"/></xsl:variable>
<xsl:for-each select="summary_data">
<button class="accordion1" type="button" expanded="false">
<div class="iconDiv">S</div>
<div style="margin-left:40px;">
<xsl:variable name="summaryRetPeriod"><xsl:value-of select="ret_period"/></xsl:variable>
<input type="hidden" id="summaryRetPeriod" value="{$summaryRetPeriod}"/>
<input type="hidden" id="summaryRetPeriod" value="{$period_code}"/>
<div class="invTypDiv">Summary of documents till date saved on GSTN server for <span id="returnMonthLbl"></span></div>
</div>
</button>
......
......@@ -193,6 +193,7 @@
</div>
</xsl:if>
<xsl:if test ="$dbID != '1'">
<xsl:variable name="period_code"><xsl:value-of select="period_code"/></xsl:variable>
<xsl:for-each select="pending_data">
<button class="accordion1" type="button">
<div class="iconDiv">P</div>
......@@ -223,8 +224,7 @@
<button class="accordion1" type="button" expanded="false">
<div class="iconDiv">S</div>
<div style="margin-left:40px;">
<xsl:variable name="summaryRetPeriod"><xsl:value-of select="ret_period"/></xsl:variable>
<input type="hidden" id="summaryRetPeriod" value="{$summaryRetPeriod}"/>
<input type="hidden" id="summaryRetPeriod" value="{$period_code}"/>
<div class="invTypDiv">Summary of documents till date saved on GSTN server for <span id="returnMonthLbl"></span></div>
</div>
</button>
......
......@@ -206,12 +206,12 @@
</div>
</xsl:if>
<xsl:if test ="$dbID != '1'">
<xsl:variable name="period_code"><xsl:value-of select="period_code"/></xsl:variable>
<xsl:for-each select="summary_data">
<button class="accordion1" type="button" expanded="false">
<div class="iconDiv">S</div>
<div style="margin-left:40px;">
<xsl:variable name="summaryRetPeriod"><xsl:value-of select="ret_period"/></xsl:variable>
<input type="hidden" id="summaryRetPeriod" value="{$summaryRetPeriod}"/>
<input type="hidden" id="summaryRetPeriod" value="{$period_code}"/>
<div class="invTypDiv">Summary of documents till date saved on GSTN server for <span id="returnMonthLbl"></span></div>
</div>
</button>
......
......@@ -193,6 +193,7 @@
</div>
</xsl:if>
<xsl:if test ="$dbID != '1'">
<xsl:variable name="period_code"><xsl:value-of select="period_code"/></xsl:variable>
<xsl:for-each select="pending_data">
<button class="accordion1" type="button">
<div class="iconDiv">P</div>
......@@ -223,8 +224,7 @@
<button class="accordion1" type="button" expanded="false">
<div class="iconDiv">S</div>
<div style="margin-left:40px;">
<xsl:variable name="summaryRetPeriod"><xsl:value-of select="ret_period"/></xsl:variable>
<input type="hidden" id="summaryRetPeriod" value="{$summaryRetPeriod}"/>
<input type="hidden" id="summaryRetPeriod" value="{$period_code}"/>
<div class="invTypDiv">Summary of documents till date saved on GSTN server for <span id="returnMonthLbl"></span></div>
</div>
</button>
......
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