FIX use actually gross amt
This commit is contained in:
parent
153b351eab
commit
4f44e37462
|
@ -323,7 +323,7 @@ insertIncome
|
||||||
tax =
|
tax =
|
||||||
allocateTax precision gross preDeductions scaler $
|
allocateTax precision gross preDeductions scaler $
|
||||||
flatTax ++ concatMap (selectAllos day) intTax
|
flatTax ++ concatMap (selectAllos day) intTax
|
||||||
aftertaxGross = sumAllos $ tax ++ pre
|
aftertaxGross = gross - sumAllos (tax ++ pre)
|
||||||
post =
|
post =
|
||||||
allocatePost precision aftertaxGross $
|
allocatePost precision aftertaxGross $
|
||||||
flatPost ++ concatMap (selectAllos day) intPost
|
flatPost ++ concatMap (selectAllos day) intPost
|
||||||
|
|
Loading…
Reference in New Issue