[Bug 29904] New: Serials: Clear 'Automatically set to late' when changing status
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29904 Bug ID: 29904 Summary: Serials: Clear 'Automatically set to late' when changing status Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Serials Assignee: koha-bugs@lists.koha-community.org Reporter: m.de.rooy@rijksmuseum.nl QA Contact: testopia@bugs.koha-community.org Yes it takes about half a second to clear it, but wouldnt it be marvelous when Koha would do it rightaway? And if we do this a million times, we win 500.000 seconds ! 138 hours ! We could signoff so much more patches :) -- 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=29904 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I didn't need to be persuaded. Maybe the only problem I see is that the note is set on the command line - so how can we tell the auto notes from other manually added notes? Or would it be a more general "empty note when the late status is changed"? -- 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=29904 --- Comment #2 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Katrin Fischer from comment #1)
I didn't need to be persuaded. Maybe the only problem I see is that the note is set on the command line - so how can we tell the auto notes from other manually added notes?
Or would it be a more general "empty note when the late status is changed"?
git grep 'Automatically set to late' misc/cronjobs/serialsUpdate.pl: --note Note set on affected serial issues, by default "Automatically set to late" misc/cronjobs/serialsUpdate.pl: $note = 'Automatically set to late'; Good point, Katrin. I would not opt for always clearing the note. This leaves us matching with either the default note or a set of strings from a preference or so? -- 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=29904 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We are using a German note, so the pref approach would make me happier :) -- 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=29904 Maude <maude.boudreau@collecto.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maude.boudreau@collecto.ca -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29904 Esther Melander <esther.melander@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |esther.melander@bywatersolu | |tions.com --- Comment #4 from Esther Melander <esther.melander@bywatersolutions.com> --- This note appears to be tied to a serial status, so it would be nice if it disappeared when received. However, there is no way to customize the text of this note, nor the ability to control whether it should appear or not at all. One library would prefer the note field remain blank, even for late issues. The note box in serial receiving is also used as a free text box. But it is not made clear this note is a public note and will show in the OPAC. The only way to control the visibility of the note in the OPAC is to delete the note on receiving. There should be options on visibility here. Or perhaps it should not show at all and the 952$z should be the only public facing note field. -- 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=29904 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Esther Melander from comment #4)
This note appears to be tied to a serial status, so it would be nice if it disappeared when received. However, there is no way to customize the text of this note, nor the ability to control whether it should appear or not at all. One library would prefer the note field remain blank, even for late issues.
This is not quite true. It's tied to the serialsUpdate cron job and can be customized/configured there. I looked into it as we didn't want to set the note any longer, only the Late status. https://git.koha-community.org/Koha-community/Koha/src/branch/main/misc/cron... --no-note Do not set a note on affected serial issues
The note box in serial receiving is also used as a free text box. But it is not made clear this note is a public note and will show in the OPAC. The only way to control the visibility of the note in the OPAC is to delete the note on receiving. There should be options on visibility here. Or perhaps it should not show at all and the 952$z should be the only public facing note field.
I once filed a bug that we should create another note field for serial issues, so we can have an internal and a public one. Not all libraries are creating serial items and they like to add things like + CD in the note field. I think there is a need for a public one too. -- 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=29904 Inkeri Hakulinen <inkeri.hakulinen+bugz@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |inkeri.hakulinen+bugz@helsi | |nki.fi -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org