gnucash stable: Update Form/Schedule line references for 2023 for the US Income Tax Report

J.Alex Aycinena alex.aycinena at code.gnucash.org
Tue Jan 16 14:56:32 EST 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/54da44b3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/706030f7 (commit)



commit 54da44b3cad28341bcff8edd8caa77794856eedc
Author: Alex Aycinena <alex.aycinena at gmail.com>
Date:   Tue Jan 16 11:44:10 2024 -0800

    Update Form/Schedule line references for 2023 for the US Income Tax Report

diff --git a/libgnucash/tax/us/txf.scm b/libgnucash/tax/us/txf.scm
index c8f54f0f67..ef3b36de8a 100644
--- a/libgnucash/tax/us/txf.scm
+++ b/libgnucash/tax/us/txf.scm
@@ -861,8 +861,8 @@
     (cons 'N1684 #(none "F1065" "Depletion" 1 #f "" ((1990 "17"))))
     (cons 'N1686 #(none "F1065" "Retirement plans/etc." 1 #f "" ((1991 "18") (1990 "18a"))))
     (cons 'N1688 #(none "F1065" "Employee benefit programs" 1 #f "" ((1991 "19") (1990 "18b"))))
-    (cons 'N1736 #(none "F1065" "Meals and entertainment" 1 #f "" ((1991 "20") (1990 "19"))))
-    (cons 'N1740 #(none "F1065" "Other" 1 #f "" ((1991 "20") (1990 "19"))))
+    (cons 'N1736 #(none "F1065" "Meals and entertainment" 1 #f "" ((2023 "21") (1991 "20") (1990 "19"))))
+    (cons 'N1740 #(none "F1065" "Other" 1 #f "" ((2023 "21") (1991 "20") (1990 "19"))))
 
     (cons 'N1634 #(none "F1065" "Purchases" 1 #f "" ((2011 "Form 1125-A, 2") (1990 "A2"))))
     (cons 'N1636 #(none "F1065" "Cost of labor" 1 #f "" ((2011 "Form 1125-A, 3") (1990 "A3"))))
@@ -872,9 +872,9 @@
 
     (cons 'N1805 #(none "F1065" "Expenses-rental" 1 #f "" ((1990 "K3b"))))
     (cons 'N1829 #(none "F1065" "Charitable contributions" 1 #f "" ((2004 "K13a") (1990 "K8"))))
-    (cons 'N1848 #(none "F1065" "Int. exp. on investment debts" 1 #f "" ((2005 "K13b") (2004 "K13c") (1997 "K14a") (1990 "K12a"))))
-    (cons 'N1856 #(none "F1065" "Section 59(e) expenses" 1 #f "" ((2005 "K13c(2)") (2004 "K13d(2)") (1995 "K18b") (1990 "K18a"))))
-    (cons 'N1845 #(none "F1065" "Other deductions" 1 #f "" ((2005 "K13d") (2004 "K13e") (1990 "K11"))))
+    (cons 'N1848 #(none "F1065" "Int. exp. on investment debts" 1 #f "" ((2005 "K13c") (2005 "K13b") (2004 "K13c") (1997 "K14a") (1990 "K12a"))))
+    (cons 'N1856 #(none "F1065" "Section 59(e) expenses" 1 #f "" ((2004 "K13d(2)") (1995 "K18b") (1990 "K18a"))))
+    (cons 'N1845 #(none "F1065" "Other deductions" 1 #f "" ((2023 "K13e") (2005 "K13d") (2004 "K13e") (1990 "K11"))))
     (cons 'N1853 #(none "F1065" "Total foreign taxes" 1 #f "" ((2021 "K21") (2018 "K16p") (2004 "K16l") (2001 "K17g") (2000 "K17f") (1990 "K17e"))))
     (cons 'N1857 #(none "F1065" "Tax-exempt interest income" 1 #f "" ((2004 "K18a") (1990 "K19"))))
     (cons 'N1859 #(none "F1065" "Other tax-exempt income" 1 #f "" ((2004 "K18b") (1992 "K20") (1990 "K19"))))
@@ -1055,8 +1055,8 @@
     (cons 'N1321 #(none "F1120S" "Advertising" 1 #f "" ((1990 "16"))))
     (cons 'N1323 #(none "F1120S" "Pension/profit-sharing/etc." 1 #f "" ((1990 "17"))))
     (cons 'N1325 #(none "F1120S" "Employee benefit programs" 1 #f "" ((1990 "18"))))
-    (cons 'N1369 #(none "F1120S" "Meals and entertainment" 1 #f "" ((1990 "19"))))
-    (cons 'N1373 #(none "F1120S" "Other deductions" 1 #f "" ((1990 "19"))))
+    (cons 'N1369 #(none "F1120S" "Meals and entertainment" 1 #f "" ((2023 "20") (1990 "19"))))
+    (cons 'N1373 #(none "F1120S" "Other deductions" 1 #f "" ((2023 "20") (1990 "19"))))
 
     (cons 'N1275 #(none "F1120S" "Purchases" 1 #f "" ((2011 "Form 1125-A, 2") (1990 "A2"))))
     (cons 'N1277 #(none "F1120S" "Cost of labor" 1 #f "" ((2011 "Form 1125-A, 3") (1990 "A3"))))



Summary of changes:
 libgnucash/tax/us/txf.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)



More information about the gnucash-changes mailing list