Re: tip-of-the-day vs. the main window

2006-01-03 Thread David Hampton
On Mon, 2006-01-02 at 23:02 -0500, David Hampton wrote: > On Tue, 2005-12-27 at 18:03 -0500, David Reiser wrote: > > Also, the totd window behaves differently if invoked from the help > > menu than if it gets created at launch. The launch version will stay > > behind the main window, or can go

Re: Think about to help

2006-01-03 Thread Derek Atkins
The link on the homepage is incorrect. Try: http://wiki.gnucash.org/wiki/ -derek Quoting Peter MXller <[EMAIL PROTECTED]>: Message body follows: Hi Benoit, I'm interested in having a fine program for financial purposes. Since I left windows for linux, I could not find a real alternative

Re: Error making pot file.

2006-01-03 Thread Derek Atkins
Quoting Neil Williams <[EMAIL PROTECTED]>: No problem - I'm just not sure how to achieve it. If ${top_srcdir}/Makefile.am is a symlink, can we follow that symlink and run from there? Do you mean use cd to go to ${top_srcdir} first? Or the set the redirect to go to ${top_srcdir}/po/POTFILES.i

Re: Error making pot file.

2006-01-03 Thread Neil Williams
On Tuesday 03 January 2006 8:21 pm, Derek Atkins wrote: > Neil Williams <[EMAIL PROTECTED]> writes: > > make-gnucash-postfiles is made on each make started from ${top_srcdir} > > and remade if it's deleted, so it should be safe to remove POTFILES.in > > from svn control and let it be generated via

Re: Error making pot file.

2006-01-03 Thread Chris Shoemaker
On Tue, Jan 03, 2006 at 03:58:09PM -0500, Chris Shoemaker wrote: > On Tue, Jan 03, 2006 at 03:42:04PM -0500, Derek Atkins wrote: > > Derek Atkins <[EMAIL PROTECTED]> writes: > > > > > Any chance we could change this slightly.. If > > > ${top_srcdir}/Makefile.am is a symlink, can we follow that sy

Re: Error making pot file.

2006-01-03 Thread Chris Shoemaker
On Tue, Jan 03, 2006 at 03:42:04PM -0500, Derek Atkins wrote: > Derek Atkins <[EMAIL PROTECTED]> writes: > > > Any chance we could change this slightly.. If > > ${top_srcdir}/Makefile.am is a symlink, can we follow that symlink and > > run from there? This would also allow this process to work i

Re: Error making pot file.

2006-01-03 Thread Derek Atkins
Derek Atkins <[EMAIL PROTECTED]> writes: > Any chance we could change this slightly.. If > ${top_srcdir}/Makefile.am is a symlink, can we follow that symlink and > run from there? This would also allow this process to work in an > "lndir tree". FYI, the reason I'm asking this is because the lnd

Re: Error making pot file.

2006-01-03 Thread Derek Atkins
Neil Williams <[EMAIL PROTECTED]> writes: > On Tuesday 03 January 2006 6:01 pm, Chris Shoemaker wrote: >> $ ./make_gnucash_potfiles > po/POTFILES.in > > committed. > >> Does anyone know why we version-control this generated file? > > make-gnucash-postfiles is made on each make started from ${top_s

Re: Re: Invoice - Accounts Receivable

2006-01-03 Thread Derek Atkins
Odd.. I was just able to reproduce this myself, so it is definitely a bug. Please file a bug report with bugzilla. -derek Quoting [EMAIL PROTECTED]: From: Derek Atkins <[EMAIL PROTECTED]> Date: 2006/01/03 Tue PM 01:10:44 CST To: [EMAIL PROTECTED] CC: gnucash-devel@gnucash.org Subject: Re:

Re: Re: Invoice - Accounts Receivable

2006-01-03 Thread Derek Atkins
As I said (or was trying to say), you've not actually entered any data... You need to actually COMMIT the line item before you post. Hit the enter key, or click the "commit" button BEFORE you post. -derek Quoting [EMAIL PROTECTED]: From: Derek Atkins <[EMAIL PROTECTED]> Date: 2006/01/03 Tue

Re: Re: Invoice - Accounts Receivable

2006-01-03 Thread Derek Atkins
What happens if you hit "enter" to actually post the line-item to the invoice? Right now you haven't actually finished entering the line-item. -derek Quoting [EMAIL PROTECTED]: From: Derek Atkins <[EMAIL PROTECTED]> Date: 2006/01/03 Tue AM 10:40:28 CST To: [EMAIL PROTECTED] CC: gnucash-devel@

Re: Error making pot file.

2006-01-03 Thread Neil Williams
On Tuesday 03 January 2006 6:01 pm, Chris Shoemaker wrote: > $ ./make_gnucash_potfiles > po/POTFILES.in committed. > Does anyone know why we version-control this generated file? make-gnucash-postfiles is made on each make started from ${top_srcdir} and remade if it's deleted, so it should be sa

Re: Error making pot file.

2006-01-03 Thread Neil Williams
On Tuesday 03 January 2006 5:43 pm, [EMAIL PROTECTED] wrote: > Hello, > > With revision 12241 > I got the following error when running make pot: > make[1]: *** No rule to make target `../src/gnome/gncmod-budget.c', needed > by `gnucash.pot'. Stop. Try it with revision 12246. When files are remov

Re: Error making pot file.

2006-01-03 Thread Chris Shoemaker
On Tue, Jan 03, 2006 at 06:43:00PM +0100, [EMAIL PROTECTED] wrote: > Hello, > > With revision 12241 > I got the following error when running make pot: > make all-am > make[2]: Entering directory `/home/tortho/svn/gcash/intl-scm' > make[2]: Nothing to be done for `all-am'. > make[2]: Leaving direc

Error making pot file.

2006-01-03 Thread linux
Hello, With revision 12241 I got the following error when running make pot: make all-am make[2]: Entering directory `/home/tortho/svn/gcash/intl-scm' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/tortho/svn/gcash/intl-scm' make[1]: Leaving directory `/home/tortho/svn

Re: Re: Invoice - Accounts Receivable

2006-01-03 Thread Derek Atkins
Please CC gnucash-devel on all replies Quoting [EMAIL PROTECTED]: Quoting [EMAIL PROTECTED]: > I hope I understand how the Accounts receivable works. When I enter > an invoice and post it, the balance is 0 and no other amounts show up > in Tot Invoice. This is using a r12243 from this mo

Re: [RFC Patch] Invert the program entry point

2006-01-03 Thread Derek Atkins
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: I, too, believe it's a good idea. I've been suggesting this route as a quick-and-dirty way to get around the fragileness of /usr/bin/guile. Historically we've had a problem when /usr/bin/guile executes a version of guile different than the one gnucas

Re: [RFC Patch] Invert the program entry point

2006-01-03 Thread Chris Shoemaker
On Tue, Jan 03, 2006 at 11:07:07AM -0500, Derek Atkins wrote: > Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > > >On Tue, Jan 03, 2006 at 08:06:00AM +, Neil Williams wrote: > >>On Tuesday 03 January 2006 6:18 am, Chris Shoemaker wrote: > >>> Folks, > >>> I'm interested in comments on t

Re: [RFC Patch] Invert the program entry point

2006-01-03 Thread Derek Atkins
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: Glad to hear it. Yeah, a true gnucash executable should play nicer with gprof, and (more importantly for me) also gdb. Yea, debugging gnucash with gdb can be a major PitA. unfortunately it's still hard, because gdb dosn't debug scheme. But yea, g

Re: [RFC Patch] Invert the program entry point

2006-01-03 Thread Derek Atkins
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: On Tue, Jan 03, 2006 at 08:06:00AM +, Neil Williams wrote: On Tuesday 03 January 2006 6:18 am, Chris Shoemaker wrote: > Folks, > I'm interested in comments on the attached patch. I too have been working on a gnucash C executable - but wi

Re: Invoice - Accounts Receivable

2006-01-03 Thread Derek Atkins
Quoting [EMAIL PROTECTED]: I hope I understand how the Accounts receivable works. When I enter an invoice and post it, the balance is 0 and no other amounts show up in Tot Invoice. This is using a r12243 from this morning. Shouldn't the invoice amount be showing up in accounts receivable?

Re: [RFC Patch] Invert the program entry point

2006-01-03 Thread Chris Shoemaker
On Tue, Jan 03, 2006 at 02:13:15AM -0500, David Hampton wrote: > On Tue, 2006-01-03 at 01:18 -0500, Chris Shoemaker wrote: > > I'm interested in comments on the attached patch. > > Looks good to me. I just hacked together something similar in an > attempt to get gprof to run on gnucash, but your

Re: [RFC Patch] Invert the program entry point

2006-01-03 Thread Chris Shoemaker
On Tue, Jan 03, 2006 at 08:06:00AM +, Neil Williams wrote: > On Tuesday 03 January 2006 6:18 am, Chris Shoemaker wrote: > > Folks, > > I'm interested in comments on the attached patch. > > I too have been working on a gnucash C executable - but with even less links > into guile. I cou

Invoice - Accounts Receivable

2006-01-03 Thread micwise
I hope I understand how the Accounts receivable works. When I enter an invoice and post it, the balance is 0 and no other amounts show up in Tot Invoice. This is using a r12243 from this morning. Shouldn't the invoice amount be showing up in accounts receivable? MIchael

Invoice defaults

2006-01-03 Thread Neil Williams
I've been away from the gnc code - working on the other end of the data chain that will allow me to create gnucash invoices from Palm data. That end is now ready and I've been reconsidering how to convert QOF objects from pilot-qof to gnucash. I may be removing the QSF map code in favour of a S

Re: [RFC Patch] Invert the program entry point

2006-01-03 Thread Neil Williams
On Tuesday 03 January 2006 6:18 am, Chris Shoemaker wrote: > Folks, > I'm interested in comments on the attached patch. I too have been working on a gnucash C executable - but with even less links into guile. I could get it to load gnucash as far as the splash screen, load all the module