What are patron cardnumbers and how to find them?
What is a cardnumber?
Cardnumbers are unique numbers that are manually applied to new patron records by the staff member creating the patron record. They do not necessarily need to come from a physical card. The cardnumber must be unique but it can be edited at any time through the staff side of Koha. The function of a cardnumber is to act as an identification number for the patron record and the hook to complete and track circulation actions through.
How can a cardnumber be identified?
Patron Account
On a patron record, the cardnumber can be seen in the Library use section of the patron account.
Reports
There are many different reports that can bring back the cardnumbers on records. A basic setup would be:
SELECT cardnumber
FROM borrowers
LIMIT 10
This report will bring back results similar to the image below:
This basic report can be limited in an almost unlimited number of ways, including by patron category, registration date and home branch.
As all patron accounts will have a cardnumber an unlimited report should not be run as the resources used to bring back the result might slow the site
For assistance in creating a report to bring back a specific cardnumber or range of cardnumbers, please contact
Interleaf Technology directly.
| Version | Date | Detail | Author |
| 1.0 | 29/01/26 | Document created | Holly Cooper |
|
|
|
|
| |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|