Re: Building (or trying to) GnuCash on Windows

2017-11-29 Thread John Ralls


> On Nov 29, 2017, at 7:26 PM, Brian Davis  wrote:
> 
> I attempted to run the script at:
> 
> https://github.com/Gnucash/gnucash-on-windows
> 
> To create a build environment for GnuCash on Windows where it failed at:
> 
> Microsoft (R) Windows Script Host Version 5.812
> Copyright (C) Microsoft Corporation. All rights reserved.
> 
> Boostrap GnuCash Development on Windows
> ---
> This script is intended for people that wish to develop GnuCash on Windows
> It will download and install the minimal set of tools
> to run a first build of the GnuCash sources.
> It will install
> - mingw-get, an msys shell and wget in c:\gcdev\mingw
> - git in c:\gcdev\git-1.9.4
> - a gnucash-on-windows git repository cloned from
>  git://github.com/Gnucash/gnucash-on-windows.git
>  into c:\gcdev\gnucash-on-windows.git
> - a GnuCash git repository cloned from
>  git://github.com/Gnucash/gnucash.git
>  into c:\gcdev\gnucash.git
> 
> Notes:
> * Components already found in the given locations
>  won't be touched. Instead the available versions
>  will be used in that case.
> * If the proposed locations don't suit you, you can
>  pass alternate locations as named parameters to this script.
>  For example to use c:\soft as base directory you can run this script as
>  bootstrap_win_dev.vbs /GLOBAL_DIR:c:\soft
>  Which parameters you can modify can be found near the beginning of this
> script.
> 
> Continue with the set up (Y/N) ? y
> Checking c:\gcdev\mingw\bin\mingw-get.exe... Found, no need to install
> Installing msys and wget... Success
> Checking c:\gcdev\git-1.9.4\bin\git.exe... Found, no need to install
> Checking if c:\gcdev\gnucash-on-windows.git
> is a gnucash-on-windows git repository... Most likely ok, won't
> clone
> Checking if c:\gcdev\gnucash.git
> is a GnuCash git repository... Not found
> Set up GnuCash git repository...
> Failed
> 
> *** ERROR ***
> Failed to set up GnuCash git repository.
> 
> Cannot continue until this has been resolved.
> 
> Pres enter to continue...
> 
> 
> Also FYI "Pres" is spelled "Press" also when running script with command
> line switch:
> 
> c:\projects\GnuCash>bootstrap_win_dev.vbs /GLOBAL_DIR:c:\projects\GnuCash
> 
> Gives the impression that:
> 
> If the proposed locations don't suit you, you can
>  pass alternate locations as named parameters to this script.
>  For example to use c:\soft as base directory you can run this script as
>  bootstrap_win_dev.vbs /GLOBAL_DIR:c:\soft
> 
> 
> is a complete lie as it still installs to c:\gcdev\
> 
> Thoughts?

Well, the first thought is don’t use that one, use setup-mingw64.ps1. The old 
mingw-classic scripts are for GnuCash 2.6 which has only a couple of releases 
left while the new mingw64 scripts (there are two more, 
buildserver/build_package.ps1 and bundle-mingw64.ps1) are for current and 
future development.

The second thought is that we discourage trying to actually develop on 
MSWindows. GnuCash is a Unix program that we port to windows and a Unix 
development environment is far more conducive to productive work. That might be 
less true if you're really fluent with mingw/mingw64/cygwin.

Third is that the mingw-classic script’s handling of parameters is annoyingly 
picky. It often takes me three or four tries to get right when I have to set up 
a new build environment. It does work when you finally figure out the right way 
to pass the parameters.

Regards,
John Ralls

___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reconciliation Report

2017-11-29 Thread Rick Halvorson
I have been asked to produce a printed Reconciliation Report each month after 
reconciling the checking account bank statement in the gnucash software. I have 
been unable to find such a report included. Can you help me find it if it is 
there and if not is it something that can be produced?

Thank you,
Rick H.

Get Outlook for Android

___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Building (or trying to) GnuCash on Windows

2017-11-29 Thread Brian Davis
I attempted to run the script at:

https://github.com/Gnucash/gnucash-on-windows

To create a build environment for GnuCash on Windows where it failed at:

Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.

Boostrap GnuCash Development on Windows
---
This script is intended for people that wish to develop GnuCash on Windows
It will download and install the minimal set of tools
to run a first build of the GnuCash sources.
It will install
- mingw-get, an msys shell and wget in c:\gcdev\mingw
- git in c:\gcdev\git-1.9.4
- a gnucash-on-windows git repository cloned from
  git://github.com/Gnucash/gnucash-on-windows.git
  into c:\gcdev\gnucash-on-windows.git
- a GnuCash git repository cloned from
  git://github.com/Gnucash/gnucash.git
  into c:\gcdev\gnucash.git

Notes:
* Components already found in the given locations
  won't be touched. Instead the available versions
  will be used in that case.
* If the proposed locations don't suit you, you can
  pass alternate locations as named parameters to this script.
  For example to use c:\soft as base directory you can run this script as
  bootstrap_win_dev.vbs /GLOBAL_DIR:c:\soft
  Which parameters you can modify can be found near the beginning of this
script.

Continue with the set up (Y/N) ? y
Checking c:\gcdev\mingw\bin\mingw-get.exe... Found, no need to install
Installing msys and wget... Success
Checking c:\gcdev\git-1.9.4\bin\git.exe... Found, no need to install
Checking if c:\gcdev\gnucash-on-windows.git
 is a gnucash-on-windows git repository... Most likely ok, won't
clone
Checking if c:\gcdev\gnucash.git
 is a GnuCash git repository... Not found
Set up GnuCash git repository...
Failed

*** ERROR ***
Failed to set up GnuCash git repository.

Cannot continue until this has been resolved.

Pres enter to continue...


Also FYI "Pres" is spelled "Press" also when running script with command
line switch:

c:\projects\GnuCash>bootstrap_win_dev.vbs /GLOBAL_DIR:c:\projects\GnuCash

Gives the impression that:

If the proposed locations don't suit you, you can
  pass alternate locations as named parameters to this script.
  For example to use c:\soft as base directory you can run this script as
  bootstrap_win_dev.vbs /GLOBAL_DIR:c:\soft


is a complete lie as it still installs to c:\gcdev\

Thoughts?
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Backspace, delete keys stopped working in gnucash

2017-11-29 Thread Maf. King
Hi Mike,

someone reported this a week or so ago - have a look here and the reply from 
John Ralls.

https://lists.gnucash.org/pipermail/gnucash-user/2017-November/073183.html

Good Luck!
Maf.


On Wednesday, 29 November 2017 13:24:00 GMT Mike Kobler wrote:
> Hi,
> 
> First off, many thanks to the developers of this awesome software, I've
> been using it for almost 2 decades!
> 
> My issue is that within the last ~week, the backspace and delete keys
> stopped working in GnuCash.  I've not seen the same problem in any other
> application (I'm running gnucash 2.6.12, via the MATE flavor of Ubuntu
> 16.04).
> 
> Some of the things I've attempted to figure out/solve (none have worked).
> 1. Restarting gnucash/reboot computer
> 2. Start a new file gnucash file
> 3. Deleted ~/.gnucash before starting gnucash
> 4. Monitored the keyboard events via 'evtest'.  It can see correct key
> presses, but they still aren't making it to/being recognized by gnucash
> 
> I'm not even exactly sure this is a gnucash problem, but wasn't sure where
> else to start.
> 
> I'm really at a loss to why this is happening, so _any_ suggestions would
> be greatly appreciated!
> 
> mike
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.


-- 
Maf. King
PGP Key fingerprint = 8D68 A91F 733B 2C1F 43B7  2B7C E591 E8E1 0DE7 C542



___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: gnucash-user Digest, Vol 176, Issue 58

2017-11-29 Thread Ian McAllister
A big thanks to everybody who tried to help me to recover from the 
crash. It's fixed!


The trouble is that I don't have a good enough memory for the 
half-million files on my hard drive.


I just spotted that I had two folders in my data folder (which doesn't 
get wiped each time that Windows crashes) for personal accounts and 
business accounts. All that I needed to do was to reinstall GnuCash then 
tell it to open file. Then I had to navigate to one of the two 
discovered folders and open the folder - not one of the files. Then I 
did the same with the other, and everything is set up again.


Now I've re-named the files with gnucash in the name which might help my 
memory - e.g. AccountsBusinessGnucash2017


Thanks for your help - I hated the idea of re-entering half a year of 
bookkeeping.


Ian McAllister


On 29/11/2017 01:00 AM, gnucash-user-requ...@gnucash.org wrote:

Send gnucash-user mailing list submissions to
gnucash-user@gnucash.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.gnucash.org/mailman/listinfo/gnucash-user
or, via email, send a message with subject or body 'help' to
gnucash-user-requ...@gnucash.org

You can reach the person managing the list at
gnucash-user-ow...@gnucash.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of gnucash-user digest..."


Today's Topics:

1. Re: Gncash 2.6.17 crash on Mac Os High Sierra 10.13.Beta
   (Alexis Lucena Torrellas)
2. Re: gnucash-user Digest, Vol 176, Issue 55 (Frank H. Ellenberger)
3. Feedback for 2.7.2 on Windows (Alen Siljak)
4. Re: Alphavantage not working in gnucash 2.6.17 (John Ralls)
5. MacOS Sierra - Upgrade Problems (Fiona Vella)
6. Re: GnuCash release numbering (Alan Whiteman)
7. Re: MacOS Sierra - Upgrade Problems (Gerry Starnes)
8. Re: MacOS Sierra - Upgrade Problems (Christoph R)
9. Re: MacOS Sierra - Upgrade Problems (Fiona Vella)
   10. Re: Alphavantage not working in gnucash 2.6.17 (Patrick Alken)
   11. Slow startup on Windows 10, v2.6.18 (Steve Goings)


--

Message: 1
Date: Tue, 28 Nov 2017 07:01:13 -0400
From: Alexis Lucena Torrellas 
To: Christoph R 
Cc: gnucash-user@gnucash.org
Subject: Re: Gncash 2.6.17 crash on Mac Os High Sierra 10.13.Beta
Message-ID: <69ca103b-6188-4797-a488-b80db8946...@gmail.com>
Content-Type: text/plain;   charset=utf-8

Thank you very much, I did it and I can use the program again ... I do not know 
how much I appreciate it, I thank you very much ...

Blessings!


El 28 nov. 2017, a las 6:32 a. m., Christoph R 
 escribi?:

Use the current release (2.6.18). It is out there

Cheers,
Christoph



--

Message: 2
Date: Tue, 28 Nov 2017 14:51:13 +0100
From: "Frank H. Ellenberger" 
To: help...@smarthomebiz.com, gnucash-user@gnucash.org
Subject: Re: gnucash-user Digest, Vol 176, Issue 55
Message-ID: <35437b2a-d92f-0b07-dd39-b8e3fa8ca...@gmail.com>
Content-Type: text/plain; charset=utf-8

Am 28.11.2017 um 04:44 schrieb Ian McAllister:

Thanks David,

I searched my backup disk, and found 473 instances of .gnucash but no
files with the right name, but without the .gcm at the end.

I suppose I'll just have to start with a new installation, and put in
data from my bank for five months.

Ian McAllister

If you have a copy of the windows registry in your backup, search it for
keys similar to "org.gnucash.history" file0 ... should contain the path
of your recent used data files.

Usually they should be in your home directory, but not in its .gnucash
directory.

HTH
Frank


--

Message: 3
Date: Tue, 28 Nov 2017 14:53:16 +0100
From: "Alen Siljak" 
To: gnucash-user@gnucash.org
Subject: Feedback for 2.7.2 on Windows
Message-ID:



Content-Type: text/plain; charset="UTF-8"

Hi!

This is my first post to the list and I'm still figuring out where all
the different pieces of information should be addressed. I'm not sure
if there is a specific channel for the unstable version feedback, apart
from BugZilla.
I had a brief run of the 2.7.2 version of GnuCash on Windows 10. It
took a while to start the first time but everything went well there.
The application seems quicker and more responsive than 2.6.18 in
general.
One thing I noticed, though, is that no custom reports were available
in the Reports menu even though the settings were correctly copied to
the new location in the roaming profile folder.

Other than that, I'd like to thank you very much for this software
package. I've followed it for years but have only made the switch
recently. I'm still in the 

Re: Finance-Quote Price Issue

2017-11-29 Thread blah
I have a similar problem. I use F::Q to update currencies and a few ETFS that
trade on the LSE. Using Finance::Quote 1.47 my currencies update correctly
but the ETFS that trade on the LSE are updated with incorrect prices in the
wrong currencies. 
For example:
WDSC.L trades on the LSE in USD and is worth 71.05, however, F::Q fetches it
as GBP and assigns .7105 as the price. 
Similar to your problem only mine exists on the weekend and weekdays in and
out of trading hours

Is there a way to correct this? 

Blah



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.