mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
modify strings as discussed
This commit is contained in:
parent
3229839055
commit
85aa8a6b12
@ -185,8 +185,8 @@ developing over time"))
|
||||
(add-option
|
||||
(gnc:make-simple-boolean-option
|
||||
gnc:pagename-display
|
||||
(N_ "Replace amounts with percentage ratios.")
|
||||
"e1" (N_ "Display percentage contribution of each account to the Gand Total instead of amounts.")
|
||||
(N_ "Percentage chart")
|
||||
"e1" (N_ "Display account contributions as a percentage of the total value for the period.")
|
||||
#f))
|
||||
|
||||
(gnc:options-add-plot-size!
|
||||
@ -259,7 +259,7 @@ developing over time"))
|
||||
(work-to-do 0)
|
||||
(all-data #f)
|
||||
(show-table? (get-option gnc:pagename-display (N_ "Show table")))
|
||||
(ratio-chart? (get-option gnc:pagename-display (N_ "Replace amounts with percentage ratios.")))
|
||||
(ratio-chart? (get-option gnc:pagename-display (N_ "Percentage chart")))
|
||||
(document (gnc:make-html-document))
|
||||
(chart (gnc:make-html-chart))
|
||||
(topl-accounts (gnc:filter-accountlist-type
|
||||
|
@ -245,7 +245,7 @@
|
||||
(sxml->table-row-col sxml 1 0 2))
|
||||
|
||||
;; test ratios
|
||||
(set-option expense-options gnc:pagename-display "Replace amounts with percentage ratios." #t)
|
||||
(set-option expense-options gnc:pagename-display "Percentage chart" #t)
|
||||
(let ((sxml (gnc:options->sxml expense-report-uuid expense-options
|
||||
"test-standard-category-report"
|
||||
"ratios"
|
||||
|
Loading…
Reference in New Issue
Block a user