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 route /fm/work-orders/new redirects to /fm/work-orders?action=new and is not a standalone screen.

Overview

In fm.tsx, <Route path="/fm/work-orders/new" element={<Navigate to="/fm/work-orders?action=new" replace />} /> redirects this path to the Work Orders list page with the query parameter action=new. On the Work Orders page, detecting action=new in the URL automatically opens the WorkOrderFormDialog. There is no dedicated standalone page for new work order creation.

Who it’s for

No explicit permission gate on this redirect route. Permission enforcement (fm.work-orders.create) is applied within the creation dialog.

Before you start

Navigate to /fm/work-orders and click New Work Order, or link to /fm/work-orders?action=new directly.

Steps

1

Trigger creation

Navigate to /fm/work-orders/new; the browser is redirected to /fm/work-orders?action=new automatically.
2

Complete the dialog

The work order creation dialog opens; fill in required fields and submit.

Facilities & Inventory

Facilities & Inventory core 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/fm.tsx