Commit 3e9777fa 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@106427 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a9fd3228
...@@ -397,7 +397,20 @@ ...@@ -397,7 +397,20 @@
<div class="panel2"> <div class="panel2">
<xsl:for-each select="inv"> <xsl:for-each select="inv">
<button class="accordion3" type="button" expanded="false"> <button class="accordion3" type="button" expanded="false">
Invoice number - <xsl:value-of select="inum"/>, Date - <xsl:value-of select="idt"/>, Amount - <xsl:value-of select="val"/> Invoice number - <xsl:value-of select="inum"/>, Date - <xsl:value-of select="idt"/>, Amount - <xsl:value-of select="val"/>, Invoice type -
<xsl:variable name="invType"><xsl:value-of select="inv_typ"/></xsl:variable>
<xsl:if test="$invType='R'">
Regular
</xsl:if>
<xsl:if test="$invType='DE'">
Deemed exports
</xsl:if>
<xsl:if test="$invType='SEWP'">
SEZ export with payment
</xsl:if>
<xsl:if test="$invType='SEWOP'">
SEZ export without payment
</xsl:if>
</button> </button>
<div class="panel3"> <div class="panel3">
<table class="tableClass"> <table class="tableClass">
......
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