[Bug 7434] New: Display of issue number for serials in overdues
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 Bug #: 7434 Summary: Display of issue number for serials in overdues Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation AssignedTo: kyle.m.hall@gmail.com ReportedBy: adrien.saurat@biblibre.com QAContact: ian.walls@bywatersolutions.com CC: gmcharlt@gmail.com The overdue listing could be enhanced by displaying the issue number for serial results. For example, Géo, by Axel Ganz would become: Géo, by Axel Ganz, No. 379 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 Adrien SAURAT <adrien.saurat@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|kyle.m.hall@gmail.com |adrien.saurat@biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2012-01-10 16:35:26 UTC --- Hmm, I am surprised that it's not possible - but on the other hand have never tried to do it. We have 2 different syntax for item information in overdues. In theory this should work: <item><<items.enumchron>></item> or <<items.content>> + Cronjob with enumchron specified in the field list -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 --- Comment #2 from Adrien SAURAT <adrien.saurat@biblibre.com> 2012-01-11 08:35:55 UTC --- This patch would not impact the letters but in fact the following page : Home › Circulation › Overdues -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 --- Comment #3 from Adrien SAURAT <adrien.saurat@biblibre.com> 2012-01-13 15:50:17 UTC --- Created attachment 7138 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7138 proposed patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 Adrien SAURAT <adrien.saurat@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 --- Comment #4 from Ian Walls <koha.sekjal@gmail.com> 2012-02-07 15:20:57 UTC --- Adrien, Is the serial value not stored in the enumchron value of the items table? It would be best to avoid joining on another table if we don't need to. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 --- Comment #5 from Adrien SAURAT <adrien.saurat@biblibre.com> 2012-02-09 14:13:40 UTC --- items.enumchron and serial.serialseq seem to be very close indeed. Are they supposed to store the same information? (on my test base, dumped from a real base, these infos are close but not exactly the same) If yes, shouldn't we delete one of them ? (my database is out of synchro on this) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2012-02-09 14:59:41 UTC --- Some differences: The existence of items.enumchron depends on how you work with serials. If you have subscriptions and decide to not create items, only the field in serials will exist. enumchron can have infomration, that is not related to serials. For example you could have volume information there. It's not only available in the serials module, but also in catalguing. Only the field in items can be indexed for search. I think we need both - not sure about the differences. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 --- Comment #7 from Adrien SAURAT <adrien.saurat@biblibre.com> 2012-02-09 15:41:59 UTC --- Ok, so if enumchron can be empty or contain other informations, I guess it would be better to stick with serialseq on this patch? Ian, what do you think? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2012-02-09 16:22:32 UTC --- Sorry if I was not clear :( I think it makes sense to display enumchron, we added it to a lot of pages recently. And this is an overdues report - so there has to be an item :) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |jcamins@cpbibliography.com --- Comment #9 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- It sounds like the conclusion was that a revised patch which uses items.enumchron is required. Marking Failed QA until the revised patch is provided. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 Adrien SAURAT <adrien.saurat@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7138|0 |1 is obsolete| | --- Comment #10 from Adrien SAURAT <adrien.saurat@biblibre.com> --- Created attachment 8185 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8185&action=edit proposed patch #2 with enumchron New patch using enumchron instead of serialseq. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 Adrien SAURAT <adrien.saurat@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8185|0 |1 is obsolete| | --- Comment #11 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 8246 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8246&action=edit Bug 7434: Display of issue number for serials in overdues items.enumchron is now displayed when not null Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 Ian Walls <koha.sekjal@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #12 from Ian Walls <koha.sekjal@gmail.com> --- Adds enumchron to overdues list. Simple and straight forward, marking Passed QA. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7434 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent (DO NOT USE) |P3 Status|Passed QA |Pushed to Master CC| |paul.poulain@biblibre.com Version|unspecified |rel_3_8 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org