It allows transactions that go from one selected account
to another to be ignored.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17855 57a11ea4-9604-0410-9ed3-97b8803252fd
(define optname-internal(N_"Exclude transactions between selected accounts?"))
;;;;;;;;;;;;;;;;;;;;;;;;;
;; Options
@ -56,11 +57,18 @@
gnc:pagename-accountsoptname-subacct
"a"(N_"Include sub-accounts of all selected accounts")#t))
(register-option
(gnc:make-simple-boolean-option
gnc:pagename-accountsoptname-internal
"b"
(N_"Exclude transactions that only involve two accounts, both of which are selected below. This only affects the profit and loss columns of the table.")
#f))
;; account(s) to do report on
(register-option
(gnc:make-account-list-option
gnc:pagename-accounts(N_"Accounts")
"b"(N_"Do transaction report on this account")
"c" (N_"Do transaction report on this account")
(lambda ()
;; FIXME : gnc:get-current-accounts disappeared
(let ((current-accounts'()))
@ -128,7 +136,8 @@
;; the report-currency by means of the monetary->double