add comments to clarify that taxtxf.scm is US-specific

D. Hugh Redelmeier hugh at mimosa.com
Thu Jan 26 18:13:48 EST 2017


src/report/locale-specific/us/taxtxf.scm is specific to US tax codes.
Add comments to make this clear.

diff --git a/src/report/locale-specific/us/taxtxf.scm b/src/report/locale-specific/us/taxtxf.scm
index 7b7e628..e339f2c 100644
--- a/src/report/locale-specific/us/taxtxf.scm
+++ b/src/report/locale-specific/us/taxtxf.scm
@@ -3,9 +3,9 @@
 ;;
 ;; updated by  J. Alex Aycinena, July 2008, October 2009
 ;;
-;; This report prints transaction detail and account totals for Tax-related
-;; accounts sorted by form/schedule, copy, line and tax code, and exports TXF
-;; files for import to TaxCut, TurboTax, etc.
+;; This report prints transaction details and account totals for accounts
+;; relevant to United States taxes, sorted by form/schedule, copy, line
+;; and tax code, and exports TXF files for import to TaxCut, TurboTax, etc.
 ;;
 ;; For this to work, the user has to segregate taxable and not taxable
 ;; income to different accounts, as well as deductible and non-


More information about the gnucash-devel mailing list