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

            Bug ID: 34950
           Summary: ILS DI Availability is not accurate for items on holds
                    shelf or in transit
 Change sponsored?: ---
           Product: Koha
           Version: 22.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Web services
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

The ILS DI web service is a handy way for a third party system, such as a
mobile app, to check for the availability of items for a given bib record in
your system.

If you make a call like
https://{OPAC_DOMAIN}/cgi-bin/koha/ilsdi.pl?service=GetAvailability&id={BIB_ID}&id_type=bib
the response shows the availabilitystatus of items that are on the holds shelf
or in transit as 'available'.

While these items may be technically available to be checked out, it's not
ideal to send the message to patrons that these items are available because
they may show up at the library to get the book and be disappointed :(

It would be more accurate and informative if ILS DI could show
availabilitystatus 'not available' with availabilitymsg indicating 'on hold
shelf' or 'in transit' for these items.

Alternatively it would be nice to have a REST API endpoint for item
availability to easily get this info to third party developers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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