...
The ReceiptService and JournalService have been extended to support SKU number in ARTS POSLog XML. In ReceiptService the SKU number is supported both in ARTXML v2/v6.
...
Receipt
...
Management - Export ARTS XML
Receipts can be downloaded in ARTS XML Version 2 or Version 6 format.
Offer ID in ARTS XML
New element for OfferID has been added in ARTS XML.This is a technical debt related to receipt management. Receipt service is directly connecting to Cosmos DB and blob services.
...
Released 12.09.2024
Receipt journal
...
Receipts can be exported to file in POSLog XML format or in PDF format by clicking on the 2 dots on the leftmost column.
ReceiptService
Generate anonymous access link to the receipts
Added a new endpoint api/receipt/rendering/{type}, which accepts the list of receipt ids and returns the anonymous links (public access) for the receipt.
...