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

Compare with Current View Page History

« Previous Version 8 Next »

Document status: UNRELEASED

Date:

Prerequisites are located in the menu on the left.


POS Configuration

AlwaysAddFlightCodeToSalesTransactions parameter (default value: blank)

Defines the FlightCode that should always be added to FlightInfo in receipt.

Example flight info in POSLog XML:

<FlightInfo FlightNo="Dummy" IsCharterFlight="false" IsCanceled="false" ValidDateTimeUtc="2023-11-06T13:49:18.7488396+01:00" IsTaxExemptCustomer="false" ScheduleDateTimeUtc="2023-11-06T13:49:18.7488396+01:00" StatusDateTimeUtc="2023-11-06T13:49:18.7488396+01:00" IsDelayed="false" UniqueId="0" InboundUniqueId="0" />


Improvements POS 

Module

Description

Flight

Automatically add dummy flight to all sales (RTP-25411)

A parameter can be set to automatically add dummy flight to all sales transactions.

POS Configuration

AlwaysAddFlightCodeToSalesTransactions parameter (default value: blank)

Defines the FlightCode that should always be added to FlightInfo in receipt.

Example flight info in POSLog XML:

<FlightInfo FlightNo="Dummy" IsCharterFlight="false" IsCanceled="false" ValidDateTimeUtc="2023-11-06T13:49:18.7488396+01:00" IsTaxExemptCustomer="false" ScheduleDateTimeUtc="2023-11-06T13:49:18.7488396+01:00" StatusDateTimeUtc="2023-11-06T13:49:18.7488396+01:00" IsDelayed="false" UniqueId="0" InboundUniqueId="0" />

Images

Images disappearing from buttons (RTP-23850)

A job will delete old and unused media (images) from the media cache folder in POS. If parameter DeleteOldMediaOnStartup is enabled, images that have not been used for 30 days will be deleted.

The cleanup job for images has been improved so it will not delete images that are in use on buttons via parameter ButtonConfig.

POS Configuration

ReconcileConfiguration parameter (RTP-25654)

"ReconcileConfiguration" parameter is added in POS Configuration, wherein a list of items (EANs) can be added (separated by comma) and also the line sales they correspond to.

System

Status of Service and Integrations (RTP-20831)

When entering the Services/Integrations tab, the statuses of services / integrations can be seen. The user can see all offline statuses at the top.  There is also a 'Refresh status' button, which can be pressed to update the status.


User interface

Digital receipt sent message in convenience mode (RTP-25608)

In convenience mode, the message saying that a digital receipt was sent is shown on 2 lines to avoid cutting the text.

Improvements POS Server

Module

Description

POS Import

Support storing POS Configuration compressed in database (RTP-23452)

To reduce the size of the staging.FlatJSON table, support for saving compressed POS configuration data in the database has been implemented in POS Import. The data is decompressed while entries are processed by the FlatJsonExecutor job from POS Import package.

Required

POS Master v. 3.0.0.134 or higher.
POS Import v. 4.0.58 or higher.


Add support for "Number of times the mix can trigger" for Mix 28 (RTP-23095)

Support for "Number of times the mix can trigger" for Mix 28 has been added to POS Import, which sets the maximum number of time the offer can be used.

Required

POS Import v. 4.0.58 or higher.

  • No labels