cityofaustin / atd-data-tech

Austin Transportation Data & Technology Services
17 stars 2 forks source link

Ability to Edit an Inventory Item Request on a Work Order #1116

Closed johnclary closed 4 years ago

johnclary commented 4 years ago

As a technician, I want to edit an inventory item request that I submitted.

Precondition

In order to edit an inventory item request, the request must first be in a Cancelled or Not Requested status. as described here.

Test Script

  1. In the Data Tracker, start from a work order that has an inventory item with a status of Cancelled.

  2. In the inventory items table, the edit button should be visible for the cancelled transaction. Click it.

  3. Change the item type and quantity of the item. Make sure that Inventory Checkout is Yes. Submit the form.

Expected behavior

johnclary commented 4 years ago

@dianamartin ready for testing

dianamartin commented 4 years ago

Used WO WRK20-073355. This is in a Cancelled status. Clicked edit and changed the quantity. After submitting changes, the status changed from Cancelled to Submitted to Warehouse.

dianamartin commented 4 years ago

Confirmed in the Finance system that the status of the Inventory Request is Submitted. In the details of the inventory request, the item is in a New Request Item status.

Success!