Skip to content

Customer Orientation Display

Navigate to Ügyféliránytás via /Club/CustomerOrientation.

Overview

The customer orientation display is a public-facing screen designed for TVs or monitors in the facility lobby. It shows today's bookings in a rotating grid layout, helping visitors find their assigned courts.

System Parameters

All display behavior is configured through system parameters:

Parameter Default Description
CustomerOrientationRefreshInterval 60 Seconds between data refresh from the server
CustomerOrientationChangeInterval 7 Seconds between page transitions
CustomerOrientationHorizontal 3 Number of columns in the grid
CustomerOrientationVertical 2 Number of rows in the grid
CustomerOrientationSpacing 50 Pixel spacing between grid cells
CustomerOrientationFontSizeLarge 36 Font size in px for primary text
CustomerOrientationFontSizeSmall 32 Font size in px for secondary text

Grid layout

With the default 3×2 grid, 6 fields are shown per page. If your facility has more fields, the display rotates through pages every 7 seconds (configurable via CustomerOrientationChangeInterval).

Per-Field Configuration

Display Order

Each sports field's position on the orientation screen is set via SportsFieldAvailability.CustomerOrientationPosition. Lower values appear first.

Background Color

Each field can have a distinct background color on the display, configured via SportsField.CustomerOrientationBackground.

  • GetCustomerOrientation — returns today's booking data formatted for the display grid.

Access Control

Available to Club manager (Klubvezeto) and Technical (Technikai) user types.