> 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/pos-manager/repacking/setting-up-manual-repacking.md).

# Setting up Manual Repacking

**SETTING SINGLES FOR MANUAL REPACKING**

In retail, larger “pack sizes” are often broken down into single units. The issue with this is that often the single unit is branded with the same CSPC/SKU and UPC as the larger pack size. Here is how to set up a single item so the product will scan at the till. Using this process, you will need to manually adjust your repacking SKUs.

**Step 1. Set Singles for Manual Adjustments**

·  Go to Setup>Preferences>General

![](/files/5fgRMvwjQvEVUtYNlwFS)

·  Select the ‘Advanced’ tab

·  Verify that the "Manual singles adjustment" is checked, and “Repacking” is NOT checked

·  Save the preferences

![](/files/Ne5iUUm3mQuqUiDk38y2)

**Step 2. Create Single Item in Product Maintenance**

Example: Original Product

BUDWEISER 6 PACK CANS

CSPC/SKU ID is 904334\
Product ID (barcode) is 62067335341

Create the new item:

·  Click on the “+” symbol in the upper right corner

·  New CSPC/SKU: 1904334 (Add a “1” before the original CSPC/SKU)

·  New PRODUCT ID (barcode): 162067335341 (Add a “1” before the original)

·  New DESCRIPTION: BUDWEISER SC

·  Select the Vendor: There are two options – REPACKING or the actual VENDOR (ie:BDL).

If you choose the actual Vendor, your new item’s sales will show up in your reorder guide. You will need to convert those sales into the original pack size as you cannot submit the order with this item in it. For example, if you sell 24 singles and you repack from 6s, you will need to add 4 extra units to your 6 pack order (for repacking into singles) and ZERO out the singles item in the order guide

·  Fill in the remaining product information

·  Click “Save”

·  Close out of \<Product Maintenance> to move on to the next step

![](/files/KFDQi4mB18JLweisW9WJ)

**Step 3. Making Adjustments**

From Receive Invoices, create a new receiving invoice by clicking on the “+” in the upper left corner.

Enter the Receiving Number (or use the automatically generated number), the Date and the Vendor (typically Repacking is used as the Vendor), click on “Save” to open the Receiving Invoice.

![](/files/sZRvr5ZrXYHrD2EFnD2R)

Click on the “+” in the upper left corner to add items. Enter the SKU/CSPS (or item Description) of the first item to repack into singles and the Quantity to repack. (This number should be a negative number as in the example below as you are taking it out of inventory to add in singles.)

![
](/files/mrTEfLNNrbIVaAYjIGG5)

Select “No” when asked if you would like to move the item.

![](/files/Y80q08YY711ge2sZvYtk)

Next add the SKU/CSPC for the singles item, add the Quantity of singles to add into inventory (if removing 3 - 6packs, you will add 18 singles) and Base Cost

![](/files/8LnkKgSBeCHHM8Rt5Jfv)

*Tip: Divide the cost of the original pack size by the number of singles to determine the proper Base Cost*

Click on “Save”. The inventory has been updated.

**Step 4. Sell a Single Item**

Press the SINGLES button and scan the item (you may or may not have a SINGLES button depending on your screen setup. If you do not have a SINGLES button, please refer to ‘Speed Button Set Up’ or ask for assistance.


---

# 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/pos-manager/repacking/setting-up-manual-repacking.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.
