<?xml version="1.0" encoding="UTF-8"?>
<AuditFile xmlns="urn:OECD:StandardAuditFile-Tax:PT_1.04_01">
  <Header>
    <AuditFileVersion>1.04_01</AuditFileVersion>
    <CompanyID>123456789</CompanyID>
    <TaxRegistrationNumber>123456789</TaxRegistrationNumber>
    <CompanyName>MQ Demo Lda</CompanyName>
    <CurrencyCode>EUR</CurrencyCode>
    <StartDate>2024-01-01</StartDate>
    <EndDate>2024-12-31</EndDate>
    <TaxAccountingBasis>F</TaxAccountingBasis>
  </Header>
  <MasterFiles>
    <Customer>
      <CustomerID>C1</CustomerID>
      <AccountID>211</AccountID>
      <CustomerTaxID>509442013</CustomerTaxID>
      <CompanyName>Cliente Demo</CompanyName>
    </Customer>
    <Product>
      <ProductType>P</ProductType>
      <ProductCode>SKU1</ProductCode>
      <ProductDescription>Servico</ProductDescription>
      <UnitPrice>100.00</UnitPrice>
    </Product>
  </MasterFiles>
  <SourceDocuments>
    <SalesInvoices>
      <Invoice>
        <InvoiceNo>FT 2024/1</InvoiceNo>
        <ATCUD>J8N8F8D8-1</ATCUD>
        <InvoiceDate>2024-06-15</InvoiceDate>
        <CustomerID>C1</CustomerID>
        <Line>
          <LineNumber>1</LineNumber>
          <ProductCode>SKU1</ProductCode>
          <ProductDescription>Servico</ProductDescription>
          <Quantity>1</Quantity>
          <UnitPrice>100.00</UnitPrice>
          <CreditAmount>100.00</CreditAmount>
          <Tax><TaxType>IVA</TaxType><TaxCode>NOR</TaxCode><TaxPercentage>23.00</TaxPercentage></Tax>
        </Line>
        <DocumentTotals><TaxPayable>23.00</TaxPayable><NetTotal>100.00</NetTotal><GrossTotal>123.00</GrossTotal></DocumentTotals>
      </Invoice>
    </SalesInvoices>
    <Payments>
      <Payment>
        <PaymentRefNo>P-1</PaymentRefNo>
        <TransactionDate>2024-06-16</TransactionDate>
        <PaymentMechanism>TB</PaymentMechanism>
        <CustomerID>C1</CustomerID>
        <PaymentAmount>123.00</PaymentAmount>
      </Payment>
    </Payments>
  </SourceDocuments>
</AuditFile>
