Tuesday, May 4, 2021
1 change · master
Enhancements to existing features
Work orders now show whether they are ready or waiting based on component availability, making production priorities easier to understand. Ready and waiting statuses are visually distinguished, while users can still proceed with work orders when needed.
Original PR description
- The work order state changes based on the availability of the components - So if all BOM components are ``available`` the state of the first WO is set to ``ready`` - The color of ``ready`` in the WO tree editable view will stay blue as long as ``done`` reserves the green color - If one or multiple components are not available, the state of the first WO is set to ``waiting`` - The color of ``waiting`` in the WO tree editable view is set to orange - By default ``To launch`` takes ``workorder_ready_count`` so it counts only ``ready`` WOs - The user can always process the WO without restrictions even if the WO state is ``waiting`` Task ID: 2426773