kubuntu and gettext

2006-02-18 Thread Aaron Larson
The other day I said I'd try compiling from a fresh kubuntu install. I'm working my way through it, I'll have something soon... If I don't have gettext installed then I get the following error. A brief look at ./configure output and the source led me to believe that gettext was intended to be opt

Re: Customer report

2006-02-18 Thread Andrew Sackville-West
On Sat, 18 Feb 2006 19:13:54 -0600 "Michael D. Wise" <[EMAIL PROTECTED]> wrote: > On Sat, 2006-02-18 at 16:41 -0800, Andrew Sackville-West wrote: > > On Sat, 18 Feb 2006 17:52:21 -0600 > > "Michael D. Wise" <[EMAIL PROTECTED]> wrote: > > > > > I have posted a couple of invoices for a customer. W

Re: [Patch] reworked advanced-portfolio.scm

2006-02-18 Thread Andrew Sackville-West
On Sat, 18 Feb 2006 18:38:27 -0700 Mark Johnson <[EMAIL PROTECTED]> wrote: > Andrew Sackville-West wrote: > > >On Sat, 18 Feb 2006 10:20:24 -0700 > >Mark Johnson <[EMAIL PROTECTED]> wrote: > > > > > [...] > > >>True. What about the possibility of reports based upon the pricedb > >>entries?

Re: [Patch] reworked advanced-portfolio.scm

2006-02-18 Thread Mark Johnson
Andrew Sackville-West wrote: On Sat, 18 Feb 2006 10:20:24 -0700 Mark Johnson <[EMAIL PROTECTED]> wrote: [...] True. What about the possibility of reports based upon the pricedb entries? Eg. a graph of the price history. Such entries would produce unwelcome blips. I'm just t

Re: Customer report

2006-02-18 Thread Andrew Sackville-West
On Sat, 18 Feb 2006 17:52:21 -0600 "Michael D. Wise" <[EMAIL PROTECTED]> wrote: > I have posted a couple of invoices for a customer. When I run the > customer report, the correct amount due shows up in 0-30 days but > nothing shows up above that (the invoices are not listed and the total > due is

Customer report

2006-02-18 Thread Michael D. Wise
I have posted a couple of invoices for a customer. When I run the customer report, the correct amount due shows up in 0-30 days but nothing shows up above that (the invoices are not listed and the total due is 0). Do I need to open a bug? Michael -- This message has been scanned for viruses

Re: [Patch] reworked advanced-portfolio.scm

2006-02-18 Thread Andrew Sackville-West
On Sat, 18 Feb 2006 15:44:38 -0500 Derek Atkins <[EMAIL PROTECTED]> wrote: > Make sure you're responding to the list, please heh. you too ;) > > Quoting Andrew Sackville-West <[EMAIL PROTECTED]>: > > >> E.g., here's a problem case: > >> > >> Buy 100 shares on date T0 > >> pricedb entry

Re: [Patch] reworked advanced-portfolio.scm

2006-02-18 Thread Derek Atkins
Make sure you're responding to the list, please Quoting Andrew Sackville-West <[EMAIL PROTECTED]>: E.g., here's a problem case: Buy 100 shares on date T0 pricedb entry on date T1 pricedb entry on date T2 Sell 50 shares on date T3 Let's assume that delta-t is something like a week

Re: [Patch] reworked advanced-portfolio.scm

2006-02-18 Thread Andrew Sackville-West
On Sat, 18 Feb 2006 10:20:24 -0700 Mark Johnson <[EMAIL PROTECTED]> wrote: > Andrew Sackville-West wrote: > > >On Fri, 17 Feb 2006 19:58:24 -0700 > >Mark Johnson <[EMAIL PROTECTED]> wrote: > > > > > > > >> [...] > >> > >>Automatically, creating entries in the pricedb for any buy, sell or > >>"

Re: [Patch] reworked advanced-portfolio.scm

2006-02-18 Thread Andrew Sackville-West
On Sat, 18 Feb 2006 10:20:44 -0500 Derek Atkins <[EMAIL PROTECTED]> wrote: > This should have gone back to the list so Andrew can see it. > > -derek > > Quoting Eildert Groeneveld <[EMAIL PROTECTED]>: > > > Derek > > > > not much luck I am afraid. patch make make install all wentrthrough nicely

Re: guile-strings.c; was: r13281 - gnucash/trunk - Make the build work if the build directory is not the source

2006-02-18 Thread Christian Stimming
Am Samstag, 18. Februar 2006 15:41 schrieb Derek Atkins: > Sorry 'bout that.. Didn't know that was a requirement. Fixed in 13291. Great. Thanks a lot. Christian > > -derek > > Quoting Christian Stimming <[EMAIL PROTECTED]>: > > Hi Derek, > > > > although the change in itself is very nice and a

Re: [Patch] reworked advanced-portfolio.scm

2006-02-18 Thread Mark Johnson
Derek Atkins wrote: a) you shouldn't compute realized gain from pricedb -- it should be computed from the actual transaction data. b) you CAN compute unrealized gain from pricedb OR txn data. c) I do not believe you should exclude stocks without pricedb entries from the totals. It gi

Re: [Patch] reworked advanced-portfolio.scm

2006-02-18 Thread Mark Johnson
Andrew Sackville-West wrote: On Fri, 17 Feb 2006 19:58:24 -0700 Mark Johnson <[EMAIL PROTECTED]> wrote: [...] Automatically, creating entries in the pricedb for any buy, sell or "similar action" strikes me as a rather dicey thing to do. I offer two similar recent use cases I have had to

Re: [Patch] reworked advanced-portfolio.scm

2006-02-18 Thread Derek Atkins
Andrew Sackville-West <[EMAIL PROTECTED]> writes: > It uses the > pricedb to get the most recent price for a commodity and uses that > price to calculate the value of a particular holding. It seems > people are buying stocks but making no pricedb entry at the time of > purchase. This breaks the

Re: [Patch] reworked advanced-portfolio.scm

2006-02-18 Thread Derek Atkins
Andrew... Any chance you could add 80-character line breaks to your messages? Andrew Sackville-West <[EMAIL PROTECTED]> writes: > 3) a stock account with shares in it but with no pricedb entry. In > this case, I made the assumption that the file was broken. This is unfortunately an incorrect a

Re: [Patch] reworked advanced-portfolio.scm

2006-02-18 Thread Derek Atkins
This should have gone back to the list so Andrew can see it. -derek Quoting Eildert Groeneveld <[EMAIL PROTECTED]>: Derek not much luck I am afraid. patch make make install all wentrthrough nicely. But this is the result: Anything else I could do? greetings Eildert ;;; WARNING (wrong ar

Re: [Patch] reworked advanced-portfolio.scm

2006-02-18 Thread Derek Atkins
No, it hasn't made it into SVN. Any chance you could apply it to your sandbox and test it?If it works for you could you let me know? Then you could "svn revert" the advanced-portfoliio.scm so it doesn't conflict when I do commit it. Thanks! -derek Quoting Eildert Groeneveld <[EMAIL PROTEC

Re: guile-strings.c; was: r13281 - gnucash/trunk - Make the build work if the build directory is not the source

2006-02-18 Thread Derek Atkins
Sorry 'bout that.. Didn't know that was a requirement. Fixed in 13291. -derek Quoting Christian Stimming <[EMAIL PROTECTED]>: Hi Derek, although the change in itself is very nice and a good improvement, there's now one new issue introduced through this: The auto-generated list of translat

Re: [Patch] reworked advanced-portfolio.scm

2006-02-18 Thread Eildert Groeneveld
Andrew just wondering: did the patch make it into svn? cause if it did it did not solve my problem: ;;; WARNING (wrong arguments for gnc:make-gnc-monetary: #f #< num: -736000 denom: 100>) In /usr/local/share/gnucash/guile-modules/gnucash/report/advanced-portfolio.scm: ... 184: 51 (let

[Patch] date picker crash

2006-02-18 Thread Andreas Köhler
Hi, crash GnuCash as follows: * open a register * choose a date from the calendar popup * press tab Attached patch solves this for me. I hope it is correct. -- andi5 Index: src/register/register-gnome/gnucash-date-picker.c === ---

Re: guile-strings.c; was: r13281 - gnucash/trunk - Make the build work if the build directory is not the source

2006-02-18 Thread Christian Stimming
Hi Derek, although the change in itself is very nice and a good improvement, there's now one new issue introduced through this: The auto-generated list of translations strings from scheme files, intl-scm/guile-strings.c , includes the file name for each translation string. This is a workaround