Agreements
Agreements is where collective agreements (tariffavtaler) and local agreements become something the system can compute with. The agreement decides what counts as overtime, which supplements are triggered, and what the hours land on when a period is settled.
The rules are data. You edit parameters, validity and priority here — but what a rule kind means is fixed in the built-in kinds. So you can adjust rates and thresholds without anyone writing code, and without the semantics drifting.
The agreement itself
Link to this headingAn agreement is either Tariff or Local, has a Name, and may point at a Parent agreement. Notes / source is where to record where the provision comes from — the protocol, the clause, the date — so whoever reads the rules in two years knows their origin.
Agreements reach people through work types. The list shows how many work types use an agreement and how many rules it holds. If it is in use, or is a parent to another, it has to be detached before it can be deleted.
Rules
Link to this headingAdd rule asks for a Rule kind, a Label, Parameters (JSON), Valid from / Valid to and a Priority. The parameters are validated against the kind’s schema on save, so a rule that does not fit is refused with a note about what is wrong.
Rules fall into two groups. Pay rules classify time and money — banded overtime thresholds, time-window and day-type supplements, minimum-call credit, double performances, the extra hour on 1 and 17 May. Staffing guardrails (warnings) compute no pay but do speak up: season rehearsal quota, daily rehearsal limit, rehearsal-free Saturdays.
An agreement with no rules is not broken — it simply classifies ordinary time only.
For overtime thresholds you set Overtime bands: each band covers
overtime from its offset until the next band begins. So 0:00 → OT 50 %
with 4:00 → OT 100 % means 50 % for the first four overtime hours, and
100 % after that.
Inheriting from a parent
Link to this headingA local agreement pointing at a collective one inherits that agreement’s rules and lays its own over the top.
The 5.8 arrangement
Link to this headingThe 5.8 arrangement (supplements traded for leave) field switches off time-window and day-type supplements for the whole agreement. This is LO § 3.3.8: those supplements have been traded for two extra weeks of leave, and those weeks are granted through the vacation policy and leave ledger instead.
The suppression happens at classification. The rules themselves stay as they are, so switching the arrangement back off makes them work as before.