mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* Change the Report MENU names, not the REPORT names (except for
the "Welcome to GnuCash" report) git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7281 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
2002-10-06 Derek Atkins <derek@ihtfp.com>
|
||||
* Rename a bunch of reports as per Chris Lyttle's suggestions
|
||||
* Change the Report MENU names, not the REPORT names (except for
|
||||
the "Welcome to GnuCash" report)
|
||||
|
||||
* 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>
|
||||
|
||||
* src/gnome-utils/dialog-utils.c (gnc_handle_date_accelerator): If
|
||||
|
||||
@@ -783,7 +783,8 @@
|
||||
|
||||
(gnc:define-report
|
||||
'version 1
|
||||
'name (N_ "Tax Report & TXF Export")
|
||||
'name (N_ "Tax Report / TXF Export")
|
||||
'menu-name (N_ "Tax Report & TXF Export")
|
||||
;;'menu-path (list gnc:menuname-taxes)
|
||||
'menu-tip (N_ "Taxable Income / Deductible Expenses / Export to .TXF file")
|
||||
'options-generator tax-options-generator
|
||||
|
||||
@@ -363,7 +363,8 @@
|
||||
|
||||
(gnc:define-report
|
||||
'version 1
|
||||
'name (N_ "Income & Expense Chart")
|
||||
'name (N_ "Income/Expense Chart")
|
||||
'menu-name (N_ "Income & Expense Chart")
|
||||
'menu-path (list gnc:menuname-income-expense)
|
||||
'options-generator (lambda () (options-generator #t))
|
||||
'renderer (lambda (report-obj) (net-renderer report-obj #t)))
|
||||
|
||||
@@ -211,7 +211,8 @@
|
||||
|
||||
(gnc:define-report
|
||||
'version 1
|
||||
'name (N_ "Profit & Loss")
|
||||
'name (N_ "Profit And Loss")
|
||||
'menu-name (N_ "Profit & Loss")
|
||||
'menu-path (list gnc:menuname-income-expense)
|
||||
'options-generator pnl-options-generator
|
||||
'renderer pnl-renderer)
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
(gnc:define-report
|
||||
'version 1
|
||||
'name (N_ "URL Frame")
|
||||
'name (N_ "Frame URL")
|
||||
'menu-name (N_ "Custom Web Report")
|
||||
'menu-path (list gnc:menuname-utility)
|
||||
'options-generator options-generator
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
(sub-accounts (gnc:make-report "Account Summary"))
|
||||
(sub-expense-pie (gnc:make-report "Expense Accounts"))
|
||||
(sub-income-pie (gnc:make-report "Income Accounts"))
|
||||
(sub-bar (gnc:make-report "Income & Expense Chart"))
|
||||
(sub-bar (gnc:make-report "Income/Expense Chart"))
|
||||
(options #f))
|
||||
|
||||
(define (set-option! section name value)
|
||||
|
||||
Reference in New Issue
Block a user