/fa/close/templates
Overview
The page loads all checklist templates for the current organization viauseCloseChecklistTemplates, filtered by a search query. Templates are displayed in CloseChecklistsTable. Users can create new templates via CreateChecklistTemplateDialog, edit existing ones (by setting editTemplateId), and delete templates after confirmation via useDeleteCloseChecklist. Tasks within a template are managed via useCreateCloseTask and useUpdateCloseTask.
Who it’s for
Requires permission:fa.close.manage
Before you start
- You must hold the
fa.close.managepermission. - Templates are applied to close periods during period setup (see Close Setup Wizard).
Steps
1
Navigate to Checklist Templates
Go to
/fa/close/templates.2
Search for an existing template (optional)
Use the search input to filter templates by name.
3
Create a new template
Click New Template (or equivalent action) to open
CreateChecklistTemplateDialog. Enter the template name and add tasks.4
Edit an existing template
Click the edit action on a template row to reopen the dialog with the template’s current data.
5
Delete a template
Click delete on a template row. Confirm in the alert dialog to call
useDeleteCloseChecklist.Key concepts
CloseChecklistWithRelations— Type representing a checklist template and its associated tasks.CloseTask— Individual task within a checklist template.useCloseChecklistTemplates— Primary data hook; returns templates scoped to the organization.useDeleteCloseChecklist— Mutation hook for template deletion.
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/CloseChecklistsPage.tsx
- src/cores/fa/components/CloseChecklistsTable.tsx
- src/cores/fa/components/CreateChecklistTemplateDialog.tsx
- src/cores/fa/types/close.ts