-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form 6251 Part III #1092
Comments
Also Form 6251 sequence number is wrong. |
I worked to fix this today, see the PR: #1097 Also if you would like to review and approve the fix, that would be appreciated. The PR code is deployed as a preview: https://deploy-preview-1097--ustaxes.netlify.app/start Note you can save your data from ustaxes.org or however you're running the code, and then load it in the preview, by clicking the settings icon in the menu on the left. |
Lines 14 and 15 seem to be fixed. Line 30 is blank. Line 38 should be l18 + l31 + l34 + l37. Instead it is l17 + l31 + l34 + l37. |
Thanks for the nice instructions on how to test this. One question about testing: once Form 6251 is working correctly with my inputs, my AMT will be 0, so the form won't be included in the PDF. Is there a way from the UI to see what the form looks like even when it won't be filed because the bottom line is 0? |
All the problems I encountered are now fixed. With certain values for income and deductions, form 6251 is generated even though AMT is zero. |
Reopening to track when Amt should be generated.
This was a great idea, sorry I missed it since this issue was closed automatically. I think we need some way to inspect any such form. We are planning to show more feedback from the PDFs as users input data. So this would be a good thing to include. |
I observed two problems in this form.
line 14: Should be Schedule D line 19. Instead it is set to Schedule D line 14.
line 15: If Schedule D Tax Worksheet is not used, line 15 should be equal to line 13. Instead it is 0.
line 33: Should be line 22 minus line 32. Instead it calculates the sum.
The text was updated successfully, but these errors were encountered: