> 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/employee-sales-summary.md).

# Employee Sales Summary

The Employee Sales Summary is a great report to get a summary of all of your employees sales for a given date range in a simple report.

*Use the Export to Excel or Export to PDF buttons to export this report and save it to your computer.*

![Employee Sales Summary](/files/881a6dde4d01be11d0810df0c59c13e8d50f0aef)

**Service Sales:** The total Service Sales for each employee here will NOT include services that were redeemed off of a package or membership.

**Service Discounts:** The total value of discounts shown only includes when the blue Discount button is used on a ticket, when the client has a service discount % in their client profile, and when the client has an active membership that includes a service discount %

**Retail Sales:** Total number of all Retail sales for the employee

**Taxes:** Total amount of taxes for all services/retail the employee sells during the time frame.

**Clients:** This is the total number of clients the employee saw during the selected date range in general *(new and return)*.

**Service Avg per Ticket:** The service average is calculated off of the Service Sales on this report divided by the number of tickets shown for that employee on the [Total Sheet](/reports/total-sheet.md).

**Retail Avg per Ticket:** The retail average is calculated off of the Retail Sales on this report divided by the number of tickets shown for that employee on the [Total Sheet](/reports/total-sheet.md).

**Retail/Service Ratio:** Equal to > Retail Avg per Ticket divided by Service Avg per Ticket

**New Clients:** This does not necessarily meant the client is new to the business! It simply means it was the client's first time seeing that employee in particular.


---

# 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/employee-sales-summary.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.
