Summary: | Add column for copynumber on overdues report | ||
---|---|---|---|
Product: | Koha | Reporter: | Marjorie Barry-Vila <marjorie.barry-vila> |
Component: | Circulation | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | Failed QA --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | david, gmcharlt, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
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.
|
Circulation function: | |
Attachments: |
Bug 28577: Add column for copynumber to overdues report
Screenshots of column display and settings table |
Description
Marjorie Barry-Vila
2021-06-16 19:11:43 UTC
Created attachment 142034 [details] [review] 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. 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
(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. 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.) |