Projected FTE calculation callout

The Projected FTE (full-time equivalent) calculation allows customers to create custom logic to calculate the values for specific labor metric columns in the MR and OTS edit screens. The callout calculates and populates these columns:

  • Proj FTE (Projected FTE)
  • Proj Hrs (Projected Hours)
  • Stat Days

To calculate these values, access to information for the number of shifts on the row and various custom data pieces, is necessary.

For example, one way to calculate the Proj FTE value is:

Projected hours / FTE hours in a year

Where:

  • "Projected hours" is calculated as the number of shift hours (excluding breaks) in each rotation multiplied by the number of rotation repetitions in a year.
  • The number of rotation repetitions is calculated as the number of days in a year (stored in a custom table) divided by the number of days in the rotation.
  • "FTE hours in a year" is a value stored in a custom table.

See FTE_CALC_SVC.