Re: [GNC-dev] [GNC] Reports have got broken with commit f66b7ed

2020-02-17 Thread Peter Zimmerer
Hi Bob,

yes, I can confirm that commit ce0d52e has fixed the issue.
Thanks again!

Regards,
Peter


Am 16.02.20 um 16:39 schrieb Robert Fewell:
> I have pushed my fix to maint so if you build again it should now work.
> Regards,
> Bob



signature.asc
Description: OpenPGP digital signature
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


[GNC-dev] About Gnucash

2020-02-17 Thread chris graves
On the About GnuCash window, is displayed among other things
Version
Build ID
Finance::Quote

Question, should the AQBanking version be displayed as well?  Or perhaps is 
this just opening up a whole can of worms for all included third party s/w?

Chris
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: [GNC-dev] About Gnucash

2020-02-17 Thread John Ralls



> On Feb 17, 2020, at 4:26 PM, chris graves  wrote:
> 
> On the About GnuCash window, is displayed among other things
> Version
> Build ID
> Finance::Quote
> 
> Question, should the AQBanking version be displayed as well?  Or perhaps is 
> this just opening up a whole can of worms for all included third party s/w?

Not really a can of worms, but not really necessary because unless the user is 
building dependencies themselves we can pretty easily find out what version of 
any dependency they've got: We build the Mac and Windows bundles ourselves and 
https://repology.org will tell us pretty quickly what version of any dependency 
goes with any distro. 

Finance::Quote is a bit different because it's so easily obtained/upgraded from 
CPAN that a lot of users won't have what's in their distros; it's also 
installed outside of the Windows and Mac bundles.

Regards,
John Ralls

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: [GNC-dev] About Gnucash

2020-02-17 Thread Frank H. Ellenberger
To get the important versions of Aqbanking and it's helper library
Gwenhywfar, you can enter the command
 aqbanking-cli versions

Regards
Frank

Am 18.02.20 um 04:45 schrieb John Ralls:
> 
> 
>> On Feb 17, 2020, at 4:26 PM, chris graves  wrote:
>>
>> On the About GnuCash window, is displayed among other things
>> Version
>> Build ID
>> Finance::Quote
>>
>> Question, should the AQBanking version be displayed as well?  Or perhaps is 
>> this just opening up a whole can of worms for all included third party s/w?
> 
> Not really a can of worms, but not really necessary because unless the user 
> is building dependencies themselves we can pretty easily find out what 
> version of any dependency they've got: We build the Mac and Windows bundles 
> ourselves and https://repology.org will tell us pretty quickly what version 
> of any dependency goes with any distro. 
> 
> Finance::Quote is a bit different because it's so easily obtained/upgraded 
> from CPAN that a lot of users won't have what's in their distros; it's also 
> installed outside of the Windows and Mac bundles.
> 
> Regards,
> John Ralls

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


[GNC-dev] Fwd: [GNC] Failed - import of QIF files from Quicken

2020-02-17 Thread Christopher Lam
That's fine. Maybe the other developers will be able to help. Feel free to
download the sources to start debugging the qif importer.

-- Forwarded message -
From: Tom Hatzigeorgiou 
Date: Tue, 18 Feb 2020, 1:20 pm
Subject: Re: [GNC] Failed - import of QIF files from Quicken
To: Christopher Lam 


I understand that you want to recreate the problem so that you can fix it
but this is my whole financial history and I wouldn't know where to start
to anonymize it
so I wouldn't be comfortable giving it away

You should know that I am a programmer so I think I could follow
instructions and could debug the importer for you to find out where it
breaks at least with my data
I would be wiling to do that because I like GNUCASH, I hate what Quicken is
doing to long time users (like me), and I would keep control of my data.



--
*From:* Christopher Lam 
*Sent:* Monday, February 17, 2020 5:55 PM
*To:* Tom Hatzigeorgiou 
*Cc:* gnucash-u...@gnucash.org 
*Subject:* Re: [GNC] Failed - import of QIF files from Quicken

Hello
If you'll be kind to offer the QIF file in bugzilla or privately -- feel
free to amend it manually first to anonymize details, it will be useful to
debug.
C


On Mon, 17 Feb 2020 at 15:09, Tom Hatzigeorgiou  wrote:

I have seen  few emails on this subject.

Please see if the below statements would help you.


I've been having a problem with importing my data from Quicken and into
GNUCASH for Windows using a QIF file created by Quicken. I’ve over 30 years
of data with thousands of transactions spanning multiple accounts and
categories.

I have found that there is an issue with the importer starting with version
3.2 (I think).

As mentioned  by others, the importer would fail without giving an error.

I have solved the issue by installing GNUCASH 3.1 importing my data and
then installing the latest version (currently 3.8). Of course this assumes
that you will be able to find the 3.1 install file. I hope you can find it
in one of the archives.

I don’t see any problem with my data after I open the file (in GNU 3.8)
created by the GNUCASH 3.1.

I was wondering if the developers could replace the importer (of the latest
version) with the version that existed in the 3.1 version (until the import
issue is fixed). I believe it would solved a lot of problems for a lot of
people.

I have another issue getting security prices and bank transaction. I have
read a lot of solutions but none has help me. When I find a simple solution
to this problem I will post here.


___
gnucash-user mailing list
gnucash-u...@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-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


[GNC-dev] Fwd: [GNC] Failed - import of QIF files from Quicken

2020-02-17 Thread Christopher Lam
That's fine. Maybe the other developers will be able to help. Feel free to
download the sources to start debugging the qif importer.

-- Forwarded message -
From: Tom Hatzigeorgiou 
Date: Tue, 18 Feb 2020, 1:20 pm
Subject: Re: [GNC] Failed - import of QIF files from Quicken
To: Christopher Lam 


I understand that you want to recreate the problem so that you can fix it
but this is my whole financial history and I wouldn't know where to start
to anonymize it
so I wouldn't be comfortable giving it away

You should know that I am a programmer so I think I could follow
instructions and could debug the importer for you to find out where it
breaks at least with my data
I would be wiling to do that because I like GNUCASH, I hate what Quicken is
doing to long time users (like me), and I would keep control of my data.



--
*From:* Christopher Lam 
*Sent:* Monday, February 17, 2020 5:55 PM
*To:* Tom Hatzigeorgiou 
*Cc:* gnucash-u...@gnucash.org 
*Subject:* Re: [GNC] Failed - import of QIF files from Quicken

Hello
If you'll be kind to offer the QIF file in bugzilla or privately -- feel
free to amend it manually first to anonymize details, it will be useful to
debug.
C


On Mon, 17 Feb 2020 at 15:09, Tom Hatzigeorgiou  wrote:

I have seen  few emails on this subject.

Please see if the below statements would help you.


I've been having a problem with importing my data from Quicken and into
GNUCASH for Windows using a QIF file created by Quicken. I’ve over 30 years
of data with thousands of transactions spanning multiple accounts and
categories.

I have found that there is an issue with the importer starting with version
3.2 (I think).

As mentioned  by others, the importer would fail without giving an error.

I have solved the issue by installing GNUCASH 3.1 importing my data and
then installing the latest version (currently 3.8). Of course this assumes
that you will be able to find the 3.1 install file. I hope you can find it
in one of the archives.

I don’t see any problem with my data after I open the file (in GNU 3.8)
created by the GNUCASH 3.1.

I was wondering if the developers could replace the importer (of the latest
version) with the version that existed in the 3.1 version (until the import
issue is fixed). I believe it would solved a lot of problems for a lot of
people.

I have another issue getting security prices and bank transaction. I have
read a lot of solutions but none has help me. When I find a simple solution
to this problem I will post here.


___
gnucash-user mailing list
gnucash-u...@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-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: [GNC-dev] Fwd: [GNC] Failed - import of QIF files from Quicken

2020-02-17 Thread Geert Janssens
Hi Tom,

We don't need your complete financial history, just the bit that causes the 
import to fail. Or even 
'a' bit that fails.

So if you can create a small Qif file that illustrates the failure that would 
help already. Perhaps 
you're able to generate that by a process of elimination ? For example you 
could start by 
exporting each category in Quicken to a separate qif file and then test which 
one fail(s) to 
import. For each one, that fails, redo the export, this time exporting half of 
the transactions to 
one file and the other half to another. Continue to reduce the number of 
exported transactions 
until you're either down to only one failing transaction or there are no more 
errors.

In case of one failing transaction, you can then tweak the qif file to 
anonymize it (and retest if 
the anonymized file continues to error out on import) and share it with us.

Regards,

Geert

> -- Forwarded message -
> From: Tom Hatzigeorgiou 
> Date: Tue, 18 Feb 2020, 1:20 pm
> Subject: Re: [GNC] Failed - import of QIF files from Quicken
> To: Christopher Lam 
> 
> 
> I understand that you want to recreate the problem so that you can fix it
> but this is my whole financial history and I wouldn't know where to start
> to anonymize it
> so I wouldn't be comfortable giving it away
> 
> You should know that I am a programmer so I think I could follow
> instructions and could debug the importer for you to find out where it
> breaks at least with my data
> I would be wiling to do that because I like GNUCASH, I hate what Quicken is
> doing to long time users (like me), and I would keep control of my data.
> 
> 
> 
> --
> *From:* Christopher Lam 
> *Sent:* Monday, February 17, 2020 5:55 PM
> *To:* Tom Hatzigeorgiou 
> *Cc:* gnucash-u...@gnucash.org 
> *Subject:* Re: [GNC] Failed - import of QIF files from Quicken
> 
> Hello
> If you'll be kind to offer the QIF file in bugzilla or privately -- feel
> free to amend it manually first to anonymize details, it will be useful to
> debug.
> C
> 
> 
> On Mon, 17 Feb 2020 at 15:09, Tom Hatzigeorgiou  wrote:
> 
> I have seen  few emails on this subject.
> 
> Please see if the below statements would help you.
> 
> 
> I've been having a problem with importing my data from Quicken and into
> GNUCASH for Windows using a QIF file created by Quicken. I’ve over 30 years
> of data with thousands of transactions spanning multiple accounts and
> categories.
> 
> I have found that there is an issue with the importer starting with version
> 3.2 (I think).
> 
> As mentioned  by others, the importer would fail without giving an error.
> 
> I have solved the issue by installing GNUCASH 3.1 importing my data and
> then installing the latest version (currently 3.8). Of course this assumes
> that you will be able to find the 3.1 install file. I hope you can find it
> in one of the archives.
> 
> I don’t see any problem with my data after I open the file (in GNU 3.8)
> created by the GNUCASH 3.1.
> 
> I was wondering if the developers could replace the importer (of the latest
> version) with the version that existed in the 3.1 version (until the import
> issue is fixed). I believe it would solved a lot of problems for a lot of
> people.
> 
> I have another issue getting security prices and bank transaction. I have
> read a lot of solutions but none has help me. When I find a simple solution
> to this problem I will post here.
> 
> 
> ___
> gnucash-user mailing list
> gnucash-u...@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-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel


___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel