US_1040 2018 SocSecWorkSheet[*] not up to date?
Calculates income tax form entries, helps do your taxes.
Brought to you by:
aston_roberts
I make the assumption that
Unused = SocSecWorkSheet[0] = 0 (no op)
Line C (HRBlock) or Line 1 (i1040gi.pdf, p.33) = SocSecWorkSheet[1] (correct)
Line 2 = SocSecWorkSheet[2] (correct)
Line 3 = SocSecWorkSheet[3] (wrong)
Line 3 is supposed to be 1040 lines 1 + 2b + 3b + 4b + Sch 1 line 22.
I have 3b = 33, 4b = 44009, Sch 1 line 22 = 2160 which should be 46214, but OTS2018 incorrectly says it is 46202. <<<
Line 4 = SocSecWorkSheet[4] (correct)
The rest relies on Line 2.
Maybe my calculator works differently :-)
But 33 + 44,009 + 2,160 adds up to 46,202 for me.
So it looks like OTS is reporting the correct number.
The number you show for HRBlock seems to be about 12 dollars off.
Or am I misunderstanding something ?
-- Aston
Sorry. I couldn't do simple math back then. It all looks correct now that I've rested and come back to it. This non-issue should never have been opened.
A different issue if I can reuse this ticket:
SocSec_Worksheet(); is called at taxsolve_US_1040_2018.c line 1497; however, it depends on S1_23 through 32 which have not been populated yet. I ran into this because I have a non-zero value for S1_31a "Alimony paid" but SocSecWorkSheet[6] = 0 instead of S1_31a.
This diff worked for me:
Last edit: R. C. Pao 2019-04-01
Fix will appear to next release. Thanks!
-- Aston