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 Edit Letterhead page (/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 requires pf.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

1

Open the letterhead editor

Navigate to /settings/templates/letterheads/new to create, or /settings/templates/letterheads/:id to edit.
2

Configure the letterhead

Use LetterheadEditor to set the letterhead’s visual elements, organisation details, and layout.
3

Save the letterhead

Save the template using the editor’s save action. Navigation returns to the templates list.

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.
  • src/routes/platform.tsx
  • src/platform/templates/pages/LetterheadEditor.tsx
  • src/platform/templates/pages/TemplatesSettingsPage.tsx