UNPKG

section-2

Version:

A library for calculating unsocial hours entitlements under the NHS agenda for change's section 2

14 lines (13 loc) 475 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.absentShiftTypes = exports.additionalHoursShiftTypes = void 0; //TODO refactor to extra hours to avoid confusion with GRS definition of extra hours? //TODO do bank shifts appear in "Additional hours" on GRS? exports.additionalHoursShiftTypes = ["OT", "TOIL", "Bank"]; exports.absentShiftTypes = [ "AL", "AL (relief)", "Absent (TOIL)", "Absent (TOIL relief)", "Sick", ];