From 1509a4d7a6eb407c52f35ac5098e89242b18b54d Mon Sep 17 00:00:00 2001 From: seneyl Date: Fri, 25 Apr 2025 14:46:44 -0600 Subject: [PATCH] Create claimed_returned_by_location.json --- folio/reports/claimed_returned_by_location.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 folio/reports/claimed_returned_by_location.json diff --git a/folio/reports/claimed_returned_by_location.json b/folio/reports/claimed_returned_by_location.json new file mode 100644 index 0000000..dfb0bfb --- /dev/null +++ b/folio/reports/claimed_returned_by_location.json @@ -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 + } + ] +}