Credit Lines lists all revolving credit facilities for the organization, with status and utilization filters, summary stat cards, and high-utilization alerts. Route: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.
/fa/credit-lines
Overview
The page fetches all credit lines viauseCreditLineList(organizationId, filters) and high-utilization credit lines via useHighUtilizationCreditLines. Summary stat cards show aggregate totals. A UtilizationFilter dropdown (all, low, medium, high) and a CreditLineStatus dropdown filter the table. An Alert component displays if high-utilization lines are present. The New Credit Line button opens CreditLineDialog. Clicking a row navigates to /fa/credit-lines/:id.
Who it’s for
Requires permission:fa.credit_lines.view
Before you start
- You must hold the
fa.credit_lines.viewpermission.
Steps
Key concepts
useCreditLineList— Primary list hook; acceptsorganizationIdand filter parameters.useHighUtilizationCreditLines— Hook flagging lines with high utilization.UtilizationFilter— Local type:'all' | 'low' | 'medium' | 'high'.CreditLineStatus— Type for credit line lifecycle states.CreditLineWithRelations— Full type for credit line records including relations.
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/CreditLinesPage.tsx
- src/cores/fa/hooks/useCreditLines.ts
- src/cores/fa/components/CreditLinesTable.tsx
- src/cores/fa/components/CreditLineDialog.tsx
- src/cores/fa/types/index.ts