Bug 16121 - Reports need a counter of uses
Summary: Reports need a counter of uses
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-22 15:36 UTC by Christopher Brannon
Modified: 2023-09-09 18:18 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Brannon 2016-03-22 15:36:49 UTC
In an effort to keep reports tidy, it would be helpful if the guided_reports.pl?phase=Use saved, phase=Edit SQL, and phase=Show SQL showed a count of the number of times the report has been run, along with the date it was last run on.

This would require two new fields, such as "Use count" and "Last run date".

Christopher
Comment 1 Katrin Fischer 2023-09-09 18:18:08 UTC
The 'last run date' is available in current versions of Koha. I am hesitating about the number of uses becuase we do have the logs that allow me to figure out how often a report has been run in total and in a specific timeframe already.