Project

General

Profile

roos-fs tasks #794

Updated by Vadim Pariev 5 months ago

General 
 We need to create a simple graph and table that compare planned services per week with executed (completed) services per week. 

 **Planned services calculation:** 
 In general there are 3 logical types Each project has an initial number of data:  
 * Manual entered data (Yellow) services and a deadline. 
 * Deafault calculation data (red) 
 * Actual data (Grey) 

 **Manual entered data (Yellow)** 

 The system should allow the user to set the planned amount of services in two points  
 1) Volume the team of done services expected in by the technicians need to perform within a week (see highloighed with yellow in the file)  
 2) Volume of expected planned services per week (see highloighed with yellow in the file)  

 **Deafault calculation data (red)** each week.  
 1) Volume of It is clealy stated how many services expected in by the week (see highloighed with red in the file) - this is calculated simply by taking the total amount of order deviding them by the amount of weeks and providing the progression of what is expected to be finished by the end week. are still not planned.  
 2) Volume of expected planned services per week (see highloighed with yellow in the file) this It is calculated simply by taking the total amount of order deviding them by the amount of weeks and shown clearly stated what is the expected suggested amount of services needs need to be finished in order performed per week to be on time till meet the end of the project) 

 **Actual data (Grey)** 

 1) Actual volume (cumulutive) - here we just state how many services are completed by this week (based on the system data) 
 2) Actual volume (weekly) - here we just state how many services are completed in this week (based on the system data) 

 It is clealy stated how many services are still not planned. deadline.  

 **Executed services calculation:** 
 For each week, count how many services were actually completed. 

 **Graph requirements:** 

 Two lines: 
 Both are using the manual entries 
 

 Planned services per week 
 Executed services per week 

 The X-axis is weeks. 
 Y-axis amount of services. 

 See example from the customer attached. 

 **A weekly table showing:** 

 Week 
 Planned services 
 Executed services 
 Difference (executed – planned) 

 **Status indicator:** 
 A small indicator (with colorcode)should show whether the project is: 

 On schedule 
 Ahead of schedule 
 Behind schedule 

 Other requirements: 
 - reuser the designs from this page, especially the grath https://omspreview.roos-fs.com/statistics  
 - make sure taht design is consistent 
 - the feature and overview is awailable on the single project overview page 
 - New tab in the project overview under the name "Controlling"

Back