SlideShare a Scribd company logo
1 of 30
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

What's hot

Recommendation for an oss union catalogue
Recommendation for an oss union catalogueRecommendation for an oss union catalogue
Recommendation for an oss union catalogue
Beatrice Amollo
 
Koha Acquisition Module
Koha Acquisition ModuleKoha Acquisition Module
Koha Acquisition Module
Divya Vyas
 

What's hot (20)

Open source Library Management Systems
Open source Library Management SystemsOpen source Library Management Systems
Open source Library Management Systems
 
KOHA - Open Source Library Management Software
KOHA - Open Source Library Management SoftwareKOHA - Open Source Library Management Software
KOHA - Open Source Library Management Software
 
Why do you consider to adopt Koha Open Source Integrated Library System for y...
Why do you consider to adopt Koha Open Source Integrated Library System for y...Why do you consider to adopt Koha Open Source Integrated Library System for y...
Why do you consider to adopt Koha Open Source Integrated Library System for y...
 
Introduction to koha
Introduction to kohaIntroduction to koha
Introduction to koha
 
Koha
KohaKoha
Koha
 
Newgenlib
NewgenlibNewgenlib
Newgenlib
 
SQL Reports in Koha
SQL Reports in KohaSQL Reports in Koha
SQL Reports in Koha
 
Soul
Soul Soul
Soul
 
Presentation on Koha
Presentation on KohaPresentation on Koha
Presentation on Koha
 
Creating a New Bibliographic Record in Koha with MARC 21 Fields
Creating a New Bibliographic Record in Koha with MARC 21 FieldsCreating a New Bibliographic Record in Koha with MARC 21 Fields
Creating a New Bibliographic Record in Koha with MARC 21 Fields
 
Hardware and Software Requirements for Koha
Hardware and Software Requirements for KohaHardware and Software Requirements for Koha
Hardware and Software Requirements for Koha
 
Areas of automation in library
Areas of automation in libraryAreas of automation in library
Areas of automation in library
 
Koha: ILS
Koha: ILSKoha: ILS
Koha: ILS
 
Koha cataloguing module
Koha cataloguing moduleKoha cataloguing module
Koha cataloguing module
 
Koha
KohaKoha
Koha
 
Current and emerging trends in library services
Current and emerging trends in library servicesCurrent and emerging trends in library services
Current and emerging trends in library services
 
Library Automation sofrwere
Library Automation sofrwereLibrary Automation sofrwere
Library Automation sofrwere
 
Z39.50: Information Retrieval protocol ppt
Z39.50: Information Retrieval protocol pptZ39.50: Information Retrieval protocol ppt
Z39.50: Information Retrieval protocol ppt
 
Recommendation for an oss union catalogue
Recommendation for an oss union catalogueRecommendation for an oss union catalogue
Recommendation for an oss union catalogue
 
Koha Acquisition Module
Koha Acquisition ModuleKoha Acquisition Module
Koha Acquisition Module
 

Similar to koha PPT 23822.pptx

Online Library Management
Online Library ManagementOnline Library Management
Online Library Management
Varsha Sarkar
 
Library automation and use of open source software odade
Library automation and use of open source software odadeLibrary automation and use of open source software odade
Library automation and use of open source software odade
Chris Okiki
 

Similar to koha PPT 23822.pptx (20)

koha-Presentation-Library-Management-System.pptx
koha-Presentation-Library-Management-System.pptxkoha-Presentation-Library-Management-System.pptx
koha-Presentation-Library-Management-System.pptx
 
Online Library Management
Online Library ManagementOnline Library Management
Online Library Management
 
Advanced Library Automation System
Advanced Library Automation SystemAdvanced Library Automation System
Advanced Library Automation System
 
Library Automation A - Z Guide: A Hands on Module
Library Automation A - Z Guide: A Hands on ModuleLibrary Automation A - Z Guide: A Hands on Module
Library Automation A - Z Guide: A Hands on Module
 
koha-Presentation-Library-Management-System.pptx
koha-Presentation-Library-Management-System.pptxkoha-Presentation-Library-Management-System.pptx
koha-Presentation-Library-Management-System.pptx
 
SOULppt.pptx
SOULppt.pptxSOULppt.pptx
SOULppt.pptx
 
SOULppt.pptx
SOULppt.pptxSOULppt.pptx
SOULppt.pptx
 
integrated library system
integrated library systemintegrated library system
integrated library system
 
ilp on koha.pptx
ilp on koha.pptxilp on koha.pptx
ilp on koha.pptx
 
Koha open source
Koha open sourceKoha open source
Koha open source
 
Chapter ii - Web-based Library Management System of East West Colleges
Chapter ii -  Web-based Library Management System of  East West CollegesChapter ii -  Web-based Library Management System of  East West Colleges
Chapter ii - Web-based Library Management System of East West Colleges
 
Free Libre Open Source Software at FFZG library
Free Libre Open Source Software at FFZG libraryFree Libre Open Source Software at FFZG library
Free Libre Open Source Software at FFZG library
 
LibraryLibrary Automation and Use of Open Source Software automation and use ...
LibraryLibrary Automation and Use of Open Source Software automation and use ...LibraryLibrary Automation and Use of Open Source Software automation and use ...
LibraryLibrary Automation and Use of Open Source Software automation and use ...
 
Library automation and use of open source software odade
Library automation and use of open source software odadeLibrary automation and use of open source software odade
Library automation and use of open source software odade
 
KOHA.pptx
KOHA.pptxKOHA.pptx
KOHA.pptx
 
KOHA.ppt
KOHA.pptKOHA.ppt
KOHA.ppt
 
V_Singhwal.ppt
V_Singhwal.pptV_Singhwal.ppt
V_Singhwal.ppt
 
Library Automation
Library AutomationLibrary Automation
Library Automation
 
Open Source Library Automation Software - NewGenLib
Open Source Library Automation Software - NewGenLibOpen Source Library Automation Software - NewGenLib
Open Source Library Automation Software - NewGenLib
 
Integrated library management system
Integrated library management systemIntegrated library management system
Integrated library management system
 

Recently uploaded

Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
SanaAli374401
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
MateoGardella
 

Recently uploaded (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 

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

  1. 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.