> For the complete documentation index, see [llms.txt](https://support.barnetpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.barnetpos.com/liquor-store-portal/discounts/portal-discount-scheduler.md).

# Portal Discount Scheduler

**PORTAL DISCOUNT SCHEDULER**

Discounts can be created in \<Product Maintenance> or through the **Discount Scheduler**. Each option has different benefits. **Discount Scheduler** is ideal when you want to apply the same sale period to multiple products or categories at once.

**Accessing Discount Scheduler**

1. From the Portal, go to Products → Discount Scheduler.
2. Click "New Discount Schedule".&#x20;

A panel will open at the bottom of the screen to configure the discount.

![](/files/0cf3c308c7f3e14425a7baaaa504093fae727729)

![](/files/67ae8814f40facff9bf60cbcb01c843bb28b8cd0)

**Creating a Discount Schedule**

* Title: Every discount schedule must have a title.
* Customer Group (optional): Select a Customer Group to limit the discount to specific customers. Leaving this blank applies the discount to all customers.
* Discount Type
  * % Off – same percentage discount for all items
  * $ Off – same dollar discount for all items
  * Set Price – allows different sale prices per item
* Start Date & Finish Date
  * Time defaults to midnight to midnight
  * Times can be adjusted if needed

**Adding Products or Categories**

**Adding Individual Items**

1. Click "Add Items".
2. Search for and select the products you want.
3. Click “Apply”.

![](/files/b95a56bdb6dbe62d4a9680579bf0d1d42a1808d9)

Selected items will appear in the main window\.If Set Price was selected as the discount type, enter the sale price for each item directly in the list.

When finished, click Save Changes to activate the schedule.

![](/files/06f5c1dcd6d9667920e3d20f398c1d82f316e964)

**Applying Discounts Across Multiple Stores**

If you are using a Head Office portal, the discount schedule can be applied to one, multiple, or all stores.

![](/files/a36ba394942ee0f3dfb9099c4712c964af160c90)

**Importing Items from a File**

You can import items using a .CSV or .XLS file.

File requirements

* Column 1: SKU
* Column 2: Sale Price

Steps:

1. Click Import from CSV.
2. Select the file and follow the on-screen prompts.

![](/files/1b60738aeb1d967b83f91111e28f549c73aee587)

**Mix & Match / Case Discounts (Category-Based)**

Discount Scheduler can also be used to create multiple-quantity (mix & match) discounts across categories.

1. Select Multiple QTY as the discount type.
2. In the Multiple QTY Discount section:

* Enter the quantity required to qualify
* Enter the % off to apply

3. Change 'Apply Discounts' to 'Categories'.
4. Click "Add Category" and select the category or categories to include.

![](/files/7a7cdd9d39418dccc0a5600a84754d7806441ff4)

![](/files/f42284ab9a5a459e14bb83dbb64e046b62e2a570)


---

# 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.barnetpos.com/liquor-store-portal/discounts/portal-discount-scheduler.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.
