gnucash maint: Bug #79769 - Allow US Income Tax txf code 296 (Returns and allowances) to be shown and assignable for both income and expense type accounts.

J.Alex Aycinena alex.aycinena at code.gnucash.org
Thu Apr 21 22:04:44 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/d48937cf (commit)
	from  https://github.com/Gnucash/gnucash/commit/55f1d62f (commit)



commit d48937cf9c0963edc7f3693b27d77a0abbc3aa1d
Author: Alex Aycinena <alex.aycinena at gmail.com>
Date:   Thu Apr 21 18:51:05 2022 -0700

    Bug #79769 - Allow US Income Tax txf code 296 (Returns and allowances) to be shown and assignable for both income and expense type accounts.

diff --git a/libgnucash/tax/us/txf.scm b/libgnucash/tax/us/txf.scm
index f07784915..c1a3a7f44 100644
--- a/libgnucash/tax/us/txf.scm
+++ b/libgnucash/tax/us/txf.scm
@@ -174,6 +174,7 @@
     (cons 'N292 #(not-impl "Sched C" "Spouse" 0 #t "" ((1980 ""))))
     (cons 'N319 #(not-impl "Sched C" "Principal business/prof" 2 #t "" ((1980 "A"))))
     (cons 'N293 #(none "Sched C" "Gross receipts or sales" 1 #t "" ((2012 "1") (2011 "1b") (1989 "1") (1980 "1a"))))
+    (cons 'N296 #(none "Sched C" "Returns and allowances" 1 #t "" ((1989 "2") (1980 "1b"))))
     (cons 'N303 #(none "Sched C" "Other business income" 1 #t "" ((1989 "6") (1987 "4") (1981 "4b") (1980 "4"))))
 
     (cons 'N497 #(not-impl "Sched C-EZ" "Schedule C-EZ" 1 #t ""))



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



More information about the gnucash-changes mailing list