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 Offer Details page provides the full offer record for a single ATS offer and is available at /hr/ats/offers/:id.

Overview

The Offer Details page (OfferDetailPage, HR-09 Phase 3.2 & 3.3) is a tabbed view with the following tabs: Overview, Approval, Signature, Background, and Negotiation. The page supports sending an offer to a candidate, managing the approval chain, viewing digital signature status, tracking counter-offers and negotiation history, and recording background check status. A hiring checklist component is also available on this page.

Who it’s for

No explicit permission gate on this route.

Before you start

  • The offer must already be created and available in the offers list at /hr/ats/offers.
  • Verify that the approval chain is configured if approvals are required before sending.

Steps

  1. Navigate to /hr/ats/offers and click an offer to open its detail page.
  2. Use the Overview tab to review the offer terms.
  3. Use the Approval tab to initiate or review the approval chain.
  4. Use the Signature tab to track digital signature status.
  5. Use the Background tab to record background check information.
  6. Use the Negotiation tab to view counter-offer history.

Key concepts

  • Approval Chain — A configured sequence of approvers that must sign off before the offer is sent to the candidate.
  • Counter-Offer — A candidate response proposing different terms; tracked in the Negotiation tab.
  • Signature Status — Indicates whether the candidate has reviewed and signed the offer letter.

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/ats/OfferDetailPage.tsx
  • src/cores/hr/hooks/ats/useOfferDetail.ts
  • src/cores/hr/hooks/ats/useOfferApprovalMutation.ts