https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41604

--- Comment #15 from Jason Robb <[email protected]> ---
There's a lot to look at here. I'm not getting through it all today so leaving
some notes as reference.

issues-table at circulation & moremember
- checkin_column: AllowCirculate requires edit_borrowers and
circulate_remaining_permissions to visit the proper pages
- claims_returned_column: requires ClaimReturnedLostValue syspref enabled
- export_column: requires ExportCircHistory syspref enabled

orders table at basket
- supplier_report_column: requires EDIFACT syspref enabled and an EDI account
to exist
- modify_column: basket must be open
- cancel_column: basket must be open, or CancelOrdersInClosedBaskets syspref is
enabled

holdhistory-table at holdhistory
- item_type_column: AllowHoldItemTypeSelection must be enabled

borrowerst at batch_patron_modifications
- selections_column (checkboxes): shown while editing, hidden on results
- password_expiration_date_column: only visible to superlibrarians
- protected_column: only visible to superlibrarians

Table locations:
- issues-table: Search a patron and click on "Check out" and/or "Details" tab
on the left
- orders table: Acquisitions > Search for "My vendor" > Click 1 basket > click
"My basket" > Add an order if it doesn't have one
- holdhistory-table: Search a patron and click on "Holds history" tab on the
left
- borrowerst (batch patron mod): Tools > Batch patron modification > enter a
cardnumber (i.e. 42)

To be able to see and test visibility of the various columns:
* A superlibrarian account
* A limited permission account with:
 - catalogue
 - edit_borrowers
 - circulate_remaining_permissions
 - all acquisitions permissions
 - view_holds_history
 - edit_patrons
* These system preferences set:
 - ClaimReturnedLostValue: Lost (or other non-null value)
 - ExportCircHistory: Enable
 - EDIFACT: Enable
 - CancelOrdersInClosedBaskets: Enable
 - AllowHoldItemTypeSelection: Enable
* An EDI account

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to