mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 18:30:23 -06:00
[trep-engine] move currency options into their own section, ter
Some more renamed sections in trep testing, missed in 20a19532a
This commit is contained in:
parent
76b060f626
commit
fd8f95f50d
@ -576,7 +576,7 @@
|
||||
(set-option! options "Accounts" "Accounts" (list usd-bank gbp-bank))
|
||||
(set-option! options "General" "Start Date" (cons 'absolute (gnc-dmy2time64 01 01 2000)))
|
||||
(set-option! options "General" "End Date" (cons 'absolute (gnc-dmy2time64 31 12 2000)))
|
||||
(set-option! options "General" "Common Currency" #t)
|
||||
(set-option! options "Currency" "Common Currency" #t)
|
||||
(set-option! options "Currency" "Show original currency amount" #t)
|
||||
(let* ((sxml (options->sxml options "single column, with original currency headers")))
|
||||
(test-equal "single amount column, with original currency headers"
|
||||
@ -650,7 +650,7 @@
|
||||
;; test debit/credit dual columns
|
||||
(set! options (default-testing-options))
|
||||
(set-option! options "Display" "Amount" 'double)
|
||||
(set-option! options "General" "Common Currency" #t)
|
||||
(set-option! options "Currency" "Common Currency" #t)
|
||||
(set-option! options "Currency" "Show original currency amount" #t)
|
||||
(set-option! options "Sorting" "Primary Key" 'date)
|
||||
(set-option! options "Sorting" "Primary Subtotal for Date Key" 'none)
|
||||
@ -893,8 +893,8 @@
|
||||
(set-option! options "General" "End Date"
|
||||
(cons 'absolute (gnc-dmy2time64 31 12 1970)))
|
||||
(set-option! options "Display" "Subtotal Table" #t)
|
||||
(set-option! options "General" "Common Currency" #t)
|
||||
(set-option! options "General" "Report Currency" foreign2)
|
||||
(set-option! options "Currency" "Common Currency" #t)
|
||||
(set-option! options "Currency" "Report Currency" foreign2)
|
||||
(set-option! options "Currency" "Show original currency amount" #t)
|
||||
(set-option! options "Sorting" "Primary Key" 'account-name)
|
||||
(set-option! options "Sorting" "Primary Subtotal" #t)
|
||||
|
Loading…
Reference in New Issue
Block a user