You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Document status: RELEASED

Date:

Prerequisites are located in the menu on the left.

Improvements POS

Module

Description

Backup

Deletion of database backup (Work ID: 175945)

We've improved the logic when deleting old backup files, prior to running autobackup.

Two parameters determine when backup is run, and how many files to keep:

  • BackupLPDatabasesRestoreDaysOld: 1 - determines how many old files to keep (0 will mean no old backup files, only the new ones created when backup procedure is run. 1 will mean 1 old file + 1 new)

  • BackupLPDatabasesTime: (0-23) - determines which hour during the day the database backup will be run. 

Loyalty

Post-registration of member on finished receipt (Work ID: 176449)

Post-registration of member on previously finished receipts can not be performed on canceled receipts.

Self-service

Leading 0 in phone number with country code (Work ID: 176771)

Any leading zero's are removed when country code is used to search for members by for phone numbers in Self-service. 

Web browser

Social security number for member when opening webpage (Work ID: 175714)

It is possible to pass SSN for a member in the URL when opening a web page in POS. In order to pass the member SSN to the webpage, the variable #Member.SSN should be added to the url.

Example:

https://example.com/#Member.SSN.

The functionality is supported in the OPEN_URL function and in the OPEN_EXTERNAL_APP function.

  • No labels