POS Setup
In this article
The Activity Host POS uses Interface Profile #SPA-GEN2 in the Demo Database and the profile is connected to POS Startup Controller#ACT-FRONTDESK. The Menu Profile for the Activity Host POS is #SPA-GEN2.
To use the correct Interface and Menu Profiles, go to the POS Terminal Card and set the Interface and Menu Profiles to #SPA-GEN2. The terminal in Demo Data that is used for SPA is P0092.
The POS Startup Controller defines which codeunit and panel are used to start the POS. The Startup Panel is called #ACT-FRONDESK.PN and codeunit 10015842 Activity Front Desk is used to handle the commands and functionality within the startup #ACT-FRONTDESK.PN panel.
The POS Startup Controller is registered when Retail Modules are registered, and is not editable. The POS command #ACT-FRONTDESK is used to do necessary functionality and is handled in codeunit 10015842.
For a description of the POS command #ACT-FRONTDESK see the POS commands table below.
POS commands
The following POS commands support the activity processes on the POS:
POS Command | Description |
---|---|
ACT-FRONTDESK |
Command for the Front Desk panel. Function depends on the parameter. The old version of a parameter with same functionality is shown in brackets. Available parameters:
Parameters for the New Group flow:
|
CHRESSTATUS | Command for the Front Desk panel to change the status of reservation. Function depends on the parameter. Available parameters:
|
Web Templates
Bookings Host POS uses the following POS web templates to enhance the activity experience:
POS Command | Description |
---|---|
#ACT-GROUP.WT | Group POS (view and manage group reservations) |
#ACT-RESERVATION.WT | Reservation POS (information regarding single room reservations). |
Note: All POS lookup lists can be adjusted by the system administrator or support partner. For example, the POS Data Table #Availability can be made to also show the activity location, if needed, but by default it does not show the location.
POS Tags
Activity Host POS uses the following POS Tags to show the number of reservations for commands in the Host:
POS Tag | Description | Parameter |
---|---|---|
<#ACT-Activities> | Number of activities Confirmed or in Waiting List, Today or earlier. | CURR_ACTIVITIES, ACTIVITIES |
<#ACT-AllReservations> | All reservations that do not have status Draft. | ALL |
<#ACT-ArrActivities> | Number of activities today. | ARR_ACTIVITIES |
<#ACT-ArrGroups> | Number of groups arriving today. | ARR_GROUPS |
<#ACT-ArrReservations> | Number of reservations arriving today. | ARR_RESERVATIONS |
<#ACT-Arrivals> | Reservations with "Reservation From" date equal to Today and status Confirmed, Closed, or Waiting List. | ARR_ALL ARRIVALS |
<#ACT-ArrivalsAll> | Reservations with "Reservation From" date Today or later and status Confirmed, Closed, or Waiting List. | ARRIVALSALL |
<#ACT-CurrAll> | Groups and reservations arriving today or earlier. | CURR_ALL |
<#ACT-CurrReservations> | Confirmed reservations today and earlier. | CURR_RESERVATIONS |
<#ACT-Departures> | Reservations with "Reservation To" date less or equal to Today and status Confirmed, Closed, or Waiting List. | DEPARTURE |
<#ACT-FutActivities> | Activities arriving today and later. | FUT_ACTIVITIES |
<#ACT-FutAll> | Groups and reservations arriving today or later. | FUT_ALL |
<#ACT-FutGroups> | Groups arriving today and later. | FUT_GROUPS |
<#ACT-FutReservations> | Reservations arriving today and later. | FUT_RESERVATIONS |
<#ACT-GroupReservations> | Group Reservations with "Group Reservation From" date less or equal to Today and status Confirmed, Closed, or Waiting List. | CURR_GROUPS GROUPS |
<#ACT-InHouse> | Reservations that are in process at current date and time and have status Confirmed or Waiting List. | CURRENT INHOUSE |
<#ACT-NoShows> | Reservations that have status No Show. | NOSHOW |
<#ACT-OpenBalance> | Reservations that have non zero balance and status Closed, Canceled, or No Show. | OPENBALANCE |
<#ACT-OpenPOStrans> | Number of reservations that have open POS Transactions. | OPENPOSTRANS |
<#ACT-Reservations> | Number of non-group reservations that have "Reservation From" date less or equal to Today and status Confirmed, Closed, or Waiting List. | CURR_RESERVATIONS, RESERVATIONS |
<#ACT-UnPaid> | Reservations with "Reservation From" date less or equal to Today, "Payment Status" is No Payment and status is Confirmed, Closed, or Waiting List. | UNPAID |
<#ACT-WaitingList> | Reservations with "Reservation From" date equal to Today and status is Waiting List. | WAITINGLIST |