VLKC#36864 FACTUUR-import vanuit/via ReadSoft

svn path=/Website/branches/v2016.3/; revision=32617
This commit is contained in:
Maarten van der Heide
2017-01-30 17:45:58 +00:00
parent 9f601baaec
commit 452d0d3186

View File

@@ -70,7 +70,7 @@
<xsl:value-of select="Field[@Name='LI_Bedrag']"/>
</xsl:variable>
<xsl:variable name="li_btwpct">
<xsl:value-of select="Field[@Name='LI_BTW%']"/>
<xsl:value-of select="Field[@Name='LI_BTWCode']"/>
</xsl:variable>
<xsl:value-of select="$levnr"/>;<xsl:value-of select="$factnr"/>;<xsl:value-of select="$factdat"/>;<xsl:value-of select="$li_ordernr"/>;;;<xsl:value-of select="Field[@Name='LI_ArtikelOmschrijving']"/><xsl:if test="Field[@Name='LI_Aantal']!='' and Field[@Name='LI_EenheidsPrijs']!='' and Field[@Name='LI_EenheidsPrijs']!=Field[@Name='LI_Bedrag']"> (<xsl:value-of select="Field[@Name='LI_Aantal']"/> * <xsl:value-of select="Field[@Name='LI_EenheidsPrijs']"/>)</xsl:if>;;<xsl:value-of select="$li_kostprijs"/>;;<xsl:value-of select="$li_btwpct"/>;;;<xsl:value-of select="$levnaam"/> (<xsl:value-of select="$levnr"/>);;;;;;;<xsl:value-of select="$new_line"/>
</xsl:for-each>