Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleConfiguration
POS Configuration

BoardingPassRegEx

Used to identify that boarding pass was scanned.

Image Removed

Fake data for test:

In test, the parameter can be configured to recognize all barcodes starting with BP. Then, the following format

Can be set to "BoardingPass" when using fake component.


FakeComponents

WebDokService must be added to enable testing with fake data.

Example format that can be used to

use

fake data for testing

purposes

puposes:

BP

BoardingPass-uid-numpax-alc-tob

uid = unique flight id

numpax = number of passengers/persons

alc = number of available alcohol quotas

tob = number of available tobacco quotas

Example:

BP

BoardingPass-12004693-1-1-1

The unique flight id must match a synchronized flight in POS database fetched from Avinor.


PosServicesWebdokServiceUri

URL to Webdok service in POS Services. 

Image Removed

Remember to disable FakeComponent when using actual service.


POS Services host configuration
  • Add WebdokService to EnabledServices
  • Add endpoint from template file
.
  • Parameter WebdokUri
parameter
  • must be configured with address to external WebDok api

Sealing items and printing STEB receipt in self checkout POS

...