Show HN: ustaxes.org – open-source tax filing webapp
1–10 of 224 posts
Re: Show HN: ustaxes.org – open-source tax filing webapp
#2The readme and website appear to be kinda thin on details. Cool nonetheless.
Re: Show HN: ustaxes.org – open-source tax filing webapp
#3Is this federal only or state as well? The readme and website appear to be kinda thin on details. Cool nonetheless.
Re: Show HN: ustaxes.org – open-source tax filing webapp
#4Looks like you are using typescript React here. Any driver for that choice?
Re: Show HN: ustaxes.org – open-source tax filing webapp
#5Noticed this comment.
https://github.com/thegrims/UsTaxes/blob/master/src/irsForms...
I wrote some python a few years ago for this purpose
Re: Show HN: ustaxes.org – open-source tax filing webapp
#6Are there plans for a matrix or checklist for supporting different income types, forms, or some other way to measure support levels? Looks like you are using typescript React here. Any driver for that choice?
The reason I chose React is I wanted the site to be client side only, fitting with SPA, to avoid having a database of social security numbers that could be breached.
Typescript is being used to help make sure the right types are being used when the form is submitted. Income should be in number format & names should be in string etc. I've also just found it pleasant to use
Re: Show HN: ustaxes.org – open-source tax filing webapp
#7Computing tax Noticed this comment. https://github.com/thegrims/UsTaxes/blob/master/src/irsForms... I wrote some python a few years ago for this purpose https://github.com/adsharma/tax
Re: Show HN: ustaxes.org – open-source tax filing webapp
#8It'd be appealing to try to factor out the underlying translation of the tax code and IRS form layout into some very simple DSL that could be used by multiple kinds of software.
Re: Show HN: ustaxes.org – open-source tax filing webapp
#9It's something that needs to exit!