You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove PII from test fixtures, add getSiteUrl proxy support for blog
- Genericize tax test fixture data (round numbers instead of real W-2 values)
- Update all test assertions to match new fixture values
- Remove stale 6013(h) and non-K-12 educator test scenarios
- Add W-2 Employee SSN (Box a) to FFFF cross-reference checklist and filing instructions
- Replace specific employer name in ffff-quirks.md with generic reference
- Add getSiteUrl() helper to blog-public.js for X-Forwarded-Host support
when served behind a reverse proxy (e.g. maestro.press/blog/)
Copy file name to clipboardExpand all lines: bundles/browser/skills/ffff-filing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ Strategy:
145
145
146
146
FFFF Step 2 ("Verify Federal Withholding") is a separate tab. Navigate by clicking the Step 2 tab text in the main frame.
147
147
148
-
W-2 forms are entered here with all box values (1-6, 12, 13). **This is where the actual W-2 data lives** — the 1040 Line 25a just shows the total.
148
+
W-2 forms are entered here with all box values (Box a Employee SSN, 1-6, 12, 13). **Box a (Employee SSN) is required for each W-2 — a blank SSN will cause the IRS to reject the e-file.** The 1040 Line 25a just shows the withholding total.
149
149
150
150
After entering W-2 data:
151
151
-**Line A1** should equal total of all W-2 Box 2 values
@@ -158,7 +158,7 @@ After entering W-2 data:
158
158
159
159
Before saving, run an automated cross-reference of ALL FFFF values against the source documents and crow-tax engine. Navigate to each form in the tree, read all field values, and compare:
160
160
161
-
**For each W-2:** Compare every box (1-6, 12, 13, EIN, employee name) against the original PDF.
161
+
**For each W-2:** Compare Box a (Employee SSN), boxes 1-6, 12, 13, EIN, and employee name against the original PDF. **Box a is critical** — a blank Employee SSN will cause the IRS to reject the e-file.
162
162
**For Form 1040:** Compare Lines 1a, 9, 10, 11a, 12e, 15, 16, 20, 24, 25a, 33, 34 against crow-tax `crow_tax_get_form`.
0 commit comments