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/fixed-assets/:id/transfer has no matching entry in the application router. Asset transfer functionality is accessed via the AssetTransferDialog launched from the Fixed Asset Detail page (/fa/fixed-assets/:id).
Overview
No standalone route for/fa/fixed-assets/:id/transfer exists in src/routes/fa.tsx. The AssetTransferDialog component is rendered within FixedAssetDetailPage and launched via the Transfer button on that page.
The FixedAssetDetailPage (at /fa/fixed-assets/:id) uses useAssetTransferHistory to load the transfer history for an asset and displays it in a dedicated tab.
Who it’s for
The Fixed Asset Detail page uses permission:fa.assets.view. Transfer actions may require additional permissions — not determinable from the detail page code alone.
Before you start
- Navigate to the Fixed Asset Detail page at
/fa/fixed-assets/:id. - The asset must exist and be in an appropriate status for transfer.
Steps
Transfer an asset- Navigate to
/fa/fixed-assets/:id(requiresfa.assets.view). - Click Transfer (the
AssetTransferDialogopens). - Complete the transfer form.
- Confirm.
- On the Fixed Asset Detail page, select the transfer history tab.
- Review past transfers from
useAssetTransferHistory.
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/FixedAssetDetailPage.tsx
- src/cores/fa/hooks/useAssetTransfers.ts
- src/cores/fa/components/AssetTransferDialog.tsx