mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Updated from version 41 to 42, although new codes not implemented yet because data not reliably available
This commit is contained in:
@@ -63,6 +63,12 @@
|
|||||||
;; Fix beginning balance sign and signs for Transfer From/To amounts for
|
;; Fix beginning balance sign and signs for Transfer From/To amounts for
|
||||||
;; liability/equity accounts
|
;; 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:
|
;; From prior version:
|
||||||
;; NOTE: setting of specific dates is squirly! and seems
|
;; NOTE: setting of specific dates is squirly! and seems
|
||||||
;; to be current-date dependent! Actually, time of day dependent! Just
|
;; to be current-date dependent! Actually, time of day dependent! Just
|
||||||
@@ -591,7 +597,7 @@
|
|||||||
(gnc-numeric-neg
|
(gnc-numeric-neg
|
||||||
account-value)))))
|
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:
|
;; fields by format are as follows, for F1040:
|
||||||
;; Format Type Fields Comments/Status
|
;; Format Type Fields Comments/Status
|
||||||
;; 0 D T, N, C, L, X Spec unclear, unverified
|
;; 0 D T, N, C, L, X Spec unclear, unverified
|
||||||
@@ -2999,7 +3005,7 @@
|
|||||||
selected-accounts-sorted-by-form-line-acct))
|
selected-accounts-sorted-by-form-line-acct))
|
||||||
(output-txf
|
(output-txf
|
||||||
(list
|
(list
|
||||||
"V041" crlf
|
"V042" crlf
|
||||||
"AGnuCash " gnc:version crlf
|
"AGnuCash " gnc:version crlf
|
||||||
today-date crlf
|
today-date crlf
|
||||||
"^" crlf
|
"^" crlf
|
||||||
|
Reference in New Issue
Block a user