Summary: | Allow exporting circulation conditions as CSV or spreadsheet | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Circulation | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | andrew, caroline.cyr-la-rose, george, gmcharlt, jgaine, kyle.m.hall, kyle, m.de.rooy, martin.renvoize, nick, rcoert |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30552 | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Caroline Cyr La Rose | Documentation submission: | https://gitlab.com/koha-community/koha-manual/-/merge_requests/577 |
Text to go in the release notes: | Version(s) released in: |
22.05.00,21.11.06
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 30589 | ||
Attachments: |
Bug 18392: use KohaTable for circ rules to allow export of matrix
Bug 18392: Add noExport of rows and don't export 'edit' row Bug 18392: use KohaTable for circ rules to allow export of matrix Bug 18392: Add noExport of rows and don't export 'edit' row Bug 18392: use KohaTable for circ rules to allow export of matrix Bug 18392: Add noExport of rows and don't export 'edit' row |
Description
Katrin Fischer
2017-04-05 21:17:01 UTC
This would be a very useful feature. The layout is currently so large that it is difficult to see all the relevant information for a circ rule on one screen. The Loan Rules can be very complex and intricate. It would be nice to be able to export them, and be able to "slice" them different ways outside of Koha to understand their inter-relations. For bonus credit, once this is done someone could make a spreadsheet/database/application that would be a "Loan Rules Simulator" where one could alter Loan Rule parameters in the app, then enter a branch, an item type, a patron type, and a transaction type (checkin, checkout, renew, place a hold, etc.) to see what would happen. Created attachment 133280 [details] [review] Bug 18392: use KohaTable for circ rules to allow export of matrix To test: 1 - Define some circ rules 2 - View them, note the appearance 3 - Apply patch 4 - Reload and note change of header 5 - Use the new button to export, try various formats 6 - Test the filter and export Created attachment 133281 [details] [review] Bug 18392: Add noExport of rows and don't export 'edit' row Created attachment 133283 [details] [review] Bug 18392: use KohaTable for circ rules to allow export of matrix To test: 1 - Define some circ rules 2 - View them, note the appearance 3 - Apply patch 4 - Reload and note change of header 5 - Use the new button to export, try various formats 6 - Test the filter and export Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Created attachment 133284 [details] [review] Bug 18392: Add noExport of rows and don't export 'edit' row Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Created attachment 133339 [details] [review] Bug 18392: use KohaTable for circ rules to allow export of matrix To test: 1 - Define some circ rules 2 - View them, note the appearance 3 - Apply patch 4 - Reload and note change of header 5 - Use the new button to export, try various formats 6 - Test the filter and export Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 133340 [details] [review] Bug 18392: Add noExport of rows and don't export 'edit' row Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master for 22.05, thanks to everybody involved [U+1F984] I have filed a new bug 30589 to cover importing as I think this would make editing much more fun :) Pushed to 21.11.x for 21.11.06 Backported by request! Not backported to 21.05. Please request if needed. Documentation merge request merged. |