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 New Project page at /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 permission fa.projects.create.

Before you start

  • Know the project name, type, and funding source.
  • Confirm any linked grant, program, or department information is available.

Steps

  1. Navigate to Finance & Revenue → Projects and select New Project, or go to /fa/projects/new.
  2. Complete the project form fields as required.
  3. Select Create (or the form submit action).
  4. 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. The project_number is assigned by the system.

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.
  • src/routes/fa.tsx
  • src/cores/fa/pages/ProjectCreatePage.tsx
  • src/cores/fa/hooks/useProjects.ts
  • src/cores/fa/components/projects/ProjectForm.tsx