The New Project page 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.
/fa/projects/new provides a form for creating a project record used in project accounting, grant tracking, or other cost-allocation workflows.
Overview
Navigating to/fa/projects/new renders ProjectCreatePage, which wraps ProjectForm. On submit, useCreateProject is called with the form data plus organization_id. On success the user is redirected to /fa/projects/:id.
Who it’s for
Requires permissionfa.projects.create.
Before you start
- Know the project name, type, and funding source.
- Confirm any linked grant, program, or department information is available.
Steps
- Navigate to Finance & Revenue → Projects and select New Project, or go to
/fa/projects/new. - Complete the project form fields as required.
- Select Create (or the form submit action).
- On success you are taken to the new project’s detail page.
Key concepts
Project — A cost-accounting container that can track budgets, expenses, revenue, and grant drawdowns. Theproject_number is assigned by the system.
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/ProjectCreatePage.tsx
- src/cores/fa/hooks/useProjects.ts
- src/cores/fa/components/projects/ProjectForm.tsx