The Offers list page displays all employment offers 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.
Overview
The Offers page (OfferListPage, HR-09 Phase 3.2) shows all employment offers with status filtering. Offers can be filtered by status: All, Draft, Pending Approval, Approved, Sent, Accepted, Rejected, or Withdrawn. Clicking an offer card navigates to its detail page at /hr/ats/offers/:id.
Who it’s for
No explicit permission gate on this route.Before you start
- Offers are created through the ATS pipeline; ensure job postings and applications are in place.
Steps
- Navigate to
/hr/ats/offers. - Use the status filter dropdown to narrow the list.
- Click an offer card to view or manage the offer.
Key concepts
- Offer Status — Indicates where an offer is in its lifecycle: Draft, Pending Approval, Approved, Sent, Accepted, Rejected, or Withdrawn.
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/OfferListPage.tsx
- src/cores/hr/hooks/ats/useOffers.ts