Split Schedule2 into its own file.
[ustaxlib.git] / src / fed2019 / Form1040.ts
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.