Re: [GNC-dev] About Gnucash

2020-02-19 Thread Geert Janssens
It took me a while to figure it out as well. While I'm currently maintaining 
the flatpak 
for gnucash I'm far from mastering the whole system.

I personally find its documentation fairly sparse :(

Geert

Op woensdag 19 februari 2020 20:06:30 CET schreef chris graves:
> Cool.  I tried similar to what you did, but didn't understand where to put
> the aqbaning-cli param (versions) -- not too intuitive...
> 
> Yeah, I know, RTFM...
> 
> > On Feb 19, 2020, at 10:07 AM, Geert Janssens 
> > wrote:
> > 
> > flatpak run --command=aqbanking-cli  org.gnucash.GnuCash versions


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


Re: [GNC-dev] About Gnucash

2020-02-19 Thread chris graves
Cool.  I tried similar to what you did, but didn't understand where to put the 
aqbaning-cli param (versions) -- not too intuitive...

Yeah, I know, RTFM...

> On Feb 19, 2020, at 10:07 AM, Geert Janssens  
> wrote:
> 
> flatpak run --command=aqbanking-cli  org.gnucash.GnuCash versions

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


Re: [GNC-dev] About Gnucash

2020-02-19 Thread Geert Janssens
Right, and even in one single command like this:
~ flatpak run --command=aqbanking-cli  org.gnucash.GnuCash versions

Regards,

Geert

Op woensdag 19 februari 2020 16:53:40 CET schreef chris graves:
> The version info can also be obtained via:
> ➜  ~ flatpak run --command=sh  org.gnucash.GnuCash
> [ org.gnucash.GnuCash ~]$ aqbanking-cli versions
> Versions:
>  AqBanking-CLI: 6.1.0
>  Gwenhywfar   : 5.2.0.0
>  AqBanking: 6.1.0.0
> 
> > On Feb 19, 2020, at 1:06 AM, Geert Janssens 
> > wrote:
> > 
> > Where to look does depend on the source of your flatpak unfortunately.
> > 
> > The link John points to is the one used for the gnucash nightly flatpak
> > builds which you can download from
> > https://code.gnucash.org/builds/flatpak/
> > 
> > 
> > If however you used the flatpak provided by flathub, the link would be
> > https://github.com/flathub/org.gnucash.GnuCash/blob/master/modules/aqbanki
> > ng.json
> >  > king.json> The rest of John's explanation applies equally there.
> > 
> > Geert
> > 
> > Op woensdag 19 februari 2020 05:46:57 CET schreef John Ralls:
> > > It is easy: Just look at
> > > https://github.com/Gnucash/gnucash-on-flatpak/blob/master/modules/aqbank
> > > ing
> > >  > > nking> .json. There's a history button on the right side near the top
> > > that you can use to look back to when your flatpak was built.
> > > 
> > > Regards,
> > > John Ralls
> > > 
> > > > On Feb 18, 2020, at 4:29 PM, Chris Graves  > > > > wrote:
> > > > 
> > > > Hi Frank,
> > > > Thanks for the tip, I recently learned of the aqbanking-cli command
> > > > and
> > > > have been searching for a guide on it's use.  From what I've found (or
> > > > not), looks like I'll have to review the source code.
> > > > 
> > > > Also, with all the recent issues with AQB for both HBCI and OFX users,
> > > > I
> > > > was thinking that it would be nice to have quick, easy access to it's
> > > > version info.  Not so easy/obvious from a flatpak install unless I'm
> > > > missing something (though I have found how to access it).
> > > > 
> > > > Chris
> > > > 
> > > > On Mon, Feb 17, 2020 at 8:30 PM Frank H. Ellenberger
> > > > mailto:frank.h.ellenber...@gmail.com>>
> > > > wrote: 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
> > > 


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


Re: [GNC-dev] About Gnucash

2020-02-19 Thread chris graves
The version info can also be obtained via:
➜  ~ flatpak run --command=sh  org.gnucash.GnuCash
[ org.gnucash.GnuCash ~]$ aqbanking-cli versions
Versions:
 AqBanking-CLI: 6.1.0
 Gwenhywfar   : 5.2.0.0
 AqBanking: 6.1.0.0

> On Feb 19, 2020, at 1:06 AM, Geert Janssens  
> wrote:
> 
> Where to look does depend on the source of your flatpak unfortunately.
>  
> The link John points to is the one used for the gnucash nightly flatpak 
> builds which you can download from https://code.gnucash.org/builds/flatpak/ 
> 
>  
> If however you used the flatpak provided by flathub, the link would be
> https://github.com/flathub/org.gnucash.GnuCash/blob/master/modules/aqbanking.json
>  
> 
> The rest of John's explanation applies equally there.
>  
> Geert
>  
> Op woensdag 19 februari 2020 05:46:57 CET schreef John Ralls:
> > It is easy: Just look at
> > https://github.com/Gnucash/gnucash-on-flatpak/blob/master/modules/aqbanking 
> > 
> > .json. There's a history button on the right side near the top that you can
> > use to look back to when your flatpak was built.
> > 
> > Regards,
> > John Ralls
> > 
> > > On Feb 18, 2020, at 4:29 PM, Chris Graves  > > > wrote:
> > > 
> > > Hi Frank,
> > > Thanks for the tip, I recently learned of the aqbanking-cli command and
> > > have been searching for a guide on it's use.  From what I've found (or
> > > not), looks like I'll have to review the source code.
> > > 
> > > Also, with all the recent issues with AQB for both HBCI and OFX users, I
> > > was thinking that it would be nice to have quick, easy access to it's
> > > version info.  Not so easy/obvious from a flatpak install unless I'm
> > > missing something (though I have found how to access it).
> > > 
> > > Chris
> > > 
> > > On Mon, Feb 17, 2020 at 8:30 PM Frank H. Ellenberger
> > > mailto:frank.h.ellenber...@gmail.com>> 
> > > wrote: 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 
> > 
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: [GNC-dev] About Gnucash

2020-02-19 Thread Geert Janssens
Where to look does depend on the source of your flatpak unfortunately.

The link John points to is the one used for the gnucash nightly flatpak builds 
which you can 
download from https://code.gnucash.org/builds/flatpak/

If however you used the flatpak provided by flathub, the link would be
https://github.com/flathub/org.gnucash.GnuCash/blob/master/modules/aqbanking.json
The rest of John's explanation applies equally there.

Geert

Op woensdag 19 februari 2020 05:46:57 CET schreef John Ralls:
> It is easy: Just look at
> https://github.com/Gnucash/gnucash-on-flatpak/blob/master/modules/aqbanking
> .json. There's a history button on the right side near the top that you can
> use to look back to when your flatpak was built.
> 
> Regards,
> John Ralls
> 
> > On Feb 18, 2020, at 4:29 PM, Chris Graves  wrote:
> > 
> > Hi Frank,
> > Thanks for the tip, I recently learned of the aqbanking-cli command and
> > have been searching for a guide on it's use.  From what I've found (or
> > not), looks like I'll have to review the source code.
> > 
> > Also, with all the recent issues with AQB for both HBCI and OFX users, I
> > was thinking that it would be nice to have quick, easy access to it's
> > version info.  Not so easy/obvious from a flatpak install unless I'm
> > missing something (though I have found how to access it).
> > 
> > Chris
> > 
> > On Mon, Feb 17, 2020 at 8:30 PM Frank H. Ellenberger
> >  wrote: 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


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


Re: [GNC-dev] About Gnucash

2020-02-18 Thread John Ralls
It is easy: Just look at 
https://github.com/Gnucash/gnucash-on-flatpak/blob/master/modules/aqbanking.json.
 There's a history button on the right side near the top that you can use to 
look back to when your flatpak was built.

Regards,
John Ralls


> On Feb 18, 2020, at 4:29 PM, Chris Graves  wrote:
> 
> Hi Frank,
> Thanks for the tip, I recently learned of the aqbanking-cli command and have 
> been searching for a guide on it's use.  From what I've found (or not), looks 
> like I'll have to review the source code.
> 
> Also, with all the recent issues with AQB for both HBCI and OFX users, I was 
> thinking that it would be nice to have quick, easy access to it's version 
> info.  Not so easy/obvious from a flatpak install unless I'm missing 
> something (though I have found how to access it).
> 
> Chris
> 
> On Mon, Feb 17, 2020 at 8:30 PM Frank H. Ellenberger 
>  wrote:
> 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


Re: [GNC-dev] About Gnucash

2020-02-18 Thread Chris Graves
Hi Frank,
Thanks for the tip, I recently learned of the aqbanking-cli command and
have been searching for a guide on it's use.  From what I've found (or
not), looks like I'll have to review the source code.

Also, with all the recent issues with AQB for both HBCI and OFX users, I
was thinking that it would be nice to have quick, easy access to it's
version info.  Not so easy/obvious from a flatpak install unless I'm
missing something (though I have found how to access it).

Chris

On Mon, Feb 17, 2020 at 8:30 PM Frank H. Ellenberger <
frank.h.ellenber...@gmail.com> wrote:

> 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


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


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


[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