03/24/2021 - v3.5.22.9

03/24/2021 - v3.5.22.9

03/24/2021 - v3.5.22.9

Added Sign in to Stations for Tracking Metrics

To log tracking status changes made by a station, a user must Sign in to the station. After the user has signed in, any tracking status changes the user makes will be logged and can be used in tracking reports. See the Added Field Expression Tracking Status Log Station release note for more information about Tracking Metrics.

Assigned to this device

Currently, under Admin > Company > Stations there is an Assigned to this device option for each Station. See the Station (Admin) article for more information. In this case, the admin must login to STRATUS on the device and check the Assigned to this device checkbox. This workflow still works to filter tasks, however, there is a new way to Sign in to a Station that is used for Tracking metrics (see below).

The purpose of using the Assigned to this device option is to:

  1. Filter tasks assigned to station when using a Task Definition.

  2. Allow an admin to assign a device to a station. While an admin can assign multiple devices to multiple stations, it recommended to only assign one station per device. Assigning multiple devices to multiple stations is most often used during testing.

Sign In to a Jobsite Station

To Sign in to a Jobsites station:

  1. Click Jobsites and then click the Sign in button associated with the Station.

     

  2. Once signed in, the user's badge will change to the station icon and the Sign out button will display.

     

  3. To Sign in to a different station, click the Sign in button associated with the station. The user will be:

    1. Automatically signed out of any station that they are currently Signed in to

    2. Signed in to the selected station

    3. The user’s badge will change to the new station’s icon.

       

    4. In addition, clicking the badge will display the company and station that the user is signed into.

Sign In to a Shop Station

To Sign in to a Shops station:

  1. Click the Shops tab and then click the Sign in button associated with the Shop.

     

  2. Once signed in, the user's badge will change to the shop icon and the Sign out button will display.

     

  3. To Sign in to a different station, click the Sign in button associated with the Shop station. The user will be:

    1. Automatically signed out of any station that they are currently Signed in to

    2. Signed in to the selected station

    3. The user’s badge will change to the new station’s icon.

     

  4. In addition, clicking the badge will display the company and station that the user is signed into.

Added Field Expression Tracking Status Log Station

The purpose of the Tracking Status Log Station Field Expression is to improve tracking metrics. To log data associated with a station, the user must Sign in to the station. See the Added Sign in to Stations for Tracking Metrics for more information. As a stand-alone property, the following properties will display the name of the Signed in station that changed the tracking status of a part, assembly, or package. When used in conjunction with the recently introduced TrackingStatusChange() operator, the semicolon-separated station list can be parsed and combined with the {STRATUS.Part.TrackingStatusLog} and the {STRATUS.Part.TrackingStatusLogDT} properties to report the date a specific station changed a part, assembly, or package to a specific tracking status.

  • {STRATUS.Part.TrackingStatusLogStation}

  • {STRATUS.Assembly.TrackingStatusLogStation}

  • {STRATUS.Package.TrackingStatusLogStation}

Below is an example of {STRATUS.Package.TrackingStatusLogStation}:

Generic Syntax: TrackingStatusChange({STRATUS.*.TrackingStatusLog}, ‘TrackingStatus’, {STRATUS.Package.TrackingStatusLogStation}, 'Station')

Example will return a 1 or 0 if the Signed in station (< 7" Carbon Steel IPS) changes the tracking status to Issued for Fabrication: TrackingStatusChange({STRATUS.Package.TrackingStatusLog},'Issued for Fabrication','','','',{STRATUS.Package.TrackingStatusLogStation},'< 7" Carbon Steel IPS')

Property Name in Report: The STRATUS.Package.TrackingStatusLogStation Property Name can be selected as a report field to display all stations that have changed the tracking status of the package.

Field Configuration:

Report Property Configuration Example:

You’ll see the following report fields on the Packaged Dashboard report below.

  • Row 12 uses a Field Expression that references the property.

  • Row 13 displays the property values.

 

Packages Dashboard Report Examples

  1. Example A

    1. The Package Tracking Status Log Station displays a 1 since the above Field Expression is true, namely, the < 7" Carbon Steel IPS station was Signed in and changed the tracking status to Issued for Fabrication.

    2. The STRATUS.Package.TrackingStatusLogStation property displays the name(s) of the Signed in station(s) that have changed the tracking status.

  2. Example B

    1. The Package Tracking Status Log Station displays a 0 since the above Field Expression is false, namely, other stations changed the tracking status and Issued for Fabrication may or may not have been one of the tracking status changes.

    2. The STRATUS.Package.TrackingStatusLogStation property displays the name(s) of the Signed in station(s) that changed the tracking status.

Added Sticky Filters

Added sticky filters to data tables where any configured filters will re-display after the page is refreshed or a user logs out/in. For example, the configured filter below is highlighted in blue and filters between 2 dates in April.

To clear the filter, click the filter and click the Clear button.

Added Project Selector to Jobsites tab

Added the Project selector to the Jobsites tab. The Jobsite drop-down will further filter tasks by jobsite within the selected project.

Added Excel Export

Previously, the CSV export button was added to all data tables. While a CSV file can be opened with Excel, some field formatting can be lost. As a result, the Excel export button has been added which formats the exported file to be opened in Excel.

 

 

  1.