Re: gnucash c++

2014-08-07 Thread Geert Janssens
On Wednesday 06 August 2014 19:15:35 John Ralls wrote: On Aug 6, 2014, at 2:16 PM, Geert Janssens janssens-ge...@telenet.be wrote: On Wednesday 06 August 2014 16:16:17 Aaron Laws wrote: I tried to follow the directions at http://wiki.gnucash.org/wiki/Contributing_to_GnuCash, but I

Re: Bug 734183

2014-08-07 Thread Mike Evans
On Wed, 06 Aug 2014 18:01:52 +0200 Geert Janssens janssens-ge...@telenet.be wrote: On Wednesday 06 August 2014 16:00:21 Mike Evans wrote: HiGeert. n is set to 25 using gnc_exp_parser_parse (discount, n, NULL); just after it's set to gnc_numeric_zero (); Taking the zeroing line

Re: Bug 734183

2014-08-07 Thread Geert Janssens
On Thursday 07 August 2014 15:27:32 Mike Evans wrote: Ah found it by looking in the .gnucash xml file. The discount is saved as 25/1 and the price as 75/1. In gncEntryComputeValues() the denom is read from the currency, ie 100 so it divides 25 by the denom and gets the wrong answers which

make-gnucash-potfiles

2014-08-07 Thread Aaron Laws
I have GREP_OPTIONS=--color=always -n --directories=skip, so when I run make distcheck, it fails. make-gnucash-potfiles is expecting grep to *not* put out line numbers nor colors. If the response to this is don't do that, then you can stop reading. However, if we're wanting this script to run

Re: make-gnucash-potfiles

2014-08-07 Thread John Ralls
On Aug 7, 2014, at 10:37 AM, Aaron Laws dartm...@gmail.com wrote: I have GREP_OPTIONS=--color=always -n --directories=skip, so when I run make distcheck, it fails. make-gnucash-potfiles is expecting grep to *not* put out line numbers nor colors. If the response to this is don't do that, then