MDUX#56111 Notificatie openstaande opdrachten leveranciers
svn path=/Website/branches/v2018.2/; revision=40631
This commit is contained in:
@@ -2104,6 +2104,86 @@
|
||||
</html>
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="$srtnotificatiecode = 'CUST06'">
|
||||
<html>
|
||||
<xsl:call-template name="htmlhead"/>
|
||||
<xsl:element name="body">
|
||||
<table width="100%" CLASS='DefResultsetTable'>
|
||||
<xsl:if test=" count(rapport_data/data_row) = 0">
|
||||
<tr><td>
|
||||
<center><b>Geen gegevens gevonden</b></center>
|
||||
</td></tr>
|
||||
</xsl:if>
|
||||
<tr>
|
||||
<td colspan = "4">
|
||||
<br/>
|
||||
Beste <xsl:value-of select="rapport_data/data_row/OPDRACHT_UITVOERENDE"/>,<br/><br/>
|
||||
Hierbij sturen wij een overzicht van de opdrachten die wij bij u hebben open staan. <br/><br/>
|
||||
Wij verzoeken u, om in de kolom ‘status’ aan te geven, welke opdrachten inmiddels zijn uitgevoerd, welke opdrachten nog in uitvoering zijn, én wat er is uitgevoerd.<br/>
|
||||
Indien van toepassing, graag van de overige opdrachten de einddatum aanpassen naar de geplande uitvoeringsdatum, zodat wij de melder(s) kunnen informeren.<br/><br/>
|
||||
</td>
|
||||
</tr>
|
||||
<xsl:if test=" count(rapport_data/data_row) = 0">
|
||||
<tr><td>
|
||||
<center><b>Geen gegevens gevonden</b></center>
|
||||
</td></tr>
|
||||
</xsl:if>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="98%">
|
||||
<xsl:variable name="sortedall">
|
||||
<xsl:for-each select="rapport_data/data_row">
|
||||
<xsl:sort select="OPDRACHT_DATUM"/>
|
||||
<xsl:copy-of select="."/>
|
||||
</xsl:for-each>
|
||||
</xsl:variable>
|
||||
<tr>
|
||||
<th width="5%" style="text-align:left">Opdrachtnr</th>
|
||||
<th width="10%" style="text-align:left">Opdrachttype</th>
|
||||
<th width="10%" style="text-align:left">Plaats</th>
|
||||
<th width="10%" style="text-align:left">Melding</th>
|
||||
<th width="25%" style="text-align:left">Omschrijving</th>
|
||||
<th width="10%" style="text-align:left">Behandelaar</th>
|
||||
<th width="10%" style="text-align:left">Aanvrager</th>
|
||||
<th width="5%" style="text-align:left">Opdrachtdatum</th>
|
||||
<th width="5%" style="text-align:left">Einddatum</th>
|
||||
<th width="10%" style="text-align:left">Status</th>
|
||||
</tr>
|
||||
<xsl:for-each select="rapport_data/data_row">
|
||||
<xsl:sort select="OPDRACHT_DATUM"/>
|
||||
<tr>
|
||||
<td width="5%"><xsl:value-of select="OPDRACHT_NUMMER"/></td>
|
||||
<td width="10%"><xsl:value-of select="OPDRACHT_TYPE"/></td>
|
||||
<td width="10%"><xsl:value-of select="OPDRACHT_LOCATIE"/></td>
|
||||
<td width="10%"><xsl:value-of select="MELDING"/></td>
|
||||
<td width="25%"><xsl:value-of select="OMSCHRIJVING"/></td>
|
||||
<td width="10%"><xsl:value-of select="OPDRACHT_BEHANDELAAR"/></td>
|
||||
<td width="10%"><xsl:value-of select="AANVRAGER"/></td>
|
||||
<td width="5%"><xsl:value-of select="substring(OPDRACHT_DATUM, 1, string-length(OPDRACHT_DATUM) - 9)"/></td>
|
||||
<td width="5%"></td>
|
||||
<td width="10%"></td>
|
||||
</tr>
|
||||
</xsl:for-each>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<br/><br/>
|
||||
Het overzicht ontvangen wij graag uiterlijk a.s. donderdag via facilitair@medux.nl retour.<br/><br/>
|
||||
Wij zien uw (re)actie graag tegemoet, alvast bedankt.<br/><br/><br/><br/>
|
||||
Met vriendelijke groet,<br/><br/>
|
||||
Afdeling Facilitaire Zaken<br/><br/><br/><br/>
|
||||
<i>Dit is een geautomatiseerd bericht.</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr height="20px">
|
||||
<td colspan="6"/>
|
||||
</tr>
|
||||
</table>
|
||||
</xsl:element>
|
||||
</html>
|
||||
</xsl:when>
|
||||
|
||||
<xsl:otherwise>
|
||||
<html>
|
||||
|
||||
Reference in New Issue
Block a user