> 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/ordering/setting-up-your-screen-for-reorder.md).

# Setting Up Your Screen for ReOrder

**SETTING UP YOUR SCREEN FOR REORDER IN BARNET PORTAL**

Follow these steps to set up your screen for placing a reorder in the Barnet Portal. Primary settings remain the same, so there is no need to set up every time.

![](/files/JqO2fRuAAgiDCAU5S4at)

**Filter Your Vendor Selection**

* Use the ‘Select Vendor Groups’ dropdown to filter by vendor groups.
* If not ordering by group, use the ‘Select Vendor’ dropdown to choose a specific vendor. (You can select multiple vendors as well.)

![](/files/tLTMdIqFWRywuxhTj40Q)

**Set Date and Average Parameters**

* **Check “Ordered, not received” after:** Adjust the date field to filter products ordered but not yet received.
* **Number of Weeks for Average:** Enter the number of weeks you want to use for calculating average sales per week.

***The date can be adjusted for seasonal reference when ordering.***

![](/files/hgpXZkdjBZKOa3BFLsGx)

**Apply Filters to Narrow Your List**

* **Zero Line Suppression:** Hide items with zero sales.
* **Increasing Prices Only:** Show only SKUs with price increases.
* **Decreasing Prices Only:** Show only SKUs with price decreases.
* **Show “Ordered, not Received Only”:** Display items that have been ordered but not yet received.
* **Show with Minimum Stock Only:** Filter for items below minimum stock levels.
* **Forecast Ratio:** Adjust the percentage to reflect expected sales changes—use this to increase or decrease reorder quantities.
* **Show Best Sellers:** View top-selling products. Filter by:
  * Qty of top sellers (eg. 20, 100)
  * Choose whether to rank top sellers by **quantity sold** or **dollar volume**.
* **Show with Adverts Only:** Filter to display only products marked for advertising.
* **Delivery Platforms:** Select filters to view items marked for delivery with:
  * Uber Eats
  * DoorDash
  * Skip the Dishes
* **LDB On-Hand Only:** Exclude SKUs with no LDB inventory.
* **Show LTO Only:** Display only Limited Time Offers.
* **Show TPR Only:** Display only Temporary Price Reduction items.

**Show/Hide Items Based on Status**

* **Show Only Active Items**
* **Show All Items (including inactive)**
* **Show Inactive Items Only**

![](/files/vBKz5nsvTzFvSLtlkV56)

**Choose Columns to Display**

Select the columns you want to see on your reorder screen:

* LTO
* Next Period
* Maximum Stock
* Minimum Stock
* Wholesale (WS) Cost

![](/files/AHKJX6G8WukDlU80rYJH)

**Sort Your Product List**

Use the **Sort By** selections to organize the product list by either:

* SKU
* Description (Alphabetically)
* Category (Alphabetically)
* Vendor Group
* Or use a **three-level sort**:\
  **Group > Category > SKU**

![](/files/yncfJJ3JY5Q6hP7ZIZZe)

**Additional Display Options**

* Show all **On-Line Delivery** items.
* Filter by **Price 2** or **Price 8**.

Select whether you want to order products by **Units** or **Cases**.

![](/files/EVBGPFqLL2qihnWcUd6e)

Select the “Apply” button to begin your order.

![](/files/ZmjpI6O7jYPKvym9bXlv)


---

# 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/ordering/setting-up-your-screen-for-reorder.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.
