mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #556713 - inconsistency in report options, partial fix
This commit aligns all occurences of "Report Accounts" and "Accounts to include" to "Accounts" git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19339 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
720dd82abf
commit
0e80482cc0
@ -71,7 +71,7 @@
|
|||||||
(define optname-date (N_ "Date"))
|
(define optname-date (N_ "Date"))
|
||||||
;; FIXME this needs an indent option
|
;; FIXME this needs an indent option
|
||||||
|
|
||||||
(define optname-accounts (N_ "Accounts to include"))
|
(define optname-accounts (N_ "Accounts"))
|
||||||
(define opthelp-accounts
|
(define opthelp-accounts
|
||||||
(N_ "Report on these accounts, if display depth allows."))
|
(N_ "Report on these accounts, if display depth allows."))
|
||||||
(define optname-depth-limit (N_ "Levels of Subaccounts"))
|
(define optname-depth-limit (N_ "Levels of Subaccounts"))
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
(N_ "Print liability/equity section in the same column under the assets section as opposed to a second column right of the assets section"))
|
(N_ "Print liability/equity section in the same column under the assets section as opposed to a second column right of the assets section"))
|
||||||
;; FIXME this needs an indent option
|
;; FIXME this needs an indent option
|
||||||
|
|
||||||
(define optname-accounts (N_ "Accounts to include"))
|
(define optname-accounts (N_ "Accounts"))
|
||||||
(define opthelp-accounts
|
(define opthelp-accounts
|
||||||
(N_ "Report on these accounts, if display depth allows."))
|
(N_ "Report on these accounts, if display depth allows."))
|
||||||
(define optname-depth-limit (N_ "Levels of Subaccounts"))
|
(define optname-depth-limit (N_ "Levels of Subaccounts"))
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
(N_ "Print liability/equity section in the same column under the assets section as opposed to a second column right of the assets section"))
|
(N_ "Print liability/equity section in the same column under the assets section as opposed to a second column right of the assets section"))
|
||||||
;; FIXME this needs an indent option
|
;; FIXME this needs an indent option
|
||||||
|
|
||||||
(define optname-accounts (N_ "Accounts to include"))
|
(define optname-accounts (N_ "Accounts"))
|
||||||
(define opthelp-accounts
|
(define opthelp-accounts
|
||||||
(N_ "Report on these accounts, if display depth allows."))
|
(N_ "Report on these accounts, if display depth allows."))
|
||||||
(define optname-depth-limit (N_ "Levels of Subaccounts"))
|
(define optname-depth-limit (N_ "Levels of Subaccounts"))
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
;; FIXME this could use an indent option
|
;; FIXME this could use an indent option
|
||||||
|
|
||||||
(define optname-accounts (N_ "Accounts to include"))
|
(define optname-accounts (N_ "Accounts"))
|
||||||
(define opthelp-accounts
|
(define opthelp-accounts
|
||||||
(N_ "Report on these accounts, if display depth allows."))
|
(N_ "Report on these accounts, if display depth allows."))
|
||||||
(define optname-depth-limit (N_ "Levels of Subaccounts"))
|
(define optname-depth-limit (N_ "Levels of Subaccounts"))
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
(define optname-start-date (N_ "Start Date"))
|
(define optname-start-date (N_ "Start Date"))
|
||||||
(define optname-end-date (N_ "End Date"))
|
(define optname-end-date (N_ "End Date"))
|
||||||
|
|
||||||
(define optname-accounts (N_ "Accounts to include"))
|
(define optname-accounts (N_ "Accounts"))
|
||||||
(define opthelp-accounts
|
(define opthelp-accounts
|
||||||
(N_ "Report only on these accounts"))
|
(N_ "Report only on these accounts"))
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
(define optname-end-date (N_ "End Date"))
|
(define optname-end-date (N_ "End Date"))
|
||||||
;; FIXME this could use an indent option
|
;; FIXME this could use an indent option
|
||||||
|
|
||||||
(define optname-accounts (N_ "Accounts to include"))
|
(define optname-accounts (N_ "Accounts"))
|
||||||
(define opthelp-accounts
|
(define opthelp-accounts
|
||||||
(N_ "Report on these accounts, if display depth allows."))
|
(N_ "Report on these accounts, if display depth allows."))
|
||||||
(define optname-depth-limit (N_ "Levels of Subaccounts"))
|
(define optname-depth-limit (N_ "Levels of Subaccounts"))
|
||||||
|
@ -604,7 +604,7 @@
|
|||||||
;; account to do report on
|
;; account to do report on
|
||||||
(gnc:register-trep-option
|
(gnc:register-trep-option
|
||||||
(gnc:make-account-list-option
|
(gnc:make-account-list-option
|
||||||
gnc:pagename-accounts (N_ "Report Accounts")
|
gnc:pagename-accounts (N_ "Accounts")
|
||||||
"a" (N_ "Report on these accounts")
|
"a" (N_ "Report on these accounts")
|
||||||
;; select, by default, all accounts...
|
;; select, by default, all accounts...
|
||||||
(lambda ()
|
(lambda ()
|
||||||
@ -620,7 +620,7 @@
|
|||||||
|
|
||||||
(gnc:register-trep-option
|
(gnc:register-trep-option
|
||||||
(gnc:make-account-list-option
|
(gnc:make-account-list-option
|
||||||
gnc:pagename-accounts (N_ "Filter Accounts")
|
gnc:pagename-accounts (N_ "Filter By...")
|
||||||
"b" (N_ "Filter on these accounts")
|
"b" (N_ "Filter on these accounts")
|
||||||
(lambda ()
|
(lambda ()
|
||||||
;; FIXME : gnc:get-current-accounts disappeared.
|
;; FIXME : gnc:get-current-accounts disappeared.
|
||||||
@ -1307,8 +1307,8 @@ Credit Card, and Income accounts")))))
|
|||||||
|
|
||||||
(gnc:report-starting reportname)
|
(gnc:report-starting reportname)
|
||||||
(let ((document (gnc:make-html-document))
|
(let ((document (gnc:make-html-document))
|
||||||
(c_account_1 (opt-val gnc:pagename-accounts "Report Accounts"))
|
(c_account_1 (opt-val gnc:pagename-accounts "Accounts"))
|
||||||
(c_account_2 (opt-val gnc:pagename-accounts "Filter Accounts"))
|
(c_account_2 (opt-val gnc:pagename-accounts "Filter By..."))
|
||||||
(filter-mode (opt-val gnc:pagename-accounts "Filter Type"))
|
(filter-mode (opt-val gnc:pagename-accounts "Filter Type"))
|
||||||
(begindate (gnc:timepair-start-day-time
|
(begindate (gnc:timepair-start-day-time
|
||||||
(gnc:date-option-absolute-time
|
(gnc:date-option-absolute-time
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
(define opthelp-report-variant (N_ "Kind of trial balance to generate"))
|
(define opthelp-report-variant (N_ "Kind of trial balance to generate"))
|
||||||
;; FIXME this needs an indent option
|
;; FIXME this needs an indent option
|
||||||
|
|
||||||
(define optname-accounts (N_ "Accounts to include"))
|
(define optname-accounts (N_ "Accounts"))
|
||||||
(define opthelp-accounts
|
(define opthelp-accounts
|
||||||
(N_ "Report on these accounts"))
|
(N_ "Report on these accounts"))
|
||||||
(define optname-depth-limit (N_ "Levels of Subaccounts"))
|
(define optname-depth-limit (N_ "Levels of Subaccounts"))
|
||||||
|
Loading…
Reference in New Issue
Block a user