Am Mittwoch, 27. August 2014, 16:59:07 schrieb Cristian Oneț: > 2014-08-27 16:33 GMT+03:00 Martin Steigerwald <mar...@lichtvoll.de>: > > Am Mittwoch, 27. August 2014, 15:59:32 schrieb Cristian Oneț: > >> 2014-08-27 15:10 GMT+03:00 Martin Steigerwald <mar...@lichtvoll.de>: > >> > Hello Christian, hello developers and testers, > > > > […] > > > > Thank you Cristian for your prompt response. > > > >> > After compiling AQBanking Git myself and then current add-onlinebanking > >> > branch of KMymoney I have some first impressions: > >> > > >> > All my accounts, DKB Cash, GLS Girokonto and PSD Girokonto are reported > >> > as > >> > not supporting online banking. And I was asked to check settings. Thus > >> > I > >> > went into AQBanking settings inside KMyMoney and I found the button > >> > "Get > >> > SEPA info". This seemed to work on all accounts. > >> > > >> > DKB Cash is PIN/TAN with TAN on paper based list, GLS and PSD are > >> > PIN/TAN > >> > optical. > >> > > >> > Oh, while trying to to a "New credit transfer" I get the following on > > > > console: > >> Christian will be slowly answering in the upcoming weeks KBanking > >> specific questions. I can only give some hints about deployment I can > >> see bellow that at least one is needed. > >> > >> > 3:2014/08/27 14-06-36:aqbanking(13721):banking.c: 497: Account has no > >> > unique id assigned to the alias [[some-uuid]-AStd::Liability]. > >> > 3:2014/08/27 14-06-36:aqbanking(13721):banking.c: 497: Account has no > >> > unique id assigned to the alias [AStd::Liability]. > >> > 3:2014/08/27 14-06-36:aqbanking(13721):banking.c: 497: Account has no […] > >> > 3:2014/08/27 14-06-36:aqbanking(13721):banking.c: 497: Account has no > >> > unique id assigned to the alias [A000317]. > >> > kmymoney(13721)/kdecore (trader) KServiceTypeTrader::defaultOffers: > >> > KServiceTypeTrader: serviceType "KMyMoney/OnlineTaskUi" not found > >> > > >> > > >> > I installed KMyMoney in /usr/local, keeping the distro package > >> > installed. > >> > And I use the following to KDE to look into /usr/local: > >> > > >> > martin@merkaba:~> cat .kde/env/kdedirs.sh > >> > #!/bin/bash > >> > if [ -z $KDEDIRS ]; then > >> > > >> > export KDEDIRS="/usr/local/" […] > >> > so it should find the /usr/local kmymoney stuff first. > >> > > >> > Do I need anything else? > >> > >> You did all but one step. With KDEDIRS properly defined you need to > >> run kbuildsycoca4 after installation to update the plugin database. > >> > >> export KDEDIRS="/usr/local/:$KDEDIRS" && kbuildsycoca4 > >> > >> Otherwise only the old plugins are used. You probably have KBanking > >> installed in you main version that's why it was picked up but the > >> "KMyMoney/OnlineTaskUi" plugin is new and was never installed. Let us > >> know how it works after you fix this. > > > > Thanks. I did this and now I get a way to select "SEPA Credit Transfer". […] > > But for SEPA transfer I get: > > > > To execute this credit transfers you must set an IBAN in the settings of > > the account "" first. > > Since the account name is missing I guess that there is a bug > somewhere, could you try to remap the accounts? Maybe because not all > plugins were present when you initially downloaded SEPA info something > went wrong. If that does not help we need to take a look at this.
I tried remapping and regetting SEPA data for DKB Cash account, but I still get the same result. > > Yet, in AQBanking settings *and* in KMyMoney account setting the IBAN is > > set. > > > > > > On console when I select SEPA transfer I get: > > > > 3:2014/08/27 15-27-15:aqhbci(16160):provider.c: 351: Job not supported > > with this account > > > > And I still get these when selectin "New Credit Transfer" already: > > > > 3:2014/08/27 15-27-04:aqbanking(16160):banking.c: 497: Account has no > > unique id assigned to the alias [some UUID-A000302]. > > 3:2014/08/27 15-27-04:aqbanking(16160):banking.c: 497: Account has no > > unique id assigned to the alias [A000302]. > > 3:2014/08/27 15-27-04:aqbanking(16160):banking.c: 497: Account has no > > unique id assigned to the alias [some UUID-A000317]. > > 3:2014/08/27 15-27-04:aqbanking(16160):banking.c: 497: Account has no > > unique id assigned to the alias [A000317]. > > 3:2014/08/27 15-27-04:aqhbci(16160):provider.c: 351: Job not supported > > with this account > > 3:2014/08/27 15-27-04:aqhbci(16160):provider.c: 351: Job not supported > > with this account > > Object::disconnect: No such signal QWidget::readOnlyChanged(bool) > > Object::disconnect: (sender name: 'scrollAreaWidgetContents') > > Object::disconnect: (receiver name: 'kOnlineTransferFormDecl') > > 3:2014/08/27 15-27-04:aqbanking(16160):banking.c: 497: Account has no > > unique id assigned to the alias [some UUID-]. > > 3:2014/08/27 15-27-04:aqbanking(16160):banking.c: 497: Account has no > > unique id assigned to the alias []. > > 3:2014/08/27 15-27-04:aqbanking(16160):banking.c: 497: Account has no > > unique id assigned to the alias [some UUID-]. > > 3:2014/08/27 15-27-04:aqbanking(16160):banking.c: 497: Account has no > > unique id assigned to the alias []. > > > > > > I can enter a BIC and an IBAN, but no "Beneficiary Name" or "Purpose" then > > and it is not possible to queue or send the transfer, greyed out. > > I guess if the above is fixed you should be able to continue. I think this needs some GUI work as well. If its not available, gray out all fields, and if its available, let it work. But well thats usability stuff for later I think. > >> > I get the following configuration when building KMyMoney – do I need a > >> > different libgwenhyfar? I have libgwenhywfar60 4.12.0beta-3 including > >> > dev > >> > packages. > >> > >> The old version also needed 'Gwenhywfar' but since you managed to > >> compile it maybe that has changed and it's not mandatory anymore on > >> the add-onlinebanking branch. > > > > I think it still found the include directory of Gwenhywfar, just not the > > cmake configs, these are not there in the version currently packaged in > > Debian. Dev packages are installed. > > > > And well it says below "found at" for Gwenhywfar, if it didn´t find it at > > all I would expect not found there. > > Yeah, it might be that we need to update the cmake files. > > Thanks for the feedback you provided so far, I'm sure Christian will > find it helpful when he get's back to this task. > > Regards, > Cristian > > > Ciao, > > Martin > > > >> Regards, > >> Cristian > >> > >> > martin@merkaba:~/KDE/Dev/kmymoney/build#1> cmake .. -Wno-dev […] -- Martin 'Helios' Steigerwald - http://www.Lichtvoll.de GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 _______________________________________________ KMyMoney-devel mailing list KMyMoney-devel@kde.org https://mail.kde.org/mailman/listinfo/kmymoney-devel