Allow InputLine to specify a fallback value.
[ustaxlib.git] / src / Line.ts
2020-03-08 Robert SesekAllow InputLine to specify a fallback value.
2020-02-23 Robert SesekSimplify uses of ComputedLine to not type the |tr|...
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 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 SesekAllow ReferenceLine to take a custom description.
2020-02-20 Robert SesekFurther improve the typing of InputLine to not require...
2020-02-20 Robert SesekAdd AccumulatorLine class.
2020-02-20 Robert SesekInputLine needs to take the Form's generic.
2020-02-18 Robert SesekMove input from a TaxReturn to a Form.
2020-02-18 Robert SesekIntroduce InputLine and the ability to acquire inputs...
2020-02-18 Robert SesekStart modeling Line, Form and their relation to TaxReturn.