Agreement selection logic

Updated by Daniel Sjögren

There are multiple occasions on which Quinyx itself needs to figure out which agreement to select for a shift and/or punch.

Below is a list of such occasions:

  • Agreement changes, such as one out of multiple agreements of an employee being deleted.
  • A base schedule is rolled out and one of the following applies:
    • The agreement field for the base schedule shift in question reads “Selects automatically”.
    • The base schedule shift’s agreement has been selected manually, but the said agreement isn’t valid on the date on which the shift is rolled out.

In these cases, an algorithm will check all of the agreements of the employee for these criteria in the following order. Whichever step at which there is only one agreement left meeting that and the previous criteria is where that same agreement is selected and applied to the shift or punch. If the algorithm makes it to step 5 and there is more than one agreement left, then out of the agreements left, the agreement added to the system add the earliest point in time will be selected.

  1. Are there agreements valid at the date of the shift or punch?
  2. Are any of the remaining agreements set to be preferred for the unit the shift or punch is taking place on?
  3. Are any of the remaining agreements using the same agreement template as the current main agreement?
    1. Note that for base schedule shifts with a manually selected agreement specifically, the algorithm will instead check “Are there agreements using the same agreement template as the manually selected agreement?” as part of this step.
  4. Are any of the remaining agreements the main agreement as of today's date?
  5. Which one of the remaining agreements has the highest employment rate?
Note that in selecting which agreement should be assigned to existing shifts and punches during the worked period, the logic will not look at a specific period, but will apply the selected agreement to all past and future shifts and punches.


How Did We Do?