[Reproduced with permission from Vicor Inc. 2004]
 

Time Clock Report Help

General Description:

This screen allows reporting of time clock activity information for given dates, users, pods, and shifts.

The report screen is divided into four (4) main sections:

Terms:

Activities are divided into the following categories:

Report Selection Criteria:

The user  may specify criteria by which resulting rows are qualified for reporting.

Criteria Interpretation (Inclusive versus Exclusive)

Note that some criteria exclusively qualify a row, whereas others inclusively qualify it. Here is how the criteria are interpreted in trying to qualify a row for display. A row must include:
 
    Date(s) of Interest
AND
    Home Pod(s) OR Work Pod(s) of interest
AND
    Home Shift(s) OR Work Shift(s) of interest
AND
    User Name(s) AND/OR User Id(s)
AND
    Required Online OR
    Required Offline activities OR
    ANY ROW  if Include 0% activity rows is checked

The results may be filtered by:


Except for User Names and User IDs, all categories are considered mutually exclusive. That is, a row must satisfy all criteria to pass.

For example, if one selects pods a and b, and Night shift, then each qualifying row must be from either pod a or b, and be for a user whose home shift is the Night shift.

Except for User Names and User IDs, one may use the AND/OR selector to specify whether both or either matches are required to qualify a row.

For example, for user Mike Smith with user ID 123456, the criteria:

name: *smith* OR  id: 2*
would qualify,  since *smith* matches the user's name. However,
name: *smith* AND id: 2*
would not qualify, since 2* doesn't match the user's ID.

Lastly, one may specify the number of output rows for each page of the report. The default is currently 20 rows per page. Multi-page reports have page links at the beginning and end of each page, allowing one to skip to a given page, or previous or next page of the report.
 

Description of Report Output Row Details:

Each row shows one day's work timeline for a given user. The report is sortable via mouse clicks on a given column heading.

The columns headings are:

Description of Report Output Summary:

At the bottom of the last page of the report are two tables of totals, one each for Online and Offline activities respectively. These are the totals for all detail rows, for all pages in the report.

The column headings for the Online Aggregate Totals table are the same as for the Productivity Times and Rates described above,
with the addition of a column for the number of users associated with each activity. In addition a Total Online row is included for grand totals under each column where appropriate.

The column headings for the Offline Aggregate Totals table are simply Activity, Number of users, and Total Time for that activity.

Data File Download Section

At the bottom of the each page of the report is an identical Download Section, consisting of links to data files containing both raw data and aggregated (or cooked) data for each full day's work. Note that these files contain data for all users for that day, not just the possibly filtered detail results specified in the selection criteria in the report above.

Raw Data Files

The links names and file names for the raw data are of the form: YYYYMMDD.csv

Each line represents one activity for a given user. The file is sorted by user, by time.
Each data line is in the following piple-separated (|) field format:

For example:
20021027090200|nba00017|Weekend|d|SupKeying|722|"Loren Smith"|Day|d|


Definitions for Activities and Shifts can be viewed in the site spec menu.
 

Cooked Data Files

The links names and file names for the cooked data are of the form: YYYYMMDD_STATS.csv. The purpose of these statistics is to provide some condensed and more usable form of the raw data. These may be downloaded into, say, an Excel spreadsheet. This allows for custom reporting for different time periods and criteria than the on-screen report may allow.

Each line represents the time for a given user spent in a given activity, for a given pod, for a given shift. For example, if an extractor did only  extraction for a day, but did so for three pods and two shifts, that person would be represented by six Extraction (6) lines in the cooked statistics.

The file has a single header row, giving abbreviated column headings. The remaining rows are data rows.
Each data line is in the following comma-separated (,) field format:

For example: Definitions for Activities and Shifts can be viewed in the site spec menu.