File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
gnucash/report/reports/standard Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 60
60
(define optname-show-sold-columns (N_ " Show sold columns" ))
61
61
(define optname-show-end-columns (N_ " Show end columns" ))
62
62
(define optname-show-realized-gain-columns
63
- (N_ " Show realized gain column(s) " ))
63
+ (N_ " Show realized gain columns " ))
64
64
(define optname-show-unrealized-gain-columns
65
- (N_ " Show unrealized gain column(s) " ))
65
+ (N_ " Show unrealized gain columns " ))
66
66
(define optname-group-gains-by-age
67
67
(N_ " Group gains by age (short term and long term)" ))
68
68
(define optname-long-term-years (N_ " Long term gains age (years)" ))
314
314
pagename-columns
315
315
optname-show-roi-columns
316
316
" j"
317
- (N_ " Show Return On Investment (ROI) columns(s) " )
317
+ (N_ " Show Return On Investment (ROI) columns" )
318
318
#f )
319
319
320
320
(gnc-register-simple-boolean-option options
321
321
pagename-columns
322
322
optname-show-cagr-columns
323
323
" k"
324
- (N_ " Show Compound Annual Growth Rate (CAGR) columns(s) " )
324
+ (N_ " Show Compound Annual Growth Rate (CAGR) columns" )
325
325
#t )
326
326
327
327
; ; Display tab
637
637
(zero? years))
638
638
#f ; Unable to compute CAGR.
639
639
(- (expt (/ end-value basis)
640
- (/ 1 years))
641
- 1 )))
640
+ (/ 1 years))
641
+ 1 )))
642
642
643
643
; ; Gets the account name.
644
644
(define (account->name account )
You can’t perform that action at this time.
0 commit comments