Add Form 1099-INT.
[ustaxlib.git] / src /
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 SesekAdd TaxReturn.maybeGetForm<T>()
2020-02-21 Robert SesekRevert "Make SupportsMultipleCopies an interface."
2020-02-21 Robert SesekModel most of the first page of 1040.
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 SesekComplete Form W-2 and first few lines of 1040.
2020-02-20 Robert SesekAdd AccumulatorLine class.
2020-02-20 Robert SesekInputLine needs to take the Form's generic.
2020-02-20 Robert SesekStrongly type TaxReturn.getForm{,s}()
2020-02-20 Robert SesekAdd Form.getValue()
2020-02-20 Robert SesekMake Person the default export.
2020-02-20 Robert SesekMake SupportsMultipleCopies an interface.
2020-02-19 Robert SesekMake Form input strongly typed with generics.
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 SesekAdd Line.test.ts.
2020-02-18 Robert SesekRestructure adding Lines to Forms.
2020-02-18 Robert SesekStart modeling Line, Form and their relation to TaxReturn.
2020-02-17 Robert SesekBegin defining a TaxReturn and Person model.
2020-02-17 Robert SesekSkeleton project with Jest and TypeScript.