Page History

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Configure a new external manager plugin of type DE-KSV (organisation context > tools > Interface > new)

  • Add the digital signature to the document definition by adding following line:
    • For invoices:

{#showFiscalSignatureRestitution($document $document.invoice.orders.get(0))}

Add a place holder (that will contain the QR code), as shown below:

Image Added

    • For order summary
  • and order receipt:

{#showFiscalSignatureRestitution($document $document.order)}

Add a place holder (that will contain the QR code), as shown below:

Image Added

    • For order receipts

#if($orderReceipt.fiscalSignatureRestitution.length() > 0)#space(5)#display($orderReceipt.fiscalSignatureRestitutionStr, $orderReceipt.fiscalSignatureRestitutionStr.length() ,'LEFT') <QR>$orderReceipt.fiscalSignatureRestitution|9|CENTER<QR>#end

  • Check if other information needs to be added to the document (for example: operator, sales channel)

Get credentials from the provider of the Technical Security Element (TSE)

...

Info
titleIntegration with other TSE providers

SecuTix foresees to integrate (through the EFR) with other TSE providers, especially with the A-Trust TSE provider. SecuTix will provide you the possibility to choose A-Trust once the A-Trust TSE has been officially certified and integrated by EFSTA (EFSTA has already foreseen this integration).

...