ASTE#41011 Toevoegen kolom afhandeling aan wekelijks mld rapport
svn path=/Website/branches/v2017.1/; revision=34375
This commit is contained in:
@@ -471,7 +471,7 @@ Your kind words have been shared with other members of the Facilities team and w
|
||||
<xsl:sort select="number(CALL_NUMBER)" order="ascending" data-type="number"/>
|
||||
<xsl:copy-of select="."/>
|
||||
</xsl:for-each>
|
||||
</xsl:variable>
|
||||
</xsl:variable>
|
||||
<body>
|
||||
<table width="100%" class="DefResultsetTable" cellpadding="0" cellspacing="0">
|
||||
<thead>
|
||||
@@ -480,12 +480,13 @@ Your kind words have been shared with other members of the Facilities team and w
|
||||
<th style="text-align: left">Date</th>
|
||||
<th style="text-align: left">Time</th>
|
||||
<th style="text-align: left">Place</th>
|
||||
<th style="text-align: left">Discipline</th>
|
||||
<th style="text-align: left">Call</th>
|
||||
<th style="text-align: left">Discipline</th>
|
||||
<th style="text-align: left">Call</th>
|
||||
<th style="text-align: left">Description</th>
|
||||
<th style="text-align: left">Progress</th>
|
||||
<th style="text-align: left">Requestor</th>
|
||||
<th style="text-align: left">Update</th>
|
||||
</tr>
|
||||
<th style="text-align: left">Update</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<xsl:for-each select="msxml:node-set($sorted)/data_row">
|
||||
@@ -497,17 +498,18 @@ Your kind words have been shared with other members of the Facilities team and w
|
||||
</xsl:variable>
|
||||
<xsl:variable name="this_call">
|
||||
<xsl:value-of select="CALL_NUMBER"/>
|
||||
</xsl:variable>
|
||||
|
||||
</xsl:variable>
|
||||
|
||||
<tr>
|
||||
<tr>
|
||||
<xsl:if test="$this_call!=$prev_call">
|
||||
<td style="mso-number-format:General!important;"><xsl:value-of select="number(CALL_NUMBER)"/></td>
|
||||
<td style="white-space: nowrap"><xsl:value-of select="CALL_DATE"/></td>
|
||||
<td><xsl:value-of select="CALL_TIME"/></td>
|
||||
<td><xsl:value-of select="PLACE"/></td>
|
||||
<td><xsl:value-of select="PLACE"/></td>
|
||||
<td style="white-space: nowrap"><xsl:value-of select="DISCIPLINE"/></td>
|
||||
<td><xsl:value-of select="CALL"/></td>
|
||||
<td><xsl:value-of select="DESCRIPTION"/></td>
|
||||
<td><xsl:value-of select="PROGRESS"/></td>
|
||||
<td><xsl:value-of select="REQUESTOR"/></td>
|
||||
<td>
|
||||
<xsl:for-each select="msxml:node-set($sorted)/data_row[CALL_NUMBER=$this_call]">
|
||||
@@ -516,7 +518,7 @@ Your kind words have been shared with other members of the Facilities team and w
|
||||
</td>
|
||||
</xsl:if>
|
||||
</tr>
|
||||
</tr>
|
||||
</xsl:for-each>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
</tfoot>
|
||||
|
||||
Reference in New Issue
Block a user