Re: Patch to support Indian Mutual Funds

2004-05-07 Thread David Hampton
On Fri, 2004-05-07 at 03:38, Ganesan R wrote: > I have a patch that supports Indian Mutual Funds in GnuCash investment > accounts. The latest version of finance-quote (version 1.08) includes > support for this. Committed. David signature.asc Description: This is a digitally signed message part

Re: I'd like to say thanks to the developers

2004-05-07 Thread Tomas Pospisek's Mailing Lists
On Fri, 7 May 2004, Derek Atkins wrote: > I'm not sure how an auto-incrementing txn number is useful in the > general case. Actually at the time I was bookkeeping for our company I had wished I had that feature too ;-) Greetings to you hackers, *t --

Re: I'd like to say thanks to the developers

2004-05-07 Thread Derek Atkins
"Tomas Pospisek's Mailing Lists" <[EMAIL PROTECTED]> writes: >> Is this something other than hitting '+' in the "num" column? I still >> don't understand the usage scenario for this "feature". Could you please >> run through a working example of how you would use this? > > Uhhh - "+" might be it

Re: I'd like to say thanks to the developers

2004-05-07 Thread Tomas Pospisek's Mailing Lists
On Fri, 7 May 2004, Derek Atkins wrote: > "Tomas Pospisek's Mailing Lists" <[EMAIL PROTECTED]> writes: > > > On Fri, 7 May 2004, Derek Atkins wrote: > > > >> I'm not sure how an auto-incrementing txn number is useful in the > >> general case. > > > > Actually at the time I was bookkeeping for our

Re: I'd like to say thanks to the developers

2004-05-07 Thread Derek Atkins
"Tomas Pospisek's Mailing Lists" <[EMAIL PROTECTED]> writes: > On Fri, 7 May 2004, Derek Atkins wrote: > >> I'm not sure how an auto-incrementing txn number is useful in the >> general case. > > Actually at the time I was bookkeeping for our company I had wished I had > that feature too ;-) Is th

Re: I'd like to say thanks to the developers

2004-05-07 Thread Neil Williams
On Friday 07 May 2004 9:15, Ben Pracht wrote: > For what its worth, I wanted to take the time to say thanks to all those > who developed this product, I was a grateful user too until recently - I know Derek, Lynas and all the others will appreciate your gratitude. If you do have the desire to tu

Re: I'd like to say thanks to the developers

2004-05-07 Thread Derek Atkins
Hi, Ben Pracht <[EMAIL PROTECTED]> writes: > For what its worth, I wanted to take the time to say thanks to all those who > developed this product, especially the more recent versions. It is > one of my > favorite open source projects. Here's why: Thanks for the feedback! [snip] > * The QFX

I'd like to say thanks to the developers

2004-05-07 Thread Ben Pracht
For what its worth, I wanted to take the time to say thanks to all those who developed this product, especially the more recent versions. It is one of my favorite open source projects. Here's why: * I can actually use the debit/credit paradigm, rather than a simpleton checkbook approach, whic

Re: compile error on solaris x86

2004-05-07 Thread Derek Atkins
Hmm, ok.. So add -lnsl back in.. Where does that get you? -derek <[EMAIL PROTECTED]> writes: > following your input configure breaks with: > ... > checking for __db185_open in -ldb-4.1... no > checking for __db185_open in -ldb-4.2... no > checking for __db185_open in -ldb... no > configure: er

Re: compile error on solaris x86

2004-05-07 Thread persone
following your input configure breaks with: ... checking for __db185_open in -ldb-4.1... no checking for __db185_open in -ldb-4.2... no checking for __db185_open in -ldb... no configure: error: Your db library is missing db 1.85 compatibility mode tail -30 config.log __db185_open() ; return 0; }

Re: compile error on solaris x86

2004-05-07 Thread Derek Atkins
Hmm.. You shouldn't need to specify your compile against -lnsl, nor should you need to compiled against -lucb. OTOH, it's possible that solaris/x86 isn't properly supported by some of the compile tools. FTR, I do: CPPFLAGS=-D_nl_domain_bindings=libintl_nl_domain_bindings__ LD=gcc ./configure ...

Re: compile error on solaris x86

2004-05-07 Thread Derek Atkins
This error tends to imply a libintl problem. What arguments did you provide to configure? FTR, I had to provide a number of workarounds to get it to compile on Solaris 9. -derek benjamin <[EMAIL PROTECTED]> writes: > Hi, > > first of all, i want to thanks you all of you involved in this proje

Re: additional doxygen pages (was: Re: QOF help!)

2004-05-07 Thread Derek Atkins
[EMAIL PROTECTED] (Linas Vepstas) writes: > On Wed, May 05, 2004 at 03:08:24PM -0400, Derek Atkins was heard to remark: >> Ok, the docs are now auto-generated every night from CVS and are >> available on the web: > > Take a look now at http://cvs.gnucash.org/docs/HEAD/modules.html > > Should look

Re: additional doxygen pages (was: Re: QOF help!)

2004-05-07 Thread Linas Vepstas
On Wed, May 05, 2004 at 03:08:24PM -0400, Derek Atkins was heard to remark: > Ok, the docs are now auto-generated every night from CVS and are > available on the web: Take a look now at http://cvs.gnucash.org/docs/HEAD/modules.html Should look a lot more impressive. --linas -- pub 1024D/01045

compile error on solaris x86

2004-05-07 Thread benjamin
Hi, first of all, i want to thanks you all of you involved in this project for this very usefull software. I tried to compile gnucash 1.8.9 and 1.8.8 on solaris 10 x86 using gcc 3.3.3 with solaris as and ld. All the dependencies are build and configured ok. The compile process ended with the fo

Patch to support Indian Mutual Funds

2004-05-07 Thread Ganesan R
Hi, I have a patch that supports Indian Mutual Funds in GnuCash investment accounts. The latest version of finance-quote (version 1.08) includes support for this. I've been happily running gnucash with this patch since version 1.8.2. The patch is against gnucash 1.8.2 but applies cleanly to 1.8.9.