mirror of
https://github.com/BSchneppe/einvoice-rs.git
synced 2026-03-17 10:24:08 +00:00
154 lines
7.0 KiB
XML
154 lines
7.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ubl:Invoice xmlns:ubl="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2"
|
|
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
|
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2">
|
|
<cbc:CustomizationID>urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0</cbc:CustomizationID>
|
|
<cbc:ProfileID>urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</cbc:ProfileID>
|
|
<cbc:ID>RR123456</cbc:ID>
|
|
<cbc:IssueDate>2016-06-24</cbc:IssueDate>
|
|
<cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>
|
|
<cbc:Note>#ADU#Bei Zahlung bitte unbedingt angeben: […]</cbc:Note>
|
|
<cbc:Note>#ADU#Die Lieferung erfolgte im Monat 06/2016. Die nächsten Ausgaben werden zum jeweiligen Erscheinungstermin ausgeliefert.</cbc:Note>
|
|
<cbc:Note>#ADU#Informationen zum Bankeinzug, einer Adressänderung und vieles mehr finden Sie auch in unseren FAQ.</cbc:Note>
|
|
<cbc:DocumentCurrencyCode>EUR</cbc:DocumentCurrencyCode>
|
|
<cbc:BuyerReference>04011000-12347-94</cbc:BuyerReference>
|
|
<cac:ContractDocumentReference>
|
|
<cbc:ID>CR987654</cbc:ID>
|
|
</cac:ContractDocumentReference>
|
|
<cac:AccountingSupplierParty>
|
|
<cac:Party>
|
|
<cbc:EndpointID schemeID="EM">seller@email.de</cbc:EndpointID>
|
|
<cac:PartyName>
|
|
<cbc:Name>[Seller trading name]</cbc:Name>
|
|
</cac:PartyName>
|
|
<cac:PostalAddress>
|
|
<cbc:StreetName>[Seller address line 1]</cbc:StreetName>
|
|
<cbc:CityName>[Seller city]</cbc:CityName>
|
|
<cbc:PostalZone>12345</cbc:PostalZone>
|
|
<cac:Country>
|
|
<cbc:IdentificationCode>DE</cbc:IdentificationCode>
|
|
</cac:Country>
|
|
</cac:PostalAddress>
|
|
<cac:PartyTaxScheme>
|
|
<cbc:CompanyID>DE123456789</cbc:CompanyID>
|
|
<cac:TaxScheme>
|
|
<cbc:ID>VAT</cbc:ID>
|
|
</cac:TaxScheme>
|
|
</cac:PartyTaxScheme>
|
|
<cac:PartyTaxScheme>
|
|
<cbc:CompanyID>123/4567/8901</cbc:CompanyID>
|
|
<cac:TaxScheme>
|
|
<cbc:ID>???</cbc:ID>
|
|
</cac:TaxScheme>
|
|
</cac:PartyTaxScheme>
|
|
<cac:PartyLegalEntity>
|
|
<cbc:RegistrationName>[Seller name]</cbc:RegistrationName>
|
|
<cbc:CompanyID>HRB 12345</cbc:CompanyID>
|
|
<cbc:CompanyLegalForm>Geschäftsführer: […] (Vorsitz), […], Amtsgericht […]</cbc:CompanyLegalForm>
|
|
</cac:PartyLegalEntity>
|
|
<cac:Contact>
|
|
<cbc:Name>Kundenservice</cbc:Name>
|
|
<cbc:Telephone>012-3456789</cbc:Telephone>
|
|
<cbc:ElectronicMail>info@service.de</cbc:ElectronicMail>
|
|
</cac:Contact>
|
|
</cac:Party>
|
|
</cac:AccountingSupplierParty>
|
|
<cac:AccountingCustomerParty>
|
|
<cac:Party>
|
|
<cbc:EndpointID schemeID="EM">buyer@info.de</cbc:EndpointID>
|
|
<cac:PartyIdentification>
|
|
<cbc:ID>BI123456</cbc:ID>
|
|
</cac:PartyIdentification>
|
|
<cac:PostalAddress>
|
|
<cbc:StreetName>[Buyer address line 1]</cbc:StreetName>
|
|
<cbc:AdditionalStreetName>[Buyer address line 2]</cbc:AdditionalStreetName>
|
|
<cbc:CityName>[Buyer city]</cbc:CityName>
|
|
<cbc:PostalZone>12345</cbc:PostalZone>
|
|
<cac:AddressLine>
|
|
<cbc:Line>[Buyer address line 3]</cbc:Line>
|
|
</cac:AddressLine>
|
|
<cac:Country>
|
|
<cbc:IdentificationCode>DE</cbc:IdentificationCode>
|
|
</cac:Country>
|
|
</cac:PostalAddress>
|
|
<cac:PartyLegalEntity>
|
|
<cbc:RegistrationName>[Buyer name]</cbc:RegistrationName>
|
|
</cac:PartyLegalEntity>
|
|
<cac:Contact>
|
|
<cbc:Name>Pressestelle</cbc:Name>
|
|
</cac:Contact>
|
|
</cac:Party>
|
|
</cac:AccountingCustomerParty>
|
|
<cac:PaymentMeans>
|
|
<cbc:PaymentMeansCode>58</cbc:PaymentMeansCode>
|
|
<cac:PayeeFinancialAccount>
|
|
<!-- dies ist eine nicht existerende aber valide IBAN als test dummy -->
|
|
<cbc:ID>DE75512108001245126199</cbc:ID>
|
|
</cac:PayeeFinancialAccount>
|
|
</cac:PaymentMeans>
|
|
<cac:PaymentTerms>
|
|
<cbc:Note>Fällig sofort, ohne Abzug</cbc:Note>
|
|
</cac:PaymentTerms>
|
|
<cac:TaxTotal>
|
|
<cbc:TaxAmount currencyID="EUR">11.92</cbc:TaxAmount>
|
|
<cac:TaxSubtotal>
|
|
<cbc:TaxableAmount currencyID="EUR">170.28</cbc:TaxableAmount>
|
|
<cbc:TaxAmount currencyID="EUR">11.92</cbc:TaxAmount>
|
|
<cac:TaxCategory>
|
|
<cbc:ID>S</cbc:ID>
|
|
<cbc:Percent>7</cbc:Percent>
|
|
<cac:TaxScheme>
|
|
<cbc:ID>VAT</cbc:ID>
|
|
</cac:TaxScheme>
|
|
</cac:TaxCategory>
|
|
</cac:TaxSubtotal>
|
|
</cac:TaxTotal>
|
|
<cac:LegalMonetaryTotal>
|
|
<cbc:LineExtensionAmount currencyID="EUR">170.28</cbc:LineExtensionAmount>
|
|
<cbc:TaxExclusiveAmount currencyID="EUR">170.28</cbc:TaxExclusiveAmount>
|
|
<cbc:TaxInclusiveAmount currencyID="EUR">182.2</cbc:TaxInclusiveAmount>
|
|
<cbc:PayableAmount currencyID="EUR">182.2</cbc:PayableAmount>
|
|
</cac:LegalMonetaryTotal>
|
|
<cac:InvoiceLine>
|
|
<cbc:ID>558490000</cbc:ID>
|
|
<cbc:InvoicedQuantity unitCode="XPP">1</cbc:InvoicedQuantity>
|
|
<cbc:LineExtensionAmount currencyID="EUR">152.34</cbc:LineExtensionAmount>
|
|
<cac:Item>
|
|
<cbc:Description>Heft 13 2016 bis 24 2016</cbc:Description>
|
|
<cbc:Name>Deutsches Verwaltungsblatt</cbc:Name>
|
|
<cac:SellersItemIdentification>
|
|
<cbc:ID>55849000</cbc:ID>
|
|
</cac:SellersItemIdentification>
|
|
<cac:ClassifiedTaxCategory>
|
|
<cbc:ID>S</cbc:ID>
|
|
<cbc:Percent>7</cbc:Percent>
|
|
<cac:TaxScheme>
|
|
<cbc:ID>VAT</cbc:ID>
|
|
</cac:TaxScheme>
|
|
</cac:ClassifiedTaxCategory>
|
|
</cac:Item>
|
|
<cac:Price>
|
|
<cbc:PriceAmount currencyID="EUR">152.34</cbc:PriceAmount>
|
|
</cac:Price>
|
|
</cac:InvoiceLine>
|
|
<cac:InvoiceLine>
|
|
<cbc:ID>Versandkosten</cbc:ID>
|
|
<cbc:InvoicedQuantity unitCode="XPP">1</cbc:InvoicedQuantity>
|
|
<cbc:LineExtensionAmount currencyID="EUR">17.94</cbc:LineExtensionAmount>
|
|
<cac:Item>
|
|
<cbc:Description>Abonnement-Nummer […]</cbc:Description>
|
|
<cbc:Name>Versandkosten</cbc:Name>
|
|
<cac:ClassifiedTaxCategory>
|
|
<cbc:ID>S</cbc:ID>
|
|
<cbc:Percent>7</cbc:Percent>
|
|
<cac:TaxScheme>
|
|
<cbc:ID>VAT</cbc:ID>
|
|
</cac:TaxScheme>
|
|
</cac:ClassifiedTaxCategory>
|
|
</cac:Item>
|
|
<cac:Price>
|
|
<cbc:PriceAmount currencyID="EUR">17.94</cbc:PriceAmount>
|
|
</cac:Price>
|
|
</cac:InvoiceLine>
|
|
</ubl:Invoice>
|