Home / Help Center / pos-app-saloon-spa / saloon / Staff Tips
💰 saloon

Staff Tips

Staff Tips is a simple log for recording gratuities left for individual stylists or staff members — record a tip against a staff member (and optionally a table/service reference and date range), then review totals per staff member over a period.

📍 Menu path: Saloon & Spa → Staff Tips
👤 Who uses it: All roles with the Billing feature enabled

Overview

This page reuses BazaarPOS's shared Restaurant Tips component, mounted here with an empty API prefix (apiPrefix="") instead of the restaurant variant's "/restaurant" prefix — so on the salon app it reads/writes plain /tips, /staff and /tables endpoints rather than /restaurant/tips etc.

A tip entry records which staff member received it, the amount, and (inherited from the shared component's restaurant-oriented design) an optional table reference — in a salon context this table concept is generally left unused or repurposed loosely, since salons do not have tables.

The page loads and totals tips over a selectable date range, letting you see how much each staff member has earned in tips over that period.

Before You Start

Step-by-Step Guide

1 Record a tip

  1. Open Saloon & Spa → Staff Tips.
  2. Add a new tip entry, selecting the staff member who received it and the amount.
  3. Save — the entry is added to the log and reflected in that staff member's running total for the selected date range.

2 Review tip totals by date range

  1. Use the From/To date range controls to select the period you want to review.
  2. The page reloads tips, staff and (unused, on this variant) tables data for that window and shows per-staff totals.

3 Edit or delete a tip entry

  1. Open an existing tip entry to correct the amount or staff assignment, or delete it if it was recorded in error.

Every Field & Button, Explained

Field / ButtonWhat it does
Staff memberWho the tip is attributed to; populated from the same Staff list used elsewhere in the app.
AmountThe tip amount recorded for that entry.
Date range (From/To)Filters which tip entries are loaded and totalled; the page only ever shows one range window at a time, not a running all-time total.

Tips & Best Practices

Troubleshooting & FAQ

A tip I recorded isn't showing in today's total.
Check that your From/To date range actually includes today — the page only totals whatever range is currently selected, not an always-on "today" view.
The staff dropdown is empty.
This page pulls from the same /staff list used by Appointments and Calendar — add staff members there first if none exist yet.
There's a "table" field that doesn't make sense for my salon.
This screen is a shared component originally built for restaurants (RestaurantTipsPage); the table concept is a holdover from that context and can generally be left blank in a salon setting.