Advertisement
ThanasisPap

6.2 Στοιχείο Ιδιοχρησιμοποίησης

Feb 13th, 2024 (edited)
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.17 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>0</branch>
  12.         </issuer>
  13.         <invoiceHeader>
  14.             <series>0</series>
  15.             <aa>1</aa>
  16.             <issueDate>2024-02-13</issueDate>
  17.             <invoiceType>6.2</invoiceType>
  18.             <currency>EUR</currency>
  19.         </invoiceHeader>
  20.         <paymentMethods>
  21.             <paymentMethodDetails>
  22.                 <type>5</type>
  23.                 <amount>124.00</amount>
  24.             </paymentMethodDetails>
  25.         </paymentMethods>
  26.         <invoiceDetails>
  27.             <lineNumber>1</lineNumber>
  28.             <netValue>100.00</netValue>
  29.             <vatCategory>1</vatCategory>
  30.             <vatAmount>24.00</vatAmount>
  31.             <incomeClassification>
  32.                 <N1:classificationType>E3_595</N1:classificationType>
  33.                 <N1:classificationCategory>category1_6</N1:classificationCategory>
  34.                 <N1:amount>100.00</N1:amount>
  35.             </incomeClassification>
  36.         </invoiceDetails>
  37.         <invoiceSummary>
  38.             <totalNetValue>100.00</totalNetValue>
  39.             <totalVatAmount>24.00</totalVatAmount>
  40.             <totalWithheldAmount>0.00</totalWithheldAmount>
  41.             <totalFeesAmount>0.00</totalFeesAmount>
  42.             <totalStampDutyAmount>0.00</totalStampDutyAmount>
  43.             <totalOtherTaxesAmount>0.00</totalOtherTaxesAmount>
  44.             <totalDeductionsAmount>0.00</totalDeductionsAmount>
  45.             <totalGrossValue>124.00</totalGrossValue>
  46.             <incomeClassification>
  47.                 <N1:classificationType>E3_595</N1:classificationType>
  48.                 <N1:classificationCategory>category1_6</N1:classificationCategory>
  49.                 <N1:amount>100.00</N1:amount>
  50.             </incomeClassification>
  51.         </invoiceSummary>
  52.     </invoice>
  53. </InvoicesDoc>                                                                                                                                                                                                                                                                                                                                                
  54.  
Tags: mydata
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement