> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/reports/commission-report.md).

# Commission Report

Effortlessly calculate service and retail commission rates for each employee based off of their commission percentage set in their profiles.

**There are two types of employee commissions:**

* *FLAT RATE* — Flat rate employee commission percentages should be entered under the employee settings before running the Commission Report.\
  (*Manage* > Employee > Click on employee name > **Settings**)
* *COMMISSION SCALE* — Any [employee commission scales](/advanced-settings/employee-commission-scales.md) should be setup and assigned within your Advanced Settings.

## Running the Commission Report without Product Charges

{% stepper %}
{% step %}

## Choose the date range

Choose the date range you'd like to run the report for.
{% endstep %}

{% step %}

## Choose an employee

If you'd like to view one employee at a time, choose the employee.
{% endstep %}

{% step %}

## Run the report

Click **Run Detail Report** OR **Run Summary Report**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The Detail Report provides a breakdown of each employee’s commission amounts *per* transaction, along with a commission total at the bottom of each section. **To expand the details, click the employee's name in blue.**
{% endhint %}

![Commissions](/files/f29dc2fc367fc8a2a5a2dd21e8fb348aa2eee72b)

## Running the Commission Report with Product Charges

A Product Charge is a fee for product usage from specific performed services deducted from the Service Providers' commission, *(some businesses refer to this as a Service Charge)*.

* Product charges are to be entered under each service as a dollar amount or as a percentage, before checking out guests for the service(s) and running the report.\
  (*Manage* > **Basic Settings** > [*Services*](/business-settings/adding-editing-services.md) > Click on the name of the Service)

{% stepper %}
{% step %}

## Choose the date range

Choose the date range you'd like to run the report for.
{% endstep %}

{% step %}

## Choose an employee

If you'd like to view one employee at a time, choose the employee.
{% endstep %}

{% step %}

## Utilize the Subtract Product Charge filter

**After:** Commission percentage will be calculated *first* from the service price. THEN, the product charge will be subtracted.

**Example:** $100 (service), 50% (commission) = $50 **|** $50 - $5 (product charge) = $45 total

**Before:** Product Charge will be subtracted from the Service Price *first*, THEN the Commission percentage will be calculate from that.

**Example:** $100 (service) - $5 (product charge) = $95 **|** $95, 50% (commission) = $47.50 total
{% endstep %}

{% step %}

## Run the report

Click **Run Detail Report** OR **Run Summary Report**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The Detail Report provides a breakdown of each employee’s commission amounts *per* transaction, along with a commission total at the bottom of each section. **To expand the details, click the employee's name in blue.**
{% endhint %}

![Expanded Commissions](/files/606a9ad678f6ccefb2bf79ba0b9e9c0d270bc7d4)

**House Fees** will also affect an employee's commission total. [Learn more here!](/business-settings/setting-up-a-house-fee.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.rosysalonsoftware.com/reports/commission-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
