Project

General

Profile

roos-fs tasks #309

Updated by Vadim Pariev 9 months ago

**General** 
 A Monteur is at the location and needs to install the correct device/spare part or spare part. The device/spare part type may be the same, but the serial number is unique. The Monteur is obliged to install the device or spare part that was assigned to the customer whose vehicle is being serviced. 

 **Expected result** 

 *TASK CREATION/EDITING AND ADDING TO THE TEMPLATE* 
 - a new field type is introduced called "Warehouse picker" 
 <img style="width: 885px;" src="clipboard-202508182338-ocvvf.png"><br> 
 - When selected and added to the checklist the user can Provide a name for the field as well as the description (see other fields implimentaions)  
 - upon adding the user can arrange the items (already present)  

 *FUNCTIONALITY ON THE OPENED SERVICE INSIDE OF THE TASK* 
 - user selects the spare part from the dropdown list  
 NOTE: in this case we check what spare parts are assigned to this customer (we can do that through the vechicle object). This infromation is to be stored in the Warehouse (in the sparepart object; see the table implimentation) 
 - as soon as the spare part is selected the user can enter the serial number 
 NOTE: in this case we check what spare parts are assigned to this customer based on the serial number (we can do that through the vechicle object + based on the type selected before). This infromation is to be stored in the Warehouse (in the sparepart object; see the table implimentation). In addition the itme, shall have a status "In Stock". Otherwise it would not be shown at all.  
 - we do not allow to proceed if the serial number provided is from another customer (not the one that is assigned to this vechicle)  

 *FUNCTIONALITY AFTER SERVICE COMPLETION* 
 - as soon as the service where this fileds were filled out receive a status "completed" the spare part in the table form the warehouse receives a status "Installed" 
 - the spare part receives a vechicle entry in the table (where the service with the field was completed) 
 - the Service is stated (the one where the spare part was used) 
 - Entries - Service, vechicle, location, customer are hyperlinks that lead to the stated object in the system.  

 Other requirements 
 - all ui items are supported in english and German

Back