[Koha-bugs] [Bug 10502] Add independent branches option for sql reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 12 17:33:56 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10502

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23486|0                           |1
        is obsolete|                            |

--- Comment #14 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 23492
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23492&action=edit
Bug 10502 - Add independent branches option for sql reports

This patch adds the ability to hide reports created by other libraries
based on the new IndependentBranchesReports system preference. This is
accomplished by adding a branchcode field to the sql reports, which is
set on report creation.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Enable IndependentBranchesReports
4) Log in with a non-superlibrarian staff account
5) View existing sql reports, you should see no difference. Existing
   reports are 'grandfathered' in, assuming that existing reports may be
   used by multiple libraries or library groups.
6) Ensure you have selected a library to act as via the "set library" link.
7) Create a new sql report.
8) Verify it was created and you can view and edit it.
9) Change the logged in library to a difference branch.
10) Observe that the report is no longer visible in the reports list.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list