|
Purpose: Allow users to configure whether a custom item status can be changed from the item record in Inventory and whether items with other statuses can have their item status change to that value.
Scenarios
- Scenario
- Given the Edit or New status form
- When open
- Then show the Apps accordion
- Scenario
- Given the Apps accordion on the Edit or New status form
- When open
- Then show the Orders settings
- Heading: Orders
- Checkbox: Change status to "Order closed" when closing order
- Given the Apps accordion on the Edit or New status form
- When open
- Then show the Receiving settings
- Heading: Receiving
- Checkbox: Change status to "In process" when receiving item
- Scenario
- Given the Statuses section of Inventory settings
- When viewing a custom item status
- Then show the open Apps accordion, with inactive checkboxes under Orders and Receiving
- Scenario
- Given an item with custom item status X with “Change status to "Order closed" when closing order” not checked in the custom item status form
- When closing the order for the item
- Then do not change the item status from custom item status X
- Scenario
- Given an item with custom item status X with “Change status to "Order closed" when closing order” checked in the custom item status form
- When closing the order for the item
- Then change the item status from custom item status X to Order closed
- Scenario
- Given an item with custom item status X with “Change status to "In process" when receiving item” not checked in the custom item status form
- When receiving an item with custom item status X
- Then do not change the item status from custom item status X
- Scenario
- Given an item with custom item status X with “Change status to "In process" when receiving item checked in the custom item status form
- When receiving an item with custom item status X
- Then change the item status from custom item status X to In process
|