SlideShare a Scribd company logo
Nikunj Tyagi
Delhi Public Library.
August 23-24, 2022
SGGSCC, University of Delhi
” KOHA Library Management Software ”
What is Koha?
• Online Public Access Catalogue (OPAC) module which provides a simple and
clear interface for library users to perform tasks such as searching for and
reserving items and suggesting new items.
• Full catalogue module which enables library staff to capture details of all library
items. It is MARC compliant, and also z39.50 compliant, meaning data entry and
exchange will be greatly simplified.
• Circulation module which fully automates borrowing and item management,
integrating with the OPAC so users can see which items they have outstanding,
for example.
• Acquisitions module which assists librarians with both acquisitions and more
generally with budget management.
• Serials management and reporting modules perform functions that their names
would suggest.
Koha is an Integrated Library System with a range of features including:
What are the benefits of Koha?
• Easy access to information for library staff and users due to effective searching
and issuing of items.
• Automation of alerts to remind patrons and staff about, for example, overdue
items or arrival of new items.
• Reduced time of processing of library items, due to MARC and z39.50
compatibility.
• Online supervision becomes possible, reducing the line management
responsibilities of senior staff.
• Library management becomes easier through automated collection of data.
• Through the acquisition module budgets can be more effectively managed.
• Koha brings together library users and staff, as both can see various aspects of
the system and can work together more effectively to achieve each user's goals.
Feature
• A full featured modern integrated library software (ILS).
• Award winning and free/Open-source Software.(no
license fee).
• OS independent any operating system. Linux, Unix.
• Web-based Interface. We can integrate with our library
website.
• Full MARC21 and UNIMARC
• Multilingual and multi-user support
• Z39.50 server.
System Requirements:
• To install Koha for immediate use we recommend LAMP
• L-Linux server – Debian is what most people use –Operating System
• A - Apache - web server
• M - MySQL (up to version 5.6) or Maria Database
• P- Perl – Language
• Operating system: Debian. Ubuntu
• Database: MariaDB , Mysql
• Search engine: ElasticSearch, Zebra
• Perl: Perl >= 5.14 is required and versions shipped with the above operating systems are
recommended.
• Libraries with a small collection consider a desktop with i5 processor and minimum 8
GB RAM preferably with ssd
• Server computer built for 24x7 hours continuous working for static Koha service. Server
class computers available with various specifications.
• Institutions can hire virtual servers from cloud service providers.
OPAC
 Koha facilitates the users with the Online Public Access Catalog which can
be viewed 24X7 anytime anywhere;
 It allows the OPAC users to search with the fields like Keyword, Subject
Title, Class, Barcode, Author, Publisher, ISBN, Series etc;
 OPAC refines the searches made on Availability of the Resource, Authors,
Libraries, Item Types, Location, Series, Topics and others;
 Allows the OPAC users who are logged in as members to reserve library
items for future issue;
 Bibilio basket: members can select the item and can add to the cart; and
 Allows to add the tag and save to lists of the member.
 Patrons can create & manage their own private lists by visiting the ‘your
lists’ section of their account.
OPAC Features: https://koha-community.org/manual/20.05/en/html/opac.html
OPAC Interface in koha (Without Login)
OPAC Interface in koha (With Login)
Staff Interface
 Multiple libraries and transfers
• Circulation and fines
• Patron management
• Acquisitions module
• Serials management
• Authorities control
• Integrated Z39.50 for resource sharing
• SIP2 Protocol RFID support
• Printing functions for barcode labels, ID cards, and
overdue notices
Staff Interface in koha (Frontpage)
Circulation
 User friendly circulation process
 Comprehensive search at the time of circulation
 Easy check out and check in
 Renewal of books
 Reservation of books is available
 On screen overdue display
 Automatic fine calculation
Staff Interface in koha (Circulation Module)
Staff Interface in koha (Patrons Module)
Staff Interface in koha (Patrons Module)
Staff Interface in koha (Acquisitions Module)
Staff Interface in koha (Cataloguing Module)
CATALOGUING
 The main work of library is to do cataloguing of the given
material of library so that it can be searched easily.
 Mark framework is used in it. under it different tags are given
we can fill information in different tags of our library.
 Under it the facility of Z 39.50 protocol is given by it’s help we
can find the database of other library and if needed we can also
import it in our database.
Staff Interface in koha (Cataloguing Module)
Serials
 The Serials module assists in managing serial subscriptions for
journals, magazines, and newspapers.
 Koha manages late issues, skipped issues, and claims with the
suppliers.
 Koha manages complex classifications, allowing the librarian to work
with eleven different publication periods (from daily newspapers to
annual publications), with delayed publications, and with
publications out of sequence.
Staff Interface in koha (Serials Module)
Reports module:
Customized Report Generation
Statistics Wizards
Book acquisition report
Catalogue and circulation report
Patron activity report
Average Loan time report
Staff Interface in koha (Reports Module)
LIST
 This module is very helpful for both librarian and also readers.
 By this we have a specific list of required material in the library.
 Like list of autobiography, biography etc
Koha new list form offers several options for creating list:
 Private list: Managed by the library staff and can be seen only by
creator
 Public list: Managed by the Library staff and can be seen by
everybody
 Open list: This can be managed by everybody and can be seen by
everybody
Staff Interface in koha (Tools Module)
Staff Interface in koha (Administration Module)
Staff Interface in koha (About koha)
Koha backup and Restore :
Marc Records Backup:
If you want to take backup of biblios, authority you can export from super admin panel while Following onLogin using super
librarian > Home > Tools > Export data > Export Bibliographic records/ authority Records.
 it will download .mrc file which contains biblio data.
Database backup:
backup of database using mysqldump command as follow in terminal:
 mysqldump -u databaseUser -p databasename > mykohabackup.sql (press enter)
 it will ask you password please enter the database password
Example: sudo mysqldump -uroot -p koha_library > koha_library.sql
Marc Records restore:
To Restore follow the following steps
 Login using super librarian > Home > Tools > Stage MARC records for import
 Upload your .mrc file once uploaded successfully click on manage the staged
 wait till complete it.
Database restore:
Restoring database backup execute the following command in terminal:
 mysql -u databaseUser -p databasename < mykohabackup.sql (press enter)
Manual Fines script & rebuild zebra
Apply following commands in terminal:
sudo su
export PERL5LIB="/usr/share/koha/lib"
export KOHA_CONF="/etc/koha/sites/library/koha-conf.xml"
cd /etc/cron.daily/
./koha-common
Apply following command in a terminal for reindexing:
sudo koha-rebuild-zebra -v -f library
Important Links:
 Koha demo: https://koha-community.org/demo/
 Koha download: https://koha-community.org/download-koha/
 Koha Documentation Manuals: https://koha-
community.org/documentation/
 Koha Wiki: https://wiki.koha-community.org/wiki/Main_Page
 Koha SQL reports: https://wiki.koha-
community.org/wiki/SQL_Reports_Library
 Koha YouTube channel: https://www.youtube.com/c/KohaILS
 Koha customization:
http://knowgate.niscpr.res.in/documents/10181/21379/10-
KOHA+Customization.pdf/1d1822ea-faff-4d47-aaff-3934b2bd0338
Thank You

More Related Content

PDF
Introduction to koha
PPT
Koha presentation
PPTX
Koha Library Software: Practical Applications
PPTX
Dspace
PPTX
Library automation software
PPT
Marc 21
PPTX
Areas of automation in library
Introduction to koha
Koha presentation
Koha Library Software: Practical Applications
Dspace
Library automation software
Marc 21
Areas of automation in library

What's hot (20)

PPTX
integrated library system
PPTX
Taxonomies & folksonomies
PPTX
Library of congress subject heading
PPTX
New trends in Libraries with IT, AI & i4.0
PPTX
Library automation history Anandraj.L
DOCX
Application of rfid technology in libraries
PDF
WHAT IS LIBRARY AUTOMATION? WHAT IS NEED AND IMPORTANCE OF LIBRARY AUTOMATIO...
PPTX
Dspace software
PPTX
Integrated library management systems
PPTX
E-granthalaya ILMS
PPT
Presentation on Koha
PDF
Digital Library Initiatives in India : An Overview
PPT
Metadata: A concept
PPT
User education in Libraries
PDF
Why do you consider to adopt Koha Open Source Integrated Library System for y...
PPTX
Usage of helpful sequence in cc(colon classification)
PPTX
International Standard Bibliographic Description: background and recent devel...
integrated library system
Taxonomies & folksonomies
Library of congress subject heading
New trends in Libraries with IT, AI & i4.0
Library automation history Anandraj.L
Application of rfid technology in libraries
WHAT IS LIBRARY AUTOMATION? WHAT IS NEED AND IMPORTANCE OF LIBRARY AUTOMATIO...
Dspace software
Integrated library management systems
E-granthalaya ILMS
Presentation on Koha
Digital Library Initiatives in India : An Overview
Metadata: A concept
User education in Libraries
Why do you consider to adopt Koha Open Source Integrated Library System for y...
Usage of helpful sequence in cc(colon classification)
International Standard Bibliographic Description: background and recent devel...
Ad

Similar to koha PPT 23822.pptx (20)

PPTX
koha-Presentation-Library-Management-System.pptx
PPTX
ilp on koha.pptx
PPTX
koha-Presentation-Library-Management-System.pptx
PPTX
Management of Journals Through Koha Open Source Software: an Overview
PPT
V_Singhwal.ppt
PPTX
KOHA.pptx
PPT
KOHA.ppt
PPTX
College of Administration and Management Presentation.pptx
PDF
Switching from Libsys to Koha with RFID Integration: A Migratory Experiment i...
PPTX
Overview of koha ils
PPT
PPT
Session 8 - Koha in the University Classroom
ODP
2013 1st koha training
PPT
Koha presentationnaclin2010
PPT
Koha presentation2010
PPT
Open sourse library management solutions
PPT
SLANZA Presentation: Koha the open source library management system
PDF
SFD 2012 Presentation
koha-Presentation-Library-Management-System.pptx
ilp on koha.pptx
koha-Presentation-Library-Management-System.pptx
Management of Journals Through Koha Open Source Software: an Overview
V_Singhwal.ppt
KOHA.pptx
KOHA.ppt
College of Administration and Management Presentation.pptx
Switching from Libsys to Koha with RFID Integration: A Migratory Experiment i...
Overview of koha ils
Session 8 - Koha in the University Classroom
2013 1st koha training
Koha presentationnaclin2010
Koha presentation2010
Open sourse library management solutions
SLANZA Presentation: Koha the open source library management system
SFD 2012 Presentation
Ad

Recently uploaded (20)

PPTX
Open Quiz Monsoon Mind Game Prelims.pptx
PDF
Cell Biology Basics: Cell Theory, Structure, Types, and Organelles | BS Level...
PPTX
IMMUNIZATION PROGRAMME pptx
PPTX
Congenital Hypothyroidism pptx
PPTX
COMPUTERS AS DATA ANALYSIS IN PRECLINICAL DEVELOPMENT.pptx
PPTX
vedic maths in python:unleasing ancient wisdom with modern code
PDF
Electrolyte Disturbances and Fluid Management A clinical and physiological ap...
PDF
LDMMIA Reiki Yoga S2 L3 Vod Sample Preview
PPTX
Skill Development Program For Physiotherapy Students by SRY.pptx
PDF
Sunset Boulevard Student Revision Booklet
PDF
UTS Health Student Promotional Representative_Position Description.pdf
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
English Language Teaching from Post-.pdf
PPTX
Nursing Management of Patients with Disorders of Ear, Nose, and Throat (ENT) ...
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PPTX
How to Manage Bill Control Policy in Odoo 18
PPTX
Onica Farming 24rsclub profitable farm business
PPTX
Software Engineering BSC DS UNIT 1 .pptx
PDF
Piense y hagase Rico - Napoleon Hill Ccesa007.pdf
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Open Quiz Monsoon Mind Game Prelims.pptx
Cell Biology Basics: Cell Theory, Structure, Types, and Organelles | BS Level...
IMMUNIZATION PROGRAMME pptx
Congenital Hypothyroidism pptx
COMPUTERS AS DATA ANALYSIS IN PRECLINICAL DEVELOPMENT.pptx
vedic maths in python:unleasing ancient wisdom with modern code
Electrolyte Disturbances and Fluid Management A clinical and physiological ap...
LDMMIA Reiki Yoga S2 L3 Vod Sample Preview
Skill Development Program For Physiotherapy Students by SRY.pptx
Sunset Boulevard Student Revision Booklet
UTS Health Student Promotional Representative_Position Description.pdf
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
English Language Teaching from Post-.pdf
Nursing Management of Patients with Disorders of Ear, Nose, and Throat (ENT) ...
Week 4 Term 3 Study Techniques revisited.pptx
How to Manage Bill Control Policy in Odoo 18
Onica Farming 24rsclub profitable farm business
Software Engineering BSC DS UNIT 1 .pptx
Piense y hagase Rico - Napoleon Hill Ccesa007.pdf
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx

koha PPT 23822.pptx

  • 1. Nikunj Tyagi Delhi Public Library. August 23-24, 2022 SGGSCC, University of Delhi ” KOHA Library Management Software ”
  • 2. What is Koha? • Online Public Access Catalogue (OPAC) module which provides a simple and clear interface for library users to perform tasks such as searching for and reserving items and suggesting new items. • Full catalogue module which enables library staff to capture details of all library items. It is MARC compliant, and also z39.50 compliant, meaning data entry and exchange will be greatly simplified. • Circulation module which fully automates borrowing and item management, integrating with the OPAC so users can see which items they have outstanding, for example. • Acquisitions module which assists librarians with both acquisitions and more generally with budget management. • Serials management and reporting modules perform functions that their names would suggest. Koha is an Integrated Library System with a range of features including:
  • 3. What are the benefits of Koha? • Easy access to information for library staff and users due to effective searching and issuing of items. • Automation of alerts to remind patrons and staff about, for example, overdue items or arrival of new items. • Reduced time of processing of library items, due to MARC and z39.50 compatibility. • Online supervision becomes possible, reducing the line management responsibilities of senior staff. • Library management becomes easier through automated collection of data. • Through the acquisition module budgets can be more effectively managed. • Koha brings together library users and staff, as both can see various aspects of the system and can work together more effectively to achieve each user's goals.
  • 4. Feature • A full featured modern integrated library software (ILS). • Award winning and free/Open-source Software.(no license fee). • OS independent any operating system. Linux, Unix. • Web-based Interface. We can integrate with our library website. • Full MARC21 and UNIMARC • Multilingual and multi-user support • Z39.50 server.
  • 5. System Requirements: • To install Koha for immediate use we recommend LAMP • L-Linux server – Debian is what most people use –Operating System • A - Apache - web server • M - MySQL (up to version 5.6) or Maria Database • P- Perl – Language • Operating system: Debian. Ubuntu • Database: MariaDB , Mysql • Search engine: ElasticSearch, Zebra • Perl: Perl >= 5.14 is required and versions shipped with the above operating systems are recommended. • Libraries with a small collection consider a desktop with i5 processor and minimum 8 GB RAM preferably with ssd • Server computer built for 24x7 hours continuous working for static Koha service. Server class computers available with various specifications. • Institutions can hire virtual servers from cloud service providers.
  • 6. OPAC  Koha facilitates the users with the Online Public Access Catalog which can be viewed 24X7 anytime anywhere;  It allows the OPAC users to search with the fields like Keyword, Subject Title, Class, Barcode, Author, Publisher, ISBN, Series etc;  OPAC refines the searches made on Availability of the Resource, Authors, Libraries, Item Types, Location, Series, Topics and others;  Allows the OPAC users who are logged in as members to reserve library items for future issue;  Bibilio basket: members can select the item and can add to the cart; and  Allows to add the tag and save to lists of the member.  Patrons can create & manage their own private lists by visiting the ‘your lists’ section of their account. OPAC Features: https://koha-community.org/manual/20.05/en/html/opac.html
  • 7. OPAC Interface in koha (Without Login)
  • 8. OPAC Interface in koha (With Login)
  • 9. Staff Interface  Multiple libraries and transfers • Circulation and fines • Patron management • Acquisitions module • Serials management • Authorities control • Integrated Z39.50 for resource sharing • SIP2 Protocol RFID support • Printing functions for barcode labels, ID cards, and overdue notices
  • 10. Staff Interface in koha (Frontpage)
  • 11. Circulation  User friendly circulation process  Comprehensive search at the time of circulation  Easy check out and check in  Renewal of books  Reservation of books is available  On screen overdue display  Automatic fine calculation
  • 12. Staff Interface in koha (Circulation Module)
  • 13. Staff Interface in koha (Patrons Module)
  • 14. Staff Interface in koha (Patrons Module)
  • 15. Staff Interface in koha (Acquisitions Module)
  • 16. Staff Interface in koha (Cataloguing Module)
  • 17. CATALOGUING  The main work of library is to do cataloguing of the given material of library so that it can be searched easily.  Mark framework is used in it. under it different tags are given we can fill information in different tags of our library.  Under it the facility of Z 39.50 protocol is given by it’s help we can find the database of other library and if needed we can also import it in our database.
  • 18. Staff Interface in koha (Cataloguing Module)
  • 19. Serials  The Serials module assists in managing serial subscriptions for journals, magazines, and newspapers.  Koha manages late issues, skipped issues, and claims with the suppliers.  Koha manages complex classifications, allowing the librarian to work with eleven different publication periods (from daily newspapers to annual publications), with delayed publications, and with publications out of sequence.
  • 20. Staff Interface in koha (Serials Module)
  • 21. Reports module: Customized Report Generation Statistics Wizards Book acquisition report Catalogue and circulation report Patron activity report Average Loan time report
  • 22. Staff Interface in koha (Reports Module)
  • 23. LIST  This module is very helpful for both librarian and also readers.  By this we have a specific list of required material in the library.  Like list of autobiography, biography etc Koha new list form offers several options for creating list:  Private list: Managed by the library staff and can be seen only by creator  Public list: Managed by the Library staff and can be seen by everybody  Open list: This can be managed by everybody and can be seen by everybody
  • 24. Staff Interface in koha (Tools Module)
  • 25. Staff Interface in koha (Administration Module)
  • 26. Staff Interface in koha (About koha)
  • 27. Koha backup and Restore : Marc Records Backup: If you want to take backup of biblios, authority you can export from super admin panel while Following onLogin using super librarian > Home > Tools > Export data > Export Bibliographic records/ authority Records.  it will download .mrc file which contains biblio data. Database backup: backup of database using mysqldump command as follow in terminal:  mysqldump -u databaseUser -p databasename > mykohabackup.sql (press enter)  it will ask you password please enter the database password Example: sudo mysqldump -uroot -p koha_library > koha_library.sql Marc Records restore: To Restore follow the following steps  Login using super librarian > Home > Tools > Stage MARC records for import  Upload your .mrc file once uploaded successfully click on manage the staged  wait till complete it. Database restore: Restoring database backup execute the following command in terminal:  mysql -u databaseUser -p databasename < mykohabackup.sql (press enter)
  • 28. Manual Fines script & rebuild zebra Apply following commands in terminal: sudo su export PERL5LIB="/usr/share/koha/lib" export KOHA_CONF="/etc/koha/sites/library/koha-conf.xml" cd /etc/cron.daily/ ./koha-common Apply following command in a terminal for reindexing: sudo koha-rebuild-zebra -v -f library
  • 29. Important Links:  Koha demo: https://koha-community.org/demo/  Koha download: https://koha-community.org/download-koha/  Koha Documentation Manuals: https://koha- community.org/documentation/  Koha Wiki: https://wiki.koha-community.org/wiki/Main_Page  Koha SQL reports: https://wiki.koha- community.org/wiki/SQL_Reports_Library  Koha YouTube channel: https://www.youtube.com/c/KohaILS  Koha customization: http://knowgate.niscpr.res.in/documents/10181/21379/10- KOHA+Customization.pdf/1d1822ea-faff-4d47-aaff-3934b2bd0338

Editor's Notes

  • #11: India’s overall investment in its public health system is one of the lowest in the world. The physical infrastructure especially in rural areas is unsatisfactory at many places. There is a shortage of human resources (both doctors and support staff). People need to travel very long distances to be seen by a doctor and get medicines and to avoid that they rely extensively on informal providers called UMPs or RMPs. People continue paying high amounts out of their own pocket. Insurance cover is presently inadequate despite schemes that provide support for the hospitalization of beneficiaries identified as poor. Health financing by Government has not been commensurate with the needs particularly in rural areas. There is disproportionate public dependence on the private sector. India’s model for providing primary and secondary health care is a hybrid one and does not compare favorably with the health systems provided by e.g. UK,(NHS), Canada or France or even some South and South East Asian countries.