Re: [GNC] Rebuild of Gnucash 3.1-1 on Arch fails

2018-06-09 Thread John Ralls



> On 9. Jun 2018, at 09:42, Richard Ullger  wrote:
> 
> On 09/06/18 17:00, Christopher Lam wrote:
>> Fixed in source
>> https://github.com/Gnucash/gnucash/commit/1f3cf845c4588e787f9b26ad06b05d7cd73326b7
> 
> Thanks Christopher.
> 
> Did I read there was a 3.2 being released soon?

https://wiki.gnucash.org/wiki/Release_Schedule

However I'm away a good chunk of that weekend so it may slip to the 25th.

That said, you're building from source so there's no reason you can't use a git 
clone.

Regards,
John Ralls

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Rebuild of Gnucash 3.1-1 on Arch fails

2018-06-09 Thread Richard Ullger
On 09/06/18 17:00, Christopher Lam wrote:
> Fixed in source
> https://github.com/Gnucash/gnucash/commit/1f3cf845c4588e787f9b26ad06b05d7cd73326b7

Thanks Christopher.

Did I read there was a 3.2 being released soon?




signature.asc
Description: OpenPGP digital signature
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

[GNC] Online quotes for funds

2018-06-09 Thread Graham Balin
Sorry to be a bore, but having cracked the stock quotes problem, I'm now 
having trouble with funds. I suspect the problem lies in the display 
box. Stocks are easy xyz.L or whatever, but how do I find out what funds 
should be?


I tried putting the ISIN number in but that doesn't work. Can someone 
point me to a source to find out the equivalent of a ticker for a fund?


--

Cheerio,

Graham


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Online quotes problem -sorted

2018-06-09 Thread Graham Balin

Many thanks for the replies all
Going through the API route and altering the environment file has done 
the trick.

G

On 09/06/2018 11:48, Maf. King wrote:

On Saturday, 9 June 2018 10:22:19 BST Graham Balin wrote:

Many thanks for the reply, but sadly none of this works.
I tried adding an ".AX" stock as described below but that didn't work
either.
I'm afraid I don't understand the references to API for AlphaVantage -
is that something I need to find out about?
G


Hi Graham

OK, back in November Yahoo stopped providing price information.  There was a
lot of traffic on the list around then and some rapid patches provided by
various developers to keep the wheels turning.

There are a couple of alternatives you can use - there is a service called
Alphavantage which is nearly the same as the old Yahoo service.  But you need
to register with Alphavantage and get an " API key" (a sequence of
Alphanumeric characters to authorise you on their service) which the Finance
Quote PERL scripts need to be told, but then can handle getting price info
from Alphavantage.  The Gnucash FAQ contains details and instructions about
that.

Another option - it has been reported on the list that Yahoo still have a way
to get info - but you need to tell F::Q use "yahoo_json" in place of Yahoo.  I
haven't tried it.  The list archives will have more info if you can search and
find it!

HTH,
Maf.







--
--

Cheerio,

Graham


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Rebuild of Gnucash 3.1-1 on Arch fails

2018-06-09 Thread Christopher Lam
Fixed in source
https://github.com/Gnucash/gnucash/commit/1f3cf845c4588e787f9b26ad06b05d7cd73326b7

On 9 June 2018 at 23:51, Richard Ullger  wrote:

> Hi,
>
> I'm trying to rebuild gnucash 3.1-1, downloaded from Sourcefourge,
> following the boost update in Arch, but fails with the error below.
>
> I had 3.1 build with no problems previously. Trying to rebuild 3.1 fails
> with the same error.
>
> I've managed to temporarily build without the python integration.
>
> The build is in a clean chroot.
>
> Can anyone offer any tips on where to look for a solution? It seems the
> offending file is automatically generated by swig.
>
> Many thanks.
>
> Richard.
>
> [ 30%] Built target scm-test-core
> Scanning dependencies of target unittest_support
> [ 30%] Building C object
> common/test-core/CMakeFiles/unittest_support.dir/swig-
> unittest-support-python.c.o
> /build/gnucash/src/gnucash-3.1/common/test-core/swig-
> unittest-support-python.c:
> In function ‘SWIG_Python_FixMethods’:
> /build/gnucash/src/gnucash-3.1/common/test-core/swig-
> unittest-support-python.c:4490:15:
> error: ‘strncpy’ output truncated before terminating nul copying 10
> bytes from a string of the same length [-Werror=stringop-truncation]
>strncpy(buff, "swig_ptr: ", 10);
>^~~
> cc1: all warnings being treated as errors
> make[2]: ***
> [common/test-core/CMakeFiles/unittest_support.dir/build.make:63:
> common/test-core/CMakeFiles/unittest_support.dir/swig-
> unittest-support-python.c.o]
> Error 1
> make[1]: *** [CMakeFiles/Makefile2:1738:
> common/test-core/CMakeFiles/unittest_support.dir/all] Error 2
> make: *** [Makefile:163: all] Error 2
> ==> ERROR: A failure occurred in build().
> Aborting...
> ==> ERROR: Build failed, check /home/richard/chroot/richard/build
>
>
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

[GNC] Rebuild of Gnucash 3.1-1 on Arch fails

2018-06-09 Thread Richard Ullger
Hi,

I'm trying to rebuild gnucash 3.1-1, downloaded from Sourcefourge,
following the boost update in Arch, but fails with the error below.

I had 3.1 build with no problems previously. Trying to rebuild 3.1 fails
with the same error.

I've managed to temporarily build without the python integration.

The build is in a clean chroot.

Can anyone offer any tips on where to look for a solution? It seems the
offending file is automatically generated by swig.

Many thanks.

Richard.

[ 30%] Built target scm-test-core
Scanning dependencies of target unittest_support
[ 30%] Building C object
common/test-core/CMakeFiles/unittest_support.dir/swig-unittest-support-python.c.o
/build/gnucash/src/gnucash-3.1/common/test-core/swig-unittest-support-python.c:
In function ‘SWIG_Python_FixMethods’:
/build/gnucash/src/gnucash-3.1/common/test-core/swig-unittest-support-python.c:4490:15:
error: ‘strncpy’ output truncated before terminating nul copying 10
bytes from a string of the same length [-Werror=stringop-truncation]
   strncpy(buff, "swig_ptr: ", 10);
   ^~~
cc1: all warnings being treated as errors
make[2]: ***
[common/test-core/CMakeFiles/unittest_support.dir/build.make:63:
common/test-core/CMakeFiles/unittest_support.dir/swig-unittest-support-python.c.o]
Error 1
make[1]: *** [CMakeFiles/Makefile2:1738:
common/test-core/CMakeFiles/unittest_support.dir/all] Error 2
make: *** [Makefile:163: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Build failed, check /home/richard/chroot/richard/build




signature.asc
Description: OpenPGP digital signature
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

[GNC] Modifying business function splits

2018-06-09 Thread Matthew Pounsett
My clients typically pay me by wire, and when my bank presents the
transaction it's as the received wire and their service fee as a single
line item in my statement.  My inclination is to modify the split created
by "process payment" and add the service fee to it rather than add the
service fee as a separate transaction.  Am I likely to cause any problems
by modifying a transaction that was created automatically?
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] gnucash freezing

2018-06-09 Thread varda241 via gnucash-user


No error massege, it not entring data at all on windows. It does work on 
desktop dell 960.


Sent from my Verizon, Samsung Galaxy smartphone

 Original message 
From: Dennis Powless  
Date: 6/9/18  8:16 AM  (GMT-05:00) 
To: David Carlson  
Cc: varda241 , Gnucash Users  
Subject: Re: [GNC] gnucash freezing 

Thought it still is 2.6.x still... last I looked.

D

Sent from my iPhone

> On Jun 9, 2018, at 1:36 AM, David Carlson  wrote:
> 
> How " does not work on windows 7. Neither download of gnucash. "
> 
> Exactly what does happen?  Do you see an error message? which of the
> operating systems are you describing?  Ubuntu requires a different download
> than Windows, and 18.04 is very new.  Some programs might not work on that
> release.  Not sure which version of GnuCash has been packaged for
> Ubuntu18.04.
> 
> David C
> 
> On Fri, Jun 8, 2018 at 10:26 PM, varda241 via gnucash-user <
> gnucash-user@gnucash.org> wrote:
> 
>> 
>> 
>> It does not work on windows 7. Neither download of gnucash.
>> 
>> 
>> Sent from my Verizon, Samsung Galaxy smartphone
>> 
>>  Original message 
>> From: "Frank H. Ellenberger" 
>> Date: 6/8/18  1:25 PM  (GMT-05:00)
>> To: Varda Rotenberg , gnucash-user@gnucash.org
>> Subject: Re: [GNC] gnucash freezing
>> 
>> Hi Varda,
>> 
>>> Am 04.06.2018 um 01:51 schrieb Varda Rotenberg via gnucash-user:
>>> Upgraded to ubuntu 18.4 on laptop dell xps m150, and gnucash works
>> erraticaly. Installed gnucash windows 7 version 3.1, and it did notwork at
>> all on my windows dell. downgraded to 2.6.21, same problem.
>>> 
>> 
>> Which Problem?
>> 
>>> Any suggestions?
>> 
>> Please see
>> https://wiki.gnucash.org/wiki/FAQ#Troubleshooting_and_Improvements
>> 
>>> Thanks, Varda
>>> 
>>> 
>>> Varda Rotenberg
>>> varda...@aol.com
>> 
>> Regards
>> Frank
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> If you are using Nabble or Gmane, please see
>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: [GNC] gnucash freezing

2018-06-09 Thread Dennis Powless
Thought it still is 2.6.x still... last I looked.

D

Sent from my iPhone

> On Jun 9, 2018, at 1:36 AM, David Carlson  wrote:
> 
> How " does not work on windows 7. Neither download of gnucash. "
> 
> Exactly what does happen?  Do you see an error message? which of the
> operating systems are you describing?  Ubuntu requires a different download
> than Windows, and 18.04 is very new.  Some programs might not work on that
> release.  Not sure which version of GnuCash has been packaged for
> Ubuntu18.04.
> 
> David C
> 
> On Fri, Jun 8, 2018 at 10:26 PM, varda241 via gnucash-user <
> gnucash-user@gnucash.org> wrote:
> 
>> 
>> 
>> It does not work on windows 7. Neither download of gnucash.
>> 
>> 
>> Sent from my Verizon, Samsung Galaxy smartphone
>> 
>>  Original message 
>> From: "Frank H. Ellenberger" 
>> Date: 6/8/18  1:25 PM  (GMT-05:00)
>> To: Varda Rotenberg , gnucash-user@gnucash.org
>> Subject: Re: [GNC] gnucash freezing
>> 
>> Hi Varda,
>> 
>>> Am 04.06.2018 um 01:51 schrieb Varda Rotenberg via gnucash-user:
>>> Upgraded to ubuntu 18.4 on laptop dell xps m150, and gnucash works
>> erraticaly. Installed gnucash windows 7 version 3.1, and it did notwork at
>> all on my windows dell. downgraded to 2.6.21, same problem.
>>> 
>> 
>> Which Problem?
>> 
>>> Any suggestions?
>> 
>> Please see
>> https://wiki.gnucash.org/wiki/FAQ#Troubleshooting_and_Improvements
>> 
>>> Thanks, Varda
>>> 
>>> 
>>> Varda Rotenberg
>>> varda...@aol.com
>> 
>> Regards
>> Frank
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> If you are using Nabble or Gmane, please see
>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Billing employee expenses back to a customer

2018-06-09 Thread Matthew Pounsett
On 9 June 2018 at 03:40, Christoph R 
wrote:

> Hi Matthew,
>
> You need to first press the button “Edit Invoice”. Then you can change the
> customer.
>
> Aha!  Thanks!
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: [GNC] Online quotes problem

2018-06-09 Thread Maf. King
On Saturday, 9 June 2018 10:22:19 BST Graham Balin wrote:
> Many thanks for the reply, but sadly none of this works.
> I tried adding an ".AX" stock as described below but that didn't work
> either.
> I'm afraid I don't understand the references to API for AlphaVantage -
> is that something I need to find out about?
> G
> 

Hi Graham

OK, back in November Yahoo stopped providing price information.  There was a 
lot of traffic on the list around then and some rapid patches provided by 
various developers to keep the wheels turning.

There are a couple of alternatives you can use - there is a service called 
Alphavantage which is nearly the same as the old Yahoo service.  But you need 
to register with Alphavantage and get an " API key" (a sequence of 
Alphanumeric characters to authorise you on their service) which the Finance 
Quote PERL scripts need to be told, but then can handle getting price info 
from Alphavantage.  The Gnucash FAQ contains details and instructions about 
that.

Another option - it has been reported on the list that Yahoo still have a way 
to get info - but you need to tell F::Q use "yahoo_json" in place of Yahoo.  I 
haven't tried it.  The list archives will have more info if you can search and 
find it!

HTH,
Maf.





___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Online quotes problem

2018-06-09 Thread Graham Balin

Many thanks for the reply, but sadly none of this works.
I tried adding an ".AX" stock as described below but that didn't work 
either.
I'm afraid I don't understand the references to API for AlphaVantage - 
is that something I need to find out about?

G

On 09/06/2018 07:38, WasserLand wrote:

Graham,

What follows here is a cut & paste of the recent chain of emails that 
resulted in the resolution of the same problem.  Read from bottom up, 
in blue.  Tell me if I can further elaborate:


Thank you Maf,

The very first thread led me to the answer.  Simply a matter of
adding an ".AX" suffix to the  share code!

How I struggled to resolve the matter prior!  As always the
solution is simple.

Thank again for responding to my outcry.

Dave W



On 06/06/18 23:48, Maf. King wrote:
Hi,

have you tried the list archives?  Try this thread (yes it is Win,
but that
isn't relevant)

https://lists.gnucash.org/pipermail/gnucash-user/2018-May/076983.html

or maybe this

https://lists.gnucash.org/pipermail/gnucash-user/2018-April/075839.html


HTH,
Maf.




On Wednesday, 6 June 2018 13:50:39 BST WasserLand wrote:

I have a problem with getting quotes for my ASX portfolio in GnuCash.
Finance::Quote no longer works.

I am running Ubuntu 16.04.

Any help, please.

Dave W

On 09/06/18 02:40, Graham Balin wrote:


Hey guys n gals,

I'm afraid I'm getting a bit out of my depth here. Keep having 
problems getting online updates of stocks. Been through the archives 
but none of it seems relevant to me on this topic.


Tried re-installing the perl installer [on Win 10]and it seemed to be 
fine. Only problem is I still get 'unknown error' message when I try 
to 'get quotes'.


As per the guide, I tried c:\Program Files 
(x86)\gnucash\bin>gnc-fq-dump -v yahoo USDEUR=X. .got:


'gnc-fq-dump' is not recognized as an internal or external command,
operable program or batch file.

Then I tried

c:\Program Files (x86)\gnucash\bin>echo (yahoo "CSCO") | perl 
gnc-fq-helper


and I got:

Use of uninitialized value $year in numeric lt (<) at 
C:/strawberry/perl/site/lib/Finance/Quote.pm line 750, <> line 1.
Use of uninitialized value $month in pattern match (m//) at 
C:/strawberry/perl/site/lib/Finance/Quote.pm line 768, <> line 1.
Use of uninitialized value $month in sprintf at 
C:/strawberry/perl/site/lib/Finance/Quote.pm line 773, <> line 1.
Use of uninitialized value $day in sprintf at 
C:/strawberry/perl/site/lib/Finance/Quote.pm line 773, <> line 1.
Use of uninitialized value $month in sprintf at 
C:/strawberry/perl/site/lib/Finance/Quote.pm line 774, <> line 1.
Use of uninitialized value $day in sprintf at 
C:/strawberry/perl/site/lib/Finance/Quote.pm line 774, <> line 1.
Use of uninitialized value $info{"\"-//W3C//"...} in substitution (s///) at 
C:/strawberry/perl/site/lib/Finance/Quote/Yahoo/Base.pm line 233, <> 
line 1.
Use of uninitialized value within %info in pattern match (m//) at 
C:/strawberry/perl/site/lib/Finance/Quote/Yahoo/Base.pm line 238, <> 
line 1.

(#f)
I have no idea what is going on, and would value any tips of where to 
go/what to do.


TIA

--

Cheerio,

Graham


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.

-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.





--
--

Cheerio,

Graham

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Re: [GNC] Billing employee expenses back to a customer

2018-06-09 Thread Christoph R
Hi Matthew,

You need to first press the button “Edit Invoice”. Then you can change the 
customer. 

Cheers,
Christoph

> Am 09.06.2018 um 02:41 schrieb Matthew Pounsett :
> 
> I'm entering an employee expense voucher that includes some receipts that
> are billable back to a customer.  If I'm reading the documentation
> correctly, I should be able to enter a customer name in the "Default
> chargeback project - Customer" field, and then mark individual line items
> as billable in order for them to show up in the customer account.
> 
> However, when I place the cursor in the customer field and try to type I
> get system beeps, indicating that I can't type in that field.  And the Edit
> button next to the field doesn't seem to do anything.
> 
> Have I missed a step somewhere?  I have not set up any Jobs.. do I need to
> do that in order to bill back?
> 
> A side note.. the documentation text for the Customer and Job fields is
> identical to each other in both the v2.6 and v3 docs.  It looks like the
> Customer description was C into the Job description and then not updated.
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.