Advertisement
ThanasisPap

1.5 Τιμολόγιο Πώλησης / Εκκαθάριση Πωλήσεων Τρίτων - Αμοιβή από Πωλήσεις Τρίτων (dev)

Dec 21st, 2023 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.89 KB | Source Code | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <InvoicesDoc
  3.     xmlns="http://www.aade.gr/myDATA/invoice/v1.0" xsi:schemaLocation="http://www.aade.gr/myDATA/invoice/v1.0 schema.xsd"
  4.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.     xmlns:N1="https://www.aade.gr/myDATA/incomeClassificaton/v1.0"
  6.     xmlns:N2="https://www.aade.gr/myDATA/expensesClassificaton/v1.0">
  7.     <invoice>
  8.         <issuer>
  9.             <vatNumber>012345678</vatNumber>
  10.             <country>GR</country>
  11.             <branch>2</branch>
  12.         </issuer>
  13.         <counterpart>
  14.             <vatNumber>876543210</vatNumber>
  15.             <country>GR</country>
  16.             <branch>0</branch>
  17.         </counterpart>
  18.         <invoiceHeader>
  19.             <series>0</series>
  20.             <aa>000001</aa>
  21.             <issueDate>2023-12-21</issueDate>
  22.             <invoiceType>1.5</invoiceType>
  23.             <currency>EUR</currency>
  24.         </invoiceHeader>
  25.         <paymentMethods>
  26.             <paymentMethodDetails>
  27.                 <type>5</type>
  28.                 <amount>1364.00</amount>
  29.             </paymentMethodDetails>
  30.         </paymentMethods>
  31.         <invoiceDetails>
  32.             <lineNumber>1</lineNumber>
  33.             <invoiceDetailType>1</invoiceDetailType>
  34.             <netValue>1000.00</netValue>
  35.             <vatCategory>1</vatCategory>
  36.             <vatAmount>240.00</vatAmount>
  37.             <expensesClassification>
  38.                 <N2:classificationCategory>category2_9</N2:classificationCategory>
  39.                 <N2:amount>1000.00</N2:amount>
  40.             </expensesClassification>
  41.         </invoiceDetails>
  42.         <invoiceDetails>
  43.             <lineNumber>2</lineNumber>
  44.             <invoiceDetailType>2</invoiceDetailType>
  45.             <netValue>100.00</netValue>
  46.             <vatCategory>1</vatCategory>
  47.             <vatAmount>24.00</vatAmount>
  48.             <incomeClassification>
  49.                 <N1:classificationType>E3_561_007</N1:classificationType>
  50.                 <N1:classificationCategory>category1_3</N1:classificationCategory>
  51.                 <N1:amount>100.00</N1:amount>
  52.             </incomeClassification>
  53.         </invoiceDetails>
  54.         <invoiceSummary>
  55.             <totalNetValue>1100.00</totalNetValue>
  56.             <totalVatAmount>264.00</totalVatAmount>
  57.             <totalWithheldAmount>0.00</totalWithheldAmount>
  58.             <totalFeesAmount>0.00</totalFeesAmount>
  59.             <totalStampDutyAmount>0.00</totalStampDutyAmount>
  60.             <totalOtherTaxesAmount>0.00</totalOtherTaxesAmount>
  61.             <totalDeductionsAmount>0.00</totalDeductionsAmount>
  62.             <totalGrossValue>1364.00</totalGrossValue>
  63.             <incomeClassification>
  64.                 <N1:classificationType>E3_561_007</N1:classificationType>
  65.                 <N1:classificationCategory>category1_3</N1:classificationCategory>
  66.                 <N1:amount>100.00</N1:amount>
  67.             </incomeClassification>
  68.             <expensesClassification>
  69.                 <N2:classificationCategory>category2_9</N2:classificationCategory>
  70.                 <N2:amount>1000.00</N2:amount>
  71.             </expensesClassification>
  72.         </invoiceSummary>
  73.     </invoice>
  74. </InvoicesDoc>                                                                                                                                                                                                                                                                                                                                                
  75.  
Tags: mydata
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement