The Edit Letterhead page (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.
/settings/templates/letterheads/:id) is the editor for creating and modifying letterhead templates used on generated documents and printed correspondence.
Overview
No explicit permission gate is on the/settings/templates/letterheads/:id route itself; the parent /settings/templates route requires pf.templates.view. The page renders the LetterheadEditor component, which handles both new (new ID) and edit (existing ID) modes. The same component is used for both sub-routes.
Who it’s for
No explicit permission gate on this route. Parent navigation requirespf.templates.view.
Before you start
- Navigate from the Templates Settings page (
/settings/templates). - Have your organisation’s logo and branding assets ready if creating a new letterhead.
Steps
Open the letterhead editor
Navigate to
/settings/templates/letterheads/new to create, or /settings/templates/letterheads/:id to edit.Configure the letterhead
Use
LetterheadEditor to set the letterhead’s visual elements, organisation details, and layout.Related
Platform Foundation
Platform Foundation overview.
Governance & parity
Documentation coverage and governance.
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/platform.tsx
- src/platform/templates/pages/LetterheadEditor.tsx
- src/platform/templates/pages/TemplatesSettingsPage.tsx