To έχω βάλει στο LInkedin ως Ioanna Chadouli αλλά δεν απάντησε κανείς..Υπέβαλα ερώτημα στην ΑΑΔΕ σήμερα έπειτα από καθοδήγηση του helpdesk τους για να με κατευθύνουν από εκεί.. για να δούμε!!
το xml που έχω με το χαρτόσημο είναι το ακόλουθο
<InvoicesDoc xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:icls="
https://www.aade.gr/myDATA/incomeClassificaton/v1.0" xmlns:ecls="
https://www.aade.gr/myDATA/expensesClassificaton/v1.0" xsi:schemaLocation="
http://www.aade.gr/myDATA/invoice/v1.0 schema.xsd" xmlns="
http://www.aade.gr/myDATA/invoice/v1.0">
<invoice>
<issuer>
<vatNumber>0000000000</vatNumber>
<country>GR</country>
<branch>0</branch>
</issuer>
<counterpart>
<vatNumber>χχχχχχχχχχχχ</vatNumber>
<country>GR</country>
<branch>0</branch>
</counterpart>
<invoiceHeader>
<series>.</series>
<aa>11248</aa>
<issueDate>2021-12-16</issueDate>
<invoiceType>3.1</invoiceType>
<currency>EUR</currency>
</invoiceHeader>
<paymentMethods>
<paymentMethodDetails>
<type>5</type>
<amount>50.49</amount>
</paymentMethodDetails>
</paymentMethods>
<invoiceDetails>
<lineNumber>1</lineNumber>
<netValue>60.40</netValue>
<vatCategory>8</vatCategory>
<vatAmount>0</vatAmount>
<stampDutyAmount>2.17</stampDutyAmount>
<stampDutyPercentCategory>3</stampDutyPercentCategory>
<expensesClassification>
<ecls:classificationType>E3_585_016</ecls:classificationType>
<ecls:classificationCategory>category2_5</ecls:classificationCategory>
<ecls:amount>60.40</ecls:amount>
</expensesClassification>
</invoiceDetails>
<invoiceSummary>
<totalNetValue>60.40</totalNetValue>
<totalVatAmount>0</totalVatAmount>
<totalWithheldAmount>12.08</totalWithheldAmount>
<totalFeesAmount>0</totalFeesAmount>
<totalStampDutyAmount>2.17</totalStampDutyAmount>
<totalOtherTaxesAmount>0</totalOtherTaxesAmount>
<totalDeductionsAmount>0</totalDeductionsAmount>
<totalGrossValue>50.49</totalGrossValue>
<expensesClassification>
<ecls:classificationType>E3_585_016</ecls:classificationType>
<ecls:classificationCategory>category2_5</ecls:classificationCategory>
<ecls:amount>60.40</ecls:amount>
</expensesClassification>
</invoiceSummary>
</invoice>
</InvoicesDoc>