[Koha-bugs] [Bug 16826] Add API routes for getting item availability and holdability

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 11 18:26:44 CEST 2016


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

--- Comment #4 from Lari Taskula <larit at student.uef.fi> ---
(In reply to Jiří Kozlovský from comment #2)
> How about returning JSON with all the values possible?
> 
> Let's say for availability:
> { in_house: true, checkout: false }
I think this is a good option for showing different types of availabilities.

Anyway, to start pushing this feature forward, I wanted to upload a patch
containing my current progress. It has the problem that I was thinking about
earlier. For example the patch above considers an item with "notforloan" status
as unavailable, while it could still be for reading room use. Btw, is this the
definition of in-house use? Also, what other cases should we consider? I could
modify this patch to better inform the different types of availabilities.
Before that, it would be great to have input from others as well :)

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


More information about the Koha-bugs mailing list