Re: [GNC-dev] gnucash maint: Multiple changes pushed

2019-01-09 Thread John Ralls
> On Jan 9, 2019, at 9:06 AM, Geert Janssens wrote: > > Op woensdag 9 januari 2019 15:45:31 CET schreef John Ralls: >>> On Jan 9, 2019, at 6:17 AM, Derek Atkins wrote: >>> >>> HI, >>> >>> On Wed, January 9, 2019 9:12 am, Geert Janssens wrote: I like the idea of caching the system

Re: [GNC-dev] Reports -- Cleanup

2019-01-09 Thread D via gnucash-devel
If the reports are getting some attention now, I'll note that there are a number of minor bugs in Bugzilla regarding reports that could use attention. I put in 773168, 773169, 773198, 773199, and 773200, which are all pretty superficial, IMHO, and might be despatched by someone with any skill

Re: [GNC-dev] Reports -- Cleanup

2019-01-09 Thread Stephen M. Butler
I appreciate all the responses.  The general consensus is to keep the existing options and build more specific reports on top of it's capabilities. From the comments, it appears a coder could hide many of the options in order to produce a targeted report that an end-user would find easier to use

Re: [GNC-dev] Reports -- Cleanup

2019-01-09 Thread Christopher Lam
Thanks for the interest in reports. I'd like to take opportunity to explain current state of code. Examples of duplication: - html-barchart, html-linechart, html-scatter, html-pie have a lot of duplicated code; there's a pending work for merging the charting infrastructure into a universal one,

Re: [GNC-dev] gnucash maint: Multiple changes pushed

2019-01-09 Thread John Ralls
> On Jan 9, 2019, at 11:52 AM, Geert Janssens > wrote: > > Op woensdag 9 januari 2019 18:06:49 CET schreef Geert Janssens: >> Op woensdag 9 januari 2019 15:57:07 CET schreef John Ralls: On Jan 9, 2019, at 4:24 AM, Geert Janssens wrote:> Op dinsdag 1 januari 2019 22:14:16

Re: [GNC-dev] gnucash maint: Multiple changes pushed

2019-01-09 Thread Geert Janssens
Op woensdag 9 januari 2019 18:06:49 CET schreef Geert Janssens: > Op woensdag 9 januari 2019 15:57:07 CET schreef John Ralls: > > > On Jan 9, 2019, at 4:24 AM, Geert Janssens > > > wrote:> > > > > > > Op dinsdag 1 januari 2019 22:14:16 CET schreef John Ralls: > > >> Updated via

Re: [GNC-dev] gnucash maint: Multiple changes pushed

2019-01-09 Thread Geert Janssens
Op woensdag 9 januari 2019 15:45:31 CET schreef John Ralls: > > On Jan 9, 2019, at 6:17 AM, Derek Atkins wrote: > > > > HI, > > > > On Wed, January 9, 2019 9:12 am, Geert Janssens wrote: > >> I like the idea of caching the system locale for future use. Too bad the > >> std::locale is working so

Re: [GNC-dev] gnucash maint: Multiple changes pushed

2019-01-09 Thread John Ralls
> On Jan 9, 2019, at 4:24 AM, Geert Janssens wrote: > > Op dinsdag 1 januari 2019 22:14:16 CET schreef John Ralls: >> Updated via https://github.com/Gnucash/gnucash/commit/3a105f07 >> (commit) >> via https://github.com/Gnucash/gnucash/commit/95bee405 (commit) >> via

Re: [GNC-dev] gnucash maint: Multiple changes pushed

2019-01-09 Thread John Ralls
> On Jan 9, 2019, at 6:17 AM, Derek Atkins wrote: > > HI, > > On Wed, January 9, 2019 9:12 am, Geert Janssens wrote: >> I like the idea of caching the system locale for future use. Too bad the >> std::locale is working so poorly on Windows :( >> >> Op zondag 6 januari 2019 19:13:28 CET

Re: [GNC-dev] I'd like to contribute to the GnuCash project, starting with the documentation - now also development

2019-01-09 Thread Geert Janssens
Op maandag 7 januari 2019 18:28:20 CET schreef rob.l...@chello.nl: > Hi, > > In addition to the message below, after investigating and testing the import > business data functionality, reading the code, and registering a number of > bugs, I decided to try and fix the bugs myself. So I assigned

Re: [GNC-dev] Reports -- Cleanup

2019-01-09 Thread Geert Janssens
Op dinsdag 8 januari 2019 18:25:33 CET schreef Stephen M. Butler: > On 1/7/19 8:42 PM, Adrien Monteleone wrote: > > I do agree however that the Transaction report is really more of a ‘master > > report’ of sorts. The multi-column is another. There might be others. > > > > Those should probably be

Re: [GNC-dev] gnucash maint: Multiple changes pushed

2019-01-09 Thread Derek Atkins
HI, On Wed, January 9, 2019 9:12 am, Geert Janssens wrote: > I like the idea of caching the system locale for future use. Too bad the > std::locale is working so poorly on Windows :( > > Op zondag 6 januari 2019 19:13:28 CET schreef John Ralls: >> +const std::locale& >> +gnc_get_locale() >> +{ >>

Re: [GNC-dev] gnucash maint: Multiple changes pushed

2019-01-09 Thread Geert Janssens
I like the idea of caching the system locale for future use. Too bad the std::locale is working so poorly on Windows :( Op zondag 6 januari 2019 19:13:28 CET schreef John Ralls: > +const std::locale& > +gnc_get_locale() > +{ > + static std::locale cached; > + static bool tried_already = false;

Re: [GNC-dev] gnucash maint: Multiple changes pushed

2019-01-09 Thread Geert Janssens
Op dinsdag 1 januari 2019 22:14:16 CET schreef John Ralls: > Updatedvia https://github.com/Gnucash/gnucash/commit/3a105f07 > (commit) >via https://github.com/Gnucash/gnucash/commit/95bee405 (commit) >via https://github.com/Gnucash/gnucash/commit/cc3bb4ef (commit) >