From 4aafa1752f6204fb35d7037dca7dd76e207bf428 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Sat, 15 Aug 2020 15:51:44 +0800 Subject: [PATCH] [new-aging] create owner report with end-date --- gnucash/report/reports/standard/new-aging.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnucash/report/reports/standard/new-aging.scm b/gnucash/report/reports/standard/new-aging.scm index c6f497749e..c9fbfa3978 100644 --- a/gnucash/report/reports/standard/new-aging.scm +++ b/gnucash/report/reports/standard/new-aging.scm @@ -230,7 +230,9 @@ exist but have no suitable transactions.")) (else (op-num (car aging1) (car aging2))))))))) ;; set default title - (gnc:html-document-set-title! document report-title) + (gnc:html-document-set-title! + document + (format #f "~a - ~a" report-title (qof-print-date report-date))) (cond ((null? accounts) @@ -309,7 +311,7 @@ exist but have no suitable transactions.")) "number-cell" (gnc:make-html-text (gnc:html-markup-anchor - (gnc:owner-report-text owner account) + (gnc:owner-report-text owner account report-date) (gnc:make-gnc-monetary comm aging-total))))) (options->address options receivable owner))))) (sort owners-and-aging sort-aging