_____

Labor Admin - Setting Up#

This topic goes over how to set up the Labor Module.

What you need to know before you get started#

How the Labor Module gets its data#

At specific intervals, Rebus pulls data from a transactions table in the WMS and stores it in Rebus. Rebus refers to the activity configuration to convert transactions into activities, which are stored in Rebus. Labor widgets refer to this data.

_images/diagram_labor_data_flow.jpg

Activities#

To convert transactions in your WMS into activities, Rebus refers to how transaction types are mapped to valid activity types. This mapping can be set up in two ways:

  • Set up an activity type for a particular transaction type. In this case, each transaction of that type is converted into an activity of the activity type that’s set up for that transaction type.

  • Set up an activity group to dynamically create activities of a particular activity type.

Note

info Each activity type is specific to a facility.

Organize Activities together for Reporting Purposes#

When setting up an activity type, you have the option of applying a work category. Activities that share the same work category can have their data grouped together when displayed in widgets and reports.

Fatigue Allowance#

When setting up an activity type, you can add fatigue factors—a default and up to 24 additional ones—so that the right fatigue allowance is dynamically calculated and added to all activities’ total goal time for a given activity type.

The fatigue allowance of an activity is calculated as follows:

Fatigue allowance = fatigue factor*base goal time

The base goal time of an activity is calculated by multiplying the default time measurement of the activity type by the processed quantities of the unit of measure (UOM). The default time measurement and UOM are configured in Setup Procedure 6 of 7: Setting up Activity Types for Imported Transactions.

Here’s an example of how Rebus calculates the total goal time with the fatigue allowance:

Note

info The fatigue allowance will be calculated only if you turn on the feature in the activity type’s configuration screen.

Fatigue Allowance Example#

Sequence

Rebus Processing Notes

1

The PUTAWAY activity’s base goal time is 5000 seconds.

2

Fatigue Factor for the PUTAWAY activity type is added: 5%

3

The PUTAWAY activity’s total goal time is: Fatigue allowance + base goal time = (Fatigue Factor * base goal time) + base goal time = 0.05*5000 + 5000 = 5250 seconds

In the Activity Adjustment table, you can see an activity’s fatigue allowance under the Fatigue Seconds column, and how it’s added to the total goal time (i.e., the Standard Seconds column).

_images/eg_fatigue_seconds.jpg

Note

info The Activity Adjustment table is found under Admin Tools > Labor > Activity Adjustment Admin.

For more information on fatigue factors, see More about Fatigue Factors.

More about Fatigue Factors#

To capture more accurate labor performance data, you can add up to 24 fatigue factors besides a default fatigue factor.

_images/eg_added_fatigue_factor.jpg

How Added Fatigue Factors Work

For each added fatigue factor, add a fatigue range (i.e., the range of hours worked). When an imported transaction is turned into an activity, Rebus applies the right fatigue factor based on the fatigue range to calculate the fatigue allowance.

Here’s an example of how Rebus applies the right fatigue factor based on the fatigue range to calculate the fatigue allowance.

Sequence

Rebus Processing Notes

1

The PICK activity’s base goal time is 2000 seconds.

2

Default Fatigue Factor for the PICK activity type is 25%.

3

Another Fatigue Factor is added:

  • Added Fatigue Factor: 10%

  • Fatigue Range: 1 – 3 hours

4

Labor User’s PICK transaction is imported and carries the following information:

  • Shift Start Time: 8:00:00 AM

  • Min_Stop_Date_Local: 10:00 AM

5

Rebus calculates the fatigue range for the PICK activity:

Fatigue range = PICK’s Min_Stop_Date_Local — Shift Start Time = 10:00 AM – 8:00 AM = 2 hours

6

The fatigue range for the PICK activity (2 hours) falls within the 10% fatigue factor’s fatigue range (i.e., greater than 1 hour and less than 3 hours).

7

Rebus applies the 10% fatigue factor to calculate the fatigue allowance and adds it to the activity’s total goal time.

Otherwise, if a fatigue range for an activity does not fall within any of the added fatigue factor’s fatigue range, the Default Fatigue Factor will be applied to calculate the activity’s fatigue allowance.

8

The PICK activity’s total goal time = Fatigue allowance + base goal time = (Fatigue Factor * base goal time) + base goal time = 0.10*2000 + 2000 = 2200 seconds

Fatigue Factor Validation: Fatigue ranges of fatigue factors cannot overlap.

Note

info For essential activities created from the Activity Adjustment Admin screen, the Default Fatigue Factor is applied to calculate the fatigue allowance.

Important

For an added fatigue factor to be applied to calculate a given activity’s fatigue allowance, ensure that a shift is applied to the labor user’s activity record. Otherwise, the Default Fatigue Factor is applied to calculate the fatigue allowance.

Alternate User ID#

Rebus refers to a labor user’s alternate user id when processing labor transactions. When a labor transaction is imported into Rebus, Rebus takes the transaction’s user ID and follows the logic below to find a matching labor user record.

  1. First, try to find a match with an alternate user ID. If match found with labor user record, continue with processing, otherwise,

  2. Try to find a match with a user ID. If match found with labor user record, continue with processing, otherwise,

  3. Quarantine transaction.

Validations for alternate user id: A new alternate user ID cannot be the same as an already existing alternate user ID or an existing user ID.

Alternate User IDs are set up on the Labor User Admin screen.

Activity Groups#

Activity groups let you set up Rebus to do the following:

  • Group different transaction types under a single activity type. E.g., If your WMS has a different PACKING transaction type for each warehouse area (PACKING_AREA01, PACKING_AREA02, etc.), you can group all these differently coded PACKING transactions so that each one becomes a PACKING activity in Rebus.

  • Create an activity based on information taken only from a specified step of a multi-step activity. E.g., For each two-step DEPOSIT activity (STEP1 = PICKUP, STEP2 = DROPOFF), you want Rebus to create an activity for each DROPOFF step because it has the drop off location information you want to capture in a widget.

  • Track specific values by setting up a simple mapping scheme or specify the relationship between certain values through enhanced mapping.

Note

info Each activity group is specific to a facility.

Simple Mapping#

A simple mapping scheme allows you to put multiple values into one auxiliary field. Rebus selects transactions having any of the values and creates an activity for each selected transaction.

Enhanced Mapping#

Configuring an enhanced mapping lets you put one value each into up to 25 auxiliary fields and add conditions and groupings to define the constraints and restrictions that you want to apply to the values.

A condition is an expression that is evaluated to see if it’s true. It can be used to select specific values. Each row selected by the auxiliary field is evaluated against the selected condition. The rows that evaluate “true” are selected to be compared to other groupings, if any.

Operators Used in Conditions#

Operator

Description

Type of value

=

Equal to.

Integer

!=

Not Equal to.

Integer

<

Less than.

Integer

<=

Less than or equal to.

Integer

>

Greater than.

Integer

>=

Greater than or equal to.

Integer

In

Equal to any of the comma separated values.

String

Like

Begins with.

String

Not In

Not equal to the comma separated values.

String

Not Like

Doesn’t begin with.

String

Creating a grouping allows you to specify a different logical operator or to create an order of evaluation for conditions. Groupings are enclosed in parentheses, which means they are evaluated before conditions that are outside the parenthesis.

Shifts#

In the Labor Module, a facility’s weekly schedule comprises shift s and the activities recorded for each labor user. Each shift has the following attributes:

  • Start and Stop time,

  • Days of the week when the shift is scheduled,

  • Labor users assigned to the shift,

  • Automatically scheduled breaks, and

  • Leeway time that’s allowed to labor users regarding their shift start time.

Shifts can overlap, and a labor user can be assigned to multiple shifts. To simplify time reporting; however, each labor user should be assigned to a base shift, which is referred to by widgets that report staff time. A labor user can be assigned to only one base shift.

When setting up shifts, keep in mind the following restrictions:

  • A labor user can’t be assigned to two shifts that are scheduled for the same day of the week.

  • A shift can’t extend longer than 24 hours.

For more on how to set up shifts, see Setup Procedure 1 of 7: Setting up Shifts .

Types of Shifts#

There are three different types of shifts:

Shift

Purpose

Base shift

Current base shift as it appears in User Admin. A base shift serves as defaults if a labor user is neither part of a scheduled or an assigned shift.

Assigned shift

The normal shift that can be created/ assigned in shift admin.

Scheduled shift

A pre-configured shift that is automatically assigned to labor users based on a schedule.

Rebus uses the following order of priority to determine which shift appears in the ‘Shift Applied’ column:

  1. Scheduled shift

  2. Assigned shift

  3. Base shift

Note

The ‘Shift Applied’ field is found in the Activity Adjustment table under Admin Tools > Labor > Activity Adjustment Admin.

Automatic Shift Scheduling#

You can schedule a shift to be applied automatically to a labor user at a specified period. Instead of adding a labor user to a shift, you can specify the date and time when a certain pre-configured shift will be scheduled for a labor user. You can also make the shift for a labor user permanent (i.e., recurrent with no end date). The scheduled shift overrides any other shift previously assigned. For information on how to add a labor user to a scheduled shift, see Adding a Labor User to a Scheduled Shift.

Labor Users and Labor User Groups#

You need to set up a labor user for each staff member whose performance you want to track. You don’t need a Rebus user account to be set up as a labor user. Each labor user has his or her own schedule, which comprises the following:

  • Transactions recorded for him or her in the WMS and imported into Rebus as activities, and

  • Any activity adjustments manually made in Rebus to his or her schedule.

To be assigned to a shift, a labor user must first be assigned to a labor user group. Labor user groups allow you to measure the performance of a set of staff at a group level. For example, you could create groups based on supervisor, job function, or whether the workers are permanent or temporary. A labor user can be a member of only one group.

For more on how to set up a labor user group, see Setup Procedure 2 of 7: Setting up Labor User Groups. For more information on how to set up labor users, see Setup Procedure 3 of 7: Setting up Labor Users.

Breaks#

A shift can be set up so that breaks are automatically inserted into the activities of its labor users. There are two types: breaks (referred to here as expected breaks) and scheduled breaks.

Rebus inserts an expected break inside a concurrent activity. The activity’s duration must be longer than the break’s duration, minus any threshold. If no such activity can be found, no break is inserted, and a manual adjustment must be made to account for the break.

_images/Expected_Breaks.jpg

Breaks are shown as adjustments to activities. E.g., (-900 sec or 15 min).

For more on how to set up breaks, see Setting up Breaks.

Scheduled Breaks#

If you want to give labor users flexibility to pick their own break time, you can set up a shift with scheduled breaks. In this alternative, labor users can take a break within a certain timeframe, instead of having a static break start and end time.

For example, you can schedule a break of 20 minutes that a labor user can take between 12 PM and 1 PM inclusively. Therefore, if a transaction occurs between 12 PM and 1PM, Rebus applies the scheduled break to the labor user’s schedule. See below for an example of how the same break could work in 2 different schedules.

_images/Scheduled_Breaks.jpg

You can configure multiple scheduled breaks for each shift.

To apply a scheduled break to a labor user’s schedule, the following conditions must be met:

  • The labor user’s right shift must be applied to their transaction. For more information, see Types of Shifts.

  • The scheduled break’s start, stop time, or both overlap the activity’s start or stop times, or both.

  • The activity’s duration is equal to or greater than the break’s duration.

How are Errors Handled?#

To be successfully converted into an activity, a transaction must pass the following validations:

  • Its transaction type must be mapped to an activity type in Rebus.

  • The user who did it must be set up as a labor user in Rebus.

  • If it’s a two-step transaction, then the following must be true:

    • Neither step is missing.

    • The user recorded for both steps match.

    • The quantity of the second step is equal to or greater than the quantity of the first step.

Transactions that aren’t successfully migrated to Rebus can be found on the Transaction Error Review screen. It’s essential to review this screen at least once a day to deal with any transactions that couldn’t be converted into Rebus activities. Otherwise, you may have to deal with a large backlog of unprocessed transactions that could eventually affect database performance. An error transaction is either a quarantined transaction or an incomplete transaction.

For more on how to resolve transaction errors, see Reviewing and Resolving Error Transactions.

Back to Top

Setting Up Labor Module#

Prerequisites#

The labor-related polls and flows through which Rebus pulls transaction data from the WMS should be turned off until this setup is done or else there will be error transactions. To make sure that these polls and flows are off, contact Rebus Customer Support.

If you want to apply the same configuration to more than one warehouse, learn more about Copying Labor Configurations.

Steps#

Go through the following procedures to set up the Labor Module.

Setup Procedure 1 of 7: Setting up Shifts#

This topic goes over how to set up a shift in the Labor Module. To learn more about shifts for a facility, see: Optional Step: Setting Up Facility Shifts.

To set up the Labor Module, you’ll have to set up shifts for each facility. For background information on shifts, see Shifts.

To learn how you can copy the shift configuration of a warehouse to another warehouse, see Copying Labor Configurations.

Setting up a Shift involves two procedures:

Prerequisites#

Know the details of the shifts that you intend to set up including:

  • Facility,

  • Start time and stop time,

  • How much leeway you’re going to allow in the shift to accommodate those who start early or start late,

  • Start and stop times of any breaks you want to be automatically scheduled.

Shifts should be set up when no one is working.

Creating Shift Records#

  1. Go to the Admin Tools -> Labor -> Shift Admin.

  2. In the Existing Shifts panel, populate the following dropdown fields:

Existing Shift panel#

Field

What You Enter…

System

Originating system.

Facility ID

Facility for which you want to add a shift.

  1. Click ‘+Create Shift’. You are at the Shift Information form.

_images/eg_shift_information.jpg
  1. Populate the fields to create the new shift:

Shift Information screen#

Field

What You Enter…

Shift Name

Name of shift.

Start Time

Shift’s start time.

Stop Time

Shift’s stop time.

Plus Day

Must be used for shifts that go past midnight (12:00 AM). If you set this to ‘1’, this shift will be considered part of the previous day even if it runs past midnight.

Fixed Minutes Before

Labor users who start within this many minutes before the shift start time have their start time recorded as the shift start time.

Fixed Minutes After

Labor users who start within this many minutes after the shift start time have their start time recorded as the shift start time.

Days of the Week

The days of the week during which this shift is scheduled.

  1. Click ‘Save’. You have created a new shift record. Now you can set up its breaks.

Setting up Breaks#

This topic goes over how to set up breaks for a shift. For background information on breaks, see Breaks.

To learn how you can copy the break configuration of a warehouse to another warehouse, see Copying Labor Configurations.

Constraints#

Only integers can be entered for for Scheduled Breaks’ durations.

Steps#

  1. On the Admin Tools-> Labor-> Shift Admin select the shift to which you want to add breaks.

  2. Click the ‘Break Details’ tab. The Existing Breaks panel on the left lists all the breaks already set up in this shift.

  3. Click ‘+Create Break’. You are at the Break Information form.

_images/eg_break_information.jpg
  1. Populate the fields to create the new break for the shift:

Break Information form#

Field

What You Enter…

Break Name

Break Name.

Threshold Minutes

Leeway allowed in the break’s duration so that it can be inserted into an activity.

Plus Day/Start Time

Break’s start time. Set Plus Day to ‘1’ if this break is in a shift that runs later than midnight and the break’s start time is past midnight. Otherwise, set to ‘0’.

Plus Day/Stop Time

Break’s stop time. Set Plus Day to ‘1’ if this break is in a shift that runs later than midnight and the break’s stop time is past midnight. Otherwise, set to ‘0’.

Paid

Whether it’s a paid break.

  1. Click ‘Save Break’.

  2. Optional: To create a scheduled break, follow these steps:

    1. Go to the Scheduled Break Details tab.

    2. Click ‘+ Create Scheduled Break’.

    3. Fill in the fields.

      _images/eg_scheduled_breaks.png
      Scheduled Break fields#

      Field

      What You Enter…

      Scheduled Break Name

      The name of the schedule break. Example: LUNCH BREAK.

      Duration (Minutes)

      The scheduled break’s duration in minutes.

      Plus Day/Start Time

      Scheduled break’s start time. If this break is in a shift that runs later than midnight and the break’s start time is past midnight, select 1 from the dropdown menu. Otherwise, select 0.

      Plus Day/Stop Time

      Scheduled break’s stop time. If this break is in a shift that runs later than midnight and the break’s stop time is past midnight, select ‘1’ from the dropdown menu. Otherwise, select ‘0’.

      Paid

      Whether it’s a paid break.

    4. Click ‘Save’.

You’ve created a new break and a scheduled break.

Result#

You have created a new shift and set up its breaks and scheduled breaks. After you’ve finished setting up all the needed shifts, you can start Setup Procedure 2 of 7: Setting up Labor User Groups.

Back to Top

Setup Procedure 2 of 7: Setting up Labor User Groups#

This topic goes over how to set up a labor user group in the Rebus Labor Module. When first setting up the Labor Module, set up a labor user group for each set of users whose performance you want to measure at a group level. A labor user group is associated to a particular facility.

For background information on labor users and groups, see Labor Users and Labor User Groups.

To learn how you can copy the user groups configuration of a warehouse to another warehouse, see Copying Labor Configurations.

Prerequisites#

  • Know the facility to which the user group will be associated with.

Steps#

  1. Go to the Admin tools -> Labor -> Labor User Group Admin.

  2. Click ‘+Create’. You are at the User Group Information screen.

_images/eg_labor_user_group_information.jpg
  1. Populate the fields to create the new labor user group:

User Group Information screen#

Field

What You Enter…

System

Originating system.

Facility ID

The ID of the facility that the labor user group will be associated with

Group Name

Labor user group name.

  1. Optional: Add labor users to the group if you already have labor users created in Rebus. If not, continue to step 5.

    From the Available Users list, select a labor user and click ‘<<’ to add him or her to the Group Users list. To add multiple users at once, hold down the CTRL button, click the users you want to add, and then click ‘<<’.

    Note

    info The Available Users list contains only those users that don’t belong to a user group.

  2. Click ‘Save’.

Note

info The Holiday Details tab, which will allow you to set up a labor user group so that holidays are automatically inserted into a schedule, is future functionality.

Result#

You have created a new labor user group. After you’ve finished setting up all the needed labor user groups, you can start Setup Procedure 3 of 7: Setting up Labor Users.

Back to Top

Setup Procedure 3 of 7: Setting up Labor Users#

This topic goes over setting up a labor user in the Rebus Labor Module. When first setting up the Labor Module, set up a labor user record for each person whose performance you want to measure.

For background information on labor users and groups, see Labor Users and Labor User Groups.

Prerequisites#

  • Only staff who are already set up as users in your company’s WMS can be set up as a labor user.

  • Know which labor users are to be organized into which groups. A labor user can be a member of only one group.

Steps#

  1. Go to the Admin Tools -> Labor -> Labor User Admin.

  2. Click ‘+New’. You are at the User Information form.

    _images/new_eg_labor_info.jpg
  3. Populate the fields to create the new user record:

    User Information screen#

    Field

    What You Enter…

    System

    Originating system.

    User ID

    User’s user ID in the WMS.

    First Name

    User’s first name.

    Alternate User ID

    User’s alternate ID.

    Last Name

    User’s last name.

    Email

    User’s work email. Not a required field.

    User Group

    The Labor User Group the user belongs to.

    Hire Date

    When the labor user was hired.

    Base Shift

    The main shift during which the user works most of the time. Note: Make sure that each user is assigned to a base shift during setup. If a user is not assigned to a base shift, the transactions of that user will not show up in widgets.

    Base Shift as Default Shift for Scheduling

    Select this option to display the Base Shift in the ‘Shift Applied’ field if a user is not assigned to a Shift Schedule at the user level or Shift Details in Shift Admin menu. To know the order of priority for which of a user’s shifts is displayed in the ‘Shift Applied’ field, hover over the ‘information’ info icon. Note: The ‘Shift Applied’ field is found in the Activity Adjustment table under Admin Tools > Labor > Activity Adjustment Admin.

    Assign User to Shift Configuration

    Select this option if you want to add the user to the selected Base Shift’s standard configuration. This is analogous to Setup Procedure 4 of 7: Adding Labor Users to Shifts.

  4. Click ‘Save’.

Result#

You have created one or multiple new labor user records. If you want to add the labor users to additional shifts, see Setup Procedure 4 of 7: Adding Labor Users to Shifts.

Back to Top

Setup Procedure 4 of 7: Adding Labor Users to Shifts#

This topic goes over adding labor user s to shifts.

Prerequisites#

Steps#

  1. Go to the Admin Tools -> Labor -> Shift Admin and run a search to find the shift to which you want to add labor users. Select the shift.

  2. Click the ‘User Details’ tab. The Existing Users panel on the left lists all the users already set up in this shift.

  3. Click ‘+Add User’. The User Information screen appears. The Available Users box lists all the labor users that you can add to the shift.

Note

info This list shows the labor users who are part of a user group that’s associated with the shift’s facility.

  1. Select the user whom you want to add to the shift. To add more than one at a time, hold the CTRL button while selecting user records.

  2. Click ‘Save User(s)’. The selected labor users are added to the shift.

Result#

You have added labor users to their shifts. After you’ve finished setting up all the needed shifts, you can start Setup Procedure 5 of 7: Setting up Activity Groups.

Resolving Conflicts when Adding Users to Shifts#

When adding a user to a shift and there’s a conflict (A labor user can’t be assigned to two shifts that are scheduled for the same day of the week.), you can choose to remove the user from the other shift and continue with your current selection. This lets you solve a conflicting shift validation error in one action. Rebus shows you the list of conflicting users along with the conflicting shifts. You can proceed in two ways:

Option

Result

Continue with the selection.

Conflicting users are deleted from the other shift and added to the new one.

Do not continue with the selection.

You are taken back to the add user page to modify the selection.

Back to Top

Setup Procedure 5 of 7: Setting up Activity Groups#

Note

info You only need to do this setup if you want to have Rebus dynamically create activities of a particular activity type. If you just need to map each transaction type from your original system to a corresponding activity type in Rebus, you can skip this and go to Setup Procedure 6 of 7: Setting up Activity Types for Imported Transactions.

Note

info activity group is something different from work category.

This topic goes over how to set up an activity group, which lets you have Rebus dynamically create activities for specified transaction types or steps of multi-step transactions in the WMS. For background information on activities and activity groups, see Activities.

To learn how you can copy the activity group configuration of a warehouse to another warehouse, see: Copying Labor Configurations.

Prerequisites#

  • Know which transaction types or step of multi-step transactions you intend to assign to an activity type.

  • Know which type of mapping you want to use for this group.

  • Activities should be configured when no one is working.

Steps#

  1. Go to the Admin Tools -> Labor -> Activity Group Configuration.

  2. Click ‘+New’. You are at the Activity Group Information form.

_images/new_eg_activity_gr.jpg
  1. Populate the fields to create the new Activity Group:

Note

alert Don’t click Enhanced Mapping if this is an activity group that’s already set up for simple mapping. To upgrade the mapping scheme from simple to enhanced, contact Rebus Customer Support.

Activity Group Information screen#

Field

What You Enter…

System

Originating system.

Facility ID

The ID of the facility that the activity group will be associated with.

Activity Group Name

Activity group name. NOTE: Name can be made up of numbers, letters, underscores, and dashes. Any other special characters could result in processing errors.

Group Description

Brief description of activity group.

Mapping Step

Indicates which step of the transaction Rebus refers to when getting the details, including start time and stop time, to populate the activity record.

Enhanced Mapping

Select this feature to configure an enhanced mapping scheme instead of a simple mapping scheme when configuring your activity group.

  1. Click ‘Save’.

Result#

You’ve created a new activity group. Activity groups are linked to activity types through the Activity Configuration screen. After you’ve finished setting up all the needed activity groups, you can start Setup Procedure 6 of 7: Setting up Activity Types for Imported Transactions.

Back to Top

Setup Procedure 6 of 7: Setting up Activity Types for Imported Transactions#

This topic goes over how to set up Rebus so that the transactions that you want to track are imported into Rebus from the WMS database and become activity records. Set up the types of the activity records into which WMS transaction data will be imported.

Each facility must have one activity type set up as a sign-on activity, and one other must be set up as a sign-off activity.

For background information on activities and activity groups, see Activities.

To learn how you can copy the activity configuration of a warehouse to another warehouse, see: Copying Labor Configurations.

Prerequisites#

  • Know which transaction types you want to be imported into Rebus and converted into activity records.

  • Know which of these transaction types have two steps and which have one step.

  • For each activity type that is to be mapped to transaction types through an activity group, know the identifying values (e.g., name, user, area) that can be used by Rebus to identify the transactions you want to be converted into activities of a particular activity type and know which auxiliary field has to be selected for a particular value, if you selected the enhanced mapping feature. Rebus selects transactions having any of the identifying values and creates an activity for each selected transaction.

  • Activities should be configured when no one is working.

Steps#

  1. Go to the Admin Tools -> Labor -> Activity Configuration Admin.

  2. Click ‘+Create New Activity’. You are at the Activity Information form.

_images/eg_activity_information.jpg
  1. Populate the fields to create the new Activity Type:

Activity Information form#

Field

What You Enter…

System

Originating system.

Facility ID

The ID of the facility that the activity will be associated with.

Is Sign On

Whether this type of activity is a ‘start of day’ activity. For each facility, one activity type, named ‘SIGN-ON’, must be set up as a ‘Sign-On’ activity.

Is Sign Off

Whether this type of activity is an ‘end of day’ activity. For each facility, one activity type, named ‘SIGN-OFF’, must be set up as a ‘Sign-Off’ activity.

Essential

Whether you want to measure performance for this activity type. Activities like breaks, meetings, and housekeeping would usually be considered non-essential.

Kiosk

Whether you want to allow labor users to log the activity into the Activity Log In screen.

Activity Name

Name of activity type. If this is a Sign-On activity type, this value must be ‘SIGN-ON’. If this is a Sign-Off activity type, then this value must be ‘SIGN-OFF’. If this activity type is for one transaction type only, then this value must match the name of that transaction type in the WMS. Transactions of that type will be converted into activity records in Rebus. NOTE: Name can be made up of numbers, letters, underscores, and dashes. Any other special characters could result in processing errors.

Activity Description

Brief description of activity type.

Time Measurement and Unit of Measurement

The standard for how long the activity should take per unit of measurement (e.g., pallet, line, each). Can be entered in seconds or in TMU. The unit of measurement for non-essential activities is ‘INCIDENT’.

Work Category

Text entered here can be used to categorize the activity.

  1. Click ‘Save’. You’ve created a new activity type.

  1. Optional: To have a fatigue allowance added to the activity’s total goal time, add a fatigue factor. To do so, follow these steps:

    1. Go to the Fatigue tab.

    2. Turn on the ‘Fatigue Enabled for Activity’ toggle and enter the Default Fatigue Factor’s percentage. The percentage can range from 0.01 to 100 %.

      _images/eg_fatigue_factor.jpg
    3. Optional: Add another Fatigue Factor. Follow these steps:

      1. Click ‘Add Fatigue Factor’. The Add Fatigue Factor form appears.

      2. Fill in the fields explained in the table below:

      _images/eg_add_fatigue_factor.jpg

      Field

      What You Enter…

      Fatigue Factor

      The fatigue factor’s percentage.

      Fatigue Range

      The range of hours worked.

      1. Click ‘Done’.

    4. Click ‘Update’.

  2. Select the Step Details tab and set up the steps for this activity. Set up one step if the activity type corresponds to a one-step transaction and two steps if the activity type corresponds to a two-step transaction. To create a step, do the following:

    1. Click ‘Create New Step’ and fill out the fields in the Step Information form:

_images/eg_step_information.jpg
Step Information#

Field

What You Enter…

Step Name

Label for the step.

Step Sequence

Automatically populated. The first step has a value of ‘0’ and for each subsequent step this value is incremented by one.

Flow

Leave this blank.

Countable

Whether the number of units (defined on the Step Details tab e.g., pallet, line) is to be taken from the corresponding transaction step and recorded for this step of the activity.

  1. Click ‘Save New Step’. The step is saved.

  1. After you’ve finished setting up all the steps, decide whether you need to link the activity type to an activity group.

This Activity Type is to be mapped to Transactions Types through an Activity Group…

Otherwise…

Select the Activity Group tab and continue with the Activity Group setup below.

You have finished setting up the Activity Type. End of Procedure.

Result#

You’ve created a new activity type. When Rebus imports transaction data from the WMS, each transaction with a corresponding activity type is converted into an activity record.

Back to Top

Setup Procedure 7 of 7: Configuring the Mapping Scheme#

This topic goes over the configuration of the mapping scheme for an activity group. When creating an activity group, Rebus lets you choose between simple mapping or enhanced mapping.

For background information on activities, activity groups and mapping types, see Activities.

To learn how you can copy the mapping scheme of a warehouse to another warehouse, see: Copying Labor Configurations.

Prerequisites#

  • Know which type of mapping you want to use for this group.

  • To configure an enhanced mapping, first select the enhanced mapping option in the Activity Group Configuration screen.

Steps#

  1. Go to the Admin Tools -> Labor -> Activity Configuration Admin.

  2. Select the activity that you want to put in the activity group and click on the Activity Group tab.

  3. From the drop-down menu, select the desired activity group.

  4. Map the activity group to the transaction types. In the Mappings table column headings, click ‘+’.

  1. Fill the form with the required information.

    _images/eg_activity_gr_normal_mapping.jpg
Simple Mapping#

Field

What You Enter…

Name

From the drop down, select ‘AUX1’.

Values

Identifying values in the transactions that you want Rebus to turn into activities of this activity type. These values can be names, user ids, areas, or other codes. The values must be delimited by commas.

  1. Click ‘Update Activity Group’.

Result#

You’ve linked an activity type to an activity group by configuring a mapping scheme. Each transaction selected by the auxiliary field and respecting the mapping conditions will be tracked.

Back to Top

Copying Labor Configurations#

You can copy the Labor Module configurations of a warehouse to another warehouse, instead of having to configure the same settings multiple times.

Prerequisites#

  • The destination warehouse must have already been set up in your Rebus application.

  • The destination warehouse doesn’t have any Labor Module configurations.

  • The configurations you are copying must have already been configured in the source warehouse.

  • Know which components (i.e. details of the source warehouse.) you wish to copy. Child components are logically grouped under parent components. The following table indicates which parent component should be selected to access the desired child component.

Parent Component

Child Component

Activities

Activity Steps

Activities

Activity Groups

Activities

Activity Group Normal Mapping

Activities

Activity Group Enhanced Mapping

Activities

Time Measurement Configurations

Activities

Fatigue Configurations

Activities

Time Components

Activities

Attribute Mappings

Shifts

Breaks

User Groups

Holiday

Matrices & Travel Distance Maps

None

Steps#

  1. Go to Admin Tools > System > Organization Admin.

  2. Click ‘Facility details’ tab.

  3. In the upper right corner, click on ‘Copy Labor Configuration’.

  4. Select the system and facility ID of the source warehouse.

  5. Select the components you want to copy. To access a child component, select its parent component.

  6. Select the System and facility ID of the destination warehouse.

  7. Click ‘+Copy Configuration’.

_images/eg_labor_copy.png

Result#

You copied the configuration of a source warehouse to a destination warehouse. The components you decided to copy are now configured in the destination warehouse settings.

Setting a Default System and Facility ID#

You can set a default system and facility ID for all menus in your labour module so that you don’t have to select them every time.

Note

info If no default choice is selected and there is only one system and one facility in the list, they will be selected by default.

Steps#

  1. Go to Admin Tools -> Labor -> Preferences -> Default Preferences Tab.

Note

info On every Labor Module menu screen, there is a manage preferences button that takes you to the default preference tab on the preferences screen.

  1. Select the default system and facility ID. You also have the option to select a default system and leave the facility ID blank.

Result#

The default system and facility ID will be automatically chosen on every labor module screen. This includes the following pages: Activity Adjustment Admin, Activity Configuration Admin, Activity group Details, Activity Log In, Labour User Admin, Labor User Group Admin, Existing Shifts, and Transaction Error Review.

Creating List of Pre-Defined Activity Adjustment Notes#

This procedure goes over creating adjustment note values that you can then select when adjusting activities.

Note

info You need permissions to this screen to do this task. If you need access to this screen, contact your Rebus Administrator.

Steps#

  1. From the Rebus menu, go to Admin Tools > Labor > Dynamic Field Configuration.

  2. Select the System and Facility ID. You’re at the Adjustment Notes tab.

  3. Click ‘Add Adjustment Note’. A blank row appears.

  4. In the ‘Adjustment Note’ text box, enter the adjustment note.

  5. Click the checkmark checkmark . You’ve created an adjustment note.

Result#

The created activity adjustment note is now available to select from the Adjustment Note dropdown list.

I’ve Completed the Labor Module Setup: Is there anything else I need to do?#

Contact Rebus Customer Support to have the labor-related polls and flows turned on.

Back to Top