Re: [GNC] Custom invoices don't work after upgrade

2020-07-03 Thread lomax
On Fri, 2020-07-03 at 12:25 +, Christopher Lam wrote: > Here you go. Seems to be a nice css template. You should submit for > inclusion ^_^ Oh, many thanks! In a previous life I did CSS for a living, so it feels a lot more familiar than Guile... Still stuck on where to put the cwo- invoice.e

Re: [GNC] Custom invoices don't work after upgrade

2020-07-03 Thread lomax
Still locked in battle with my invoice template. While testing a few changes I noticed they weren't being picked up - because I was editing the wrong file. A search revealed no less than five(!) different locations where I had copies of the template files: ~/.local/share/gnucash/ ~/.config/

Re: [GNC] Custom invoices don't work after upgrade

2020-07-03 Thread lomax
On Fri, 2020-07-03 at 10:04 +0800, Christopher Lam wrote: > Going forward, it will be useful to attach your custom invoice and we > can offer better feedback. Sure, I just didn't want to expose anyone else to this mess - but if you're feeling brave... /* Stylesheet for cwo-invoice.scm -- eguile-b

Re: [GNC] Custom invoices don't work after upgrade

2020-07-02 Thread lomax
On Thu, 2020-07-02 at 17:37 +0200, Frank H. Ellenberger wrote: > Hi, > > Am 02.07.20 um 17:01 schrieb > lo...@clickworkorange.com > : > > On Thu, 2020-07-02 at 13:32 +0100, > > lo...@clickworkorange.com > > wrote: > > > My custom invoice template that I've used for many years stopped > > > work

[GNC] Custom invoices don't work after upgrade

2020-07-02 Thread lomax
My custom invoice template that I've used for many years stopped working after upgrading to 3.4 as part of a dist-upgrade. I had to remove a few things such as (use-modules (gnucash gnc-module)) (use-modules (gnucash printf)) in order for the template to compile, but I now get Unbound

Re: [GNC] Custom invoices don't work after upgrade

2020-07-02 Thread lomax
On Thu, 2020-07-02 at 13:32 +0100, lo...@clickworkorange.com wrote: > My custom invoice template that I've used for many years stopped > working after upgrading to 3.4 as part of a dist-upgrade. I had to > remove a few things such as > >(use-modules (gnucash gnc-module)) >(use-modules (gn

[GNC] Custom invoices don't work after upgrade

2020-07-02 Thread lomax
My custom invoice template that I've used for many years stopped working after upgrading to 3.4 as part of a dist-upgrade. I had to remove a few things such as (use-modules (gnucash gnc-module)) (use-modules (gnucash printf)) in order for the template to compile, but I now get Unbound