Add UnsupportedLine, to formalize a comment convention that exists in fed2019.
[ustaxlib.git] / src / fed2019 / Form1040.ts
2020-03-23 Robert SesekAdd UnsupportedLine, to formalize a comment convention... 1.0.0
2020-03-23 Robert SesekMake Form._lines public and remove the accessor.
2020-03-22 Robert SesekShorten some worksheet names.
2020-03-19 Robert SesekAdd Form8995 to compute REIT QBI deduction.
2020-03-18 Robert SesekFix some remaining bugs in tax computation.
2020-03-17 Robert SesekInclude US debt instrument interest as 1040/2b.
2020-03-17 Robert SesekFix bugs in Schedule D and implement the QDCG Tax Works...
2020-03-17 Robert SesekInclude exempt interest dividends in 1040-2a.
2020-03-14 Robert SesekAdd license information.
2020-03-14 Robert SesekAdd a Form1040.filingStatus accessor.
2020-03-10 Robert SesekUse Math helpers in more forms.
2020-03-10 Robert SesekRewrite Form1040.computeTax based off of Revenue Proced...
2020-03-10 Robert SesekRename FormW2 to just W2.
2020-03-10 Robert SesekSimplify core imports.
2020-03-10 Robert SesekRestructuring in prep for being a usable package.
2020-03-08 Robert SesekAdd Schedule 3.
2020-03-08 Robert SesekAdd Schedule 1.
2020-03-08 Robert SesekSplit Schedule2 into its own file.
2020-03-08 Robert SesekAdd Form 1116.
2020-03-08 Robert SesekRemove reduceBySum() to Math.
2020-03-07 Robert SesekAdd Form1099R and 8606.
2020-02-28 Robert SesekAdd a test for Form8959.
2020-02-23 Robert SesekSimplify uses of ComputedLine to not type the |tr|...
2020-02-23 Robert SesekImplement the Schedule D Tax Worksheet.
2020-02-23 Robert SesekInitial work on Schedule D, Form 8949, and 1099-B.
2020-02-22 Robert SesekStrongly type Forms on TaxReturn.
2020-02-22 Robert SesekUse the computations from Form 8959 on Schedule 2.
2020-02-22 Robert SesekAdd Form 8959.
2020-02-22 Robert SesekAdd Form 1040 Schedule 2.
2020-02-22 Robert SesekDrop explicit type parameter in ComputedLine, since...
2020-02-22 Robert SesekStart implementing Form 1040 tax calculation.
2020-02-21 Robert SesekAdd Form 1099-INT.
2020-02-21 Robert SesekRemove id from Line constructor.
2020-02-21 Robert SesekStrongly type Form lines.
2020-02-21 Robert SesekAdd more computations for form 1040.
2020-02-21 Robert SesekModel most of the first page of 1040.
2020-02-20 Robert SesekComplete Form W-2 and first few lines of 1040.