feat: implement contractor 1099-NEC/MISC year-end reporting and TIN validation engine (closes #1871) - #1890
Merged
Dev1822 merged 1 commit intoAug 28, 2026
Conversation
…alidation engine (closesDev1822#1871)
@Aakif-Kohari is attempting to deploy a commit to the Dev's projects Team on Vercel. A member of the Team first needs to authorize it. |
Uh oh!
There was an error while loading. Please reload this page.
Aakif-Kohari
deleted the
feat/issue-1871-contractor-1099-tin-validation
branch
August 29, 2026 02:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR implements a Contractor 1099-NEC/MISC Year-End Reporting & TIN Validation Engine. It introduces schemas to track annual non-employee compensation, TIN match statuses, and FIRE format drafts. The engine aggregates YTD contractor payments against the $600 threshold and categorizes amounts into NEC vs MISC boxes. A "Backup Withholding Guardrail" automatically applies the 24% backup withholding rate to future payments for contractors with unresolved TIN mismatches (B-Notice status). The frontend allows Finance/AP Admins to review payment accumulations, manage TIN validation statuses, and export IRS FIRE-format magnetic media files.
Fixes#1871
Type of change
Changes Made
backend/src/models/contractor1099.model.js(New): Schemas forContractorPaymentLedger,TINValidationRecord, andForm1099Draft.backend/src/utils/form1099Engine.utils.js(New): Engine for threshold evaluation, backup withholding calculation, and FIRE format generation.backend/src/controllers/contractor1099.controller.js(New): Endpoints for payment recording, TIN validation, and FIRE file generation.backend/src/routes/contractor1099.routes.js(New): Route definitions.frontend/src/pages/Form1099Dashboard.jsx(New): UI to monitor YTD accumulations, TIN statuses, and export FIRE files.How Has This Been Tested?
Checklist: