Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <InvoicesDoc
- xmlns="http://www.aade.gr/myDATA/invoice/v1.0" xsi:schemaLocation="http://www.aade.gr/myDATA/invoice/v1.0/InvoicesDoc-v0.6.xsd"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:N2="https://www.aade.gr/myDATA/expensesClassificaton/v1.0">
- <invoice>
- <issuer>
- <vatNumber>MK55555555</vatNumber>
- <country>MK</country>
- <branch>0</branch>
- <name>MK-COMPANY</name>
- <address>
- <postalCode>22222</postalCode>
- <city>SKOPIA</city>
- </address>
- </issuer>
- <counterpart>
- <vatNumber>123456789</vatNumber>
- <country>GR</country>
- <branch>0</branch>
- <address>
- <postalCode>25622</postalCode>
- <city>ATHENS</city>
- </address>
- </counterpart>
- <invoiceHeader>
- <series>0</series>
- <aa>1</aa>
- <issueDate>2024-04-09</issueDate>
- <invoiceType>14.2</invoiceType>
- <currency>EUR</currency>
- </invoiceHeader>
- <invoiceDetails>
- <lineNumber>1</lineNumber>
- <netValue>100.00</netValue>
- <vatCategory>1</vatCategory>
- <vatAmount>24.00</vatAmount>
- <expensesClassification>
- <N2:classificationCategory>category2_95</N2:classificationCategory>
- <N2:amount>100.00</N2:amount>
- </expensesClassification>
- <expensesClassification>
- <N2:classificationType>VAT_363</N2:classificationType>
- <N2:amount>100.00</N2:amount>
- </expensesClassification>
- </invoiceDetails>
- <invoiceSummary>
- <totalNetValue>100.00</totalNetValue>
- <totalVatAmount>24.00</totalVatAmount>
- <totalWithheldAmount>0.00</totalWithheldAmount>
- <totalFeesAmount>0.00</totalFeesAmount>
- <totalStampDutyAmount>0.00</totalStampDutyAmount>
- <totalOtherTaxesAmount>0.00</totalOtherTaxesAmount>
- <totalDeductionsAmount>0.00</totalDeductionsAmount>
- <totalGrossValue>124.00</totalGrossValue>
- <expensesClassification>
- <N2:classificationCategory>category2_95</N2:classificationCategory>
- <N2:amount>100.00</N2:amount>
- </expensesClassification>
- <expensesClassification>
- <N2:classificationType>VAT_363</N2:classificationType>
- <N2:amount>100.00</N2:amount>
- </expensesClassification>
- </invoiceSummary>
- </invoice>
- </InvoicesDoc>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement