The routeDocumentation 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/receipts is a legacy redirect to /fa/payables?tab=receipts. The goods receipts list is now part of the Payables & Expenses hub.
Overview
Navigating to/fa/receipts triggers a <Navigate to="/fa/payables?tab=receipts" replace />. The Receipts tab within the hub loads ReceiptsPage lazily, which fetches all PO receipts for the organization via usePOReceiptList and renders them in a ReceiptsTable. The page header shows “Goods Receipts” with a description of tracking received inventory from purchase orders.
Who it’s for
No explicit permission gate on the redirect route.Before you start
No setup required.Steps
- Navigate to Finance & Revenue → Payables & Expenses → Receipts, or go to
/fa/payables?tab=receipts. - Review the list of goods receipts.
- Select a receipt to view its details at
/fa/receipts/:id. - To record a new receipt, go to the relevant purchase order and use the receipt recording action.
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/ReceiptsPage.tsx
- src/cores/fa/pages/PayablesHubPage.tsx
- src/cores/fa/hooks/usePOReceipts.ts