New department creation in the Finance & Revenue core is handled through an inline dialog on the Departments 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.
Overview
The/fa/departments page includes a New Department button that opens DepartmentDialog with departmentId={undefined} (create mode). The page displays departments in a hierarchical tree view (Hierarchy View tab) or a list view (List View tab — labeled “coming soon”).
DepartmentTree confirms that departments support a hierarchical structure.
Component: DepartmentDialog
Primary hook: useDepartments(organizationId)
Who it’s for
No explicit permission gate on the/fa/departments route.
Before you start
- Identify the department name, code, and any parent department if applicable.
Steps
- Navigate to
/fa/departments. - Click New Department (top right).
- Complete the
DepartmentDialogform fields. - Save to create the department. It appears in the hierarchy tree.
- Locate the department in the Hierarchy View.
- Click the edit action on the department node.
- Update and save.
Related
Finance & Revenue
Finance & Revenue 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/fa.tsx
- src/cores/fa/pages/DepartmentsPage.tsx
- src/cores/fa/hooks/useDepartments.ts
- src/cores/fa/components/DepartmentDialog.tsx
- src/cores/fa/components/DepartmentTree.tsx