AAAH#35551 -- Uitbreiding Absoluta koppeling
svn path=/Website/branches/v2016.1/; revision=29395
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<xsl:decimal-format name="european" decimal-separator="," grouping-separator="."/>
|
<xsl:decimal-format name="european" decimal-separator="," grouping-separator="."/>
|
||||||
|
|
||||||
<xsl:template match="/">referenceID;dateTime;lineNumber;itemId;description;quantity;itemPrice;itemTax;deliveryDate;supplierRef;postcode;adres
|
<xsl:template match="/">referenceID;dateTime;lineNumber;itemId;description;quantity;itemPrice;itemTax;deliveryDate;supplierRef;postcode;adres;catalogus;kostenplaats
|
||||||
<xsl:for-each select="//PurchaseOrderLine">
|
<xsl:for-each select="//PurchaseOrderLine">
|
||||||
<xsl:variable name="bestelopdr_id"><xsl:value-of select="../../PurchaseOrderHeader/DocumentID/ID"/></xsl:variable>
|
<xsl:variable name="bestelopdr_id"><xsl:value-of select="../../PurchaseOrderHeader/DocumentID/ID"/></xsl:variable>
|
||||||
<xsl:variable name="datetime"><xsl:value-of select="../../PurchaseOrderHeader/DocumentDateTime"/></xsl:variable>
|
<xsl:variable name="datetime"><xsl:value-of select="../../PurchaseOrderHeader/DocumentDateTime"/></xsl:variable>
|
||||||
@@ -19,12 +19,14 @@
|
|||||||
<xsl:variable name="supplier_ref"><xsl:value-of select="OrderLineCharacteristic/CharacteristicValue"/></xsl:variable>
|
<xsl:variable name="supplier_ref"><xsl:value-of select="OrderLineCharacteristic/CharacteristicValue"/></xsl:variable>
|
||||||
<xsl:variable name="aflever_postcode"><xsl:value-of select="../../PurchaseOrderHeader/EmployeeResponsibleParty/Location/Address/PostalCode"/></xsl:variable>
|
<xsl:variable name="aflever_postcode"><xsl:value-of select="../../PurchaseOrderHeader/EmployeeResponsibleParty/Location/Address/PostalCode"/></xsl:variable>
|
||||||
<xsl:variable name="aflever_adres"><xsl:value-of select="../../PurchaseOrderHeader/EmployeeResponsibleParty/Location/Address/Address"/></xsl:variable>
|
<xsl:variable name="aflever_adres"><xsl:value-of select="../../PurchaseOrderHeader/EmployeeResponsibleParty/Location/Address/Address"/></xsl:variable>
|
||||||
|
<xsl:variable name="catalogus"><xsl:value-of select="../../../MessageHeader/RecipientParty/CustomerID"/></xsl:variable>
|
||||||
|
<xsl:variable name="kostenplaats"><xsl:value-of select="../../PurchaseOrderHeader/CostHeadings/CostHeadingID[1]"/></xsl:variable>
|
||||||
<xsl:variable name="new_line" select="'
'"/>
|
<xsl:variable name="new_line" select="'
'"/>
|
||||||
<xsl:value-of select="$bestelopdr_id"/>;<xsl:value-of select="$datetime"/>;<xsl:value-of select="$linenumber"/>;<xsl:value-of select="$supplier_item_id"/>;<xsl:value-of select="$description"/>;<xsl:value-of select="$description_long"/>;<xsl:value-of select="$order_quantity"/>;<xsl:value-of select="$item_price"/>;<xsl:value-of select="$item_tax"/>;<xsl:value-of select="$delivery_date"/>;<xsl:value-of select="$supplier_ref"/>;<xsl:value-of select="$aflever_postcode"/>;<xsl:value-of select="$aflever_adres"/><xsl:value-of select="$new_line"/>
|
<xsl:value-of select="$bestelopdr_id"/>;<xsl:value-of select="$datetime"/>;<xsl:value-of select="$linenumber"/>;<xsl:value-of select="$supplier_item_id"/>;<xsl:value-of select="$description"/>;<xsl:value-of select="$description_long"/>;<xsl:value-of select="$order_quantity"/>;<xsl:value-of select="$item_price"/>;<xsl:value-of select="$item_tax"/>;<xsl:value-of select="$delivery_date"/>;<xsl:value-of select="$supplier_ref"/>;<xsl:value-of select="$aflever_postcode"/>;<xsl:value-of select="$aflever_adres"/>;<xsl:value-of select="$catalogus"/>;<xsl:value-of select="$kostenplaats"/><xsl:value-of select="$new_line"/>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</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. --><!-- 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. -->
|
||||||
Reference in New Issue
Block a user