Summary report listing vendors with total payments meeting the reporting threshold for a selected tax year at the in-app 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/reports/1099.
Overview
This screen shows a 1099 reporting summary grouped by vendor for a selectable tax year (defaults to the prior calendar year). Three summary cards display the count of vendors requiring 1099 reporting, total payments for the selected year, and total transaction count. The main table lists each vendor with theirvendor_number, name, form_1099_type, total_payments, and payment_count. An Export CSV button downloads the summary data. A notes section in the UI states that actual 1099 forms must be filed through official IRS channels or an approved e-filing service.
Who it’s for
No explicit permission gate on this route. The route is registered without aRequirePermission wrapper in fa.tsx.
Before you start
- An organization must be selected.
- Vendors must be marked as “Requires 1099” in vendor settings to appear in this report.
Steps
Select a tax year
Use the year selector dropdown to choose the tax year (defaults to prior calendar year).
Review vendor summary
The table shows all 1099-reportable vendors with total payments and payment counts.
Key concepts
form_1099_type— the IRS form type assigned to the vendor (e.g.,1099-NEC)total_payments— sum of payments to the vendor for the selected tax yearpayment_count— number of individual payment transactions counted
Related
Finance & Revenue
Finance & Revenue core overview.
Governance & parity
Documentation coverage and governance.
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/Report1099Page.tsx
- src/cores/fa/hooks/use1099Summary.ts