Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Within progress calculation, you can define the project progress calculation option and progress thresholds that will be used throughout the system. 

Project progress calculation Options

Here you can define the calculation method for project progress that would be used throughout the system.

STEP 1: Select a Project Calculation Method that you prefer to be used as the default progress calculation method throughout the system.

  • Action based progress - Selecting 'action based' will mean that for any project that is linked to an action, the progress will be taken to be the progress that the user enters for the action.

  • Project based progress - Selecting ‘Project based progress' will mean that project progress will be calculated based on progress recorded against project/phase duration.

System defaults to 'action based progress'.

When 'Action based progress' is selected as default, in an instance where a project is not linked to an action the progress will be calculated using the project based calculation.

STEP 2: Select a Project Based Progress Calculation Method that would be used to calculate project based progress throughout the system.

  • Task Completion to date by Project -  Progress will be calculated based on the durations of the project (actual and target). If this option is selected, when a project is linked with Planning area, Action users will not be able to manually update the progress of the action in planning area (as the progress will be automatically updated based on the project progress).

  • Automatic Achievement - The elapsed duration the project has been in progress as a percentage of the duration of the project from forecast/actual start to forecast/actual finish.

  • Task Duration - The actual total task days completed as a percentage of the forecast total project task days.

Refer Project Progress Calculation to see examples. 

Project Progress Calculation

Example:

Time now = 26/9/12

Current baseline = Proposed (phase 2)
Task schedule is as follows:

Task

Scheduled Duration

Start Date

Finish Date

% complete

Task 1

100

17/07/2012

03/12/2012

0

Task 2

10

23/07/2012

03/08/2012

100

Task 3

10

30/07/2012

10/08/2012

100

Target = [ # Working days from current baseline start to Now/# Working days from current baseline start to finish]  *100

 =  [<17/7/ to 26/9> / <17/7 to 3/12>]*100

 =  [51/100] * 100

 = 51%

Auto Achievement Progress Calculation Method

Actual = [ Working days from Actual start date to Now/ # Working days from forecast start to finish] * 100  

 = [<17/7/ to 26/9>/ <17/7 to 3/12>] * 100

 = [51/100] * 100

 = 51%

Performance = (Target/Actual) *100

   = (51/51) *100

   = 100%

Total Duration Calculation Method

Task Days complete = Sum [ (# Days for each task *% Complete)/100]

T1 : [(100*0)/100] = 0

T2: [(10*100)/100] = 10

T3: [(10*100)/100] = 10

Sum of task days = 20

Actual = [# Task Days Completed/ # Total Task Days Scheduled] * 100

= [20/120] *100

= 16.67%

Performance = (Actual/Target) *100

 = (16.67/51) *100

 = 32.68%

Progress Threshold Setting
STEP 1: Specify ‘On track’ and ‘Off Track’ figures and click the "Save" icon.

The progress threshold defined here will be synchronised with the ‘Action Progress Threshold’ in planning area and vise versa.

Business Rule

Project/action Progress >= On Track value = On Track = Green.

Project/action Progress <= Off Track value = Off Track = Red.

  • No labels