Re: [GNC] Accounting Modules

2018-11-26 Thread Jeff Abrahamson
I second that you can just start with C++.  C++11 and beyond permits and encourages programming styles that are very different from C's. A while back (having already worked with C and C++ for many years) I read Koenig & Moo's Accelerated C++.  For specificity, here's a link at one online vendor:

Re: [GNC] Accounting Modules

2018-11-26 Thread Stephen M. Butler
On 11/26/18 8:27 PM, David Cousens wrote: Steve, I'd reinforce John and Adrien's comments about diving right in. I originally learned C somewhere in the late 1980's from Kernigan and Ritchie's book and used the language for a couple of years. After that I moved on to Matlab and Mathematica for

Re: [GNC] Accounting Modules

2018-11-26 Thread David Cousens
Steve, I'd reinforce John and Adrien's comments about diving right in. I originally learned C somewhere in the late 1980's from Kernigan and Ritchie's book and used the language for a couple of years. After that I moved on to Matlab and Mathematica for most of my calculation needs (employed by

Re: [GNC] Accounting Modules

2018-11-26 Thread John Ralls
> On Nov 27, 2018, at 12:06 PM, Stephen M. Butler wrote: > > On 11/26/18 7:00 PM, Adrien Monteleone wrote: >> Stephen, >> >> You can learn it directly. My university didn’t even offer C except as part >> of their Operating Systems Design course. They start everyone off with C++. >> >>

Re: [GNC] Accounting Modules

2018-11-26 Thread Stephen M. Butler
On 11/26/18 7:00 PM, Adrien Monteleone wrote: Stephen, You can learn it directly. My university didn’t even offer C except as part of their Operating Systems Design course. They start everyone off with C++. Regards, Adrien Good to know. On Nov 26, 2018, at 8:18 PM, Stephen M. Butler wrote:

Re: [GNC] Accounting Modules

2018-11-26 Thread Adrien Monteleone
Stephen, You can learn it directly. My university didn’t even offer C except as part of their Operating Systems Design course. They start everyone off with C++. Regards, Adrien > On Nov 26, 2018, at 8:18 PM, Stephen M. Butler wrote: > > > > And I think the route to C++ is learning C -- or

Re: [GNC] Accounting Modules

2018-11-26 Thread Stephen M. Butler
On 11/26/18 3:11 PM, David Cousens wrote: Stephen, Gnucash really only fully implements the first three modules you have described. It is certainly capable of maintaining the records necessary for the other areas but does not support any in built calculations and automatic creation of the

Re: [GNC] Accounting Modules

2018-11-26 Thread Stephen M. Butler
On 11/26/18 3:17 PM, John Ralls wrote: On Nov 27, 2018, at 6:35 AM, Stephen M. Butler wrote: I was both excited and dismayed to learn that GnuCash has "Fixed Assets". Excited because that meant an expansion of capability and dismayed because reading between the lines implied only the

Re: [GNC] Accounting Modules

2018-11-26 Thread John Ralls
> On Nov 27, 2018, at 6:35 AM, Stephen M. Butler wrote: > > I was both excited and dismayed to learn that GnuCash has "Fixed Assets". > Excited because that meant an expansion of capability and dismayed because > reading between the lines implied only the setting up of an accounting >

Re: [GNC] Accounting Modules

2018-11-26 Thread David Cousens
Stephen, Gnucash really only fully implements the first three modules you have described. It is certainly capable of maintaining the records necessary for the other areas but does not support any in built calculations and automatic creation of the entries in the books. At present any use of

Re: [GNC] Gnucash 3.3 suddenly crashing on Ubuntu

2018-11-26 Thread Geert Janssens
Yeah, I don't know either. I suspect the ld_PRELOAD cache has something to do with it, but the exact details escape me as well. I guess we could solve this by versioning our shared libraries. We will probably start doing that at some point in the future. Until then the solution will remain to

[GNC] Accounting Modules

2018-11-26 Thread Stephen M. Butler
I was both excited and dismayed to learn that GnuCash has "Fixed Assets".  Excited because that meant an expansion of capability and dismayed because reading between the lines implied only the setting up of an accounting structure. Adding a set of Fixed Asset accounts to the General Ledger

Re: [GNC] Gnucash 3.3 suddenly crashing on Ubuntu

2018-11-26 Thread Colin Law
Thanks Geert, as usual you have hit the nail smack on the head. I had some files left lying around from an old build. I guess why it should suddenly pick up the wrong one is a mystery that may never be solved. I don't have any recollection of doing anything that would have changed the PATH or

Re: [GNC] Australian Initial Setup Q's

2018-11-26 Thread Stephen M. Butler
On 11/25/18 2:26 PM, David Cousens wrote: Stephen, Fixed Assets is available in the new file wizard when you create a new set of books. In the Choose Accounts to Create dialog Fixed Assets is one of the options in the drop down list of available accounts which can be added to the tree.

Re: [GNC] GnuCash freezes when saving in Windows

2018-11-26 Thread Scott Ellsworth
Hi Geert, Following your suggestion, I tried moving the cursor around to different places while saving before travelling back home from my mother's house yesterday morning. I couldn't reproduce it because it never froze at all that time, regardless of what I did. I'm hoping it won't freeze at all

Re: [GNC] Gnucash 3.3 suddenly crashing on Ubuntu

2018-11-26 Thread Geert Janssens
Colin, gnc-build-userdata-path is defined in libgnc-core-utils.so, a shared library part of gnucash. This particular symbol was introduced for gnucash 3.x or shortly before that in the 2.7 development series to be precise. The error suggests this shared library is not found or more likely

Re: [GNC] Gnucash 3.3 suddenly crashing on Ubuntu

2018-11-26 Thread Colin Law
I have tried removing ~/.local/share/gnucash but that didn't make any difference On Mon, 26 Nov 2018 at 09:55, Colin Law wrote: > > I have been using version 3.3 installed from the Ubuntu repository on > Ubuntu 18.10 for some weeks. Suddenly today it will not open. > When I run it from the

Re: [GNC] Import CSV Multi-currency

2018-11-26 Thread GTI .H
Em seg, 26 de nov de 2018 às 07:44, John Ralls < jra...@ceridwen.fremont.ca.us> escreveu: > > > On Nov 26, 2018, at 11:26 AM, GTI .H wrote: > > Em dom, 25 de nov de 2018 às 21:26, John Ralls < > jra...@ceridwen.fremont.ca.us> escreveu: > >> Meh. The word “split” may not be in your accounting

Re: [GNC] Import CSV Multi-currency

2018-11-26 Thread John Ralls
> On Nov 26, 2018, at 11:26 AM, GTI .H wrote: > > Em dom, 25 de nov de 2018 às 21:26, John Ralls > escreveu: > Meh. The word “split” may not be in your accounting textbook, but the concept > of it is. Every transaction requires an entry in each of at

[GNC] Gnucash 3.3 suddenly crashing on Ubuntu

2018-11-26 Thread Colin Law
I have been using version 3.3 installed from the Ubuntu repository on Ubuntu 18.10 for some weeks. Suddenly today it will not open. When I run it from the command line I see the output below. The gnucash trace file is empty. Googling found similar problems during build and suggested renaming

Re: [GNC] Open Banking Standards in AU and GB

2018-11-26 Thread David Cousens
Frank, The most authorative information on what is happening is probably from the Australian Federal Treasury website. The original review of OpenBanking in Australia is available here https://treasury.gov.au/review/review-into-open-banking-in-australia/. The governments reponse to the review