LIS Links

First and Largest Academic Social Network of LIS Professionals in India

Latest Activity

jignesh nakum updated their profile
21 hours ago
Dr. Badan Barman posted a blog post
yesterday
Dr. Nilanjana Purkayastha posted an event
Thumbnail

ICSSSM 2025: First International Conference on Smart Systems and Social Management at The Assam Royal Global University, Guwahati

November 6, 2025 to November 8, 2025
yesterday
Dr. Badan Barman and Geetanjali Tiwari are now friends
yesterday
Pabitra Kumar Choudhury posted an event
Thumbnail

22nd MANLIBNET Convention and International Conference on Marching Beyond the Libraries: Talent, Technology, and Transformation (ICMBL) at KIIT Deemed to be University, Bhubaneswar, Odisha

December 18, 2025 at 9:30am to December 20, 2025 at 7:30pm
yesterday
Dr. Jagadish Bujugundala posted an event

One Nation One Subscription for Research Excellence at Government Degree College, Mulugu,

November 7, 2025 all day
yesterday
Ashutosh Kushwaha posted an event
yesterday
Saurabh Prajapati posted a blog post
yesterday
Profile IconMB Films Narayanpur, Amit ojha, Pritee Sharma and 13 more joined LIS Links
yesterday
N KUMAR updated their profile
yesterday
MOHD MALIK might attend Nayana Nair's event
Thumbnail

One-day Workshop on Analog to Digital: The Transformation at French Institute of Pondicherry (IFP)

October 31, 2025 from 9:30am to 5:30pm
Wednesday
Amit Thakur is now friends with kishore Basumatary and sudeep gupta
Monday
LAITHANGBAM NEPOLEAN SINGH is attending neema shukla's event
Thumbnail

International Conference on Libraries and Emerging Technologies for Smart Knowledge Ecosystems (ICLET 2025) at Jaipur,Rajasthan

November 14, 2025 at 9am to November 15, 2025 at 6pm
Sunday
Akshay Kumar is attending Hemanta Kumar Biswal's event
Thumbnail

4th International Symposium on Knowledge Engineering for Digital Library Design (KEDLD-2025) at Indian Institute of Technology, Kharagpur

November 3, 2025 to November 5, 2025
Oct 11
WANRIHUN SHANGPLIANG and Dr. Badan Barman are now friends
Oct 9
Dr Pradeep gupta and ashish jain are now friends
Oct 9
Veerendra A V updated their profile
Oct 9
Prangyasini Nayak updated their profile
Oct 9
Samit Mondal updated their profile
Oct 9
Dr. Badan Barman posted a blog post
Oct 9

Dear Forum Members, 

I hope all of you are safe and well.

Please let me know if there is any possibility of integrated Koha with Moodle LMS software for providing students one platform where they can access their library and academic content. 

Regards, 

Deepak Sharma

Views: 1403

Reply to This

Replies to This Forum

Most academic institutions will have both a library system and a learning management system. It would be great if these systems could talk to each other.

Imagine if you, a student, could place holds on items on your course reading without leaving the learning management system. If you write a review of a piece of literature in the learning management system, that could be added as a review on the bibliographic record in the library system. Koha and Moodle are arguably the two leading open source solutions for library management and learning management systems, so linking them together makes sense.

Taking just the holds example, the potential development or patch would be to make a Koha app (or apps) at the FOLIO app level. This would act as a translator app, working with the Koha Restful API on one side, and the OKAPI API on the other. To support holds, it would also need to talk to the holds API(s) in Koha.

Those API would potentially be:

/users/

To look up the user details.

/circulation/holds/

To look up the usage details for the item to be placed on hold.

The workflow for placing a hold is, get the information about the user, get the information about the object, check a hold can be placed, place a hold.

GET /users/search/{email} would return a user matching the email

GET /users/{user_id} would return a user matching the id

POST /circulation/holds/place/{user_id}/{biblio_id} would return a hold id on success would return an error message on failure

The Koha holds app would accept messages from the OKAPI layer, parse them, call the appropriate Koha API and format the response to be handed back to the OKAPI layer.

Koha -> | FOLIO Koha Hold App -> Okapi -> Moodle App | -> Moodle

And back the other way. A Moodle app would also need to be created to execute this on the Moodle side.

Dear member,

While replying to forum messages, I request the members not to copy and paste the message in the forum, as it looks like a original message.

The posted message is an exact copy from the below link.
https://www.catalyst.net.nz/blog/koha-plus-folio-solution-connected...


Kindly provide a link to the article and proper attribution to the authors.


S. Baskar

RSS

© 2025   Created by Dr. Badan Barman.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Koha Workshop