Re: stumped on report customization

2005-05-03 Thread Richard Lee-Morlang
On Mon, 2005-02-05 at 21:45 -0400, Josh Sled wrote: I've spent four hours hacking scheme code, googling, searching mailing lists, bugzilla and source code to try to add some DIV and SPAN tags, and some CLASS and ID attributes to the invoice report. I don't see where they're being

Re: stumped on report customization

2005-05-03 Thread Richard Lee-Morlang
On Mon, 2005-02-05 at 21:55 -0400, Derek Atkins wrote: BTW, have you looked at the fancy-invoice report? I don't know exactly what you're looking for, but it may look prettier than the standard version. I haven't yet, actually. I'll take a look, but in among other things I wanted to

Re: stumped on report customization

2005-05-03 Thread Derek Atkins
Richard Lee-Morlang [EMAIL PROTECTED] writes: Unfortunately, you will need to massage the output after the fact. :( Then that's what I'll do. At least it should be fairly easy to hack the invoice generator to output some CSV wrapped in PRE tags to aid parsing in parsing. While it's not

stumped on report customization

2005-05-02 Thread Richard Lee-Morlang
I've spent four hours hacking scheme code, googling, searching mailing lists, bugzilla and source code to try to add some DIV and SPAN tags, and some CLASS and ID attributes to the invoice report. I don't see where they're being filtered out, or how to change this behaviour. I can add an IMG

Re: stumped on report customization

2005-05-02 Thread Derek Atkins
Most likely they're being filtered out by gtkhtml. BTW, have you looked at the fancy-invoice report? I don't know exactly what you're looking for, but it may look prettier than the standard version. -derek Richard Lee-Morlang [EMAIL PROTECTED] writes: I've spent four hours hacking scheme

Re: stumped on report customization

2005-05-02 Thread Josh Sled
On Mon, 2005-05-02 at 21:19, Richard Lee-Morlang wrote: I've spent four hours hacking scheme code, googling, searching mailing lists, bugzilla and source code to try to add some DIV and SPAN tags, and some CLASS and ID attributes to the invoice report. I don't see where they're being filtered