Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Team Timesheets page enables managers to review and bulk-approve or individually review timesheets submitted by their direct reports. It is served at route /hr/team-timesheets.

Overview

The page uses useTeamTimesheets with a statusFilter (defaulting to submitted). Results are locally filtered by employee name search. Status tabs (submitted, approved, rejected, all) each display a count badge. TeamTimesheetCard components render individual timesheets. BulkApprovalActions handles multi-select approvals. A TimesheetApprovalDialog opens for individual inline review. Permission: HR_PERMISSIONS.TIMESHEETS_TEAM_VIEW (hr.timesheets.team.view) — RequirePermission guard in hr.tsx.

Who it’s for

Permission: hr.timesheets.team.view — required by RequirePermission guard in hr.tsx.

Before you start

  • Employees must have submitted timesheets for them to appear in this view.

Steps

Review individual timesheets
  1. Navigate to HR > Team Timesheets or go to /hr/team-timesheets.
  2. The Submitted tab opens by default showing timesheets awaiting approval.
  3. Use the search input to filter by employee name.
  4. Click a timesheet card to open the approval dialog or navigate to the detail page.
Bulk approve
  1. Select multiple timesheet cards using their checkboxes.
  2. Use BulkApprovalActions to approve all selected timesheets at once.

Key concepts

TermMeaning
Status filterTab-based filter: submitted (default), approved, rejected, all.
Pending countCount of submitted timesheets shown in the page header.
Bulk approvalMulti-select approval via BulkApprovalActions.

Human Resources

Human Resources core overview.

Governance & parity

This page documents shipped product behavior. It is not medical, legal, or billing advice. Verify against your organization’s policies and applicable regulations before using it for clinical, compliance, or billing decisions. Protected health information (PHI) shown in the product is governed by your tenant’s access controls and is never exposed in this documentation.
  • src/routes/hr.tsx
  • src/cores/hr/pages/TeamTimesheets.tsx
  • src/cores/hr/hooks/time/useTeamTimesheets.ts