Released 24 March 2026
Stamp Card Management user interface update (RTL-9483)
The module uses the latest Angular version, which improves system stability, security, and long-term support. The upgrade ensures that the solution follows modern web standards and remains compatible with future updates.
The update does not change functionality or user workflows. Stamp Card Management continues to work in the same way as before.
Stamp Card Integration Platform upgrade (RTL-9443)
Stamp Card Integration runs on LIP4 and .NET 8. This improves performance, stability, and long-term support.
Import, export, and merger jobs use the BlobImportAndExport library for reliable and scalable data handling. Merger jobs run separately to maintain stable performance during data processing.
The API, management interface, and background jobs run on supported and updated dependencies, ensuring a stable and secure integration platform.
Released 30 September 2025
Cloud StampCard Cleanup (RTL-8895)
The system automatically removes expired or completed stamp cards and expired stamp card campaigns from the database. This keeps the database size controlled and ensures stable performance of the StampCardService.
Released 23 July 2025
Automatic Index Maintenance in StampCardService (RTL-4370)
A background job keeps the database performance stable by handling index fragmentation. Indexes with more than 90% fragmentation are rebuilt, and those over 50% are reorganized. The job runs a full rebuild and updates statistics at night, while smaller maintenance runs continuously during the day.
API to check Stamp Card Service availability (RTL-3861)
Use the /API/metadata/features endpoint to check if StampCardService is set up for a tenant. Mobile POS clients can call this authenticated API to confirm if the service is active.
If the service is unavailable, the endpoint returns a 401 status.
If it is available, it returns a 200 status with this response: { "enabled": true }.
Released 30 June 2023
Stamp card export
(RTL-3168)
A new job for exporting stamp cards to external service bus has been implemented, making it possible for 3rd party integrator's to fetch them.
Blob type to listen for : 'StampCard.Export.MemberStampCard'
The complete contract can be found in Swagger.
Released 31 May 2023
Stamp cards view
(RTL-5088)
A new view showing stamp cards has been added.
Improvement
Standard user role hierarchy (RTL-5857)
Improvements to the user role hierarchy and user role names, to make it easier to understand what the different roles grant access to.