To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorAssign items during hand over
In order to assign items to reservations of a contract
As a lending manager
I want to be able to have functionlities to assign items
- Background
-
- Given
- I am Pius
- Scenarios
-
- Assign an inventory code to an itemline
- Assign an inventory code by providing an inventory code of an item and a set of selected reservations
- Remove the assignment of an inventory code by clear the the inventory code input
- Assign an inventory code to an itemline
-
- When
- I open a hand over which has multiple unassigned reservations and models in stock
- And
- I click an inventory code input field of an item line
- Then
- I see a list of inventory codes of items that are in stock and matching the model
- When
- I select one of those
- Then
- the item line is assigned to the selected inventory code
- Assign an inventory code by providing an inventory code of an item and a set of selected reservations
-
- When
- I open a hand over which has multiple unassigned reservations and models in stock
- And
- I select a linegroup
- And
- I add an item which is matching the model of one of the selected unassigned reservations to the hand over by providing an inventory code
- Then
- the first itemline in the selection matching the provided inventory code is assigned
- And
- no new line is added to the hand over
- Remove the assignment of an inventory code by clear the the inventory code input
-
- When
- I open a hand over with reservations that have assigned inventory codes
- And
- I clean the inventory code of one of the reservations
- Then
- the assignment of the line to an inventory code is removed
Last published over 3 years ago by mkmit.