Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-2026

WorkflowJob.skipIfNoAdmissionStartForOrderDay considers the begin of period only

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Medium
    • Resolution: Fixed
    • 2.2.0
    • 2.5.0
    • JS7 Controller
    • None

    Description

      Current Situation

      • If admission times' periods overlap to the next day then orders that are scheduled for the next day are subject to the overlapping period.
      • Example:
        • Assume an admission time setting for Tuesday with begin of period at 6pm and lasting for 23 hours.
        • The admission time overlaps to the next day, Wednesday, by 17 hours.
        • Orders scheduled for Tuesday are subject to the admission time. However, orders scheduled for Wednesday are subject to the overlapping period of Tuesday's admission time.
      • This behavior is not considered a bug as it works as designed, however, it does not correspond to user expectations.

      Change

      • The begin of period only is used to identify if an order matches the day for which admission times are in place.
      • In case of periods overlapping the next day any orders scheduled for the next day ignore the previous day's admission times.
      • Users who wish to stick to the previous behavior of admission times should add admission time settings for subsequent days.

      Attachments

        Activity

          People

            jz Joacim Zschimmer
            ap Andreas Püschel
            Andreas Püschel Andreas Püschel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: