Summary: | The ability to create aliases for accounts to assist with import | ||
---|---|---|---|
Product: | [Applications] skrooge | Reporter: | machtyn |
Component: | general | Assignee: | Stephane MANKOWSKI <stephane> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | stephane |
Priority: | NOR | ||
Version: | 2.20.0 | ||
Target Milestone: | 25.1.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/skrooge/commit/640086d9bad0ea20118fa2d9fe63b72f069d9031 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
attachment-23625-0.html
attachment-19549-0.html image.png attachment-2978-0.html |
Description
machtyn
2020-05-10 17:57:10 UTC
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. |