Transit time is accumulated for each labor resource based on the badge OUT and IN events that match OUT/IN device pairs in the Transit Time table. Transit time (accumulated by timesheet date) is presented to the pay formula in the @TRANSITTIME token. The pay formula now has the option to adjust net-billable time according to the contract agreement.
Net-billable time should not exceed scheduled-time unless time-before-schedule or time-after-schedule is applicable to be paid according to the contract terms.
Black texts are the explanation of a pay formula. Red texts indicate the actual pay formula language.
|Transit Time
Time("NetMinTemp") = @TIMEONSITE
+ @TRANSITTIME;
Time("TRANSIT TIME") = @TRANSITTIME;
Related Topics