[kmymoney] [Bug 480361] No display of tags in the split editor
https://bugs.kde.org/show_bug.cgi?id=480361 --- Comment #6 from Ralf Habacker --- Created attachment 165340 --> https://bugs.kde.org/attachment.cgi?id=165340&action=edit Screenshot showing split editor from KMyMoney 5.1 including tags In the 5.1 branch, the tag column is located after the memo column and not at the end as in the master branch as requested. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 459883] kmymoney uses attribute "identifyby in online quotes not available by alkimia
https://bugs.kde.org/show_bug.cgi?id=459883 Ralf Habacker changed: What|Removed |Added Status|REPORTED|ASSIGNED Ever confirmed|0 |1 --- Comment #3 from Ralf Habacker --- A related implementation has been added with alkimia library version 8.1.72 and will be available in KMyMoney master branch after https://invent.kde.org/office/kmymoney/-/merge_requests/214 will be merged. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 480360] No display of transactions with tags in split in the tag list
https://bugs.kde.org/show_bug.cgi?id=480360 --- Comment #1 from Ralf Habacker --- Created attachment 165341 --> https://bugs.kde.org/attachment.cgi?id=165341&action=edit Screenshot from version 5.1.3 This works with version 5.1.3 -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 480360] No display of transactions with tags in split in the tag list
https://bugs.kde.org/show_bug.cgi?id=480360 Ralf Habacker changed: What|Removed |Added Attachment #165341|0 |1 is obsolete|| --- Comment #2 from Ralf Habacker --- Comment on attachment 165341 --> https://bugs.kde.org/attachment.cgi?id=165341 Screenshot from version 5.1.3 This screenshot was added to the wrong bug, moved to bug 480358 -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 480358] It is not possible to create a tag from a split or transaction
https://bugs.kde.org/show_bug.cgi?id=480358 --- Comment #1 from Ralf Habacker --- Created attachment 165342 --> https://bugs.kde.org/attachment.cgi?id=165342&action=edit Screenshot from version 5.1.3 shows how to add tags in the Split Editor This works with version 5.1.3 and should be fixed in the master branch to maintain usability. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 480360] No display of transactions with tags in split in the tag list
https://bugs.kde.org/show_bug.cgi?id=480360 Ralf Habacker changed: What|Removed |Added Version|git (master)|5.1.3 --- Comment #3 from Ralf Habacker --- This is also an issue in version 5.1.3 -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 480361] No display of tags in the split editor
https://bugs.kde.org/show_bug.cgi?id=480361 --- Comment #7 from Thomas Baumgart --- But in master you can move the column to where ever you want. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 480361] No display of tags in the split editor
https://bugs.kde.org/show_bug.cgi?id=480361 --- Comment #8 from Ralf Habacker --- (In reply to Thomas Baumgart from comment #7) > But in master you can move the column to where ever you want. I can confirm that this works. Do you have any idea how to set up the tags column initially after the memo column when using this order ? enum Column { Category = 0, Memo, Payment, Deposit, Tags, // insert new columns above this line MaxColumns, }; -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 480358] It is not possible to create a tag from a split or transaction
https://bugs.kde.org/show_bug.cgi?id=480358 Thomas Baumgart changed: What|Removed |Added Version Fixed In||5.2 Resolution|--- |FIXED Latest Commit||https://invent.kde.org/offi ||ce/kmymoney/-/commit/83881a ||8d8b6ce20b8590125d53ec0d4af ||92e9885 Status|REPORTED|RESOLVED --- Comment #2 from Thomas Baumgart --- Git commit 83881a8d8b6ce20b8590125d53ec0d4af92e9885 by Thomas Baumgart. Committed on 30/01/2024 at 11:09. Pushed by tbaumgart into branch 'master'. Add feature to create tags while editing FIXED-IN: 5.2 M +1-0kmymoney/dialogs/CMakeLists.txt M +3-1kmymoney/kmymoneyutils.cpp M +1-1kmymoney/kmymoneyutils.h M +6-3kmymoney/views/ktagsview.cpp M +20 -0kmymoney/views/newspliteditor.cpp M +4-0kmymoney/views/newtransactioneditor.cpp M +27 -0kmymoney/views/transactioneditorbase.cpp M +18 -0kmymoney/views/transactioneditorbase.h M +25 -24 kmymoney/widgets/ktagcontainer.cpp M +1-0kmymoney/widgets/ktagcontainer.h https://invent.kde.org/office/kmymoney/-/commit/83881a8d8b6ce20b8590125d53ec0d4af92e9885 -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 480361] No display of tags in the split editor
https://bugs.kde.org/show_bug.cgi?id=480361 --- Comment #9 from Thomas Baumgart --- Unfortunately no. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 437827] Tags are not working
https://bugs.kde.org/show_bug.cgi?id=437827 Ralf Habacker changed: What|Removed |Added CC||ralf.habac...@freenet.de Depends on||480360 Referenced Bugs: https://bugs.kde.org/show_bug.cgi?id=480360 [Bug 480360] No display of transactions with tags in split in the tag list -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 480360] No display of transactions with tags in split in the tag list
https://bugs.kde.org/show_bug.cgi?id=480360 Ralf Habacker changed: What|Removed |Added Blocks||437827 Referenced Bugs: https://bugs.kde.org/show_bug.cgi?id=437827 [Bug 437827] Tags are not working -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 480360] No display of transactions with tags in split in the tag list
https://bugs.kde.org/show_bug.cgi?id=480360 --- Comment #4 from Ralf Habacker --- The issue occurs when adding tags to a split related to a category account and was introduced with commit https://invent.kde.org/office/kmymoney/-/commit/1bd7b2e9d0d31f31771203f0474eac118836f21f, which seems to be an attempt to fix bug 437827. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 480360] No display of transactions with tags in split in the tag list
https://bugs.kde.org/show_bug.cgi?id=480360 --- Comment #5 from Ralf Habacker --- (In reply to Ralf Habacker from comment #4) > fix bug 437827. This was the wrong bug number, the correct one is bug 440111. -- You are receiving this mail because: You are the assignee for the bug.