NYBU#40594 notificatie vertrekbrief/ student departure
svn path=/Website/branches/v2017.1/; revision=34499
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="Xsrtnotificatiecode">RESMAI</xsl:variable>
|
||||
<xsl:variable name="srtnotificatiecode">CUST02</xsl:variable>
|
||||
|
||||
<xsl:key name="regel" match="//facilitor/rapport/rapport_data/data_row" use="HIDE_F_REGEL"/>
|
||||
<xsl:key name="catalogus" match="//facilitor/rapport/rapport_data/data_row" use="FCLT_F_CATALOGUS"/>
|
||||
@@ -667,8 +667,46 @@
|
||||
</div>
|
||||
</div>
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="$Xsrtnotificatiecode='CUST02'">
|
||||
<br/><br/>Dear <xsl:value-of select="voor/naam_friendly"/>,<br/><br/>
|
||||
Hereby we confirm the receipt of your Exit Form for the Nyenrode campus. The following data has been entered into our administration: <br/><br/>
|
||||
<table border="0" width="50%" cellpadding="2">
|
||||
<tr>
|
||||
<td> Date of ending the rental agreement:</td>
|
||||
<td> <xsl:value-of select="kenmerk[@naam='Vertrekdatum']"/> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> E-mail address:</td>
|
||||
<td> <xsl:value-of select="voor/email"/> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Mobile phone:</td>
|
||||
<td> <xsl:value-of select="voor/mobiel"/> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> IBAN:</td>
|
||||
<td> <xsl:value-of select="voor/kenmerk[@naam='IBAN machtiging']"/> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> Room will be checked on: </td>
|
||||
<td> <xsl:value-of select="kenmerk[@naam='Datum kamercontrole']"/> at <xsl:value-of select="kenmerk[@naam='Tijd kamercontrole']"/> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br/><br/>You need to be present at this time to personally hand in your keys to our Campus Supervisor.<br/>
|
||||
|
||||
When certain data is incorrect or has not reached us yet (possible blanks above) or you would like to change the date/time of the room check, please inform us as soon as possible.<br/>
|
||||
Also don’t forget to submit your new address to program management. <br/>
|
||||
Ten weeks after the room check you will receive a final invoice at the forwarding address. On this invoice we will calculate rent, deposit, final cleaning and damages if applicable.<br/>
|
||||
Should you have any further questions, you can reach us through the contact info underneath.<br/><br/>
|
||||
Kind regards,<br/>
|
||||
<xsl:value-of select="melder/naam_friendly"/> <br/>
|
||||
Hospitality and Services, Nyenrode Business Universiteit
|
||||
</xsl:when>
|
||||
|
||||
<xsl:otherwise>
|
||||
<table border="0" width="100%" cellpadding="2">
|
||||
<table border="0" width="50%" cellpadding="2">
|
||||
<tr>
|
||||
<!-- <td colspan="2" class="caption" style="padding-top:20px;padding-bottom:20px"> -->
|
||||
<td colspan="2" style="font-size: 14pt; padding-top:20px;padding-bottom:20px">
|
||||
|
||||
Reference in New Issue
Block a user