> 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/tickets/applying-a-discount.md).

# Applying a Discount

## Applying a One-Time Discount *(deducting from Employee's Commission)*

{% stepper %}
{% step %}

## Prepare the sales ticket

Prepare the sales ticket for the client per usual. (See the "[Checkout: Preparing the Ticket](/tickets/checkout-preparing-the-ticket-w-video.md)" article for more information)
{% endstep %}

{% step %}

## Select Discount

Click the **Discount** button next to whatever product or service you are looking to discount.
{% endstep %}

{% step %}

## Enter the discount

Enter the amount and whether or not it is a percentage or a dollar amount, then click **Discount**.

![Enter discount amount](/files/9741a9fb6f1330616eb38183da4d88c6dd8043c2)
{% endstep %}

{% step %}

## Review the adjusted total

The total for the particular service or product will be adjusted.
{% endstep %}
{% endstepper %}

## Applying a One-Time Discount *(without affecting the Employee's Commission)*

{% stepper %}
{% step %}

## Prepare the sales ticket

Prepare the sales ticket for the client per usual. (See the "[Checkout: Preparing the Ticket](/tickets/checkout-preparing-the-ticket-w-video.md)" article for more information)
{% endstep %}

{% step %}

## Proceed to Collect Payment

Once the payment is ready to be collected, proceed to the **Collect Payment** screen.
{% endstep %}

{% step %}

## Enter the discount amount

Enter the dollar value of the amount being discounted next to the "**House**" payment field.

![House dollar value of discount](/files/baca77f7c5a1bdcda9da415d7064fb93f7545aed)
{% endstep %}

{% step %}

## Collect the remaining balance

The client will be responsible for providing payment for any left-over balance on the ticket.
{% endstep %}
{% endstepper %}

## Setting up a Standing Discount for the Client

{% stepper %}
{% step %}

## Open the client's profile

Select **Manage** > **Clients** > Search & select the client's name.
{% endstep %}

{% step %}

## Set the discount percentage

On the left side of their Client Profile under **Discounts**, enter the service and/or product discount percentage you want to automatically apply to every ticket for the client.

![Discounts percent](/files/0f8e883b129a9fcf17679caaa06cd360d600de23)
{% endstep %}

{% step %}

## Save the profile

Click **Save Profile** at the bottom once done.
{% endstep %}

{% step %}

## View the standing discount

If the client has a standing service and/or product discount in their profile, you will see it in bold at the top of their ticket(s).

![Client standing discount](/files/79187e8a192747bbe68d099f408f4e58b35e4c29)
{% endstep %}
{% endstepper %}


---

# 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/tickets/applying-a-discount.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.
