[Koha-bugs] [Bug 17314] REST API: Add API route to create, list and delete a purchase suggestion

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 7 19:01:07 CEST 2017


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

Jon Knight <J.P.Knight at lboro.ac.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |J.P.Knight at lboro.ac.uk

--- Comment #19 from Jon Knight <J.P.Knight at lboro.ac.uk> ---
Just been playing with this (as I've been asked to look at getting our LORLS
reading list system purchase predictor to generate purchasing suggestions
directly into Koha rather than just emailing the suggestions to library staff).
 Its good stuff.

I'd concur about the "STATUS": "ASKED" by default, and I also needed to put a
"branchcode" of "TEST" in (on kohadevbox).  Without these, the suggestions made
via the API didn't show up in the "Home › Acquisitions › Suggestions
management" interface, even if I searched for status of "Any" and even though
they were in the tables.

Good to see that it can be used to insert quantity and price too.

Is development of this patch still ongoing?  Also PUT appears to actually be a
PATCH operation as it doesn't require the whole object data to be specified -
should the HTTP method be changed to reflect that?

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


More information about the Koha-bugs mailing list