> 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/receiving-invoices/receiving-and-adjustments-manual.md).

# Receiving and Adjustments Manual

**MANUAL RECEIVING & ADJUSTMENTS**

From BARNET Back Office go to:

RECEIVE INVOICES

·  Click on the ADD (+) icon

·  Add the Receiving Number (Invoice Number) – If you are doing an ADJUSTMENT, use the auto generated number

·  Add today's Date (never back date an invoice! This will mess up any previous inventories you have done)

·  Select the Vendor

1. ADJUSTMENT vendor is for any product that is being adjusted out that is not returnable for credit or is not known to be theft
2. BREAKAGE vendor is for product being returned for a credit
3. THEFT vendor is for known theft; theft is to be adjusted out immediately

·  When the invoice screen opens, click on the ADD (+) button

·  Type in the CSPC

·  Verify the correct product comes up

·  Type in the Quantity (this will be a negative number for THEFT, ADJUSTMENTS, BREAKAGE, RETURNS, etc.)

·  Adjust the base cost if necessary

·  Click on SAVE

Continue until all product has been received or adjusted.

Once all product has been received, double check the SUBTOTAL, it should match the subtotal on the invoice. If the subtotals do not match, double check your entries.

Once your Subtotals match

·  ACCEPT the invoice

·  Print a copy of the receiving report, attach to invoice and file

·  Make a copy of the invoice and the Liquor Register

·  Update the location's Liquor Register


---

# 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/receiving-invoices/receiving-and-adjustments-manual.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.
