> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/store-operations/inventory/receiving/reports.md).

# Reports

## Discrepancy tracking for fulfilled transfer orders

Use this report to monitor discrepancies in fulfilled transfer orders. It compares expected shipped quantities with actual receipts.

## Receiving discrepancy report

Identify facilities where actual receipts do not match expected shipped amounts. Prioritize locations with higher discrepancies to investigate potential issues.

**In case of NetSuite**

In NetSuite, the report compares actual receipts with expected shipped amounts from transfer orders to highlight inventory accuracy issues.

**User:** Operations team

| Field                     | Details                                                           |
| ------------------------- | ----------------------------------------------------------------- |
| Shipment\_Id              | The ID of the shipment in external system                         |
| HotWax\_Shipment\_Id      | The ID of the shipment in HotWax                                  |
| Transfer\_Order           | The ID of the transfer order in external system                   |
| SKU                       | Unique identifier                                                 |
| Origin\_Facility\_Id      | The ID of the origin facility where the shipment originates       |
| Origin\_Facility          | The name of the facility where the shipment originates            |
| Destination\_Facility\_Id | The ID of the destination facility where the shipment is destined |
| Destination\_Facility     | The name of the facility where the shipment is destined           |
| Expected                  | Quantity expected to be shipped                                   |
| Received                  | Quantity actually received                                        |
| Difference                | Variance between expected and actual quantities                   |
| Status                    | Current status of the shipment                                    |


---

# 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://docs.hotwax.co/documents/store-operations/inventory/receiving/reports.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.
