Custom Reports don't respect StyleSheet option and other Q's

Jeff Hinrichs - DM&T jeffh at dundeemt.com
Wed Jan 2 00:23:14 EST 2008


gnucash 2.2.1

Custom report created with stylesheet option of 'easy',  Add report,
restart gnucash, run report - style sheet displayed is "default"

Checking .gnucash/saved-report-2.0 shows the following in the report

(let ((option (gnc:lookup-option options
                                 "General"
                                 "Stylesheet")))
  ((lambda (option) (if option ((gnc:option-setter option) 'Easy))) option))



What is the advised method for updating the options of an existing
Custom Report since changes to the "Options" are not reflected in the
save-report-2.0 settings file and the "Add Report" is not available
unless the report is unamed?

Also, what is the advised method for removing an existing "Custom Report"?

and finally, is it known that Custom Reports don't respect Account
Code so what is printed in the reports doesn't match the sort order
(by Account Code) I see when I'm viewing my accounts.   I went to all
the effort to create Account Codes so they would be sorted the way I
wanted. ;(

Since printing the reports directly is not working (font size problem
as reported on bugzilla
http://bugzilla.gnome.org/show_bug.cgi?id=350408), I've been exporting
to HTML, but I want to change the style sheet for the reports I
created.  This is where I ran in to the questions above.

-Jeff


More information about the gnucash-user mailing list