The Offer Details page provides the full offer record for a single ATS offer and is available atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/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
- Navigate to
/hr/ats/offersand click an offer to open its detail page. - Use the Overview tab to review the offer terms.
- Use the Approval tab to initiate or review the approval chain.
- Use the Signature tab to track digital signature status.
- Use the Background tab to record background check information.
- 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.
Related
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.
Documentation sources
Documentation sources
- 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