WZUV#41726 Fase 2: Factuurimport Liander aangepast
svn path=/Website/branches/v2017.2/; revision=36411
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
<xsl:output method="text" encoding="UTF-8"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:comment>factuurnr;factuurdatum;omschrijving;bedrag;btwperc;btwbedrag;periode_van</xsl:comment>
|
||||
<xsl:comment>factuurnr;factuurdatum;omschrijving;bedrag;btwperc;btwbedrag;periode_van;EAN nummer</xsl:comment>
|
||||
<xsl:for-each select="//cac:InvoiceLine">
|
||||
<xsl:value-of select="../cbc:ID"/>;<xsl:value-of select="../cbc:IssueDate"/>;<xsl:value-of select="cac:Item/cbc:Name"/>;<xsl:value-of select="cac:TaxTotal/cac:TaxSubtotal/cbc:TaxableAmount"/>;<xsl:value-of select="cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory/cbc:Percent"/>;<xsl:value-of select="cac:TaxTotal/cbc:TaxAmount"/>;<xsl:value-of select="cac:InvoicePeriod/cbc:StartDate"/>;
</xsl:for-each>
|
||||
<xsl:value-of select="../cbc:ID"/>;<xsl:value-of select="../cbc:IssueDate"/>;<xsl:value-of select="cac:Item/cbc:Name"/>;<xsl:value-of select="cac:TaxTotal/cac:TaxSubtotal/cbc:TaxableAmount"/>;<xsl:value-of select="cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory/cbc:Percent"/>;<xsl:value-of select="cac:TaxTotal/cbc:TaxAmount"/>;<xsl:value-of select="cac:InvoicePeriod/cbc:StartDate"/>;<xsl:value-of select="cac:Delivery/cac:DeliveryLocation/cbc:ID"/>;

|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user