More report renaming (and report menu renaming). Try to keep reports

with their original name where possible and just change the menu item.

	* taxtxf.scm -- Change "Accounts -> Tax Information" to Edit->Tax Options


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7280 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2002-10-06 17:28:53 +00:00
parent 8ea1237010
commit 8ac773a5ae
8 changed files with 16 additions and 8 deletions

View File

@@ -2,6 +2,8 @@
* Rename a bunch of reports as per Chris Lyttle's suggestions
* report-gnome/report-gnome.scm -- Create sorted menu items
* taxtxf.scm -- Change "Accounts -> Tax Information" to Edit->Tax Options
2002-10-06 David Hampton <hampton@employees.org>

View File

@@ -777,7 +777,7 @@
(gnc:make-html-text
(gnc:html-markup-p
(_ "No Tax Related accounts were found. Go to the\
Accounts->Tax Information dialog to set up tax-related accounts.")))))
Edit->Tax Options dialog to set up tax-related accounts.")))))
doc)))))

View File

@@ -477,6 +477,10 @@ new, totally cool report, consult the mailing list %s.")
;; untranslated value here!
'name (N_ "Hello, World")
;; The name in the menu
;; (only necessary if it differs from the name)
'menu-name (N_ "Sample Report with Examples")
;; A tip that is used to provide additional information about the
;; report to the user.
'menu-tip (N_ "A sample report with examples.")

View File

@@ -34,7 +34,8 @@
(gnc:define-report
'version 1
'name (N_ "Frame URL")
'name (N_ "URL Frame")
'menu-name (N_ "Custom Web Report")
'menu-path (list gnc:menuname-utility)
'options-generator options-generator
'renderer renderer)

View File

@@ -228,6 +228,7 @@
(gnc:define-report
'version 1
'name (N_ "Multicolumn View")
'menu-name (N_ "Custom Multicolumn Report")
'menu-path (list gnc:menuname-utility)
'renderer render-view
'options-generator make-options

View File

@@ -80,7 +80,7 @@
(gnc:make-html-text
(gnc:html-markup-h2 (_ "Welcome to GnuCash 1.8!"))
(gnc:html-markup-p
(_ "GnuCash 1.6 has lots of nice features. Here are a few."))))
(_ "GnuCash 1.8 has lots of nice features. Here are a few."))))
doc))
(gnc:define-report

View File

@@ -478,11 +478,11 @@ string and 'directories' must be a list of strings."
(lambda ()
(gnc:style-sheet-dialog-open))))
;; the Welcome to GnuCash-1.6 extravaganza
;; the Welcome to GnuCash "extravaganza" report
(gnc:add-extension
(gnc:make-menu-item
(N_ "Welcome Extravaganza")
(N_ "Welcome-to-GnuCash screen")
(N_ "Welcome Sample Report")
(N_ "Welcome-to-GnuCash report screen")
(list gnc:window-name-main gnc:menuname-reports gnc:menuname-utility "")
(lambda ()
(gnc:main-window-open-report (gnc:make-welcome-report) #f))))

View File

@@ -75,10 +75,10 @@ transaction. See the GnuCash online manual for details.")
(N_ "You can pack multiple reports into a single window,
providing all the financial information you want at a glance.
To do so, use the \"Multicolumn View\" report.")
To do so, use the \"Custom Multicolumn Report\" report.")
(N_ "GnuCash can act as a simple web browser! To display
a web page as a report, use the \"Frame URL\" report.")
a web page as a report, use the \"Custom Web Report\" report.")
(N_ "Style Sheets affect how reports are displayed. Choose
a style sheet for your report as a report option, and use