Advertisement
ThanasisPap

Τιμολόγιο - Δελτίο Αποστολής (1.1) με isDeliveryNote=true

Dec 17th, 2023 (edited)
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.93 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/InvoicesDoc-v0.6.xsd"
  4.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.     xmlns:N1="https://www.aade.gr/myDATA/incomeClassificaton/v1.0">
  6.     <invoice>
  7.         <issuer>
  8.             <vatNumber>012345678</vatNumber>
  9.             <country>GR</country>
  10.             <branch>0</branch>
  11.             <name>ΕΓΩ</name>
  12.             <address>
  13.                 <street>ΔΙΕΥΘΥΝΣΗ ΕΓΩ</street>
  14.                 <number>123</number>
  15.                 <postalCode>12345</postalCode>
  16.                 <city>ΑΘΗΝΑ</city>
  17.             </address>
  18.         </issuer>
  19.         <counterpart>
  20.             <vatNumber>876543210</vatNumber>
  21.             <country>GR</country>
  22.             <branch>0</branch>
  23.             <name>ΠΕΛΑΤΗΣ</name>
  24.             <address>
  25.                 <street>ΔΙΕΥΘΥΝΣΗ ΠΕΛΑΤΗ</street>
  26.                 <number>321</number>
  27.                 <postalCode>54321</postalCode>
  28.                 <city>ΑΘΗΝΑ</city>
  29.             </address>
  30.         </counterpart>
  31.         <invoiceHeader>
  32.             <series>0</series>
  33.             <aa>1</aa>
  34.             <issueDate>2023-12-11</issueDate>
  35.             <invoiceType>1.1</invoiceType>
  36.             <currency>EUR</currency>
  37.             <movePurpose>1</movePurpose>
  38.             <otherDeliveryNoteHeader>
  39.                 <loadingAddress>
  40.                     <street>ΤΟΠΟΣ ΑΠΟΣΤΟΛΗΣ</street>
  41.                     <number>123</number>
  42.                     <postalCode>33445</postalCode>
  43.                     <city>ΑΘΗΝΑ</city>
  44.                 </loadingAddress>
  45.                 <deliveryAddress>
  46.                     <street>ΤΟΠΟΣ ΠΑΡΑΔΟΣΗΣ</street>
  47.                     <number>555</number>
  48.                     <postalCode>78987</postalCode>
  49.                     <city>ΑΘΗΝΑ</city>
  50.                 </deliveryAddress>
  51.             </otherDeliveryNoteHeader>
  52.             <isDeliveryNote>true</isDeliveryNote>
  53.         </invoiceHeader>
  54.         <paymentMethods>
  55.             <paymentMethodDetails>
  56.                 <type>1</type>
  57.                 <amount>248.00</amount>
  58.             </paymentMethodDetails>
  59.         </paymentMethods>
  60.         <invoiceDetails>
  61.             <lineNumber>1</lineNumber>
  62.             <itemDescr>ΠΕΡΙΓΡΑΦΗ ΕΙΔΟΥΣ</itemDescr>
  63.             <quantity>1</quantity>
  64.             <measurementUnit>1</measurementUnit>
  65.             <netValue>200.00</netValue>
  66.             <vatCategory>1</vatCategory>
  67.             <vatAmount>48.00</vatAmount>
  68.             <incomeClassification>
  69.                 <N1:classificationType>E3_561_001</N1:classificationType>
  70.                 <N1:classificationCategory>category1_1</N1:classificationCategory>
  71.                 <N1:amount>200.00</N1:amount>
  72.             </incomeClassification>
  73.         </invoiceDetails>
  74.         <invoiceSummary>
  75.             <totalNetValue>200.00</totalNetValue>
  76.             <totalVatAmount>48.00</totalVatAmount>
  77.             <totalWithheldAmount>0.00</totalWithheldAmount>
  78.             <totalFeesAmount>0.00</totalFeesAmount>
  79.             <totalStampDutyAmount>0.00</totalStampDutyAmount>
  80.             <totalOtherTaxesAmount>0.00</totalOtherTaxesAmount>
  81.             <totalDeductionsAmount>0.00</totalDeductionsAmount>
  82.             <totalGrossValue>248.00</totalGrossValue>
  83.             <incomeClassification>
  84.                 <N1:classificationType>E3_561_001</N1:classificationType>
  85.                 <N1:classificationCategory>category1_1</N1:classificationCategory>
  86.                 <N1:amount>200.00</N1:amount>
  87.             </incomeClassification>
  88.         </invoiceSummary>
  89.     </invoice>
  90. </InvoicesDoc>
Tags: mydata
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement