Re: World friendlier printable invoices

2007-09-30 Thread Bryan Cebuliak
I suppose one way to avert disaster is to give the files new names and add them to business-reports.scm But this seems to be a cluttered approach. B On 10/1/07, Bryan Cebuliak <[EMAIL PROTECTED]> wrote: > It is important to know why this happened to avert mass disaster on > upgrading to the new *

Re: World friendlier printable invoices

2007-09-30 Thread Bryan Cebuliak
It is important to know why this happened to avert mass disaster on upgrading to the new *-invoice.scm files. Come to think of it the same thing happened to me while I was writing and testing the new files. I am not sure why. Perhaps the gnucash developers can tell us? However, I think now you w

Re: World friendlier printable invoices

2007-09-30 Thread Andrew Greig
> Thanks Bryan, from a grateful Aussie. > > I took your flex files and copied them into > /usr/gnucash/guile-modules/gnucash/reports/ > > I then renamed invoice.scm as invoice-old.scm and so on for the other > two. > > Then I renamed the invoice-flex.scm as invoice.scm and so on for the > othe

Re: World friendlier printable invoices

2007-09-30 Thread Andrew Greig
> Thanks Bryan, from a grateful Aussie. > > I took your flex files and copied them into > /usr/gnucash/guile-modules/gnucash/reports/ > > I then renamed invoice.scm as invoice-old.scm and so on for the other > two. > > Then I renamed the invoice-flex.scm as invoice.scm and so on for the > other

Re: World friendlier printable invoices

2007-09-30 Thread Andrew Greig
On Sun, 2007-09-30 at 18:41 +1000, Bryan Cebuliak wrote: > string-append (_ "Total ex ") (_ taxname) > instead of : > string-append "Total ex " taxname > seems to work for my locale . > Is that ok? > > > On 9/30/07, Bryan Cebuliak <[EMAIL PROTECTED]> wrote: > > Derek, I think I may have broken t

Re: World friendlier printable invoices

2007-09-30 Thread Bryan Cebuliak
string-append (_ "Total ex ") (_ taxname) instead of : string-append "Total ex " taxname seems to work for my locale . Is that ok? On 9/30/07, Bryan Cebuliak <[EMAIL PROTECTED]> wrote: > Derek, I think I may have broken the internationalisation in the total > ex tax entry.e.g line 126 in invoice