Re: [GNC-dev] Semi-Floating decimal in stock shares

2019-08-20 Thread Bob Gustafson
Sometimes it is nice to see all of the decimal points aligned when viewing a column of numbers. Some investments come in thousandths of a share. Not trimming is not a bug. On 8/20/19 1:01 PM, David G. Pickett via gnucash-devel wrote: Trivial bug/suggestion: While I never see stock balances or

Re: [GNC-dev] End of 'X' date on 3.4-50 (maint)

2019-02-02 Thread Bob Gustafson
Whenever I can, I use/convertTo the format 2019-02-02 (unfortunate that today is the 2nd of February. Things are less ambiguous near the end of months). This format is more native to SQL databases and also will sort reasonably when used in flat file names. I think the US Govt issues passports

Re: [GNC-dev] Import PDF to GnuCash

2018-07-26 Thread Bob Gustafson
Take a look at Tesseract https://github.com/tesseract-ocr/tesseract On 07/26/2018 02:56 PM, deltatango wrote: Hello, Very interested in the possibility of importing PDF statements into GnuCash. I know Quickbooks now has this functionality. I searched online and found a few clunky

Re: transaction.scm date subtotal options - calling wizards ...

2017-09-22 Thread Bob Gustafson
Hi Christopher I use a program with a massive pattern recognition phase that sorts MT940 bank transaction records into categories. It has evolved over a decade to help prepare US taxes for German real estate properties. The data is entered by other people. You cannot believe how many ways

Re: Changing to C++

2017-06-04 Thread Bob Gustafson
I can put in a good word for Nim ( http://nim-lang.org/ ) It is as fast as C++ (compiles to C/C++), has intelligent (per-thread) garbage collection, a robust type system (if it compiles, chances are it is correct) and has a very lean syntax. It also works well with Postgresql (probably also

Re: Development environment on mac

2016-10-21 Thread Bob Gustafson
Congratulations.. I use Homebrew - and get all my usual Linux tools. No dual boot, no plugins, just brew. You might also sign up as an Apple Developer (now free as I recall). You can then download Xcode and some additional command-line tools. But Homebrew is the main toolbox. You also

Re: Lots In Account

2016-10-09 Thread Bob Gustafson
"Lots" are important when figuring capital gains taxes (in the US anyway). When partially selling a stock position, it is useful to know when the lots were purchased. If more than one year in the past, that lot qualifies for a lower tax. If there are losses in a stock position, it may be

Re: Server/Client?

2016-05-04 Thread Bob Gustafson
On 05/03/2016 08:02 PM, John Ralls wrote: On May 3, 2016, at 10:16 AM, Don Ireland wrote: I’ve been using gnuCash for the past 3-4 days and really like what I’ve seen so far. I’ve read that the dev team is planning to rewrite the code. Might I suggest breaking it

Re: Server/Client?

2016-05-03 Thread Bob Gustafson
Sounds like a progressive idea. A very similar approach which would be easier and more ‘main stream’ is to use a browser as the GUI. There are a number of frameworks which can be used to write the server such as RubyOnRails, Django, etc. These frameworks use MySql, Postgresql, SQLite in a

Re: Recommendations on Coding programs

2015-10-17 Thread Bob Gustafson
On 10/17/2015 10:49 PM, Bob Gustafson wrote: On 10/17/2015 08:08 PM, Mike or Penny Novack wrote: On 10/17/2015 7:06 PM, Matt Graham wrote: G’day all, Now that I finally have myself set up to be able to view, edit and test the gnucash sources, I have come across the limitation of using

Re: Recommendations on Coding programs

2015-10-17 Thread Bob Gustafson
On 10/17/2015 08:08 PM, Mike or Penny Novack wrote: On 10/17/2015 7:06 PM, Matt Graham wrote: G’day all, Now that I finally have myself set up to be able to view, edit and test the gnucash sources, I have come across the limitation of using text editors (using nano at the moment...) to code.

Re: Online banking

2015-09-28 Thread Bob Gustafson
I would second that recommendation. A web scraper solution is captive to any random changes that the bank makes to its website - incurring a need to work on your parser before it 'works' again. Changes to bank web sites seem to come at the worst possible moment in terms of your own

Re: Difficulty building on MacOSX (Mike Alexander)

2015-05-08 Thread Bob Gustafson
Or Homebrew (brew) Bob G On May 8, 2015, at 11:30, Glen Jones g...@jones.no-ip.net wrote: Mike try looking at FINK (i.e. download and install) use that to download gnucash, then build from from source. It will get everything you need to compile GNU CASH, and build it. :) Then if you

Re: New user feedback

2015-02-22 Thread Bob Gustafson
: On Feb 22, 2015, at 4:04 PM, Bob Gustafson bob...@rcn.com wrote: On 02/22/2015 05:48 PM, John Ralls wrote: On Feb 22, 2015, at 3:37 PM, Paul p.matth...@inbox.com wrote: Hello all I admire what you are trying to do and wish to support you with some feedback. My usecase: We want to see whats

Re: New user feedback

2015-02-22 Thread Bob Gustafson
On 02/22/2015 05:48 PM, John Ralls wrote: On Feb 22, 2015, at 3:37 PM, Paul p.matth...@inbox.com wrote: Hello all I admire what you are trying to do and wish to support you with some feedback. My usecase: We want to see whats happening to our money. I downloaded and installed gnucash a

Re: Book-currency feature and cost accounting

2014-10-11 Thread Bob Gustafson
On 10/10/2014 09:40 PM, John Ralls wrote: On Oct 10, 2014, at 4:14 PM, Alex Aycinena alex.aycin...@gmail.com wrote: John, On Thu, Oct 9, 2014 at 5:26 PM, John Ralls jra...@ceridwen.us wrote: Alex, How much clean-up/refactoring and C++ conversion are you willing to do in the process? I am

Re: gnucash master: A truly ancient bug, discovered with an Xcode-5.1 compiler warning.

2014-05-21 Thread Bob Gustafson
On 05/21/2014 08:59 AM, John Ralls wrote: On 20 May 2014, at 22:45, Bob Gustafson bob...@rcn.com wrote: On 05/20/2014 07:20 PM, John Ralls wrote: On May 20, 2014, at 4:02 PM, Bob Gustafson bob...@rcn.com wrote: No, I am not doing it in GnuCash - but I wish I could. My comment

Re: gnucash master: A truly ancient bug, discovered with an Xcode-5.1 compiler warning.

2014-05-20 Thread Bob Gustafson
On 05/20/2014 09:41 AM, John Ralls wrote: On May 20, 2014, at 1:55 AM, Geert Janssens janssens-ge...@telenet.be wrote: On Tuesday 20 May 2014 02:41:55 Mike Alexander wrote: --On May 19, 2014 7:07:46 PM -0400 John Ralls jra...@code.gnucash.org wrote: Updated via

Re: gnucash master: A truly ancient bug, discovered with an Xcode-5.1 compiler warning.

2014-05-20 Thread Bob Gustafson
On 05/20/2014 10:11 AM, Geert Janssens wrote: On Tuesday 20 May 2014 10:02:32 Bob Gustafson wrote: On 05/20/2014 09:41 AM, John Ralls wrote: On May 20, 2014, at 1:55 AM, Geert Janssens janssens- ge...@telenet.be wrote: On Tuesday 20 May 2014 02:41:55 Mike Alexander wrote: --On May 19, 2014

Re: gnucash master: A truly ancient bug, discovered with an Xcode-5.1 compiler warning.

2014-05-20 Thread Bob Gustafson
On 05/20/2014 05:16 PM, John Ralls wrote: On May 20, 2014, at 2:28 PM, Bob Gustafson bob...@rcn.com wrote: On 05/20/2014 10:11 AM, Geert Janssens wrote: On Tuesday 20 May 2014 10:02:32 Bob Gustafson wrote: On 05/20/2014 09:41 AM, John Ralls wrote: On May 20, 2014, at 1:55 AM, Geert

Re: gnucash master: A truly ancient bug, discovered with an Xcode-5.1 compiler warning.

2014-05-20 Thread Bob Gustafson
On 05/20/2014 07:20 PM, John Ralls wrote: On May 20, 2014, at 4:02 PM, Bob Gustafson bob...@rcn.com wrote: No, I am not doing it in GnuCash - but I wish I could. My comment is to encourage any effort in the direction of time and timezone support and discourage attempts to close off that path

Re: Creating Non-US Tax Reports

2014-01-30 Thread Bob Gustafson
On 01/29/2014 11:41 AM, Alex Aycinena wrote: -- Forwarded message -- From: Clint Redwood cl...@screwtape.co.uk To: gnucash-devel@gnucash.org gnucash-devel@gnucash.org Cc: Date: Wed, 29 Jan 2014 16:29:03 + Subject: Creating Non-US Tax Reports Hi! Apologies if this has been

Re: configure has difficulty finding libgoffice

2014-01-19 Thread Bob Gustafson
On 01/19/2014 01:35 AM, Mike Alexander wrote: --On January 19, 2014 1:21:50 AM -0600 Bob Gustafson bob...@rcn.com wrote: I downloaded the source for gnucash about an hour ago. I'm running ./configure and this is the end of the output - showing problem: What does pkg-config --modversion

Re: configure has difficulty finding libgoffice

2014-01-19 Thread Bob Gustafson
On 01/19/2014 11:36 AM, Geert Janssens wrote: On Sunday 19 January 2014 11:16:20 Bob Gustafson wrote: On 01/19/2014 01:35 AM, Mike Alexander wrote: --On January 19, 2014 1:21:50 AM -0600 Bob Gustafson bob...@rcn.com And then running autoconf to get a corrected configure script allows

configure has difficulty finding libgoffice

2014-01-18 Thread Bob Gustafson
I downloaded the source for gnucash about an hour ago. I'm running ./configure and this is the end of the output - showing problem: .. .. checking for gdk-pixbuf-2.0... yes checking GDK_PIXBUF_CFLAGS... -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng15 -I/usr/include/glib-2.0

Re: Scheme scripting with gnucash.

2004-12-19 Thread Bob Gustafson
On the Macintosh, many (most?) applications have a script api where they can be controlled by AppleScript. There is a Required Suite (open, print, quit, run), a Standard Suite (close, count, exists, ...) and then specialised suites for each application. The key is that the Required and Standard