List of Hour Types

Below is a list of hour types that are provided with Track. All hour types store their values in minutes.

 

When referring to an hour type, use the Time function as: Time(“EARLY TIME NOT PAID”) = ...;

 

Standard pay formulas are included with Track. Users may create custom pay formulas. The custom pay formulas are designed by the user through a custom language of formulas, functions and cases (if…then/else clause). Time on-site is reduced to Net-Billable, then sub-divided into its different parts: straight time, overtime, double-time, lunch deductions, etc.

 

Hour Types

Description and Usage

EARLY TIME NOT PAID

This is a variable where the amount of non-paid time that was worked before the schedule is stored.

LATE TIME NOT PAID

This is a variable where the amount of non-paid time that was worked after the schedule is stored.

LUNCH DEDUCTION

This is a variable where you can store the amount of time that was deducted for lunch from a person’s on site time. This time can be set to paid or non-paid within a pay formula.

ROUNDING UNPAID

This is a variable where the rounded time not paid is stored. This is a global rounding not the docking that is referred to below.

DOCK LATE IN TIME

This is a variable where the amount of time a person was docked for coming in late is stored. This is normally set to non-paid time.

DOCK EARLY OUT TIME

This is a variable where the amount of time a person was docked for leaving early is stored. This is normally set to non-paid time.

STRAIGHT

This is the variable where straight paid time is recorded. This value also compromises the straight time portion of net billable time.

OVERTIME

This is the variable where paid overtime is recorded. This value also compromises the overtime portion of net billable time.

DOUBLETIME

This is the variable where paid double-time is recorded. This value also compromises the double-time portion of net billable time.