| Summary: | 'Export today's checked in barcodes' always shows and might export an empty file | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, kyle, veron |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: | Bug 9099: WIP - Hide the export of today's checkins if none | ||
|
Description
Owen Leonard
2012-11-16 14:19:48 UTC
The feature is in the patron account > More > Export today's checked in barcodes. The problem still exists. This could increase significantly all pages where this link is displayed. I am not sure it is worth to do it. Hm, could we always display the link, but fall back to a nice alert "no checkouts to export" after the link was clicked? If the file is empty, I suppose the librarian will understand easily why it is empty, don't you think? It would save some additional steps - saving and checking the file. It would be nice, I suggest changing this to enh. I still think some additional logic here would be nice. Created attachment 88988 [details] [review] Bug 9099: WIP - Hide the export of today's checkins if none FIXME: - Add POD - Add tests This patch is for discussion as I do not think it is ready for inclusion: as the page is not reloaded/updated when a checkin is done, the link will stay hidden. |