[Bug 27374] New: Add possibility to attach arbitrary notes to items
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27374 Bug ID: 27374 Summary: Add possibility to attach arbitrary notes to items Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org It would be nice if there was a way to add internal messages and notes to an item that are not recorded within the item record/MARC record. Having this information separately would also make dealing with multiple messages an additional information such as timestamps and logging the author/source possible. We also have recurring problems with personal and other data added to item notes that then are showing up in places where they shouldn't. The last problem being that they are showing up in search and can lead to strange results especially when last names are used in notes and search. (Like publications from someone in the institution and things they suggested for purchase showing up together) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27374 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=17297 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27374 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27374 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27374 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus@libriotech.no --- Comment #1 from Magnus Enger <magnus@libriotech.no> --- Sounds like a most excellent idea! There is a precedent in the ILL comments: https://git.koha-community.org/Koha-community/Koha/src/branch/master/Koha/Sc... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27374 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com --- Comment #2 from Kyle M Hall <kyle@bywatersolutions.com> --- We needed this feature post-haste and since we are still in the process of settling the react/vue debate, I created a plugin as a stop-gap: https://github.com/bywatersolutions/koha-plugin-item-messages We should consider this as a possibility for Koha, it is react based but requires no backend transpiling! In theory the same could be done for vue if that's what we go with. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27374 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- (In reply to Kyle M Hall from comment #2)
We needed this feature post-haste and since we are still in the process of settling the react/vue debate, I created a plugin as a stop-gap: https://github.com/bywatersolutions/koha-plugin-item-messages
Is the react/vue debate taking place anywhere? I was wondering a bit if there was any progress on that front. I'm focused on backend stuff at the moment, but want to do more frontend in the future as it'll be easier for some changes I want to make...
We should consider this as a possibility for Koha, it is react based but requires no backend transpiling! In theory the same could be done for vue if that's what we go with.
Sounds good. I was going to ask how you'd migrate from plugin to core but I see the database table doesn't have a plugin prefix, so that should be easy enough. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27374 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- (In reply to Kyle M Hall from comment #2)
I created a plugin as a stop-gap: https://github.com/bywatersolutions/koha-plugin-item-messages
Oh I think you might have the wrong charset for database table in the plugin. Shouldn't that be utf8mb4 instead of utf8? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27374 --- Comment #5 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to David Cook from comment #4)
(In reply to Kyle M Hall from comment #2)
I created a plugin as a stop-gap: https://github.com/bywatersolutions/koha-plugin-item-messages
Oh I think you might have the wrong charset for database table in the plugin. Shouldn't that be utf8mb4 instead of utf8?
Good catch! The plugin is based on code from both POCs, so I had to do a lot of updates and missed that. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org