AAIT#33424 -- Doorvoeren nieuwe orderlayouts
svn path=/Website/branches/v2015.1/; revision=25842
This commit is contained in:
BIN
CUST/AALB/aafm_banner.gif
Normal file
BIN
CUST/AALB/aafm_banner.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
11
CUST/AALB/xsl/contract.xsl
Normal file
11
CUST/AALB/xsl/contract.xsl
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:import href="./cust.xsl"/>
|
||||
<xsl:import href="../../aaxx/xsl/contract.xsl"/>
|
||||
<xsl:import href="./cust_settings.xsl"/>
|
||||
<xsl:variable name="Rev">
|
||||
<!-- Revision van deze cust.xsl -->
|
||||
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
|
||||
</xsl:variable>
|
||||
|
||||
</xsl:stylesheet>
|
||||
@@ -32,8 +32,6 @@
|
||||
</table>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
|
||||
<xsl:template name="pageheader_opdr">
|
||||
<xsl:param name="opdr_type"/>
|
||||
<xsl:param name="opdr_nummer"/>
|
||||
@@ -203,93 +201,7 @@
|
||||
</table>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="contractscope">
|
||||
<xsl:param name="bijlage"/>
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkop">Location/delivery address:</span>
|
||||
</td>
|
||||
</tr>
|
||||
<xsl:if test="count(contract_plaats/plaats) > 1 and $bijlage='0'">
|
||||
<tr>
|
||||
<td>see attachment</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<xsl:if test="count(contract_plaats/plaats) = 1 and $bijlage='0'">
|
||||
<xsl:for-each select="contract_plaats/plaats">
|
||||
<xsl:sort select="regio/district/locatie/omschrijving"/>
|
||||
|
||||
<xsl:if test="@type='L'">
|
||||
<tr>
|
||||
<td>
|
||||
<xsl:value-of select="regio/district/locatie/omschrijving"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<xsl:value-of select="regio/district/locatie/adres"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<xsl:value-of select="regio/district/locatie/postcode"/>  <xsl:value-of select="regio/district/locatie/plaats"/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<xsl:if test="@type='G'">
|
||||
<tr>
|
||||
<td>
|
||||
<xsl:value-of select="regio/district/locatie/gebouw/code"/> - <xsl:value-of select="regio/district/locatie/gebouw/naam"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<xsl:value-of select="regio/district/locatie/gebouw/kenmerk[@naam='Adres']"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<xsl:value-of select="regio/district/locatie/gebouw/kenmerk[@naam='Postcode']"/>  <xsl:value-of select="regio/district/locatie/gebouw/kenmerk[@naam='Plaats']"/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
<xsl:if test="count(contract_plaats/plaats) > 1 and $bijlage='1'">
|
||||
<xsl:for-each select="contract_plaats/plaats">
|
||||
<xsl:sort select="regio/district/locatie/omschrijving"/>
|
||||
<xsl:if test="@type='L'">
|
||||
<tr>
|
||||
<td>
|
||||
<xsl:value-of select="regio/district/locatie/omschrijving"/>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="regio/district/locatie/adres"/>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="regio/district/locatie/postcode"/>  <xsl:value-of select="regio/district/locatie/plaats"/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<xsl:if test="@type='G'">
|
||||
<tr>
|
||||
<td>
|
||||
<xsl:value-of select="regio/district/locatie/gebouw/code"/> - <xsl:value-of select="regio/district/locatie/gebouw/naam"/>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="regio/district/locatie/gebouw/kenmerk[@naam='Adres']"/>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="regio/district/locatie/gebouw/kenmerk[@naam='Postcode']"/>  <xsl:value-of select="regio/district/locatie/gebouw/kenmerk[@naam='Plaats']"/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
|
||||
</table>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="indiengeenbedrag">
|
||||
<table border="1" width="100%" bordercolor="#000000">
|
||||
@@ -359,801 +271,6 @@ needs to be signed by the supplier and returned to the AAFM Servicedesk.</span>
|
||||
</table>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="opdracht" mode="full">
|
||||
<xsl:variable name="telnr">
|
||||
<xsl:choose>
|
||||
<xsl:when test="melding/voor/telefoonnr != ''">
|
||||
<xsl:value-of select="melding/voor/telefoonnr"/>
|
||||
</xsl:when>
|
||||
<xsl:when test="melding/voor/mobiel != ''">
|
||||
<xsl:value-of select="melding/voor/mobiel"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$mode='summary'"></xsl:when>
|
||||
<xsl:otherwise>
|
||||
<html>
|
||||
<xsl:comment>================================ OPDRACHTEN ==============================</xsl:comment>
|
||||
<xsl:comment>Facilitor new style default XSL template for opdracht</xsl:comment>
|
||||
<xsl:call-template name="htmlhead"/>
|
||||
<xsl:element name="body">
|
||||
<xsl:if test="$mode!='email'">
|
||||
<xsl:attribute name="onload">window.print();</xsl:attribute>
|
||||
</xsl:if>
|
||||
<xsl:call-template name="pageheader_opdr">
|
||||
<xsl:with-param name="opdr_type" select="opdrachttype/omschrijving"/>
|
||||
<xsl:with-param name="opdr_nummer" select="concat(melding/discipline/srtdiscipline/prefix, melding/key, '/', bedrijfopdr_volgnr)"/>
|
||||
</xsl:call-template>
|
||||
<xsl:if test="opdrachttype/omschrijving='Workorder' or opdrachttype/omschrijving='Contractorder' or opdrachttype/omschrijving='Projectorder'">
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<span class="tekstkop"> Price condition: </span>VAT. Exclusive</td>
|
||||
<td width="50%">
|
||||
<span class="tekstkop"> Payment conditions: </span>
|
||||
60 days month end
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="1" width="100%" bordercolor="#000000">
|
||||
<tr>
|
||||
<td width="50%" height="100%" rowspan="4" style="border-left-style:none">
|
||||
<table border="0" height="100%">
|
||||
<tr>
|
||||
<td height="50%">
|
||||
<xsl:call-template name="leverancier"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="50%">
|
||||
<xsl:call-template name="bezoekadres"/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</td>
|
||||
<td width="50%" style="border-right-style:none">
|
||||
<xsl:call-template name="servicedesk"/>
|
||||
<xsl:if test="opdrachttype/omschrijving!='Contractorder' ">
|
||||
<xsl:call-template name="gereedmelden"/>
|
||||
</xsl:if>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-right-style:none">
|
||||
<xsl:call-template name="factuuradres">
|
||||
<xsl:with-param name="opdr_type" select="opdrachttype/omschrijving"/>
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
<!--
|
||||
<xsl:if test="opdrachttype/omschrijving='Workorder'">
|
||||
<tr>
|
||||
<td style="border-right-style:none"><br/>
|
||||
For correct invoicing to BT please use reference number: <xsl:value-of select="kenmerk[@naam='PO Number']"/><br/><br/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
-->
|
||||
<tr>
|
||||
<td style="border-right-style:none">
|
||||
<table border="0" width="100%" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Urgency level:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:call-template name="prioriteit">
|
||||
<xsl:with-param name="lang" select="'EN'"/>
|
||||
</xsl:call-template> 
|
||||
<xsl:value-of select="melding/uitvoertijd"/>work day(s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Back office:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="melding/discipline/omschrijving"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Call:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="melding/stdmelding/omschrijving"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Date issued:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="datumbegin/datum"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Issued by:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="/facilitor/opdracht/backoffice_contact/naam_full"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Request number:</span>
|
||||
</td>
|
||||
<td>
|
||||
LB<xsl:value-of select="concat(melding/discipline/srtdiscipline/prefix, melding/key)"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Ref. Nr. Supplier:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="kenmerk[@key=42]"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Requestor:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="melding/voor/naam_full"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Phone number:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="$telnr"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Location:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/omschrijving"/> (<xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/code"/>)
|
||||
</td>
|
||||
</tr>
|
||||
<xsl:if test="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/code!=''">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Gebouw:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/code"/> <xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/naam"/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<xsl:if test="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/verdieping/omschrijving!=''">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Floor:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/verdieping/omschrijving"/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<xsl:if test="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/verdieping/ruimte/nr!=''">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Room:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/verdieping/ruimte/nr"/> (<xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/verdieping/ruimte/omschrijving"/>)
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<!--<tr>
|
||||
<td>
|
||||
<span class="tekstkop">Telefoonnummer:</span>
|
||||
</td>
|
||||
<td><xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/kenmerk"/> werkdag(en)
|
||||
</td>
|
||||
</tr>-->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="0" height="300">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkop">Description:</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" height="100%">
|
||||
<xsl:call-template name="linebreaks">
|
||||
<xsl:with-param name="string" select="omschrijving"/>
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="1" width="100%" height="50" bordercolor="#000000" cellspacing="0">
|
||||
<tr>
|
||||
<td width="33%" style="border-left-style:none; border-right-style:none;"> 
|
||||
<xsl:if test="opdrachttype/omschrijving='Projectorder' or opdrachttype/omschrijving='Workorder'">
|
||||
<span class="tekstkop">Actual date/time:</span>
|
||||
</xsl:if>
|
||||
</td>
|
||||
<td width="33%" style="border-left-style:none; border-right-style:none;"> 
|
||||
<xsl:if test="opdrachttype/omschrijving='Projectorder' or opdrachttype/omschrijving='Workorder'">
|
||||
<span class="tekstkop">Resolved date/time:</span>
|
||||
</xsl:if>
|
||||
</td>
|
||||
<td width="33%" style="border-left-style:none; border-right-style:none;"> 
|
||||
<xsl:if test="opdrachttype/omschrijving='Contractorder'">
|
||||
<span class="tekstkop">Signature AAFM:</span>
|
||||
</xsl:if>
|
||||
<xsl:if test="opdrachttype/omschrijving='Workorder' or opdrachttype/omschrijving='Projectorder'">
|
||||
<span class="tekstkop">Total: € <xsl:value-of select="format-number(kosten, '0,00', 'european')"/></span>
|
||||
</xsl:if>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<xsl:if test="opdrachttype/omschrijving='Projectorder' or opdrachttype/omschrijving='Workorder'">
|
||||
<table border="0" width="100%" bordercolor="#000000">
|
||||
<tr>
|
||||
<td width="75%">
|
||||
<xsl:call-template name="indiengeenbedrag"/>
|
||||
</td>
|
||||
<td>
|
||||
<span class="tekstkop">Signature AAFM:</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</xsl:if>
|
||||
<table border="0" width="100%" bordercolor="#000000">
|
||||
<tr>
|
||||
<td>
|
||||
<xsl:call-template name="voorwaarden">
|
||||
<xsl:with-param name="opdr_type" select="opdrachttype/omschrijving"/>
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</xsl:if>
|
||||
<!-- Opdrachttype = Offerte aanvraag -->
|
||||
<xsl:if test="opdrachttype/omschrijving='RFQ'">
|
||||
<table border="1" width="100%" bordercolor="#000000">
|
||||
<tr>
|
||||
<td width="50%" style="border-left-style:none">
|
||||
<xsl:call-template name="leverancier"/>
|
||||
</td>
|
||||
<td rowspan="2" width="50%" style="border-right-style:none">
|
||||
<xsl:call-template name="offertetekst">
|
||||
<xsl:with-param name="opdr_type" select="opdrachttype/omschrijving"/>
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="50%" style="border-left-style:none">
|
||||
<xsl:call-template name="bezoekadres"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td rowspan="2" style="border-left-style:none">
|
||||
<span class="tekstkop">Invoice reference:</span> 
|
||||
<xsl:value-of select="concat(melding/discipline/srtdiscipline/prefix, melding/key, '/', bedrijfopdr_volgnr)"/>
|
||||
<br/>
|
||||
<span class="tekstkop">Request number:</span> 
|
||||
<xsl:value-of select="concat(melding/discipline/srtdiscipline/prefix, melding/key)"/>
|
||||
</td>
|
||||
<xsl:if test="opdrachttype/omschrijving='RFQ'">
|
||||
<td style="border-right-style:none">Response time for providing Requests for Quotations (in case of non-emergency):<br/>
|
||||
> € 500,-: 5 working days</td>
|
||||
</xsl:if>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-right-style:none">
|
||||
<span class="tekstkopsmall">Urgency level:</span> 
|
||||
<xsl:call-template name="prioriteit">
|
||||
<xsl:with-param name="lang" select="'EN'"/>
|
||||
</xsl:call-template> 
|
||||
<xsl:value-of select="melding/uitvoertijd"/>werkdag(en)<br/>
|
||||
<span class="tekstkopsmall">Back Office:</span> 
|
||||
<xsl:value-of select="melding/discipline/omschrijving"/>
|
||||
<br/>
|
||||
<span class="tekstkopsmall">Call:</span> 
|
||||
<xsl:value-of select="melding/stdmelding/omschrijving"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-left-style:none">
|
||||
<span class="tekstkop">Contact person:</span>
|
||||
<br/>AAFM Facility Management BV<br/>
|
||||
Issued by: <xsl:value-of select="backoffice_contact/naam_full"/><br/>
|
||||
Servicedesk LyondellBasell<br/>
|
||||
Phone number: +31 (0)40 2332 866<br/>
|
||||
<br/>Requestor: <xsl:value-of select="melding/voor/naam_full"/><br/>
|
||||
Phone number: <xsl:value-of select="$telnr"/><br/>
|
||||
Date Request: <xsl:value-of select="datumbegin/datum"/><br/></td>
|
||||
<td style="border-right-style:none">
|
||||
<span class="tekstkop">To be returned to:</span>
|
||||
<br/>AAFM Facility Management BV<br/>
|
||||
attn Servicedesk LyondellBasell<br/>
|
||||
Phone number: +31 (0)40 2332 866<br/>
|
||||
P.O. Box 80009<br/>
|
||||
5600 JZ  Eindhoven<br/>
|
||||
E-mail: ServicedeskLyondellBasell@aa-fm.com</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="1" width="100%" bordercolor="#000000">
|
||||
<tr height="50">
|
||||
<td width="25%">Signature AAFM:</td>
|
||||
<td width="25%">Signature customer:</td>
|
||||
<td width="25%">Back office:</td>
|
||||
<td width="25%">Account:<br/>
|
||||
<xsl:value-of select="melding/voor/afdeling/omschrijving"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="0" width="100%" bordercolor="#000000">
|
||||
<tr height="150">
|
||||
<td>
|
||||
<xsl:call-template name="linebreaks">
|
||||
<xsl:with-param name="string" select="omschrijving"/>
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<xsl:call-template name="voorwaarden">
|
||||
<xsl:with-param name="opdr_type" select="opdrachttype/omschrijving"/>
|
||||
</xsl:call-template>
|
||||
<table border="0" width="100%" bordercolor="#000000">
|
||||
<tr height="40">
|
||||
<td colspan="2">
|
||||
<span class="tekstkop">Additional remarks supplier:</span>
|
||||
<br/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<span class="tekstkop">Supplier statement:</span>
|
||||
<br/>Herwith the supplier states that the above described scope of work, based on the above mentioned prerequisites and conditions, to be executed for the <u> price of € ...</u>
|
||||
(excl. VAT). The Request for quotation is a fixed price/estimation (strikethrough which is NOT applicable).<br/><br/>
|
||||
Name authorised person:<br/><br/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">Signature:</td>
|
||||
<td width="50%">Date</td>
|
||||
</tr>
|
||||
</table>
|
||||
</xsl:if>
|
||||
<!--Opdrachttype = Docket-->
|
||||
<xsl:if test="opdrachttype/omschrijving='Docket'
|
||||
or opdrachttype/omschrijving='Complaint'
|
||||
or opdrachttype/omschrijving='Contractorder'">
|
||||
<table border="1" height="650" width="100%" bordercolor="#000000" cellspacing="5">
|
||||
<tr>
|
||||
<td width="50%" style="padding:0;">
|
||||
<table border="1" width="100%" height="100%" bordercolor="#000000" cellspacing="0">
|
||||
<tr>
|
||||
<td style="border-style:none; border-bottom-style:solid">
|
||||
<xsl:call-template name="bezoekadres"/>
|
||||
</td>
|
||||
<td style="border-style:none; border-bottom-style:solid; border-left-style:solid">
|
||||
<xsl:call-template name="leverancier"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-style:none; border-bottom-style:solid;">
|
||||
<table border="0" width="100%" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Date issued:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="datumbegin/datum"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Requestor:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="melding/voor/naam_full"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Phone number:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="$telnr"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Issued by:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="/facilitor/opdracht/backoffice_contact/naam_full"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Docket number:</span>
|
||||
</td>
|
||||
<td>
|
||||
LB<xsl:value-of select="concat(melding/discipline/srtdiscipline/prefix, melding/key)"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Ref. Nr. Supplier:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="kenmerk[@key=41]"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Location:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/omschrijving"/> (<xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/code"/>)
|
||||
</td>
|
||||
</tr>
|
||||
<xsl:if test="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/code!=''">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Building:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/code"/> <xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/naam"/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<xsl:if test="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/verdieping/omschrijving!=''">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Floor:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/verdieping/omschrijving"/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<xsl:if test="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/verdieping/ruimte/nr!=''">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Room:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/verdieping/ruimte/nr"/> (<xsl:value-of select="/facilitor/opdracht/melding/plaats/regio/district/locatie/gebouw/verdieping/ruimte/omschrijving"/>)
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</table>
|
||||
</td>
|
||||
<td style="border-style:none; border-bottom-style:solid;">
|
||||
<table border="0" width="100%" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Urgency level:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:call-template name="prioriteit">
|
||||
<xsl:with-param name="lang" select="'EN'"/>
|
||||
</xsl:call-template> 
|
||||
<xsl:value-of select="melding/uitvoertijd"/>work day(s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Back office:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="melding/discipline/omschrijving"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Call:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="melding/stdmelding/omschrijving"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Department:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="melding/voor/afdeling/naam"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" style="border-style:none;">
|
||||
<span class="tekstkop">Description:</span>
|
||||
<br/>
|
||||
<xsl:call-template name="linebreaks">
|
||||
<xsl:with-param name="string" select="omschrijving"/>
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
<xsl:if test="melding/deel">
|
||||
<tr height="20">
|
||||
<td style="border-style:none;">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" height="100%" style="border-style:none;">
|
||||
<span class="tekstkop">Object(s):</span>
|
||||
<xsl:for-each select="melding/deel">
|
||||
<br/>
|
||||
<xsl:value-of select="omschrijving"/>
|
||||
</xsl:for-each>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<tr height="20">
|
||||
<td style="border-style:none;">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width="50%" style="padding:0;">
|
||||
<table height="100%" border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="3">
|
||||
<tr height="100%">
|
||||
<td height="100%" colspan="3" style="border-style:none; border-bottom-style:solid;">
|
||||
<span class="tekstkop">Actions/remarks:</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" style="border-style:none;">
|
||||
<span class="tekstkop">FM approval</span>
|
||||
<br/>
|
||||
<span class="tekstkop">Signature:</span>
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
<span class="tekstkop">Name:</span>
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td rowspan="2" style="border-left-style:none;border-bottom-style:none;">
|
||||
<span class="tekstkop">Resolved by:<br/><br/>(name):</span>
|
||||
</td>
|
||||
<td height="50" style="border-left-style:none;border-bottom-style:none;">
|
||||
<span class="tekstkop">Response date/time:</span>
|
||||
</td>
|
||||
<td rowspan="2" style="border-left-style:none;border-right-style:none;border-bottom-style:none;">
|
||||
<span class="tekstkop">Hours<br/>utilised:</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="50" style="border-left-style:none;border-bottom-style:none;">
|
||||
<span class="tekstkop">Resolved at date/time:</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" style="text-align:center">Dockets completed must be sent to<br/>
|
||||
<a href="mailto:ServicedeskLyondellBasell@aa-fm.com">ServicedeskLyondellBasell@aa-fm.com</a><br/>
|
||||
For additional information please contact the Servicedesk at +31 (0)40 2332 866</td>
|
||||
</tr>
|
||||
<xsl:if test="substring(opdrachttype/omschrijving,1,2)!='MA'">
|
||||
<tr>
|
||||
<td colspan="2" style="border-style:none; text-align:center">Chamber of commerce number The Netherlands: 09130306</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</table>
|
||||
</xsl:if>
|
||||
<xsl:call-template name="pagefooter"/>
|
||||
</xsl:element>
|
||||
</html>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="contract" mode="full">
|
||||
<xsl:variable name="versie">
|
||||
<xsl:if test="versie=''">
|
||||
</xsl:if>
|
||||
<xsl:if test="versie!=''">
|
||||
<xsl:value-of select="concat('.', versie)"/>
|
||||
</xsl:if>
|
||||
</xsl:variable>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$mode='summary'"></xsl:when>
|
||||
<xsl:otherwise>
|
||||
<html>
|
||||
<xsl:comment>================================ CONTRACT ==============================</xsl:comment>
|
||||
<xsl:comment>Facilitor new style default XSL template for contract</xsl:comment>
|
||||
<xsl:call-template name="htmlhead"/>
|
||||
<xsl:element name="body">
|
||||
<xsl:if test="$mode!='email'">
|
||||
<xsl:attribute name="onload">window.print();</xsl:attribute>
|
||||
</xsl:if>
|
||||
<xsl:call-template name="pageheader_opdr">
|
||||
<xsl:with-param name="opdr_type" select="'Contractorder'"/>
|
||||
<xsl:with-param name="opdr_nummer" select="concat('CO',nummer_intern, $versie)"/>
|
||||
</xsl:call-template>
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<span class="tekstkop"> Price condition: </span>VAT Exclusive</td>
|
||||
<td width="50%">
|
||||
<span class="tekstkop"> Payment condition: </span>60 days end month maand</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="1" width="100%" bordercolor="#000000">
|
||||
<tr>
|
||||
<td width="50%" height="100%" rowspan="3" style="border-left-style:none">
|
||||
<table border="0" height="100%">
|
||||
<tr>
|
||||
<td height="50%">
|
||||
<xsl:apply-templates select="bedrijf"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="50%">
|
||||
<xsl:call-template name="contractscope">
|
||||
<xsl:with-param name="bijlage" select="'0'"/>
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="bottom">
|
||||
<span class="tekstkop"> Description:</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width="50%" style="border-right-style:none">
|
||||
<xsl:call-template name="servicedesk"/>
|
||||
<xsl:if test="opdrachttype/omschrijving!='Contractorder' ">
|
||||
<xsl:call-template name="gereedmelden"/>
|
||||
</xsl:if>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-right-style:none">
|
||||
<xsl:call-template name="factuuradres"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-right-style:none">
|
||||
<table border="0" width="100%" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Contract:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="discipline/omschrijving"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Startdate:</span>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<xsl:value-of select="looptijd_van/datum"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Einddate:</span>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<xsl:value-of select="looptijd_tot/datum"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Issued Date/ Time:</span>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<xsl:value-of select="/facilitor/header/dateTime"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Dealt with by:</span>
|
||||
</td>
|
||||
<td>Facility Desk member</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Reference number:</span>
|
||||
</td>
|
||||
<td>
|
||||
LB <xsl:value-of select="concat('CO',nummer_intern, $versie)"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Requestor:</span>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="/facilitor/contract/eigenaar/naam_full"/>
|
||||
</td>
|
||||
</tr>
|
||||
<xsl:if test="discipline/kostensoort/groep!='Core Variable'">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="tekstkopsmall">Contract Amount:</span>
|
||||
</td>
|
||||
<td>€
|
||||
 <xsl:value-of select="format-number(/facilitor/contract/kosten, '0,00', 'european')"/></td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="0" height="300">
|
||||
<tr>
|
||||
<td align="left">
|
||||
<xsl:call-template name="linebreaks">
|
||||
<xsl:with-param name="string" select="/facilitor/contract/document"/>
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="1" width="100%" height="50" bordercolor="#000000" cellspacing="0">
|
||||
<tr>
|
||||
<td width="33%" style="border-left-style:none; border-right-style:none;"> </td>
|
||||
<td width="33%" style="border-left-style:none; border-right-style:none;"> </td>
|
||||
<td width="33%" style="border-left-style:none; border-right-style:none;"> 
|
||||
<span class="tekstkop">Signature AAFM:</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="0" width="100%" bordercolor="#000000">
|
||||
<tr>
|
||||
<td>
|
||||
<xsl:call-template name="voorwaarden"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<xsl:call-template name="pagefooter"/>
|
||||
<!-- bijlage bij contract als aantal gebouwen/locaties te groot is -->
|
||||
<xsl:if test="count(contract_plaats/plaats) > 1 ">
|
||||
<div style="page-break-before:always"> </div>
|
||||
<xsl:call-template name="pageheader_opdr">
|
||||
<xsl:with-param name="opdr_type" select="'Contractorder (bijlage)'"/>
|
||||
<xsl:with-param name="opdr_nummer" select="concat('CO',nummer_intern, $versie)"/>
|
||||
</xsl:call-template>
|
||||
<table border="1" width="100%" bordercolor="#000000">
|
||||
<tr>
|
||||
<td>
|
||||
<xsl:call-template name="contractscope">
|
||||
<xsl:with-param name="bijlage" select="'1'"/>
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<xsl:call-template name="pagefooter"/>
|
||||
</xsl:if>
|
||||
</xsl:element>
|
||||
</html>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="bestelopdracht" mode="full">
|
||||
<xsl:choose>
|
||||
@@ -1386,8 +503,4 @@ For additional information please contact the Servicedesk at +31 (0)40 2332 866<
|
||||
|
||||
|
||||
</xsl:stylesheet>
|
||||
<!-- Stylus Studio meta-information - (c) 2004-2007. Progress Software Corporation. All rights reserved.
|
||||
<metaInformation>
|
||||
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="file:///m:/OrderTemplatesAAXX/ContractOrder.xml" htmlbaseurl="" outputurl="" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/><MapperBlockPosition></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
|
||||
</metaInformation>
|
||||
-->
|
||||
<!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->
|
||||
13
CUST/AALB/xsl/cust_settings.xsl
Normal file
13
CUST/AALB/xsl/cust_settings.xsl
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
||||
<xsl:variable name="logo_file">../../cust/aaxx/aafm_banner.gif</xsl:variable>
|
||||
|
||||
<xsl:template name="customer">LyondellBasell </xsl:template>
|
||||
<xsl:template name="customer_email">ServicedeskLyondellBasell@aa-fm.com</xsl:template>
|
||||
<xsl:template name="servicedesk_telefoon">+31 (0) 40 2332 866</xsl:template>
|
||||
|
||||
|
||||
|
||||
</xsl:stylesheet><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->
|
||||
11
CUST/AALB/xsl/opdracht.xsl
Normal file
11
CUST/AALB/xsl/opdracht.xsl
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:import href="./cust.xsl"/>
|
||||
<xsl:import href="../../aaxx/xsl/opdracht.xsl"/>
|
||||
<xsl:import href="./cust_settings.xsl"/>
|
||||
<xsl:variable name="Rev">
|
||||
<!-- Revision van deze cust.xsl -->
|
||||
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
|
||||
</xsl:variable>
|
||||
|
||||
</xsl:stylesheet>
|
||||
Reference in New Issue
Block a user