Summary: | Favorite reports | ||
---|---|---|---|
Product: | Koha | Reporter: | Christopher Brannon <cbrannon> |
Component: | Reports | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | kebliss |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Christopher Brannon
2023-09-26 20:12:50 UTC
This would be different from a Report Group so that you could have any report marked as a Favorite, regardless of its Report Group -- is that correct? (In reply to Michael Adamyk from comment #1) > This would be different from a Report Group so that you could have any > report marked as a Favorite, regardless of its Report Group -- is that > correct? Correct. It would also be based on the logged in person. If a table was in order, it might be foresight to construct the table in such away that the borrowernumber and table it is referring to is listed, in addition to specific report number. That way, if we found use of favorites elsewhere in Koha, we could use the same table to store those favorites. |