Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions folio/reports/claimed_returned_by_location.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"displayName": "Claimed Returned By Location",
"description": "This report can be used to identify a list of items that have been marked as ‘claimed returned’ from a specific location. The report returns a list of items and includes their location and call number details to permit searching in the library's collection.",
"instructions": "In the search box enter some, or all, of a FOLIO Location Name and click submit. This will return details about each individual item that has been marked as 'claimed returned' in the specified location and will provide the loan id if it is necessary to investigate further. Patron details are not included.",
"parameters": [
{
"name": "item_location",
"displayName": "FOLIO location name",
"type": "text",
"required": false
}
]
}