Skip to content

Commit

Permalink
Updated from version 41 to 42, although new codes not implemented yet…
Browse files Browse the repository at this point in the history
… because data not reliably available
  • Loading branch information
Alex Aycinena committed Jan 18, 2019
1 parent 46b3e31 commit c9bd68c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions gnucash/report/locale-specific/us/taxtxf.scm
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c9bd68c

Please sign in to comment.