gncEntryComputeValue exported to python?

2017-02-02 Thread Christoph R
Hi, while trying to find a way to solve Bug 776380 – Gross value of bills charged back instead of net value I digged into gncEntry.c. My idea is to add a ?_net_price variable to struct _gncEntry and modify gncEntryComputeValue to calculate

Re: gncEntryComputeValue exported to python?

2017-02-02 Thread Christoph R
Am 02.02.2017 um 17:57 schrieb Derek Atkins <warl...@mit.edu>: > > Hi, > > Christoph R <subscriptions+lis...@rohland.net> writes: > >> Hi, >> >> while trying to find a way to solve Bug 776380 – Gross value of bills >> charged back instead of ne

Gnucash-git build problems on MacoSX/Quartz

2017-03-07 Thread Christoph R
Hi John and others, I am trying to get the master branch to compile for a week now without real success. jhbuild builds most packages fine. here are the manual steps I have done: I patched guile to not use clock_getcpuclockid; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=23870

Travis test failure in test-import-map

2017-03-10 Thread Christoph R
Hi, when creating a pull request against master to fix a bug in the taxinvoice report I get a test failure in test-import-map. This does not seem to be at all related to my change. Can somebody confirm that? Cheers, Christoph ___ gnucash-devel

Re: Travis test failure in test-import-map

2017-03-10 Thread Christoph R
I did this, but of course the test did not fail this time Gruß, Christoph > Am 10.03.2017 um 20:37 schrieb John Ralls <jra...@ceridwen.us>: > >> >> On Mar 10, 2017, at 11:27 AM, Christoph R <subscriptions+lis...@rohland.net> >> wrote: >> >>

Re: gnucash-on-osx master: Add googletest module, dependency for master branch.

2017-03-08 Thread Christoph R
Hi Geert and John, Today I tested the latest changes. The removal of goffice is fine. But the change to cmake for gnucash-git did not work for me. First it wanted the static libs for boost. I added them to the install and could compile then. But the resulting binary failed on me with: dyld:

Re: Gnucash-git build problems on MacoSX/Quartz

2017-03-08 Thread Christoph R
lt;jra...@ceridwen.us>: > > >> On Mar 7, 2017, at 1:07 PM, Christoph R <subscriptions+lis...@rohland.net> >> wrote: >> >> Hi John and others, >> >> I am trying to get the master branch to compile for a week now without real >> success. >&g

Re: Intended behavior of automatic decimal point (bug 120940)

2017-07-28 Thread Christoph R
> I agree that the only sane way to have auto-decimal is to disable it if the > input is a formula. The other sane approach is to remove it completely. I cast my vote again: I never found the current behaviour buggy. I actually think it is pretty consistent: Any number without a point is

Re: Intended behavior of automatic decimal point (bug 120940)

2017-07-27 Thread Christoph R
I do not even see this as a bug. Any number without a decimal point is divided by 100. Which makes the input “20.44/2” in fact 20.44/0.02 which is 1,022.00 Cheers, Christoph > Am 26.07.2017 um 09:58 schrieb David T. via gnucash-devel > : > > Sumit, > As I

Re: Intended behavior of automatic decimal point (bug 120940)

2017-07-27 Thread Christoph R
t; register, which is highly confusing. > > Put another way, the current behavior would result in the decimal being moved > four places on an entry like "1200/35", which would be at variance with the > actual setting. > > I can't see how that is appropr

Bug #771667

2017-09-05 Thread Christoph R
Hi Devs, just wondering if something is wrong with the solution provided in https://bugzilla.gnome.org/show_bug.cgi?id=771667 ? If I can help in any way to get that into the code line by e.g. creating a pull request, I am happy to help.

Re: Feedback about 2.7.8

2018-03-28 Thread Christoph R
Hi Geert, > Am 28.03.2018 um 17:24 schrieb Geert Janssens <geert.gnuc...@kobaltwit.be>: > > Op woensdag 28 maart 2018 15:46:26 CEST schreef Christoph R: > >> It choked on one of my files, which worked fine with 2.6 and was probably >> created with 2.4 or even earli

2.7.8: Calendar widget current month shown as (null)

2018-03-29 Thread Christoph R
Hi Geert et. al., in 2.7.8 the calendar widget shows the current month as “(null)”. All other months are fine. Gruß, Christoph ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

2.7.8: autosizing field width in register too small

2018-03-29 Thread Christoph R
Hi Geert et. al. Playing with the font settings in 2.7.8 I realised that the auto-sizing in the register is not working correctly. When double-clicking the header it resizes just a bit too small. Cheers, Christoph ___ gnucash-devel mailing list

Re: Feedback about 2.7.8

2018-04-02 Thread Christoph R
Hi, > Am 01.04.2018 um 19:11 schrieb Wm : > > Do you feel this was an anomaly or a general case that needs to be coded for > ? Maybe we should just drop prices far in the past or future ? The price db > really isn't that important, it doesn't contain anything real for a

Re: 2.7.8: autosizing field width in register too small

2018-03-29 Thread Christoph R
Done. Bug 794807 <https://bugzilla.gnome.org/show_bug.cgi?id=794807> and 794806 <https://bugzilla.gnome.org/show_bug.cgi?id=794806> Gruß, Christoph > Am 29.03.2018 um 14:09 schrieb Geert Janssens <geert.gnuc...@kobaltwit.be>: > > Op donderdag 29 maart 2018 12:57:

Feedback about 2.7.8

2018-03-28 Thread Christoph R
Hi, since 2.7.8 is deemed a release candidate I am giving it a try on MacOS High Sierra. here is my feedback so far: It choked on one of my files, which worked fine with 2.6 and was probably created with 2.4 or even earlier. There was an out-of range date in the price database which I

Re: Feedback about 2.7.8

2018-03-28 Thread Christoph R
il...@gmx.com>> wrote: > > > Sent: Wednesday, March 28, 2018 at 3:46 PM > > From: "Christoph R" <subscriptions+lis...@rohland.net > > <mailto:subscriptions%2blis...@rohland.net>> > > To: gnucash-devel <gnucash-devel@gnucash.org > &g

Re: Feedback about 2.7.8

2018-03-28 Thread Christoph R
split. Cheers, Christoph > Am 28.03.2018 um 15:54 schrieb Alen Siljak <alen.sil...@gmx.com>: > > >> Sent: Wednesday, March 28, 2018 at 3:46 PM >> From: "Christoph R" <subscriptions+lis...@rohland.net> >> To: gnucash-devel <gnucash-devel@