MARX#38434: Koppeling Plegt-Vos: opdrachten worden niet meer verwerkt bij Plegt.

svn path=/Website/branches/v2016.2/; revision=31487
This commit is contained in:
Marcel Bourseau
2016-11-16 08:51:11 +00:00
parent e3f3030f49
commit 69cc1019fa
4 changed files with 29 additions and 5 deletions

View File

@@ -170,7 +170,13 @@
<xsl:call-template name="construct_instructionlines">
<xsl:with-param name="p_LineNumber" select="position()"/>
<xsl:with-param name="p_Quantity" select="aantal"/>
<xsl:with-param name="p_MeasurementUnitQuantity" select="eenheidcode"/>
<!-- MARX#38434: default met PCE doorsturen, indien AX leeg wordt aangeleverd. -->
<xsl:with-param name="p_MeasurementUnitQuantity">
<xsl:choose>
<xsl:when test="eenheidcode != ''"><xsl:value-of select="eenheidcode"/></xsl:when>
<xsl:otherwise>PCE</xsl:otherwise>
</xsl:choose>
</xsl:with-param>
<xsl:with-param name="p_NormPriceCode" select="''"/>
<xsl:with-param name="p_Area" select="melding/kenmerk[@key='6']"/>
<xsl:with-param name="p_ShortDescription" select="substring(normalize-space(omschrijving),1,35)"/>

View File

@@ -174,7 +174,13 @@
<xsl:call-template name="construct_instructionlines">
<xsl:with-param name="p_LineNumber" select="position()"/>
<xsl:with-param name="p_Quantity" select="aantal"/>
<xsl:with-param name="p_MeasurementUnitQuantity" select="eenheidcode"/>
<!-- MARX#38434: default met PCE doorsturen, indien AX leeg wordt aangeleverd. -->
<xsl:with-param name="p_MeasurementUnitQuantity">
<xsl:choose>
<xsl:when test="eenheidcode != ''"><xsl:value-of select="eenheidcode"/></xsl:when>
<xsl:otherwise>PCE</xsl:otherwise>
</xsl:choose>
</xsl:with-param>
<xsl:with-param name="p_NormPriceCode" select="''"/>
<xsl:with-param name="p_Area" select="melding/kenmerk[@key='6']"/>
<xsl:with-param name="p_ShortDescription" select="substring(normalize-space(omschrijving),1,35)"/>

View File

@@ -164,7 +164,13 @@
<xsl:call-template name="construct_instructionlines">
<xsl:with-param name="p_LineNumber" select="position()"/>
<xsl:with-param name="p_Quantity" select="aantal"/>
<xsl:with-param name="p_MeasurementUnitQuantity" select="eenheidcode"/>
<!-- MARX#38434: default met PCE doorsturen, indien AX leeg wordt aangeleverd. -->
<xsl:with-param name="p_MeasurementUnitQuantity">
<xsl:choose>
<xsl:when test="eenheidcode != ''"><xsl:value-of select="eenheidcode"/></xsl:when>
<xsl:otherwise>PCE</xsl:otherwise>
</xsl:choose>
</xsl:with-param>
<xsl:with-param name="p_NormPriceCode" select="''"/>
<xsl:with-param name="p_Area" select="melding/kenmerk[@key='6']"/>
<xsl:with-param name="p_ShortDescription" select="substring(normalize-space(omschrijving),1,35)"/>
@@ -228,7 +234,7 @@
<LineNumber><xsl:value-of select="$p_LineNumber"/></LineNumber>
<!-- SIDB - Het aantal eenheden van werk geidentificeerd door de normprijscode. Mandatory, N(15) -->
<Quantity><xsl:value-of select="$p_Quantity"/></Quantity>
<!-- SIDB - Code van de meeteenheid waarin het aantal is uitgedrukt. Mandatory, C(3) -->
<!-- SIDB - Code van de meeteenheid waarin het aantal is uitgedrukt. Mandatory, C(3) -->
<MeasurementUnitQuantity><xsl:value-of select="$p_MeasurementUnitQuantity"/></MeasurementUnitQuantity>
<!-- SIDB - Code waarmee het uit te voeren werk wordt aangegeven. Mandatory, C(17) -->
<!-- Zie call FSN#34901 voor de (on)zin van dit veld -->

View File

@@ -167,7 +167,13 @@
<xsl:call-template name="construct_instructionlines">
<xsl:with-param name="p_LineNumber" select="position()"/>
<xsl:with-param name="p_Quantity" select="aantal"/>
<xsl:with-param name="p_MeasurementUnitQuantity" select="eenheidcode"/>
<!-- MARX#38434: default met PCE doorsturen, indien AX leeg wordt aangeleverd. -->
<xsl:with-param name="p_MeasurementUnitQuantity">
<xsl:choose>
<xsl:when test="eenheidcode != ''"><xsl:value-of select="eenheidcode"/></xsl:when>
<xsl:otherwise>PCE</xsl:otherwise>
</xsl:choose>
</xsl:with-param>
<xsl:with-param name="p_NormPriceCode" select="''"/>
<xsl:with-param name="p_Area" select="melding/kenmerk[@key='6']"/>
<xsl:with-param name="p_ShortDescription" select="substring(normalize-space(omschrijving),1,35)"/>