WZUV#41726 Fase 2: facturatie Randstad
svn path=/Website/branches/v2017.2/; revision=37017
This commit is contained in:
@@ -5,19 +5,14 @@
|
||||
xmlns:setu="urn:ns.setu.nl:setu:invoice:extension:v2.0"
|
||||
xmlns:stat="urn:oasis:names:specification:ubl:schema:xsd:DocumentStatusCode-1.0" xmlns:udt="urn:un:unece:uncefact:data:draft:UnqualifiedDataTypesSchemaModule:2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
|
||||
<xsl:output method="text" encoding="UTF-8"/>
|
||||
|
||||
|
||||
<xsl:output method="text" encoding="UTF-8"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
|
||||
<xsl:comment>factuurnr;factuurdatum;omschrijving;bedrag;btwperc;btwbedrag;omschr;weeknummer</xsl:comment>
|
||||
<xsl:comment>factuurnr;factuurdatum;omschrijving;bedrag;btwperc;btwbedrag;omschr;weeknummer;afdeling;docid;aant;mdwnaam</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="cbc:LineExtensionAmount"/>;<xsl:value-of select="cac:Item/cac:ClassifiedTaxCategory/cbc:Percent"/>;<xsl:value-of select="cac:TaxTotal/cbc:TaxAmount"/>;<xsl:value-of select="cac:Item/cac:AdditionalItemProperty/cbc:Name [text()='werkweeknummer']/../cbc:Name"/>;<xsl:value-of select="cac:Item/cac:AdditionalItemProperty/cbc:Name [text()='werkweeknummer']/../cbc:Value"/>;<xsl:value-of select="../ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/setu:InvoiceExtension/setu:OrganizationDepartment"/>;<xsl:value-of select="../cac:AdditionalDocumentReference/cbc:ID"/>;<xsl:value-of select="cbc:InvoicedQuantity"/>;
|
||||
<xsl:value-of select="../cbc:ID"/>;<xsl:value-of select="../cbc:IssueDate"/>;<xsl:value-of select="cac:Item/cbc:Name"/>;<xsl:value-of select="cbc:LineExtensionAmount"/>;<xsl:value-of select="cac:Item/cac:ClassifiedTaxCategory/cbc:Percent"/>;<xsl:value-of select="cac:TaxTotal/cbc:TaxAmount"/>;<xsl:value-of select="cac:Item/cac:AdditionalItemProperty/cbc:Name [text()='werkweeknummer']/../cbc:Name"/>;<xsl:value-of select="cac:Item/cac:AdditionalItemProperty/cbc:Name [text()='werkweeknummer']/../cbc:Value"/>;<xsl:value-of select="../ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/setu:InvoiceExtension/setu:OrganizationDepartment"/>;<xsl:value-of select="../cac:AdditionalDocumentReference/cbc:ID"/>;<xsl:value-of select="cbc:InvoicedQuantity"/>;<xsl:value-of select="cbc:AccountingCost"/>;
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
<!-- Stylus Studio meta-information - (c) 2004-2007. Progress Software Corporation. All rights reserved.
|
||||
<metaInformation>
|
||||
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="file:///z:/Project/Implementaties/Customers/WZUV/9. Inkoop en inkoopfacturen/Randstad/UBL NEW 23789425.xml" htmlbaseurl="" outputurl="" processortype="saxon8" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator="" ><advancedProp name="sInitialMode" value=""/><advancedProp name="bXsltOneIsOkay" value="true"/><advancedProp name="bSchemaAware" value="true"/><advancedProp name="bXml11" value="false"/><advancedProp name="iValidation" value="0"/><advancedProp name="bExtensions" value="true"/><advancedProp name="iWhitespace" value="0"/><advancedProp name="sInitialTemplate" value=""/><advancedProp name="bTinyTree" value="true"/><advancedProp name="bWarnings" value="true"/><advancedProp name="bUseDTD" value="false"/><advancedProp name="iErrorHandling" value="fatal"/></scenario></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/><MapperBlockPosition></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
|
||||
</metaInformation>
|
||||
-->
|
||||
Reference in New Issue
Block a user