mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TR: (ENH) enable subtotal/grouping for Split Memo
This commit is contained in:
@@ -220,10 +220,10 @@ in the Options panel."))
|
|||||||
(cons 'renderer-fn #f)))
|
(cons 'renderer-fn #f)))
|
||||||
|
|
||||||
(cons 'memo (list (cons 'sortkey (list SPLIT-MEMO))
|
(cons 'memo (list (cons 'sortkey (list SPLIT-MEMO))
|
||||||
(cons 'split-sortvalue #f)
|
(cons 'split-sortvalue (lambda (s) (xaccSplitGetMemo s)))
|
||||||
(cons 'text (_ "Memo"))
|
(cons 'text (_ "Memo"))
|
||||||
(cons 'tip (_ "Sort by memo."))
|
(cons 'tip (_ "Sort by memo."))
|
||||||
(cons 'renderer-fn #f)))
|
(cons 'renderer-fn (lambda (s) (xaccSplitGetMemo s)))))
|
||||||
|
|
||||||
(cons 'notes (list (cons 'sortkey #f)
|
(cons 'notes (list (cons 'sortkey #f)
|
||||||
(cons 'split-sortvalue (lambda (s) (xaccTransGetNotes (xaccSplitGetParent s))))
|
(cons 'split-sortvalue (lambda (s) (xaccTransGetNotes (xaccSplitGetParent s))))
|
||||||
|
|||||||
Reference in New Issue
Block a user