gnucash maint: Updated from version 41 to 42, although new codes not implemented yet because data not reliably available

J.Alex Aycinena alex.aycinena at code.gnucash.org
Thu Jan 17 21:23:31 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/c9bd68c6 (commit)
	from  https://github.com/Gnucash/gnucash/commit/46b3e31a (commit)



commit c9bd68c658d39ced66b33913b23c5744c9b7f7df
Author: Alex Aycinena <alex.aycinena at gmail.com>
Date:   Thu Jan 17 18:21:51 2019 -0800

    Updated from version 41 to 42, although new codes not implemented yet because data not reliably available

diff --git a/gnucash/report/locale-specific/us/taxtxf.scm b/gnucash/report/locale-specific/us/taxtxf.scm
index 6d813ff..3dc36d2 100644
--- a/gnucash/report/locale-specific/us/taxtxf.scm
+++ b/gnucash/report/locale-specific/us/taxtxf.scm
@@ -63,6 +63,12 @@
 ;; Fix beginning balance sign and signs for Transfer From/To amounts for
 ;; liability/equity accounts
 ;;
+;; January, 2019 Update:
+;;
+;; Update from "V041" to "V042", although added codes are not implemented
+;;   because cost/gain data not reliably available
+;; The format for code 673 can be 4 or 5, per spec, so leave as 4
+;;
 ;; From prior version:
 ;; NOTE: setting of specific dates is squirly! and seems
 ;; to be current-date dependent!  Actually, time of day dependent!  Just
@@ -591,7 +597,7 @@
                                                           (gnc-numeric-neg
                                                             account-value)))))
           )
-          ;; Based on TXF Spec of 6/16/06, V 041, and Quicken 98 output, the
+          ;; Based on TXF Spec of 11/30/11, V 042, and Quicken 98 output, the
           ;; fields by format are as follows, for F1040:
           ;; Format Type Fields                       Comments/Status
           ;; 0      D    T, N, C, L, X                Spec unclear, unverified
@@ -2999,7 +3005,7 @@
                                     selected-accounts-sorted-by-form-line-acct))
                                   (output-txf
                                     (list
-                                      "V041" crlf
+                                      "V042" crlf
                                       "AGnuCash " gnc:version crlf
                                       today-date crlf
                                       "^" crlf



Summary of changes:
 gnucash/report/locale-specific/us/taxtxf.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list