Op zondag 5 augustus 2018 13:00:27 CEST schreef Andres Muniz Piniella: > Hi Adrien, > Thanks this helps but my costume style sheet that needs changing on my > Fancy Invoice window. Maybe I got my work flow wrong and there is a > more efficient way? >
The stylesheet is a default option added to each report. If you want to override it you can use the gnc:option-set-value function in the options-generator code similar to how it's done for the date option in the aging report: https://github.com/Gnucash/gnucash/blob/maint/gnucash/report/business-reports/ aging.scm#L345 Obviously you'll have to work with the General->Stylesheet option in this case so the parameters to gnc:lookup-option need to be tweaked slightly: optname- to-date should become gnc:optname-stylesheet. Regards, Geert _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
