Feature Set up - Clover Tipping
Feature Set up - Clover Tipping
This article goes over enabling the Clover Tipping integration by configuring the dbo.ControlPanel settings.
TABLE OF CONTENTS
- Step 1: Log in to the location's database
- Step 2: Scroll down to the terminal number you would like to enable tipping for
- Step 3: Set the Tipping style
- Step 4: Restart Main Engine
Step 1: Log in to the location's database
// Open Microsoft SQL Server and log in to the database
- Expand Database
- Expand ClubspeedV8
- Right-click on dbo.ControlPanel and Edit Top 2000 Rows
Step 2: Scroll down to the terminal number you would like to enable tipping for
// The settingname is CloverEnableTips
- Change the Setting value to True or 1 for the respective terminal and then press enter
Step 3: Set the Tipping style
// There are 2 styles of tipping "Sale Request" prompts the paying customer at the clover terminal. The other is Authorization this setting allows the gratuity to be added restaurant style.
- Find the respective TerminalName in dbo.ControlPanel and SettingName CloverTransactionype
- For the Sale Request tipping set the SettingValue to 1 or for Authorization syle set to 2
Step 4: Restart Main Engine
//As most controlpanel setting;A main engine restart is needed
- Open FireDaemon
- Select and right-click Clubspeed MainEngine
- Click Restart