Laskujen automaattisiirto, Matkalasku

XSLT-toiminto ei ole päällä, lisätietoja löytyy englannin kielellä sivulta HelpOnConfiguration.
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
ProCountorin laskujen automaattisiirtoliittymän mallitiedosto, 9.1.2009
Tämä tiedosto sisältää mallin ProCountorin liittymän kautta siirrettävältä tiedostolta lukemien 
ostolaskun tietojen sijainnista.
Lisätietoja tiedoista ja niiden käsittelystä löytyy vastaavasta Excel-tiedostosta.
-->
<InvoiceBatch>
        <Finvoice Version="1.2">
                <SellerPartyDetails>
                        <SellerPartyIdentifier>101010-100A</SellerPartyIdentifier>
                        <SellerOrganisationUnitNumber>HenkilökuntaH</SellerOrganisationUnitNumber> 
                        <SellerOrganisationName>Heikki Henkilökunta</SellerOrganisationName>
                        <SellerPostalAddressDetails>
                                <SellerStreetName>Kotikatu 6</SellerStreetName>
                                <SellerTownName>HELSINKI</SellerTownName>
                                <SellerPostCodeIdentifier>00500</SellerPostCodeIdentifier>
                                <CountryCode>FI</CountryCode>
                        </SellerPostalAddressDetails>
                </SellerPartyDetails>
                <InvoiceDetails>
                        <InvoiceTypeCode>T</InvoiceTypeCode>
                        <InvoiceNumber>999</InvoiceNumber>
                        <InvoiceDate Format="CCYYMMDD">20100605</InvoiceDate>
                        <InvoiceFreeText>Mahdollisia lisätietoja, kuten matkan kohde.</InvoiceFreeText>
                        <PaymentTermsDetails>
                                <InvoiceDueDate Format="CCYYMMDD">20100615</InvoiceDueDate>
                        </PaymentTermsDetails>
                </InvoiceDetails>
                <InvoiceRow>
                        <ArticleIdentifier>v2010_kmkorv</ArticleIdentifier>
                        <ArticleName>Kilometrikorvaus</ArticleName>
                        <OrderedQuantity QuantityUnitCode="km">230</OrderedQuantity>
                        <UnitPriceAmount AmountCurrencyIdentifier="EUR">0,45</UnitPriceAmount>
                        <RowNormalProposedAccountIdentifier>7800</RowNormalProposedAccountIdentifier>
                        <RowAccountDimensionText>Projekti\Projekti 152</RowAccountDimensionText>
                        <RowFreeText>29.4.2010 Espoo-Tampere-Espoo</RowFreeText>
                        <RowVatRatePercent>0</RowVatRatePercent>
                </InvoiceRow>
                <InvoiceRow>
                        <ArticleIdentifier>edustus</ArticleIdentifier>
                        <ArticleName>Edustus</ArticleName>
                        <OrderedQuantity QuantityUnitCode="kpl">1</OrderedQuantity>
                        <UnitPriceAmount AmountCurrencyIdentifier="EUR">80</UnitPriceAmount>
                        <RowNormalProposedAccountIdentifier>7950</RowNormalProposedAccountIdentifier>
                        <RowAccountDimensionText>Projekti\Projekti 152</RowAccountDimensionText>
                        <RowFreeText>Lounas asiakkaan kanssa</RowFreeText>
                        <RowVatRatePercent>22</RowVatRatePercent>
                </InvoiceRow>
                <SpecificationDetails>
                        <ProCountorInterfaceDetails>
                                <InterfacePassword>testi</InterfacePassword>
                                <InvoiceTypeCode>T</InvoiceTypeCode>
                                <InvoiceStatusCode>1</InvoiceStatusCode>
                                <InvoiceChannelCode>6</InvoiceChannelCode>
                                <InvoiceLanguageCode>FI</InvoiceLanguageCode>
                                <InvoiceNotesText></InvoiceNotesText>
                                <UnitPricesIncludeTax>true</UnitPricesIncludeTax>
                        </ProCountorInterfaceDetails>
                </SpecificationDetails>
                <EpiDetails>
                        <EpiPartyDetails>
                                <EpiBeneficiaryPartyDetails>
                                        <EpiAccountID IdentificationSchemeName="BBAN">900090-123457</EpiAccountID>
                                </EpiBeneficiaryPartyDetails>
                        </EpiPartyDetails>
                        <EpiPaymentInstructionDetails>
                                <EpiRemittanceInfoIdentifier IdentificationSchemeName="SPY">1234567</EpiRemittanceInfoIdentifier>
                        </EpiPaymentInstructionDetails>
                </EpiDetails>
        </Finvoice>
</InvoiceBatch>