Commit 80f46a0b authored by caluka's avatar caluka

Inter Company Reconcilation module xsl is merged as per mahendra mail


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99479 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 137df775
...@@ -118,11 +118,15 @@ ...@@ -118,11 +118,15 @@
} }
function callSundryPopUpJSP( value , type) function callSundryPopUpJSP( value , type)
{ {
fieldName = value; fieldName = value;
var sundryCodeType=document.getElementById( "Detail1.."+type ).value; var sundryCodeType=document.getElementById( "Detail1.."+type ).value;
alert("Type-- "+sundryCodeType) ;
var sundryCodeVal=document.getElementById( "Detail1.."+value ).value;
fieldName = value; fieldName = value;
var url = '/ibase/webitm/jsp/Reconcilepophelp.jsp?OBJ_NAME=intercomp_reconcile&SUNDRYTYPE='+sundryCodeType;
var url = '/ibase/webitm/jsp/Reconcilepophelp.jsp?OBJ_NAME=intercomp_reconcile&SUNDRYTYPE='+sundryCodeType+'&KEYSTRING='+sundryCodeVal;
var win = window.open( url, '_blank', 'toolbar=no,status=yes,resizable=no,scrollbars=yes,left=200,top=100,width=500,height=406' ); var win = window.open( url, '_blank', 'toolbar=no,status=yes,resizable=no,scrollbars=yes,left=200,top=100,width=500,height=406' );
} }
function assignValue(text){ function assignValue(text){
...@@ -162,6 +166,7 @@ ...@@ -162,6 +166,7 @@
<xsl:for-each select="//Detail1"> <xsl:for-each select="//Detail1">
<xsl:variable name="from_tran_date"><xsl:value-of select="from_tran_date"/></xsl:variable> <xsl:variable name="from_tran_date"><xsl:value-of select="from_tran_date"/></xsl:variable>
<xsl:variable name="to_tran_date"><xsl:value-of select="to_tran_date"/></xsl:variable> <xsl:variable name="to_tran_date"><xsl:value-of select="to_tran_date"/></xsl:variable>
<xsl:variable name="site_code_fr"><xsl:value-of select="site_code_fr"/></xsl:variable> <xsl:variable name="site_code_fr"><xsl:value-of select="site_code_fr"/></xsl:variable>
......
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