You can add custom up to 20 custom form fields (i.e. extra questions) in the program config, and these form fields will be shown in the registration form. CUSTOM FIELD (fieldNumber = 1-20) VALUE More CLASS_REGISTRATION_CUSTOM_FIELD_<fieldNumber>_ENABLEDCLASS_REGISTRATION_CUSTOM_FIELD_<fieldNumber>_ENABLED_VENUE(<venueId>) true or false CLASS_REGISTRATION_CUSTOM_FIELD_1_ENABLED=true CLASS_REGISTRATION_CUSTOM_FIELD_<fieldNumber>_HIDECLASS_REGISTRATION_CUSTOM_FIELD_<fieldNumber>_HIDE_VENUE(<venueId>) true or false CLASS_REGISTRATION_CUSTOM_FIELD_<fieldNumber>_MANDATORYCLASS_REGISTRATION_CUSTOM_FIELD_<fieldNumber>_MANDATORY_VENUE(<venueId>) true or false CLASS_REGISTRATION_CUSTOM_FIELD_<fieldNumber>_LABELCLASS_REGISTRATION_CUSTOM_FIELD_<fieldNumber>_LABEL_VENUE(<venueId>) text CLASS_REGISTRATION_CUSTOM_FIELD_<fieldNumber>_TYPECLASS_REGISTRATION_CUSTOM_FIELD_<fieldNumber>_TYPE_VENUE(<venueId>) textarea, radio, select if ..
Author : Jenny
Ensure the following settings are applied: site.properties customer properties See help page https://help.sportlogic.com.au/knowledgebase/configuration-for-credit-voucher..
Excel import contact template. Columns below: COL_PARENT_ACCOUNT_LOOKUP_FIRST_NAME and COL_PARENT_ACCOUNT_LOOKUP_LAST_NAME are used to look up existing contact and set as parents account..
The Student Assessment Module is designed to support class assessments and report cards. It provides a simple and effective way for coaches to produce individual progress reports for their classes. This feature is particularly useful for: Swim school assessments Tennis progress reports Enhancing parent–coach communication Availability This feature is available via the WebApp only (Admin ..
Customers already using private lesson bookings — Rippa Tennis, BHCT This feature is available from Customer portal. Once the private lesson booking is made online, it’s ultimately creates a Private lesson Booking in the booking module. Self-cancel is not supported and operators will use their normal workflow to handle cancel. See https://help.sportlogic.com.au/knowledgebase/online-private-lesson-booking/ on the setup ..
Eclispe SVN clone project-venues to a local directory From eclipse, create a new project project-venues project -> config- > convert to maven proect Now, the project can be compiled Database: Set up mysql database using MySql Workbench according to the application.properties file. create schema create user: Administration tab Users and privileges Add account (username and ..
Sportlogic uses an AWS load balancers to manage traffic. A Load balancer direct traffics to targeting groups (e.g AppServer) which contains target instances (the actual application servers). To stop an application server stop, we need to deregister the target in the load balancer first in AWS. Similarly, to start an application server, we need to ..
App Servers are running behind a load balancer (Sportlogic_ALB1), which controls the traffic to the app servers. App Server are located in peach, adelaide, raspberry. All 3 App Servers should be updated together as below. Stop AppServer Deregister the appserver target from the AWS Load Balancer SSH into server cd ~/SportLogic/AppServer stop – run alias ..
Control Panel tools for monitor and manage DBServer and WebApp https://kb.sportlogic.com.au/build-and-deploy-control-panel/ AppServer Used by different systems to retrieve SportLogic customer records (e.g. location of DBServer, licensing info). https://kb.sportlogic.com.au/system-app-server/ Storage Gateway Payment Gateway Payment provider integration (e.g. ezidebit, Payrix, Stripe) Messaging Gateway Protege Gateway Protege lock integration Xero Gateway Xero Integration ClassHub class booking TennisVenues Court ..
Public pages e.g: login, signup, forgot password pages WEB_APP_CUSTOMER_PORTAL_LOGIN_CUSTOM_CSS WEB_APP_MOBILE_CUSTOMER_PORTAL_LOGIN_CUSTOM_CSS Secured pages any pages after signin to the customer portal (or mobile app) WEB_APP_CUSTOMER_PORTAL_CUSTOM_CSS WEB_APP_MOBILE_CUSTOMER_PORTAL_CUSTOM_CSS What to do Update relevant customer property. You can reload the setting dynamically via <customer-potal-link>/secure/customer/css/reload-custom-css e.g. http://localhost:8080/secure/customer/css/reload-..