[Koha-bugs] [Bug 30979] Add ability for OPAC users to checkout to themselves

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 10 16:09:06 CEST 2022


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

--- Comment #2 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Work in progress over at https://gitlab.com/mrenvoize/Koha/-/tree/bug_30979.

It's all API driven with a Modal interface for interactions.

So far it will look up an item from it's barcode, check it's availability and
give various feedback based on that availability and then attempt to checkout
(or require confirm is availability suggests that's required).

The checkout endpoint is still a work in progress.

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


More information about the Koha-bugs mailing list