Advertisement
ThanasisPap

1.1 Αυτοτιμολόγηση

Dec 3rd, 2024 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.88 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.             <name>ΟΝΟΜΑ ΕΚΔΟΤΗ</name>
  13.             <address>
  14.                 <street>ΟΔΟΣ ΕΚΔΟΤΗ</street>
  15.                 <number>1</number>
  16.                 <postalCode>17671</postalCode>
  17.                 <city>ΚΑΛΛΙΘΕΑ</city>
  18.             </address>
  19.         </issuer>
  20.         <counterpart>
  21.             <vatNumber>876543210</vatNumber>
  22.             <country>GR</country>
  23.             <branch>0</branch>
  24.             <name>ΜΗ ΥΠΟΧΡΕΟΣ</name>
  25.             <address>
  26.                 <street>ΟΔΟΣ</street>
  27.                 <number>0</number>
  28.                 <postalCode>99999</postalCode>
  29.                 <city>ΠΟΛΗ</city>
  30.             </address>
  31.         </counterpart>
  32.         <invoiceHeader>
  33.             <series>0</series>
  34.             <aa>1</aa>
  35.             <issueDate>2024-12-03</issueDate>
  36.             <invoiceType>1.1</invoiceType>
  37.             <currency>EUR</currency>
  38.             <selfPricing>true </selfPricing>
  39.             <dispatchDate>2024-12-03</dispatchDate>
  40.             <dispatchTime>09:42:00</dispatchTime>
  41.             <movePurpose>1</movePurpose>
  42.             <otherDeliveryNoteHeader>
  43.                 <loadingAddress>
  44.                     <street>ΟΔΟΣ</street>
  45.                     <number>0</number>
  46.                     <postalCode>99999</postalCode>
  47.                     <city>ΠΟΛΗ</city>
  48.                 </loadingAddress>
  49.                 <deliveryAddress>
  50.                     <street>ΔΙΕΥΘΥΝΣΗ ΕΚΔΟΤΗ</street>
  51.                     <number>0</number>
  52.                     <postalCode>17631</postalCode>
  53.                     <city>ΚΑΛΛΙΘΕΑ</city>
  54.                 </deliveryAddress>
  55.             </otherDeliveryNoteHeader>
  56.             <isDeliveryNote>true</isDeliveryNote>
  57.         </invoiceHeader>
  58.         <paymentMethods>
  59.             <paymentMethodDetails>
  60.                 <type>5</type>
  61.                 <amount>2.29</amount>
  62.             </paymentMethodDetails>
  63.         </paymentMethods>
  64.         <invoiceDetails>
  65.             <lineNumber>1</lineNumber>
  66.             <itemDescr>ΜΕΛΙ  ΒΥΖΑΝΤΙΝΟΝ  450γρ ΕΛΛΗΝΙΚΟ(ΕΛ)</itemDescr>
  67.             <quantity>1.000</quantity>
  68.             <measurementUnit>1</measurementUnit>
  69.             <netValue>2.03</netValue>
  70.             <vatCategory>2</vatCategory>
  71.             <vatAmount>0.26</vatAmount>
  72.             <expensesClassification>
  73.                 <N2:classificationType>E3_102_001</N2:classificationType>
  74.                 <N2:classificationCategory>category2_1</N2:classificationCategory>
  75.                 <N2:amount>2.03</N2:amount>
  76.             </expensesClassification>
  77.             <expensesClassification>
  78.                 <N2:classificationType>VAT_361</N2:classificationType>
  79.                 <N2:classificationCategory>category2_1</N2:classificationCategory>
  80.                 <N2:amount>2.03</N2:amount>
  81.             </expensesClassification>
  82.         </invoiceDetails>
  83.         <invoiceSummary>
  84.             <totalNetValue>2.03</totalNetValue>
  85.             <totalVatAmount>0.26</totalVatAmount>
  86.             <totalWithheldAmount>0.00</totalWithheldAmount>
  87.             <totalFeesAmount>0.00</totalFeesAmount>
  88.             <totalStampDutyAmount>0.00</totalStampDutyAmount>
  89.             <totalOtherTaxesAmount>0.00</totalOtherTaxesAmount>
  90.             <totalDeductionsAmount>0.00</totalDeductionsAmount>
  91.             <totalGrossValue>2.29</totalGrossValue>
  92.             <expensesClassification>
  93.                 <N2:classificationType>E3_102_001</N2:classificationType>
  94.                 <N2:classificationCategory>category2_1</N2:classificationCategory>
  95.                 <N2:amount>2.03</N2:amount>
  96.             </expensesClassification>
  97.             <expensesClassification>
  98.                 <N2:classificationType>VAT_361</N2:classificationType>
  99.                 <N2:classificationCategory>category2_1</N2:classificationCategory>
  100.                 <N2:amount>2.03</N2:amount>
  101.             </expensesClassification>
  102.         </invoiceSummary>
  103.     </invoice>
  104. </InvoicesDoc>                                                                                                                                                                                                                                                                                                                                                
  105.  
Tags: mydata
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement