gnucash maint: Update US Income Tax information for more 2019 changes

J.Alex Aycinena alex.aycinena at code.gnucash.org
Sun Feb 2 16:58:15 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/f1667e7b (commit)
	from  https://github.com/Gnucash/gnucash/commit/a44bd34d (commit)



commit f1667e7ba85bd449cd15af1630e16540b1da7e60
Author: Alex Aycinena <alex.aycinena at gmail.com>
Date:   Sun Feb 2 13:58:00 2020 -0800

    Update US Income Tax information for more 2019 changes

diff --git a/libgnucash/tax/us/txf.scm b/libgnucash/tax/us/txf.scm
index 250741788..f577fab12 100644
--- a/libgnucash/tax/us/txf.scm
+++ b/libgnucash/tax/us/txf.scm
@@ -153,7 +153,7 @@
     (cons 'N497 #(not-impl "Sched C-EZ" "Schedule C-EZ" 1 #t ""))
     (cons 'N498 #(not-impl "Sched C-EZ" "Spouse" 0 #t "" ((1992 ""))))
     (cons 'N501 #(not-impl "Sched C-EZ" "Principal business/prof" 2 #t "" ((1992 "A"))))
-    (cons 'N499 #(none "Sched C-EZ" "Gross receipts" 1 #t "" ((2012 "1") (2011 "1b") (1992 "1"))))
+    (cons 'N499 #(none "Sched C-EZ" "Gross receipts" 1 #t "" ((2012 "1") (2011 "1b") (1992 "1")) 2018))
 
     (cons 'N320 #(not-impl "Sched D" "Schedule D" 1 #f ""))
     (cons 'N321 #(not-impl "Form 8949 Copy A" "Short Term gain/loss - security" 5 #f "" ((2013 "Part I, 1") (2011 "1") (1993 "Sched D, line 1") (1991 "Sched D, line 1a") (1986 "Sched D, line 2a") (1985 "Sched D, line 1b") (1980 "Sched D, line 1"))))



Summary of changes:
 libgnucash/tax/us/txf.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list