I think it has to do with how you run the Invoice Report.
Unfortunately, it should work the same regardless of how you get there, but it does not. (there are several 'entry points' to getting a printed invoice, and they don't all work the same)
There is at least one if not two other recent threads regarding invoice default stylesheets and the issue is the same.
The only sure fire way I know is to create a Saved Report with the desired options/stylesheet and run that each time you want a printable invoice. But this means you then have to select the customer/invoice number. You can't click the invoice from other parts of the UI and get this Saved customization to automatically apply, or even after the fact.
Regards, Adrien On 1/3/22 4:25 PM, Dave Hayes wrote:
I build packages every quarter as most FreeBSD people should. Every quarter I have to apply the following diffs: > diff invoice.scm realpath.scm.orig 225c225 < "k" (N_ "Display the entry's discount?") #f)) --- > "k" (N_ "Display the entry's discount?") #t)) 230c230 < "l" (N_ "Display the entry's taxable status?") #f)) --- > "l" (N_ "Display the entry's taxable status?") #t)) 331c331 < (G_ "Thank you for the opportunity to assist you!"))) --- > (G_ "Thank you for your patronage!"))) This is because, unlike most options boxes I have seen, the gnucash invoice report options do not remember their settings at all. I realize there's some fancy scheme going on here, but is there ever going to exist the ability to persist invoice options across invoices and even releases of GnuCash? Thank you for understanding my frustration.
_______________________________________________ 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.
