Project

General

Profile

roos-fs tasks #120

Updated by Vadim Pariev 11 months ago

**General** 
 Service is a collection of tasks that need to be perfomed with the car. The car can have multiple services - worst case scenario the car would be have 200 Services per year.  

 <u>Properties and their picularities for the services:</u> 
 **Name** 
 Text field 

 **Description** 
 Text field 

 **Price**  
 Numeric field with the currency symbol (euro) 
 # ## This field is to be entered and to be seen manually from the ADMIN user ! 
 # This field is to be seen only by the ADMIN ! 
 # This field is only available for the Customer user if the SERVICE in the COMPLETED STATE 
 # Technicail is under any curcamstances is not allowed to see this field 

 **Additional costs** 
 Is comprised of the name and a numeric field (with the Euro sign) 
 Multiple subfields could be added  

 **Time**  
 It is a field that represent the total amount of time spent on executing all tasks within this service 
 Time (hh:mm) 

 **Status**  
 See State machine Ticket 






Back