...
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.
Refactor Receipt-Service Rendering Controller
...
Receipt
...
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.
...
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.
...