SUMMARY The ability to create aliases for accounts to assist with import STEPS TO REPRODUCE 1. When importing a QFX file from one of my banks, the bank's file does not include the full account number, but X's out the first 5 or so numbers (Say my bank account number is 5823485, the bank will send it as XXXX485) 2. During import of that file, instead of associating the new data to my existing account, a new account is created 3. I must take extra steps to merge the new account to the existing account. (such as setting the new account's balance to 0, then merging) DESIRED RESULT 1. Assign an existing account an alias 2. During import of an account's information, if the account cannot be found, then the alias is checked for a match. 3. If a match is found, import into that account SOFTWARE/OS VERSIONS Linux/KDE Plasma: Ubuntu 18.04.4 (guest system in VirtualBox VM) Skrooge: 2.22.1 KDE Frameworks Version: 5.44.0 Qt Version: 5.9.5 ADDITIONAL INFORMATION
Git commit 640086d9bad0ea20118fa2d9fe63b72f069d9031 by Stephane MANKOWSKI. Committed on 28/11/2020 at 17:09. Pushed by smankowski into branch 'master'. The ability to create aliases for accounts to assist with import M +1 -0 CHANGELOG M +1 -0 doc/index.docbook M +1 -1 doc/kde_docbook M +2 -1 plugins/import/skrooge_import_ofx/skgimportpluginofx.cpp M +2 -0 skgbankmodeler/skgimportexportmanager.cpp A +11 -0 tests/input/skgtestimportcsv/XXXX485.csv A +92 -0 tests/input/skgtestimportofx/XXXX485.ofx M +30 -0 tests/skgbankmodelertest/skgtestimportcsv.cpp M +24 -0 tests/skgbankmodelertest/skgtestimportofx.cpp https://invent.kde.org/office/skrooge/commit/640086d9bad0ea20118fa2d9fe63b72f069d9031
Hi, I did a fix. As described in documentation, you can now add a property named "alias" with the value "XXXX485" on the account and Skrooge will match this account when searching XXXX485. I hope this is what you expect. Regards.
Created attachment 133707 [details] attachment-23625-0.html Ooh! Nice! I'll give this a try tomorrow. Merci, Jeff On Sat, Nov 28, 2020 at 12:12 PM Stephane MANKOWSKI < bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=421302 > > --- Comment #2 from Stephane MANKOWSKI <stephane@mankowski.fr> --- > Hi, > > I did a fix. > As described in documentation, you can now add a property named "alias" > with > the value "XXXX485" on the account and Skrooge will match this account when > searching XXXX485. > > I hope this is what you expect. > Regards. > > -- > You are receiving this mail because: > You reported the bug.
Created attachment 133786 [details] attachment-19549-0.html I've tried to update (I'm on ubuntu). But there does not appear to be an update in the s-mankowski/ppa-kf5 repository. Thanks, Jeff On Sat, Nov 28, 2020 at 1:07 PM Jeff Gosnell <machtyn@gmail.com> wrote: > Ooh! Nice! I'll give this a try tomorrow. > > Merci, > Jeff > > > On Sat, Nov 28, 2020 at 12:12 PM Stephane MANKOWSKI < > bugzilla_noreply@kde.org> wrote: > >> https://bugs.kde.org/show_bug.cgi?id=421302 >> >> --- Comment #2 from Stephane MANKOWSKI <stephane@mankowski.fr> --- >> Hi, >> >> I did a fix. >> As described in documentation, you can now add a property named "alias" >> with >> the value "XXXX485" on the account and Skrooge will match this account >> when >> searching XXXX485. >> >> I hope this is what you expect. >> Regards. >> >> -- >> You are receiving this mail because: >> You reported the bug. > >
The version 2.24.6 is published on by ppa.
Created attachment 133907 [details] image.png I'm getting the following error when trying to update. (If I need to move this to a new bug, please let me know.) [image: image.png] On Sun, Dec 6, 2020 at 6:48 AM Stephane MANKOWSKI <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=421302 > > --- Comment #5 from Stephane MANKOWSKI <stephane@mankowski.fr> --- > The version 2.24.6 is published on by ppa. > > -- > You are receiving this mail because: > You reported the bug.
You didn't use the right ppa. See https://skrooge.org/download You must use ppa-kf5
Created attachment 134971 [details] attachment-2978-0.html I finally got this working after I gained some understanding. I got the correct version of Skrooge, but was still having an issue. What I didn't realize is that the Property sidebar was explicitly associated with the currently selected account. I got the alias created for my account, did an import, and it worked correctly. Thanks! Jeff Gosnell On Sun, Dec 6, 2020 at 3:54 PM Stephane MANKOWSKI <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=421302 > > --- Comment #7 from Stephane MANKOWSKI <stephane@mankowski.fr> --- > You didn't use the right ppa. > See https://skrooge.org/download > You must use ppa-kf5 > > -- > You are receiving this mail because: > You reported the bug.