added NY IT203 for state nonresidents; changed md5sum to also handle …#10
added NY IT203 for state nonresidents; changed md5sum to also handle …#10teamldcs wants to merge 5 commits intodaniel-walker:masterfrom
Conversation
…handle NY IT-203's fed-state two-column input; the new personal info file that could be relatively static year-over-year; modified xfdf output routine to handle dumping both fed and state Lmaps
|
Second PR in the series, but since first time I'm doing this, suspect that gh is merging into single PR:
This new taxsolve_routines.c compiles with all the original .c files. |
… fill form 6251; Also fill out personal fields using pers.txt
… typo in NY_IT201
|
There was a tiny typo in the NY_IT201 form which is fixed. New .c and h added for (nonresident) NY_IT203, largely mirroring existing (resident) NY_IT201, except that the nonresident form requires you to fill 2 columns, federal and state, for many of the entries. This is challenging for OTS entry convention. The particular solution chosen can be changed if required, think of it as a baseline to get the ball rolling. |
|
Very small changes to NJ 1040. This one did not get the personal details added since the form was changed to use Adobe Dynamic XFA (extensible forms architecture) which is not (yet?) supported by libpoppler. With the use of masterpdfeditor it can still be manually edited (at no cost for individual use) on Linux. |
First pull request in the series - this modifies the scripts that download the pdf, md5sum it to verify pdf is unchanged, and apply the xfdf if ok. The changes are:
Happy to rework the changes to suit upstream...