Comment on page
Device environments
Each device in system is created with specific environment, this enables to behave sessions related to given device in certain ways.
List of system defined device environments:
Environment name | Description | Is sale environment |
---|---|---|
BackOffice | Used for PORTOS BackOffice application. | |
CashRegister | Used for PORTOS Cash register application (PORTOS Pokladňa) | |
PDA | Used for PORTOS Mobile cashier smartphone application (PORTOS Mobilný čašník) | |
Tool | Used for all other devices, such as PORTOS Link. |
CashRegister
and PDA
environments are so called "sale environments".Sale environments are specific in several ways:
- each "sale environment" device can hold up to one active session at the time. That means, if user is authenticated in cash register device and another request for authorization on same device is invoked, the earlier session is terminated by API.
- some API actions (mainly related to ticket updating) are allowed only for users authenticated on sale environment devices.
Last modified 1yr ago