View work order operations
As a warehouse employee, I want to see the operations required for a work order so that I know what steps to complete.
- Navigate Home → Manufacture → select Work Order
- Operations list visible with operation names
- Each operation shows completed_qty / total_qty
- Operations link to operation detail page
Transfer materials to manufacturing
As a warehouse employee, I want to scan raw materials and transfer them to the WIP warehouse so that manufacturing can begin.
- Navigate to Work Order
- Required items list visible with required_qty
- Scan item barcode, transferred qty increments
- Click SAVE, draft Stock Entry created
- Click TRANSFER, Stock Entry submitted
- Work Order status updates to "In Process"
Partial material transfer
As a warehouse employee, I want to transfer only some required materials so that I can stage materials incrementally.
- Scan fewer items than required_qty
- Save and submit Stock Entry
- Return to Work Order
- transferred_qty reflects partial amount
- Can create another Stock Entry for remainder
Update scanned quantities
As a warehouse employee, I want to manually adjust scanned quantities so that I can correct scanning mistakes.
- Scan item on Work Order
- Count shows scanned qty
- Click on item count
- Can edit qty value
- Updated qty reflected in Stock Entry
Filter work orders by status
As a warehouse employee, I want to filter work orders by status so that I can focus on active work.
- Open Manufacture page
- Select "In Process" from Status filter
- Only In Process work orders displayed
- Select "Not Started", shows unstarted orders
Filter work orders by start date
As a warehouse employee, I want to filter work orders by planned start date so that I can see today's scheduled work.
- Open Manufacture page
- Select "Today" from Start Date filter
- Only work orders with today's planned_start_date displayed
Manufacture with scrap items
As a warehouse employee, I want scrap items to receive handling units when configured so that scrap is trackable.
- Work Order uses BOM with scrap items
- Scrap item has create_handling_unit = 1
- Complete manufacture Stock Entry
- Handling Unit created for scrap item
- Scrap item without flag has no HU
View work order operations
As a warehouse employee, I want to see the operations required for a work order so that I know what steps to complete.
Transfer materials to manufacturing
As a warehouse employee, I want to scan raw materials and transfer them to the WIP warehouse so that manufacturing can begin.
Partial material transfer
As a warehouse employee, I want to transfer only some required materials so that I can stage materials incrementally.
Update scanned quantities
As a warehouse employee, I want to manually adjust scanned quantities so that I can correct scanning mistakes.
Filter work orders by status
As a warehouse employee, I want to filter work orders by status so that I can focus on active work.
Filter work orders by start date
As a warehouse employee, I want to filter work orders by planned start date so that I can see today's scheduled work.
Manufacture with scrap items
As a warehouse employee, I want scrap items to receive handling units when configured so that scrap is trackable.