[Bug 28577] New: Add column for copynumber on overdue report (overdue.pl)
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28577 Bug ID: 28577 Summary: Add column for copynumber on overdue report (overdue.pl) Change sponsored?: --- Product: Koha Version: 20.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: marjorie.barry-vila@collecto.ca QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Hi, It would be fine to see field copynumber from items on overdue circulation report (/cgi-bin/koha/circ/overdue.pl) and in columns_settings on circ-overdues Thanks, Marjorie -- 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=28577 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |katrin.fischer@bsz-bw.de |ity.org | Version|20.05 |master Version(s)| |This adds the copynumber as released in| |optional column to the | |circulation report | |'overdues'. The column can | |be made visible temporarily | |or permanently using the | |table settings | |configuration. Status|NEW |ASSIGNED Summary|Add column for copynumber |Add column for copynumber |on overdue report |on overdues report |(overdue.pl) | -- 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=28577 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28577 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 142034 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142034&action=edit Bug 28577: Add column for copynumber to overdues report This adds the copynumber as optional column to the circulation report 'overdues'. The column can be made visible temporarily or permanently using the table settings configuration. To test: * Make sure you have some overdue checkouts in your installation. * Make sure the items for those checkouts have copynumber set, also one should have serial enumaration. * Go to circulation > overdues * Verify the copynumber column is hidden by default, but can be made visible using the column settings * Verify that the export to CSV via the link on top of the table (not the table export) works correctly and includes both: copynumber and serial enumeration Serial enumaration shows after the title in the overdues list, but was missing from export. This was also fixed here. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28577 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 142090 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142090&action=edit Screenshots of column display and settings table Hi Katrin. After the patch is applied (see attached screenshots): - Item type is displaying in the copy number column, and copy number is displaying in the item type column. - There is no column name label in the table settings (and the wrong columns are toggled). David -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28577 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28577 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to David Nind from comment #2)
Created attachment 142090 [details] Screenshots of column display and settings table
Hi Katrin.
After the patch is applied (see attached screenshots):
- Item type is displaying in the copy number column, and copy number is displaying in the item type column.
- There is no column name label in the table settings (and the wrong columns are toggled).
David
Hm, I wonder what I did there, will have a look. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28577 --- Comment #4 from David Nind <david@davidnind.com> --- In admin/columns_settings.yml columnname is spelt incorrectly - spelt as columname (In reply to Katrin Fischer from comment #3)
(In reply to David Nind from comment #2)
Created attachment 142090 [details] Screenshots of column display and settings table
Hi Katrin.
After the patch is applied (see attached screenshots):
- Item type is displaying in the copy number column, and copy number is displaying in the item type column.
- There is no column name label in the table settings (and the wrong columns are toggled).
David
Hm, I wonder what I did there, will have a look.
For the column name label not displaying, columnname is spelt incorrectly in admin/columns_settings.yml - spelt as columname. (Spotted by Lucas for bug 21381.) -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org