Hi Andrew and Mark,
Am Samstag, 18. Februar 2006 18:20 schrieb Mark Johnson:
> >2) you can always come in the next day and record the current price for
> > the fund so that the pricedb shows the current value. Make sense? the
> > only thing you'll lose will be the price history. Its okay that you
Andrew Sackville-West <[EMAIL PROTECTED]> writes:
>> > In
>> > /usr/local/share/gnucash/guile-modules/gnucash/report/advanced-portfolio.scm:
>> >...
>> > 186: 51 (let* (# # # # ...) (if price-is-dirty #) (for-each # #) ...)
>> > 315: 52* (if (or include-empty (not #)) (let* (# # # ...) (if #
"Michael D. Wise" <[EMAIL PROTECTED]> writes:
> 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).
What version of gnucash?
Wha
Aaron Larson <[EMAIL PROTECTED]> writes:
> 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 le
On Sun, 2006-12-02 at 13:32 -0500, Derek Atkins wrote:
> Hi,
>
> Brian <[EMAIL PROTECTED]> writes:
>
> > I also think these changes could be applied to the 1.8.12 as well since
> > I started them there quite a while ago.
> >
> > Side note: the gnc:make-number-range-option also does not render on
> "DA" == Derek Atkins <[EMAIL PROTECTED]> writes:
DA> Aaron Larson <[EMAIL PROTECTED]> writes:
>> 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 followin
Quoting Brian <[EMAIL PROTECTED]>:
Thank you. I wanted to do what you changed, but did not have a clue
about how to go about it in gnucash. Now I have an example :)
It seems that we both missed the company-id actually being put into the
report. I've added it to the bottom of the address as I
Aaron Larson <[EMAIL PROTECTED]> writes:
> DA> Well, this is a compile failure in goffice, which admittedly hasn't
> DA> been tested in all potential configurations. It looks like the code
> DA> is not properly acquiring the HAVE_GETTEXT setting, or something, but
> DA> I'd need to know how you c
Aaron Larson <[EMAIL PROTECTED]> writes:
> DA> Well, this is a compile failure in goffice, which admittedly hasn't
> DA> been tested in all potential configurations. It looks like the code
> DA> is not properly acquiring the HAVE_GETTEXT setting, or something, but
> DA> I'd need to know how you c
Plesae be sure to CC gnucash-devel on all your replies...
Quoting "Michael D. Wise" <[EMAIL PROTECTED]>:
On Sun, 2006-02-19 at 09:48 -0500, Derek Atkins wrote:
"Michael D. Wise" <[EMAIL PROTECTED]> writes:
> I have posted a couple of invoices for a customer. When I run the
> customer report,
On Sun, 2006-02-19 at 09:48 -0500, Derek Atkins wrote:
> "Michael D. Wise" <[EMAIL PROTECTED]> writes:
>
> > 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 no
Quoting "Michael D. Wise" <[EMAIL PROTECTED]>:
Not yet...
I forgot to tell you I opened a bug this morning. The number is 331771.
Indeed. Can you go attach the screenshots (or a test datafile showing
the problem) to that bug? I cannot reproduce the problem here with
my own data.
Michael
Josh,
This patch causes this build failure:
druid-hierarchy.c: In function `on_final_account_next':
druid-hierarchy.c:855: warning: implicit declaration of function
`account_merge_error_detection'
druid-hierarchy.c:856: warning: assignment makes pointer from integer without a
cast
make[5]: ***
On Sun, 19 Feb 2006 15:08:55 +0100
Christian Stimming <[EMAIL PROTECTED]> wrote:
> Hi Andrew and Mark,
>
> Am Samstag, 18. Februar 2006 18:20 schrieb Mark Johnson:
> > >2) you can always come in the next day and record the current price for
> > > the fund so that the pricedb shows the current val
On Sun, 19 Feb 2006 12:20:42 -0800
Andrew Sackville-West <[EMAIL PROTECTED]> wrote:
><>
>
> I've done some more testing using different options for price source
> and whether to show gains or not and the report, as currently modified
> in my tree shows no difference between these various settings
> "DA" == Derek Atkins <[EMAIL PROTECTED]> writes:
DA> Aaron Larson <[EMAIL PROTECTED]> writes:
DA> Well, this is a compile failure in goffice, which admittedly hasn't
DA> been tested in all potential configurations. It looks like the code
DA> is not properly acquiring the HAVE_GETTEXT settin
Quoting Andrew Sackville-West <[EMAIL PROTECTED]>:
On Sun, 19 Feb 2006 12:20:42 -0800
Andrew Sackville-West <[EMAIL PROTECTED]> wrote:
<>
I've done some more testing using different options for price source
and whether to show gains or not and the report, as currently modified
in my tree show
On Sun, 2006-02-19 at 14:36 -0500, Derek Atkins wrote:
> This patch causes this build failure:
Mea culpa. Fixed.
--
...jsled
http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo [EMAIL PROTECTED]
___
gnucash-devel mailing list
gnucash-devel@gnu
Derek Atkins wrote:
Quoting Andrew Sackville-West <[EMAIL PROTECTED]>:
On Sun, 19 Feb 2006 12:20:42 -0800
Andrew Sackville-West <[EMAIL PROTECTED]> wrote:
<>
I've done some more testing using different options for price source
and whether to show gains or not and the report, as currently mo
On Sun, 19 Feb 2006 14:43:14 -0700
Mark Johnson <[EMAIL PROTECTED]> wrote:
> Derek Atkins wrote:
>
> > Quoting Andrew Sackville-West <[EMAIL PROTECTED]>:
> >
> >> On Sun, 19 Feb 2006 12:20:42 -0800
> >> Andrew Sackville-West <[EMAIL PROTECTED]> wrote:
> >>
> >>> <>
> >>>
> >>> I've done some more
On Wed, 08 Feb 2006 02:50:47 -0500
Mike Alexander <[EMAIL PROTECTED]> wrote:
> While looking for another problem I found what look like bugs in a
> couple of functions [1] in gnc-pricedb.c. It appears to me that the
> loop termination test is backwards in a couple of places. I've
> attached a
Quoting Aaron Larson <[EMAIL PROTECTED]>:
AL> I removed gettext, applied the patch, and did ./configure and a make
AL> foo-canvas-text.lo, and it built. I'll do a rebuild from clean to
AL> make sure it didn't break anything else. I should have an answer
AL> tonite. I definitely need a faster
Quoting Phil Longstaff <[EMAIL PROTECTED]>:
I've been playing around with G2 and valgrind 3.1.0 and have seen the
following issues on SuSE 9.3:
1) There are lots of messages about decisions based on uninitialized
variables
and accessing past the end of malloc'ed mem in the code dealing with g
On Sun, 2006-02-19 at 17:57 -0500, Derek Atkins wrote:
> > 2) After g2 is up, I open an account, switch to ledger view, put my cursor
> > into a split and start pressing delete-tab-delete-tab... I then get the
> > listing shown in attachment gnucash.valgrind. I added printf statements to
> > show
Phil Longstaff <[EMAIL PROTECTED]> writes:
> The attached patch replaces the const 16 with GUID_DATA_SIZE, only compares
> the guid data, not the other field in the struct, and removes the use of the
> dirent structure in md5 calculation.
I've applied everything but the part to remove the diren
On February 19, 2006 06:09 pm, Josh Sled wrote:
> On Sun, 2006-02-19 at 17:57 -0500, Derek Atkins wrote:
> > > 2) After g2 is up, I open an account, switch to ledger view, put my
> > > cursor into a split and start pressing delete-tab-delete-tab... I then
> > > get the listing shown in attachment
On February 19, 2006 06:43 pm, Derek Atkins wrote:
> Phil Longstaff <[EMAIL PROTECTED]> writes:
> > The attached patch replaces the const 16 with GUID_DATA_SIZE, only
> > compares the guid data, not the other field in the struct, and removes
> > the use of the dirent structure in md5 calculation.
>
On Sun, Feb 19, 2006 at 02:01:08PM -0500, Phil Longstaff wrote:
> On February 19, 2006 06:43 pm, Derek Atkins wrote:
> > Phil Longstaff <[EMAIL PROTECTED]> writes:
> > > The attached patch replaces the const 16 with GUID_DATA_SIZE, only
> > > compares the guid data, not the other field in the struc
Chris Shoemaker <[EMAIL PROTECTED]> writes:
> Been there, done that. The problem with using valgrind suppressions
> for this is that you'd need a supression for every codepath that jumps
> on a guid read, like every instance of a ghashtable that uses guid
> keys and every place we store a guid an
On February 19, 2006 08:41 pm, Derek Atkins wrote:
> I still can't believe that there's no way to tell valgrind
> "this memory object is initialized, even if it may be 'tained'
> by uninitialized memory".. That would seem to be a core
> suppression method, the "I know this data object is clean".
Quoting Phil Longstaff <[EMAIL PROTECTED]>:
On February 19, 2006 08:41 pm, Derek Atkins wrote:
I still can't believe that there's no way to tell valgrind
"this memory object is initialized, even if it may be 'tained'
by uninitialized memory".. That would seem to be a core
suppression method,
On Sun, Feb 19, 2006 at 03:48:50PM -0500, Christian Stimming wrote:
> Author: cstim
> Date: 2006-02-19 15:48:50 -0500 (Sun, 19 Feb 2006)
> New Revision: 13301
> Trac: http://svn.gnucash.org/trac/changeset/13301
>
> Modified:
>gnucash/trunk/src/engine/test-core/test-engine-stuff.c
> Log:
> Fix
The GnuCash development team proudly announces GnuCash 1.9.1 aka "So we
meet again", the second of several unstable 1.9.x releases of the
GnuCash Open Source Accounting Software which will eventually lead to
the stable version 2.0.0. This release contains many bugfixes since the
first release but i
I've been a very happy user of gnucash now for several years, and with
the release of 1.9.0 decided I should try to give back by being a
tester, but I'm having trouble running my newly build version:
I'm using Kubuntu 5.10 (pretty fresh install), and installed the 1.9
source tarball, and using the
Hi guys!
I'm putting bounties on some new gnucash feaures, namely:
- US$ 100.00 for adding to the general accounts tab the possibility to
see the "actual" balances referred to a given date. It could be done via
a text box to put in the upper right corner.
- US$ 100.00 for adding the possibility
Hi,
gnucash correctly compile (20060214) thanks for all your work.
regards,
nicola.
Derek Atkins wrote:
> Hi,
>
> This should be fixed in r13257. Could you please check and verify?
>
> Thanks,
>
> -derek
>
> Martin Klaffenboeck <[EMAIL PROTECTED]> writes:
>
>
>>>In file included from P
Sorry about this message. I realized (after 2 weeks of trying to build) that the error was due to the wrong version of the g-wrap library i was using on my system. It got fixed and I have it up and running.- Navneet
On 2/9/06, Christian Stimming <[EMAIL PROTECTED]> wrote:
Navneet Karnani schrieb:>
Sorry about this message. I realized (after 2 weeks of trying to build) that the error was due to the wrong version of the g-wrap library i was using on my system. It got fixed and I have it up and running.- Navneet
On 2/9/06, Christian Stimming <
[EMAIL PROTECTED]> wrote:
Navneet Karnani schrieb:>
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
Hi,
You need to install the guile-g-wrap package. See:
http://wiki.gnucash.org/wiki/Building
-derek
Quoting Aaron Larson <[EMAIL PROTECTED]>:
I've been a very happy user of gnucash now for several years, and with
the release of 1.9.0 decided I should try to give back by being a
tester, but
--On February 17, 2006 3:40:59 PM -0500 Derek Atkins <[EMAIL PROTECTED]>
wrote:
FYI, I just rototilled the Makefiles to solve this problem, but
my changes are going to conflict with your patches. But could you
pull down r13281 and verify that it works for you, please?
Thanks for sorting thin
41 matches
Mail list logo