A reservation consists in blocking a quantity of an item in anticipation of a work order.
A reservation must therefore be declared in a Work order, indicating the warehouse in which the item is reserved; see Work order [Completed] [Supply].
The reservation only goes into effect if the work order is validated.
The [Reservation] function is used to display all current item reservations, but it cannot modify or delete them.
Viewing reservations
Example - Special case
On a work order, add 3 reservations to the same item:
| Line No. | Item | Store | Quantity | Reservation date |
| 1 | BEARING | MAG1 | 1 | 05/01/2020 |
| 2 | BEARING | MAG1 | 3 | 07/01/2020 |
| 3 | BEARING | MAG1 | 7 | 10/01/2020 |
When consuming the item, I select the reservation from line 1, and I consume a quantity of 5.
Reservations are then taken in the reservation date order.
→ Consequently, one reservation line will remain (line 3) on the work order with a quantity of 6.