Re: [PATCH] stylesheet-fancy.scm and a new 'Easy' Invoice for Gnucash 1.8.9

2004-06-17 Thread James Strandboge
On Thu, 2004-06-17 at 14:05, Derek Atkins wrote: > James Strandboge <[EMAIL PROTECTED]> writes: > > > To me it probably does make more sense to put it under Properties, but I > > thought I'd let the first patch be more general. Attached are patches > > to add 'Company ID' to File/Properties, and

Re: [PATCH] stylesheet-fancy.scm and a new 'Easy' Invoice for Gnucash 1.8.9

2004-06-17 Thread Derek Atkins
James Strandboge <[EMAIL PROTECTED]> writes: > To me it probably does make more sense to put it under Properties, but I > thought I'd let the first patch be more general. Attached are patches > to add 'Company ID' to File/Properties, and a new easy-invoice.scm that > incorporates those changes (a

Re: [PATCH] stylesheet-fancy.scm and a new 'Easy' Invoice for Gnucash 1.8.9

2004-06-17 Thread James Strandboge
On Thu, 2004-06-17 at 11:06, Derek Atkins wrote: > James Strandboge <[EMAIL PROTECTED]> writes: > Question: should taxinfo be part of File -> Properties, so you don't > have to enter in the ID String every time? I thought about that, but it is currently just an 'ID-String', so it could be more ge

Re: [PATCH] stylesheet-fancy.scm and a new 'Easy' Invoice for Gnucash 1.8.9

2004-06-17 Thread Derek Atkins
James Strandboge <[EMAIL PROTECTED]> writes: > I have attached a new stylesheet and patch against stylesheets.scm to > add it to gnucash. Thanks. > "My Company" has no options other than to display it or not display it. > When displayed, it shows up on the right hand side, across from the > cus

Re: QOF iteration and callbacks

2004-06-17 Thread Derek Atkins
Neil Williams <[EMAIL PROTECTED]> writes: > On Thursday 17 June 2004 4:22, Derek Atkins wrote: >> Neil Williams <[EMAIL PROTECTED]> writes: >>qof_object_foreach(QOF_TYPE_XXX, book, my_foreach_cb, my_cb_arg); >> Well, DUH, gnc_book_merge_foreach doesn't match the QofEntityForeachCB >> type! >

Re: [PATCH] stylesheet-fancy.scm and a new 'Easy' Invoice for Gnucash 1.8.9

2004-06-17 Thread James Strandboge
On Tue, 2004-06-15 at 12:29, Derek Atkins wrote: > James Strandboge <[EMAIL PROTECTED]> writes: > > I find this updated stylesheet very useful, but it may be more > > appropriate to just have this be a separate 3rd stylesheet. > > I agree that this should probably be a third stylesheet... I hav

Re: QOF won't link

2004-06-17 Thread Derek Atkins
[EMAIL PROTECTED] (Linas Vepstas) writes: > On Wed, Jun 16, 2004 at 09:22:29PM +0100, Neil Williams was heard to remark: >> On Wednesday 16 June 2004 8:33, Neil Williams wrote: >> >> > /usr/lib/libqof.so: undefined reference to `sql_destroy' >> > /usr/lib/libqof.so: undefined reference to `sql_pa

Re: QOF iteration and callbacks

2004-06-17 Thread Neil Williams
On Thursday 17 June 2004 4:22, Derek Atkins wrote: > Neil Williams <[EMAIL PROTECTED]> writes: >qof_object_foreach(QOF_TYPE_XXX, book, my_foreach_cb, my_cb_arg); > Well, DUH, gnc_book_merge_foreach doesn't match the QofEntityForeachCB > type! That's what I can't get straight. I haven't used