# Page Overview

## Pick Tickets Page Overview&#x20;

To access Pick Tickets page navigate to Fulfillment > Pick Tickets.

![](/files/MzzU965Qum0bZj7wSFZM)

### Pick Ticket Grid and KPI Overview&#x20;

Key performance indicators (pie-chart and graphs) represent data from the grid below. These graphs are fully interactive and can be used to manipulate the data displayed on the grid.&#x20;

<figure><img src="/files/Le9wwKTkfPLjDupf2gJD" alt=""><figcaption></figcaption></figure>

Following grid contains a number of columns related to the different aspects of the pick tickets, including: State, Pick ticket number, Warehouse, Shipping address, Tags, and more. Each column has a filter that helps to sort through a large number of pick tickets.

{% hint style="info" %}
Notice: Too many search queries might overload the the table and produce an error. If this happens, use a 'Reset grid options' button as shown below.
{% endhint %}

The grid is fully customizable. Using 'Column Chooser' users can select which columns will be visible on the greed.&#x20;

<figure><img src="/files/6mWZAdGzwZ8bUlDQ33fz" alt=""><figcaption></figcaption></figure>

Columns can be switched within the grid to create a custom layout that suits best to the current user.

Click on a chosen Pick ticket number link from the grid to open that Pick Ticket detail page.

<figure><img src="/files/xZoRO6sfxD9NnX2tP4fP" alt=""><figcaption></figcaption></figure>

### Functional Buttons

#### Data Entry

Data entry button contains four functions:

* 'New Pick Ticket' - manually create new pick ticket.
* 'New WH Transfer' - ??
* 'To Draft' changes the state of qualifying order back to draft.
* 'Import'  allows users to import multiple order from a different system using excel spreadsheet document.

![](/files/E6Rmi2owDzwqoEEhZFtu)

#### Picking

'Picking' button provides actions that affect existing pick tickets in different states.

* **'Release to Floor'** changes Pick Ticket state from 'draft' to 'Unallocated' and makes it an active task that can be processed further.
* **'Allocate/Unallcoate'** - allocating products will reserve the required amount of goods for this order. Allocated product are not accessible for any other warehouse operations. Unallocating a pick ticket, respectively, will release all the products that are currently reserve for this order.
* **'Cartonize/Uncartonize'** - if cartonization profile is set for a customer, this function will separate one big order to a number of cartons. These cartons can be picked by different warehouse employees to speed up picking process. Uncartinoze option will reverse the cartonization settings for chosen orders.
* **'Back to Picking'** this function changes the 'Rating' state of a pick ticket back to 'Ready to Pick'. This allows to add previously shorted items to the order if they become available.
* **'Auto pick'** - this option will automatically reduce inventory without physical scans. This operation should only be used during training or by trained personnel!

![](/files/r57xMS3Lc60aaV5fbZCJ)

#### Label Printing

This folder contains a number of functions that create operational labels for warehouse employees to use during picking process. These options are:

* **'Print Letdown tickets'** - if allocation process for the pick ticket requires an LPN letdown, this option will generate a physicals ticket that warehouse employees can utilize.&#x20;
* **'Print packsize breakdown tickets'** - if allocation process for the pick ticket requires a packsize breakdown, this option will generate a physical ticket that warehouse employees can utilize.
* **'Wave/Unwave'** - this option changes pick ticket state, makes it available for physical picking process, and create an optimized picking route for warehouse employees. Multiple pick tickets can be selected for the same 'Wave'
* **'Print tags'** - prints the tag associated with chosen pick ticket.

![](/files/WxyuclV61RPiA4hnIX2C)

#### Shipping

Shipping folder provides to options.

* **'Ship'** a pick ticket that is in 'Rating' state.
* **'Close'** a ticket that has been shipped.

![](/files/g4i6783ll9gfUjYE3vd5)

#### Task Assignment

* This simply allows to either assign or unassign an operator from selected pick tickets.

![](/files/CQOTPusZLizmJcPcx1pj)

#### Other

* **'Apply tag'** option create a custom tag that helps to track and sort pick tickets. Each pick ticket can have up to 5 separate tags
* **'Bulk update'** is a function that applies while working with tens and hundreds of orders at the same time. Parameters for bulk updates are setup in the system configuration menu.
* **'Print product barcode'** prints a chosen product barcode from a selected pick ticket.
* **'Email'** is used for sending email notification to a third party.
* **'Suspend/Unsuspend'** option puts selected ticket in 'Suspended' state until a supervisor resolves any issues concerning this pick ticket. This is a control measure.
* **'Delete'** - only pick tickets in 'Draft' state can be deleted.
* **'Clone'** option creates an identical copy of selected Pick Ticket under automatically generated number and 'draft' state.

![](/files/Fh7yuXUWIov5kzVOh679)

{% hint style="info" %}
Notice: As the Pick Ticket processes through each step, buttons become visible or hidden to eliminate confusion.
{% endhint %}

#### Refresh

Refresh button will reload pick tickets grid.


---

# Agent Instructions: 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:

```
GET https://docs.p4warehouse.com/v2/fulfillment/pick-tickets/page-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
