# Inventory pages

## Inbound

The inbound page provides an overview of the purchase orders, the associated deliveries, and the accepted, missing, and rejected items.

<figure><img src="https://content.gitbook.com/content/Lrrr5jgTsDuR38gNJIrm/blobs/kUhQm4pjvwzAORoJOrdW/analytics-db-inbound-page.png" alt=""><figcaption></figcaption></figure>

### Purchase order events

This chart shows when purchase orders were placed, differentiating whether the delivery is expected as soon as possible (`ASAP`) or for a specific date. The assigned date is the `requestedDate` specified when the purchase order was created.

### Delivery events

A delivery can occur in one complete or several partial deliveries. This chart shows the number of complete and partial deliveries by the `receivedDate` of the corresponding receipt. As soon as a receipt indicates a partial delivery, all receipts belonging to the same purchase order are counted as partial deliveries.

In the case below, there were two deliveries on July 30, one of which completely fulfilled the associated purchase order and the other only partially.

<figure><img src="https://content.gitbook.com/content/Lrrr5jgTsDuR38gNJIrm/blobs/hwlBP0CLkTMITmqWL2zc/analytics-db-inbound-delivery-events.png" alt=""><figcaption></figcaption></figure>

The share of partial deliveries in all deliveries is also shown in another box at the top of the page.

<figure><img src="https://content.gitbook.com/content/Lrrr5jgTsDuR38gNJIrm/blobs/lpNVQtONMgnhKQlAu62T/analytics-db-inbound-delivery-events-2.png" alt="" width="350"><figcaption></figcaption></figure>

### Rejected and missing quantities

The quantity of accepted and rejected items is listed in the delivery receipts. The system then calculates the number of missing items using these figures:

`missing = ordered - accepted - rejected >= 0`

If a delivery is made in several parts, the missing quantity is assigned to the date of the receipt of the first partial delivery.

This page displays these figures in various ways: by delivery date, by product, and in total. Rejected and missing quantities are listed separately depending on whether the items have a unit of weight. In the following chart, for deliveries on August 18, the quantity of 9 was rejected and the quantity of 19 was missing.

<figure><img src="https://content.gitbook.com/content/Lrrr5jgTsDuR38gNJIrm/blobs/IcPKsMLgG1mrQL40DoNs/analytics-db-inbound-rejected-missing.png" alt=""><figcaption></figcaption></figure>

The time filter and the product table on the same page can be used to identify which products were affected.
