Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
webitm-fin-advSupp-20
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ketan Patil
webitm-fin-advSupp-20
Commits
6eaf9518
Commit
6eaf9518
authored
May 26, 2022
by
Ketan Patil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
9208ec9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
124 additions
and
0 deletions
+124
-0
module-resource/wrkflw-xsl/S-VOU_S-VOU-A1_MOBILE.xsl
module-resource/wrkflw-xsl/S-VOU_S-VOU-A1_MOBILE.xsl
+124
-0
No files found.
module-resource/wrkflw-xsl/S-VOU_S-VOU-A1_MOBILE.xsl
0 → 100644
View file @
6eaf9518
<?xml version='1.0' encoding="ISO-8859-1"?>
<xsl:stylesheet
version=
"1.1"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
>
<xsl:output
method=
"html"
omit-xml-declaration=
"no"
standalone=
"no"
indent=
"no"
></xsl:output>
<xsl:template
match =
"/"
>
<html>
<head>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"css/workflowsign.css"
></link>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"css/expandy.css"
></link>
<style
type=
"text/css"
>
.editDisplayheder
{readOnly:true;border :inset 1;COLOR:white ; BACKGROUND:#7479FC;TEXT-ALIGN:LEFT;FONT:10pt; font-family:Times New Roman;};
.editDisplayColumnClass
{readOnly:true;border :inset 1;COLOR:black ; BACKGROUND:#CDCEFA ;TEXT-ALIGN:LEFT;FONT:8ptTahoma;};
.editDisplayrightClass{readOnly:true;border :inset 1;COLOR:black ; BACKGROUND:#FFFFD9;TEXT-ALIGN:right;FONT:8ptTahoma;};
.editDisplayrightClass
{readOnly:true;border :inset 1;COLOR:black ; BACKGROUND:#FFFFE1;TEXT-ALIGN:right;FONT:8ptTahoma;};
.editDisplayecnterClass
{readOnly:true;border :inset 1;COLOR:black; BACKGROUND::#4BF272;TEXT-ALIGN:center;FONT:9ptTahoma; font-weight:bold;};
}
</style>
</head>
<body>
<script
src=
"/ibase/E12MOBILE/js/SurveyScript.js"
></script>
<INPUT
type=
'hidden'
name=
'OBJ_NAME'
value=
'voucher_advsupp'
/>
<INPUT
type=
'hidden'
name=
'PAGE_CONTEXT'
value=
'2'
/>
<INPUT
type=
'hidden'
name=
'OBJ_CONTEXT'
value=
'1'
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"../../css/xtree.css"
></link>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"default.css"
></link>
<TABLE
class=
"tblenew"
cellspacing=
"0"
cellPadding=
"0"
border=
"0"
width=
"100%"
>
<xsl:for-each
select =
"//Detail1"
>
<TR>
<td
style=
"text-align:left;"
width=
"50%"
class=
"tLabelDataH3"
nowrap=
"TRUE"
><span
class=
"tLabelDataH3"
>
Supplier
</span></td>
<td
style=
"text-align:right;"
width=
"50%"
class=
"tLabelDataH3"
nowrap=
"TRUE"
><span
class=
"tLabelDataH3"
><xsl:value-of
select=
"tran_date"
></xsl:value-of></span></td>
</TR>
<TR
style=
"height:2px;"
></TR>
</xsl:for-each>
<xsl:for-each
select =
"//Detail2"
>
<!-- <TR><TD COLSPAN='3' class="tLabelDataD3"><xsl:value-of select="sundry_name"></xsl:value-of> (<xsl:value-of select="sundry_code"></xsl:value-of>)</TD></TR> -->
<TR><TD
COLSPAN=
'3'
class=
""
style=
"color: rgb(0, 0, 0);
font-size: 24px;
text-align: center;
font-weight: normal;
line-height: 21px;
text-transform: capitalize;
padding: 3px;"
><xsl:value-of
select=
"sundry_name"
></xsl:value-of></TD></TR>
<TR><TD
COLSPAN=
'3'
class=
"empInfoDiv"
style=
"text-align:center;"
><xsl:value-of
select=
"sundry_city"
></xsl:value-of></TD></TR>
</xsl:for-each>
<TR></TR>
</TABLE>
<TABLE>
<TR>
<TD
class=
"titlenew"
>
</TD>
</TR>
</TABLE>
<TABLE
class=
"tTitleD"
cellspacing=
"0"
cellPadding=
"0"
border=
"0"
width=
"100%"
>
<xsl:for-each
select =
"//Detail2"
>
<TR><TD
COLSPAN=
'1'
class=
"tLabelDataD3"
style=
"text-align:left;"
><B>
Payee Name :
</B></TD>
<TD
COLSPAN=
'3'
style=
" text-align:right;"
><xsl:value-of
select=
"chq_name"
></xsl:value-of>
</TD></TR>
</xsl:for-each>
<xsl:for-each
select =
"//Detail1"
>
<TR><TD
COLSPAN=
'1'
class=
"tLabelDataD3"
style=
"text-align:left;"
><B>
Amount in Rs.:
</B></TD>
<TD
COLSPAN=
'3'
style=
" text-align:right;"
><xsl:value-of
select=
"net_amt"
></xsl:value-of>
</TD></TR>
</xsl:for-each>
<xsl:for-each
select =
"//Detail2"
>
<TR><TD
COLSPAN=
'1'
class=
"tLabelDataD3"
style=
"text-align:left;"
><B>
Division :
</B></TD>
<TD
COLSPAN=
'3'
style=
" text-align:right;"
><xsl:value-of
select=
"costctr_descr"
></xsl:value-of>
</TD></TR>
<TR><TD
COLSPAN=
'1'
class=
"tLabelDataD3"
style=
"text-align:left;"
><B>
Budget :
</B></TD>
<TD
COLSPAN=
'3'
style=
" text-align:right;"
><xsl:value-of
select=
"analysis_descr"
></xsl:value-of>
</TD></TR>
</xsl:for-each>
<xsl:for-each
select =
"//Detail1"
>
<TR><TD
COLSPAN=
'1'
class=
"tLabelDataD3"
style=
"text-align:left;"
><B>
Reason :
</B></TD>
<TD
COLSPAN=
'3'
style=
" text-align:right;"
><xsl:value-of
select=
"remarks"
></xsl:value-of>
</TD></TR>
<TR><TD
COLSPAN=
'1'
class=
"tLabelDataD3"
style=
" text-align:left;"
><B>
Project Code :
</B></TD>
<TD
COLSPAN=
'3'
style=
" text-align:right;"
><xsl:value-of
select=
"proj_code"
></xsl:value-of>
</TD></TR>
</xsl:for-each>
<xsl:for-each
select =
"//Detail2"
>
<xsl:variable
name=
"sundryCode"
><xsl:value-of
select=
"sundry_code"
/></xsl:variable>
<xsl:variable
name=
"sundryType"
><xsl:value-of
select=
"sundry_type"
/></xsl:variable>
<!-- <iframe id = "rowdata1" onload = "loadPageAdv('/ibase/webitm/jsp/PreviousOs.jsp?sundry_code={$sundryCode}&sundry_type={$sundryType}&')" style="visibility:hidden;display:none"></iframe> -->
<TR><TD
COLSPAN=
'1'
class=
"tLabelDataD3"
style=
" text-align:left;"
><B>
Previous O/s :
</B></TD><TD
COLSPAN=
'3'
style=
" text-align:right;"
><xsl:value-of
select=
"prv_amt"
></xsl:value-of></TD>
</TR>
</xsl:for-each>
<xsl:for-each
select =
"//Detail1"
>
<TR><TD
COLSPAN=
'1'
class=
"tLabelDataD3"
style=
"text-align:left;"
><B>
Company :
</B></TD>
<TD
COLSPAN=
'3'
style=
" text-align:left;"
><xsl:value-of
select=
"site_descr"
></xsl:value-of>
</TD></TR>
</xsl:for-each>
</TABLE>
<details>
<summary>
Others
</summary>
<TABLE
class=
"tTitleD"
cellspacing=
"0"
cellPadding=
"0"
border=
"0"
width=
"100%"
>
<xsl:for-each
select =
"//Detail1"
>
<TR><TD
COLSPAN=
'1'
class=
"tLabelDataD3"
style=
" text-align:left;"
><B>
Requestor :
</B></TD>
<TD
COLSPAN=
'3'
style=
" text-align:right;"
><xsl:value-of
select=
"emp_fname"
></xsl:value-of>
<span
style=
"display:inline-block; width: 5px;"
></span><xsl:value-of
select=
"emp_lname"
></xsl:value-of>
</TD></TR>
<TR><TD
COLSPAN=
'1'
class=
"tLabelDataD3"
style=
"text-align:left;"
><B>
Approver :
</B></TD>
<TD
COLSPAN=
'3'
style=
" text-align:right;"
><xsl:value-of
select=
"employee_emp_fname"
></xsl:value-of>
<span
style=
"display:inline-block; width: 5px;"
></span><xsl:value-of
select=
"employee_emp_lname"
></xsl:value-of>
</TD></TR>
<TR><TD
COLSPAN=
'1'
class=
"tLabelDataD3"
style=
" text-align:left;"
><B>
Purpose :
</B></TD>
<TD
COLSPAN=
'3'
style=
" text-align:right;"
>
<xsl:value-of
select=
"purpose"
></xsl:value-of>
</TD></TR>
</xsl:for-each>
</TABLE>
</details>
<!-- <xsl:for-each select ="//Detail1">
<xsl:variable name="tran_id"><xsl:value-of select="tran_id"/></xsl:variable>
<label><font color ="black" size="2px"><b><u>Attachments :-</u></b></font></label>
<img src="/ibase/webitm/images/attachment.jpg" onclick="viewAttachEmp('{$tran_id}','S-VOU')" id="Detail1.supp_attachment.viewAttachment" name ="Detail1.supp_attachment.viewAttachment" />
</xsl:for-each>
<div id="attachDiv">
</div> -->
<TR>
</TR>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment