Home Contact Buy
Sitemap Contact
Home Time Tracker Consulting Download Video Free Buy Sitemap Contact

Uncompleted Indicators in Time Tracker

Group managers in Time Tracker have an option to enable Uncompleted indicators on the Group settings page.
Uncompleted indicators in Time Tracker show who has an uncompleted entry on Users page. Enable uncompleted indicators in Group settings.
Enabling uncompleted indicators in Time Tracker

When enabled, additional markers show up in a column on the Users page and allow for quick determination which user has a currently uncompleted time record. For example, if a user started to work on something by creating an uncompleted entry with only a start time, a group manager will see it on the Users page.
Red and purple markers show users having currently uncompleted entries. Red marker is used for today's records, purple for past entries.
Red and purple markers show users with uncompleted entries

  • Red marker indicates a user with an unfinished entry for today.
  • Purple marker indicates a user with unfinished entries in the past (not today).

Changing Marker Colors

Marker colors can be changed with Custom CSS feature. The following CSS example can be used to change uncompleted indicators colors to green and orange.

.uncompleted-entry.active-today { background-color: green; }
.uncompleted-entry.active { background-color: orange; }

Uncompleted indicators with changed marker colors for today and past records
Uncompleted indicators with customized colors

Time Tracker User Guide