Herramientas
Las herramientas en Koha realizan algún tipo de acción. A menudo muchos de los ítems en Herramientas de Koha se conocen como “Reportes” en otros sistemas de administración bibliográfica.
Get there: More > Tools
Usuarios y circulación
Listas de usuarios
Nota
Only staff with the manage_patron_lists permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Patrons and circulation > Patron lists
Las listas de usuarios son una forma de almacenar un grupo de usuarios para facilitar su modificación a través de la herramienta de modificación de usuarios por lotes, o también como informe.
Para crear una nueva lista de usuarios haga clic en el botón “Nueva lista de usuarios”
Ingrese el nombre de la lista
Checking the “Shared” box will make this list visible to all users with the manage_patron_lists permission.
Guardar la lista
Each list has an “Actions” menu with more list options.
Para agregar usuarios a la lista haga clic en el enlace “Agregar usuarios” en el menú “Acciones”.
Ingrese el nombre del usuario o número de carné en el cuadro de búsqueda y haga clic en el resultado correcto para agregar el usuario.
Alternatively, you can click on the “Enter multiple card numbers” link and scan (or type in) barcodes in the box.
Una vez que haya realizado las modificaciones (a través de cualquier método) puede hacer clic en «Guardar» en la parte superior izquierda del editor.
Nota
Puede personalizar las columnas de esta tabla en la sección “Configuración de columnas” del módulo de Administración (id de tabla: patron-list-table).
To delete a list, click the “Actions” button and choose the “Delete list” option.
To delete multiple lists at once, select the lists and click the “Delete selected lists” button at the top of the table.
Version
The option to delete multiple lists at once was added in Koha version 23.11.
Clubes de usuarios
Get there: More > Tools > Patrons and circulation > Patron clubs
Patron clubs create clubs in which patrons may be enrolled. It is useful for tracking summer reading programs, book clubs and other such clubs.
Importante
Staff will need the clubs permission or sub-permissions to edit clubs, templates and enroll patrons.
Crear una nueva plantilla de club
Nota
Only staff with the edit_templates permission (or the superlibrarian permission) will be able to create or edit club templates.
A club template is a template that will be used to create clubs. You can add fields that can be filled out at the time a new club is created based on the template, or a new enrollment is created for a given club based on the template.
To create a new club template:
Click on the “New club template” button.
Fill out the form:
Name (required): enter a name for the club template. This could be something like “Adult book club”, “Children’s book club” or “Summer reading program”. Remember, these templates will be the starting point for each club you create.
Description: enter any additional information.
Allow public enrollment: if this box is checked, it will allow patrons to enroll in a club based on this template from the OPAC.
Require valid email address: if this box is checked, only patrons with a valid email address can enroll. So they will need a email address to enroll.
Library: choose a library to limit the use of this template to staff from a specific library. If you leave it blank, staff from any library will be able to create a new club using this template.
Club fields: these fields will be used when creating a club based on this template. For example, this can be the name of the club, the name of the animator, the theme, etc. To add a club field, click on “Add new field”.
Name: enter the text that will be used as the label of the field.
Description: enter any additional information about this field.
Authorized value category: if you want the field to be a dropdown menu, choose an authorized value category here. If this is left blank, the field will be a simple text field.
Enrollment fields: you can add any additional fields you want patrons to fill when they enroll in a club based on this template. To add an enrollment field, click on “Add new field”.
Name: enter the text that will be used as the label of the field.
Description: enter any additional information about this field.
Authorized value category: if you want the field to be a dropdown menu, choose an authorized value category here. If this is left blank, the field will be a simple text field.
Click “Save”.
Creando un nuevo club basado en una plantilla
Nota
Only staff with the edit_clubs permission (or the superlibrarian permission) will be able to create or edit clubs.
Once the templates are created, you can create actual clubs.
Click on the “New club” dropdown menu and select the template you want to use.
Fill out the form with the club information:
Name (required): enter the name of the specific club you are creating. This is the name the staff and the patrons will see when enrolling. For example, “Summer 2018 reading club”.
Description: enter any additional information about the club.
Start date: choose the start date of the enrollment period. Staff and patrons will not be able to enroll in the club before the start date.
End date: choose the end date of the enrollment period. Once the club expires, enrollment will not be possible.
Library: if this club is limited to a specific library, choose it here. Only patrons from this specific library will be able to enroll. If you leave it blank, patrons from any library will be able to enroll.
If there were “Club fields” in the template, they will appear at the bottom of the form.
Click “Save”.
Enrolling a patron in a club from the staff interface
Nota
Only staff with the enroll permission (or the superlibrarian permission) will be able to enroll patrons in clubs.
To enroll a patron in a club from the staff interface:
Go to the patron’s account.
On the “Details” page or the “Check out” page, click on the “Clubs” tab. All ongoing clubs will be displayed in this tab.
Click on the “Enroll” button.
If there were any “Enrollment fields” in the club template, they will appear here.
Click “Finish enrollment”.
You can also modify an enrollment by clicking the “Modify enrollment” button, or cancel an enrollment by clicking on the “Cancel enrollment” button.
Enrolling a patron in a club from the OPAC
If you allow public enrollment, the club will be visible on the OPAC.
Patrons have to sign into their account.
In the “Your summary” section, they will be able to click on the “Clubs” tab and click the “Enroll” button to enroll.
If there were any “Enrollment fields” in the club template, they will appear here.
They can then click “Finish enrollment”.
Patron can also cancel their enrollment to a club by clicking the “Cancel enrollment” button.
Viewing enrollments
You can monitor the enrollments in each club by going to the “Patron clubs” tool page and choosing “Enrollment” from the “Actions” button next to the club.
On this page, you will see the patrons enrolled in this club, as well as their answers to the enrollment fields.
Version
The values of the club enrollment fields are visible on this page from Koha version 23.11.
In prior versions, you need to create an SQL report to get the values. See this example in the Koha SQL reports library.
Placing a hold for a patron club
You can place holds for a patron club. Holds are placed for club members in a random order.
To place a hold for a patron club from the clubs page:
Go to the patron clubs tool (“Home > Tools > Patron clubs”).
Click the “Actions” button for the club and select “Search to hold”.
Search for a title and select a record.
Select “Place hold for [CLUBNAME]” from either the action links for the record,
or from the “Place hold” action in the menu bar.
The place holds page is displayed and lists the club members.
Click the “Place hold” button.
Holds are placed for all club members at once, in a random priority order.
You can also place a hold for a patron club from the bibliographic record. When placing the hold, click on the “Clubs” tab and search for the club’s name. Then click the place hold button.
Importación de usuarios
Nota
Only staff with the import_patrons permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Patrons and circulation > Import patrons
La herramienta de importación de usuarios puede ser utilizada en cualquier momento para agregar usuarios en masa. Se utiliza comúnmente en universidades y escuelas cuando se registra un nuevo grupo de estudiantes.
Creating a patron import file
You can download a blank CSV file with a header from the start page of the patron import tool that you can use as a template for your patron import. The header contains all fields that can be used with the patron import tool. You can delete fields and columns you don’t need with the exception of a few mandatory ones. When overlaying, if your new .csv includes blank columns, any existing values in patron records will be overwritten with blanks. It is best to remove any blank columns in a .csv to ensure no existing data is removed.
Importante
cardnumber, surname, and all fields you have defined in the BorrowerMandatoryField preference are required and must match valid entries in your database.
Importante
El valor del “password” debe almacenarse en texto plano, y se convertirá en un hash md5 (que es una versión cifrada de la contraseña).
Si sus contraseñas ya están cifradas, hable con su administrador del sistema acerca de sus opciones
Importante
Date formats should match your dateformat system preference, and must be zero-padded, e.g. “01/02/2008”. Alternatively you can supply dates in ISO format (e.g. “2008-12-01”).
Importante
If your data contains special characters or diacritics, make sure your file is encoded in UTF-8. Otherwise, the special characters will not be imported correctly.
Nota
Si se cargan los atributos de usuarios, el campo “patron_attributes” debería contener una lista separada por comas de los tipos de atributos y valores.
El código de tipo de atributo y “:” deben preceder al valor.
Por ejemplo: «INSTID:12345,BASEBALL:Cubs»
Este campo debe ser entrecomillado si se definen varios valores.
Since values can contain spaces, additional doubled-quotes may be required:
«INSTID:12345,BASEBALL:Cubs,»»BASEBALL:White Sox»»
Nota
It’s possible to set restrictions using the patron import tool. If the expiration date and comment match an existing restriction, the one in the import file will be skipped. So a patron import can be repeated multiple times without creating duplicate restrictions. But if one of the criteria is different, a new restriction will be added.
Importing patrons
Once you have created your file, you can use the patron import tool to bring the data into Koha.
Elija dónde desea guardar el archivo
Choose to match on “cardnumber” or “username” to prevent adding of duplicate card numbers to the system. Additional matchpoints can be set up using patron attributes marked as unique.
A continuación, puede elegir los valores por defecto que se aplicarán a todos los usuarios a importar
For example, if you’re importing patrons specific to one branch you can use the field on the import form to apply the branch code to all those you are importing.
Finally, you need to decide on what data you want to replace if there are duplicates.
Un registro repetido se encuentra usando el campo que Usted seleccionó como criterio de chequeo para evitar duplicaciones
When using patron attributes in your installation, you can choose how they are handled on import. You can either decide to always overlay all patron attributes or you choose to only replace patron attributes included in your import file. This will leave other attributes untouched.
Notices and slips
Nota
Only staff with the edit_notices permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Patrons and circulation > Notices & slips
All notices and circulation receipts (or slips) generated by Koha can be customized using the Notices & slips tool. The system comes with several predefined templates that will appear when you first visit this tool.
Nota
Puede personalizar las columnas de esta tabla en la sección “Configuración de columnas” del módulo de Administración (id de tabla: lettert).
Cada aviso puede ser editado, pero solo unos pocos pueden ser eliminados, esto para prevenir errores tal como intentar enviar un mensaje sin su plantilla. Cada aviso y recibo puede ser editado para cada biblioteca, de forma predeterminada verá los avisos de todas las bibliotecas.
If you have a style you’d like applied to all slips you can point the SlipCSS preference to a stylesheet. The same is true for notices, using the NoticeCSS preference to define a stylesheet.
You will also want to review the Customising notices and slips wiki page for more information on formatting these notices.
Adding notices and slips
Para agregar un nuevo aviso o recibo
Click “New notice”
Choose the type of notice, or module this notice is related to
Acquisition: notice to be used in the acquisitions module
Catalog: notice to be used in the catalog
Circulation: notice or slip to be used for circulation (such as overdue notices)
Claim acquisition: notice to be used when claiming late orders in the acquisitions module
Claim serial issue: notice to be used when claiming late serial issues in the serials module
Holds: notice or slip to be used in the holds process
Interlibrary loans: notice to be used in the ILL request process
Order acquisition: notice to be used when ordering acquisitions
Patrons: notice or slip to be used in patron accounts
Patrons (custom slip): slip to be used in patron accounts
Version
This type of notice was added in Koha version 23.11.
Patrons (custom message): notice to be used when sending a custom email to a patron.
Version
This type of notice was added to Koha in version 24.05.
Preservation: notice or slip to be used in the preservation process
Version
This type of notice was added in Koha version 23.11.
Serials (new issue): notice to be used to notify patrons of the arrival of a new serial issue
Suggestions: notice to be used in the purchase suggestion process
Point of sale: notice or slip to be used in the point of sale module
Reports: notice to format custom report results
Version
This type of notice was added in Koha version 23.11.
Fill out the notice information
Library: choose which library this notice or slip is for.
Importante
Not all notices can be library specific. For more information review the Customising notices and slips wiki page.
Koha module: if you didn’t choose the correct module or type of notice previously, you can change it here.
Code: enter a unique alphanumeric code for this notice.
Importante
Note that codes are limited to 20 characters.
Name: enter a descriptive name for the notice.
Nota
For overdue notices, be sure to put your library name in the description, so that it will be visible when setting up your triggers.
Next, you can customize the notice for every possible delivery method.
Every notice should have an email template set for it.
If the PhoneNotification system preference is enabled, you will have the option to add a phone template.
If you’re using the TalkingTechItivaPhoneNotification service you can set up a notification specific to that service.
If you plan on printing this notice, you can set the print template
If you have enabled SMS notices with the SMSSendDriver system preference, you can set the text for your SMS notices
Importante
Text messages are limited to 1600 characters. Make sure to keep messages short and avoid adding variables that could be very long (such as the list of items due, for example).
The “Format” tab is used to add formatting to the print notice.
Version
This option was added to Koha in version 24.05.
Click the links under “Insert selectors to apply styles to” to automatically insert all the relevant selectors for either the headings, the tables, or all the text.
Truco
Use the links to insert the selectors and then remove the unnecessary ones if needed. For example, if you want to apply styling to the first level headings, click “Headings” and then remove everything except
#slip h1
and#receipt h1
.Remove the text
// insert CSS here
in the “Style (CSS)” field and replace it with the formatting required.If this formatting is applicable to all print notices, check the “Apply format settings to all notices” box. This will overwrite the styling in other notices, if any.
Each notice offers the same options
HTML message: if you plan on writing the notice or slip in HTML check the “HTML message” box, otherwise the content will be generated as plain text
Message subject: for emails, this is what will appear in the subject line of the email
Message body: feel free to type whatever message you feel is best, use the fields on the left hand side to enter individualized data from the from database.
You can also use Template toolkit syntax for more flexibility. See the Notices with Template Toolkit wiki page for more information.
Nota
Review the Customising notices and slips wiki page for more information.
Importante
Overdue notices can use
<<items.content>>
tags by themselves, or use<item></item>
to span all of the tags. Learn more about the Overdue notice markup.On overdue notices make sure to use
<<items.content>>
tags to print out the data related to all items that are overdue.The other option, only for overdue notices, is to use the
<item></item>
tags to span the line so that it will print out multiple lines. One example for the<item></item>
tag option is:<item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> , Checkout date: <<issues.issuedate>>, Due date: <<issues.date\_due>> Fine: <<items.fine>> </item>
Importante
Only the overdue notices take advantage of the
<item></item>
tags, all other notices referencing items need to use<<items.content>>
.Truco
To add today’s date you can use the
<<today>>
tag.Truco
If you don’t want to print the patron’s full name on your slips or notice you can enter data in the Other name or Initials field for each patron and use that value instead.
The system preference TranslateNotices will add tabs for each installed language to the notices editor. The notice defined in the “Default” tab will be used if there is no preferred language set for a patron (“Preferred language for notices” field in the patron file).
Preview notice templates
For some notices it is possible to preview the notice template showing how it would look to a specified patron for a particular item or record.
If a notice template is previewable the notice template header will contain a field to enter preview data
Fill in the necessary information for the template then click the Preview button below the message body. The preview dialog will indicate if there are any problems generating the notice template preview.
Overdue notice markup
Cuando cree su aviso de retraso hay dos etiquetas además de los diversos campos de la base de datos que puede utilizar en sus avisos. Querrá revisar la Guía de campos de Avisos y recibos con información sobre el formateo de esos avisos.
Importante
Estas nuevas etiquetas solo funcionan en avisos de retrasos, hasta le momento no funciona en ningún otro aviso relacionado.
Estas etiquetas <item> y </item> lo cual debería incluir todos los campos de las tablas biblio, biblioitems e items.
Un ejemplo del uso de estas etiquetas en una plantilla de aviso podría ser como:
The following item(s) is/are currently overdue:
<item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>
Lo cual, asumiendo dos ítems retrasados, resultará en un aviso como:
The following item(s) is/are currently overdue:
"A Short History of Western Civilization" by Harrison, John B, 909.09821 H2451, Barcode: 08030003 Fine: 3.50
"History of Western Civilization" by Hayes, Carlton Joseph Huntley, 909.09821 H3261 v.1, Barcode: 08030004 Fine: 3.50
Copying notices and slips
You can also copy an existing notice to another library by selecting the library you want to copy it to in the column «Copy notice» and then clicking on the «Copy» button.
Existing notices and slips
Among the default notices are notices for several common actions within Koha. All of these notices can be customized by altering their text via the Notices and slips tool and their style using the NoticeCSS system preference to define a stylesheet.
Truco
Review the Customising notices and slips wiki page for information on formatting item information in these notices.
Here are some of what those notices do:
2FA_DISABLE
This notice is sent to a staff user when they disable the two-factor authentication on their account.
2FA_ENABLE
This notice is sent to a staff user when they enable the two-factor authentication on their account.
2FA_OTP_TOKEN
This notice is used to send a time-based one-time password to a staff user for them to use to log into the staff interface if they have enabled the two-factor authentication on their account.
ACCEPTED
This notice is sent to the patron when their purchase suggestion is accepted.
Nota
If you don’t want to send this notice, simply delete it.
ACCOUNT_PAYMENT
This notice is sent for each payment transaction in a patron’s account if the UseEmailReceipts system preference is set to “Send”.
ACCOUNT_WRITEOFF
This notice is sent for each writeoff transaction in a patron’s account if the UseEmailReceipts system preference is set to “Send”.
ACQCLAIM (Acquisition claim)
Used for claiming orders in the aquisitions module.
ACQCLAIM is the code of the sample notice, but it’s possible to define several notices choosing any code. Only the module “Claim acquisition” will be taken into account. All notices with this module will appear in the pull down on the late orders page.
This notice is sent if several criteria are met:
The staff patron triggering the email has a valid email address.
The vendor contact marked as “Contact about late orders?” has a valid email address.
ACQORDER (Acquisition order)
Used in the acquisitions module to send order information to the vendor
The notice is triggered manually from the basket summary page using the “Email order” button in the toolbar.
This notice is sent if several criteria are met:
The staff patron triggering the email has a valid email address.
The vendor contact marked as “Primary acquisitions contact” and “Contact when ordering” has a valid email address.
ACQ_NOTIF_ON_RECEIV
Used in the acquisition module to inform patrons on receiving orders they have been added to.
AR_CANCELED
This notice is sent to the patron when an article request is cancelled by staff.
AR_COMPLETED
This notice is sent to the patron when an article request is marked as completed by staff.
AR_PENDING
This notice is sent to the patron when an article request is changed to “pending” status
AR_PROCESSING
This notice is sent to the patron when an article request is marked as being processed by staff.
AR_REQUESTED
This notice is sent to the patron when an article request has been made in order to confirm the request.
AUTO_RENEWALS
This notice is sent to the patron if automatic renewals are enabled and the patron has chosen to receive it in their messaging preferences.
In order to send this notice, you must set the AutoRenewalNotices system preference to «according to patron messaging preferences».
This notice is set so that, depending on the result of the renewal, whether is was successful or not, the message will be different.
AUTO_RENEWALS_DGST
This notice is sent to the patron if automatic renewals are enabled and the patron has chosen to receive the digest in their messaging preferences.
In order to send this notice, you must set the AutoRenewalNotices system preference to «according to patron messaging preferences».
This notice is set so that, depending on the result of the renewal, whether is was successful or not, the message will be different.
AVAILABLE
This notice is sent to the patron who made a purchase suggestion, when the order created from the suggestion is received.
Nota
If you don’t want to send this notice, simply delete it.
CART
This notice is used when sending the cart by email from the OPAC or when sending the cart by email from the staff interface.
CANCEL_HOLD_ON_LOST
This notice is sent to a patron who placed a hold on an item and staff marked this items as lost from the “Holds to pull” list.
This notice is sent if the CanMarkHoldsToPullAsLost system preference is set to “Allow to mark items as lost and notify the patron”.
CHECKIN
Este aviso se envía como el aviso de “Devolución de préstamo” para todos los ítems que son devueltos
Este aviso se utiliza si se cumplen dos criterios:
The EnhancedMessagingPreferences is set to “Allow”
El socio ha pedido recibir este aviso
If EnhancedMessagingPreferencesOPAC is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab.
Staff can select this notice for a patron in their messaging preferences.
CHECKOUT
Este aviso se envía como el aviso de “Préstamo” para todos los ítems que son prestados
Este aviso se utiliza si se cumplen dos criterios:
The EnhancedMessagingPreferences is set to “Allow”
El socio ha pedido recibir este aviso
If EnhancedMessagingPreferencesOPAC is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab.
Staff can select this notice for a patron in their messaging preferences.
CHECKOUT_NOTE
This notice is sent to the system administration (the email address in KohaAdminEmailAddress) to alert them that a patron added a checkout note from their checkouts list on the OPAC.
DISCHARGE
This notice is used to generate a PDF to document a successful discharge request
The PDF can either be downloaded by the patron from their patron account or from the staff interface when discharging a patron
The discharge feature is controlled by the useDischarge system preference.
DUE
This notice is sent as the “Item due” notice for an checked out item that is due today.
Este aviso se utiliza si se cumplen dos criterios:
The EnhancedMessagingPreferences is set to “Allow”
El socio ha pedido recibir este aviso
If EnhancedMessagingPreferencesOPAC is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab.
Staff can select this notice for a patron in their messaging preferences.
DUEDGST
This notice is sent as the “Item due” notice for all checked out items that are due today (digest option).
Este aviso se utiliza si se cumplen dos criterios:
The EnhancedMessagingPreferences is set to “Allow”
El usuario ha solicitado recibir este aviso como un digesto
If EnhancedMessagingPreferencesOPAC is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab.
Staff can select this notice for a patron in their messaging preferences.
HOLD (Hold available for pickup)
This notice is sent to the patron when their hold is ready for pickup.
Este aviso se utiliza si se cumplen dos criterios:
The EnhancedMessagingPreferences is set to “Allow”
El usuario ha solicitado recibir este aviso como un digesto
If EnhancedMessagingPreferencesOPAC is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab.
Staff can select this notice for a patron in their messaging preferences.
Cuando este aviso referencia la tabla de sedes (branches) se está refiriendo a la información de la sede de retiro.
HOLD_CHANGED
This notice is sent to library staff (either the email address in ExpireReservesAutoFillEmail), or the library’s reply-to address, to alert them that a hold has been canceled, the item filled the next hold and is now waiting for another patron.
This notice is only sent if ExpireReservesAutoFill is set to “Do”.
HOLD_REMINDER
This notice is sent to the patron when their hold has been waiting for pickup for more than a number of days
If EnhancedMessagingPreferencesOPAC is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab. The notice is “Hold reminder”.
Staff can select this notice for a patron in their messaging preferences. The notice is “Hold reminder”.
The holds_reminder.pl cron job is required to generate this notice.
HOLDDGST
Version
This notice was added to Koha in version 23.11.
This notice is sent as the “Hold filled” notice for holds waiting for pickup (digest option).
Este aviso se utiliza si se cumplen dos criterios:
The EnhancedMessagingPreferences system preference is set to “Allow”.
The patron has requested to receive this notice as a digest.
If the EnhancedMessagingPreferencesOPAC system preference is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab.
Staff can select this notice for a patron in their messaging preferences.
HOLDPLACED
This notice is sent to the library staff when a hold has been placed.
This notice requires the emailLibrarianWhenHoldIsPlaced system preference to be set to “Enable”.
When this notice references the branches table it is referring to the pickup library information.
HOLDPLACED_PATRON
This notice is sent to the patron who placed a hold.
This notice requires that the EmailPatronWhenHoldIsPlaced system preference be set to “Email”.
Version
This notice was added to Koha in version 23.11, along with the corresponding system preference.
ILL_PARTNER_REQ
This notice is used by the ILL module to send requests to partner libraries.
ILL_PICKUP_READY
This notice is sent to the patron when the inter-library loan they requested has been fulfilled and is now ready for pickup.
Staff can select this notice for a patron in their messaging preferences. The notice is “Interlibrary loan ready”.
Nota
The option will only appear in the messaging preferences if the ILLModule system preference is enabled.
If EnhancedMessagingPreferencesOPAC is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab. The notice is “Interlibrary loan ready”.
Nota
The option will only appear in the messaging preferences if the ILLModule system preference is enabled.
ILL_REQUEST_CANCEL
This notice is sent to library staff when a patron cancels their inter-library loan request from their account in the OPAC.
ILL_REQUEST_MODIFIED
This notice is sent to library staff when a patron modifies their inter-library loan request from their account in the OPAC.
ILL_REQUEST_UNAVAIL
This notice is sent to the patron when the inter-library loan they requested has been cancelled because it was unavailable.
Staff can select this notice for a patron in their messaging preferences. The notice is “Interlibrary loan unavailable”.
Nota
The option will only appear in the messaging preferences if the ILLModule system preference is enabled.
If EnhancedMessagingPreferencesOPAC is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab. The notice is “Interlibrary loan unavailable”.
Nota
The option will only appear in the messaging preferences if the ILLModule system preference is enabled.
ILL_REQUEST_UPDATE
This notice is sent to the patron to alert them that their inter-library loan request has been updated.
Staff can select this notice for a patron in their messaging preferences. The notice is “Interlibrary loan updated”.
Nota
The option will only appear in the messaging preferences if the ILLModule system preference is enabled.
If EnhancedMessagingPreferencesOPAC is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab. The notice is “Interlibrary loan updated”.
Nota
The option will only appear in the messaging preferences if the ILLModule system preference is enabled.
LIST
This notice is used when sending a list by email from the OPAC or when sending a list by email from the staff interface.
MEMBERSHIP_EXPIRY
This notice can be sent to patrons to warn them that their cards are expiring soon.
Requires that you have the MembershipExpiryDaysNotice set and the related cron job set.
MEMBERSHIP_RENEWED
This notice can be sent to patrons to notify them that their library membership has been renewed.
The notice is generated by the membership_expiry.pl cronjob when it is called with the
--renew
parameter.
NEW_CURBSIDE_PICKUP
This notice is sent to the patron when a curbside pickup is scheduled.
In order to send this notice,
The patron must have chosen to receive the “Hold filled” notice by email.
Staff can select this notice for a patron in their messaging preferences
If EnhancedMessagingPreferencesOPAC is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab.
NEW_SUGGESTION
This notice is sent to library staff when the EmailPurchaseSuggestions system preference is enabled.
NOTIFY_MANAGER
This notice is sent to a staff member when they are assigned as manager of a suggestion in the acquisitions module.
ODUE (Overdue notice)
This notice is used to send overdue notices to patrons
ODUE is the code of the sample notice, but it’s possible to use any code and define multiple different messages for different patron categories and notice levels
Requires that you set Overdue notice/status triggers
OPAC_REG
This notice is sent to library staff when the EmailPatronRegistrations system preference is enabled and a patron registers through the OPAC.
OPAC_REG_VERIFY
This notice is sent to the patron who registered through the OPAC if the PatronSelfRegistrationVerifyByEmail system preference is enabled.
ORDERED
This notice is sent to the patron who made a suggestion, when the “from a suggestion” option is used to create an order from it.
Nota
If you don’t want to send this notice, just delete it.
PASSWORD_CHANGE
This notice is sent to a patron whose password was changed, if the NotifyPasswordChange system preference is enabled.
PASSWORD_RESET
This notice is sent when a patron requests a new password from the OPAC in order to validate the email address.
The password reset feature is controlled by the OpacResetPassword system preference.
PICKUP_RECALLED_ITEM
This notice is sent to the patron who has requested a recall when the item is ready for them to pick up.
PREDUE
This notice is sent as the “Advanced notice” when an item is due
Este aviso se utiliza si se cumplen dos criterios:
The EnhancedMessagingPreferences is set to “Allow”
El socio ha pedido recibir este aviso
If EnhancedMessagingPreferencesOPAC is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab.
Staff can select this notice for a patron in their messaging preferences.
PREDUEDGST
This notice is sent as the “Advanced notice” digest for all items that are due
Este aviso se utiliza si se cumplen dos criterios:
The EnhancedMessagingPreferences is set to “Allow”
El usuario ha solicitado recibir este aviso como un digesto
If EnhancedMessagingPreferencesOPAC is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab.
Staff can select this notice for a patron in their messaging preferences.
PRES_TRAIN_ITEM
This notice is the default slip used in the Preservation module to print a list of items in a train.
Version
The PRES_TRAIN_ITEM notice was introduced in version 23.11 of Koha.
PROBLEM_REPORT
This notice is sent to the email address in the KohaAdminEmailAddress system preference, or the library’s email address when a patron reports a problem on the OPAC.
RECEIPT
Used to send a payment receipt by email from the point of sale module.
REJECTED
This notice is sent when a patron’s purchase suggestion is rejected.
Nota
If you don’t want to send this notice, just delete it.
RENEWAL
This notice is sent as the “Item checkout and renewal” notice for all items that are renewed
Este aviso se utiliza si se cumplen tres criterios:
The EnhancedMessagingPreferences is set to “Allow”
The RenewalSendNotice system preference is set to “Send”
El socio ha pedido recibir este aviso
If EnhancedMessagingPreferencesOPAC is set to “Show”, patrons will be able to choose their messaging preferences in their online account in the Messaging tab.
Staff can select this notice for a patron in their messaging preferences.
RETURN_RECALLED_ITEM
This notice is sent to the patron who currently has an item in their possession that has been recalled. It serves to notify them of the new due date for the checked out item.
SERIAL_ALERT (New serial issue)
Notice used in the serials module to notify patrons/staff of new issues of a serial. SERIAL_ALERT (RLIST in older versions) is provided as a sample notice, but the notice code can be chosen freely as only the module is taken into account. Multiple notices can also be managed.
You have the option to select the notice used to inform the patron about a received serial issue when adding or editing a subscription. Choose from the “Patron notification” drop down menu.
If a notice has been selected for a subscription, patrons can subscribe to the email notification from the subscription tab in the detail view in the OPAC.
Nota
Notice also that if you’d like to notify patrons of new serial issues, you can click on “define a notice” which will take you to the “Notices” tool.
SHARE_ACCEPT
Se utiliza para notificar a un usuario cuando otro usuario ha aceptado su lista compartida.
Requires that the OpacAllowSharingPrivateLists system preference be set to “Allow”.
See Managing lists for more information about sharing lists.
SHARE_INVITE
Se utiliza para notificar al usuario que otro usuario le gustaría compartir una lista con ellos.
Requires that the OpacAllowSharingPrivateLists system preference be set to “Allow”.
See Managing lists for more information about sharing lists.
SR_SLIP
Used to notify library staff from a particular library branch of items that should be transferred to another library in the context of stock rotation.
Requires the stockrotation.pl cron job.
STAFF_PASSWORD_RESET
This notice is sent when a staff member sends a password reset email to a patron.
The password reset feature is controlled by the OpacResetPassword system preference.
TICKET_ACKNOWLEDGE
This notice is sent to the reporter of a catalog concern when they report a concern through the staff interface, or when they report a concern through the OPAC, to acknowledge that the concern report was received.
The concern report feature is enabled in the staff interface by the CatalogConcerns system preference and in the OPAC by the OpacCatalogConcerns system preference.
TICKET_ASSIGNED
This notice is sent to the assignee of a catalog concern, when a ticket is assigned to them.
The concern report feature is enabled in the staff interface by the CatalogConcerns system preference and in the OPAC by the OpacCatalogConcerns system preference.
TICKET_NOTIFY
This notice is sent to the cataloging team, to the email address in the CatalogerEmails system preference, to notify them that a concern was reported about a bibliographic record.
The concern report feature is enabled in the staff interface by the CatalogConcerns system preference and in the OPAC by the OpacCatalogConcerns system preference.
TICKET_RESOLVE
This notice is sent to the reporter of a catalog concern when the concern is marked as resolved with the “Notify” flag.
The concern report feature is enabled in the staff interface by the CatalogConcerns system preference and in the OPAC by the OpacCatalogConcerns system preference.
TICKET_UPDATE
This notice is sent to the reporter of a catalog concern when the concern is updated with the “Notify” flag.
The concern report feature is enabled in the staff interface by the CatalogConcerns system preference and in the OPAC by the OpacCatalogConcerns system preference.
TO_PROCESS
Used to notify a staff member if a purchase suggestion has been moved to the fund they manage
Requires the notice_unprocessed_suggestions cron job
WELCOME
Sent to patrons when their account is set up if the AutoEmailNewUser preference is set to “Send”
Nota
For security reasons, it is not possible to send the patron’s password in a notice.
There are also a set of predefined slips (or receipts) listed on this page. All of these slips can be customized by altering their text via the Notices & slips tool and their style using the SlipCSS preference to define a stylesheet. Here is what those slips are used for:
ACCOUNT_CREDIT
Used to print a receipt for a credit (either a payment, writeoff or other credit).
The slip or receipt can be printed manually with the “Print” button next to a credit type account line in the patron’s accounting tab.
The slip or receipt can also be printed semi-automatically when paying or writing off a charge if the FinePaymentAutoPopup system preference is enabled.
Nota
It is possible to set specific notices for different credit types. To do so, create a new notice with the code CREDIT_ followed by the credit type code.
For example, to have a specific slip for writeoffs, create a new notice with the code CREDIT_WRITEOFF.
ACCOUNT_DEBIT
Used to print an invoice for a debit (any type of charge, such as a lost item fee, or overdue fine).
The slip or invoice can be printed manually with the “Print” button next to a debit type account line in the patron’s accounting tab.
Nota
It is possible to set specific notices for different debit types. To do so, create a new notice with the code DEBIT_ followed by the debit type code.
For example, to have a specific slip for lost items, create a new notice with the code DEBIT_LOST.
ACCOUNTS_SUMMARY
Used to print a summary of outstanding charges and unused credits in the patron’s account.
The slip can be printed manually with the “Print account balance” option in the “Print” button at the top of the patron’s details page.
AR_SLIP
Used to print a slip for an article request
The slip or receipt can be printed manually when managing article requests from the staff interface.
Get there: Circulation > Article requests > Actions > Print slip
CHECKINSLIP
This slip lists all items that were checked in today for this patron
To print this slip, click Print > Print checkin slip from the patron file
You can also print this slip from the Check in page
ISSUEQSLIP
El recibo rápido solo listará los ítems que se han prestado hoy
ISSUESLIP
Used to print a full slip in circulation
El recibo mostrará los ítems prestados hoy y aquellos que todavía no han sido devueltos
HOLD_SLIP
Utilizado para imprimir un recibo de reservas
The holds slip is generated when a hold is confirmed and set to waiting.
OVERDUE_SLIP
Used to print an overdues slip
The overdues slip can be generated manually using the “print” menu in the patron account in the staff interface. It will show all items overdue.
RECALL_REQUESTER_DET
Used to print the details of the patron who has requested a recall on an item, when receiving the recall.
RECEIPT
Used to print a payment receipt in the point of sale module.
TRANSFERSLIP
Utilizado para imprimir un recibo de transferencia
El comprobante de transferencia se imprime cuando se confirma una transferencia de una sede a otra en su sistema
This tool also allows you to modify database entries for some specific purposes. So far, only the overdue fine description is available.
OVERDUE_FINE_DESC
This template is used to generate the description for overdue fines in a patron’s account.
Nota
The information available to this customization come from the checkouts (issues), items and patrons (borrowers).
Avisos de retraso/disparadores de estado
Nota
Only staff with the edit_notice_status_triggers permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Patrons and circulation > Overdue notice/status triggers
Para enviar avisos de vencimiento que ha definido utilizando la herramienta de Avisos, es necesario establecer primero los factores que desencadenan que estos mensajes.
Importante
Para que se envíen los avisos de retraso a sus usuarios, es necesario establecer la categoría de usuario a la cual se le enviaran los avisos de vencimiento.
Importante
Depending on the value of your OverdueNoticeCalendar preference the delay may or may not include days the library is closed based on the holiday calendar.
The Overdue notice/status triggers tool gives the librarian the power to send up to three notices to each patron type notifying them of overdue items
Demora es el número de días desde que se espera un ejemplar antes que se dispare una acción.
Importante
Si desea que Koha dispare una acción (enviar una carta o suspender a un miembro), es necesario un valor de demora.
Para enviar avisos adicionales, haga clic en las pestañas de “Segundo” y “Tercer” aviso
Si desea evitar que un usuario tome prestado ítems debido a sus demoras, marque la casilla “Suspender”, esto hará que aparezca un aviso en el registro del usuario. Cuando el usuario quiera hacer un trámite la bibliotecaria verá que al usuario no se le prestará debido a los ítems atrasados.
If you choose to restrict a patron in this way you can also have Koha automatically remove that restriction with the AutoRemoveOverduesRestrictions preference.
Next you can choose the delivery method for the overdue notice. You can choose from Email, Phone (if you are using the i-tiva Talking Tech service), Print and SMS (if you have set your SMSSendDriver).
Creador de carnés de usuarios
Nota
Only staff with the label_creator permission (or the superlibrarian permission) will have access to this tool.
Ir a: Más > Herramientas > Creador de carnet de socio
The patron card creator allow you to use layouts and templates which you design to print your custom patron cards on your printer. Here are some of the features of the patron card creator module:
Customize patron card layouts with text retrieved from the Koha patron data
Design custom card templates for printed patron cards (to match the label sheets)
Crear y gestionar los lotes de carnets de socios
Export (as PDF) single or multiple batches to print
Exportar uno o varios carnets de socio desde dentro de un lote
Diseños
Ir a: Más > Herramientas > Usuarios y circulación > Creador de carnet de socio > Perfiles
Un diseño define el texto y las imágenes que serán impresas en el carné y donde aparecerán los mismos.
Nota
Up to three lines of text, the patron’s number in barcode representation and up to two images can be printed on to the card.
Add a layout
If you have no layouts defined, you will add a new layout by clicking the “New” button and choosing “Layout”.
You may also choose to press “Manage layout” on the left side. Here you are offered a list of available layouts you can select for editing. But at the top of the page there is still the “New layout” button.
El nombre que asigna a la plantilla es para su beneficio, nómbrela de modo que sea fácil de identificar en una posteriormente
El desplegable de Unidades se utiliza para definir qué escala de medida va a utilizar para su perfil.
Nota
A Postscript Point is 1/72», an Adobe Agate is 1/64», an Inch is 25.4 SI Millimeters
Next, note if this layout is for the front or the back of the patron card
Nota
You will need a layout for both the front and back of your card if you have 2-sided library cards, this option doesn’t allow you to print two sided cards, just lets you track which side of the card you’re designing.
Tiene la opción de agregar hasta 3 líneas de texto a su tarjeta. Su texto puede ser un texto estático de su elección y/o campos de los registros de usuario. Si desea imprimir campos del registro del usuario deberá poner los nombres de campos entre corchetes tal como - <firstname>
Nota
A full list of field names can be found in the database schema at http://schema.koha-community.org
Para cada línea de texto, usted puede elegir su fuente, el tamaño y la ubicación del texto en el carné utilizando la menor de las coordenadas X e Y
In order to show the barcode and the patron card number you will need to check the “Print card number as barcode” option. This will turn the patron card number into a barcode. If you want the number to print in human readable format you will need to check the “Print card number as text under barcode” option.
Por último, puede elegir un máximo de dos imágenes para imprimir en el carnet.
Una puede ser la imagen del usuario a la cual puede cambiar el tamaño para satisfacer sus necesidades.
La otra imagen puede ser algo así como un logotipo o símbolo de la biblioteca que has subido usando el módulo de “Gestión de imágenes” de la herramienta del creador de carnet de socios.
Importante
It is the designers responsibility to define textlines, barcode and images such that overlap is avoided.
Después de guardar, sus perfiles aparecerán en la página “Administrar perfiles”.
Plantillas
Get there: More > Tools > Patron card creator > Manage > Card templates
A template describes the arrangement of labels on the label sheet/card stock you are using. This might be Avery 5160 for address labels, Gaylord 47-284 for spine labels or Avery 28371 for your patron cards, just to give a couple of examples. All of the information you will need for setting up a template may be on the packaging, and if not it can usually be found on the vendor’s website or can be measured from a sample sheet.
Add a template
To add a new template click on the “New template” button at the top of your page which brings you to the Edit template form immediately. You may also choose to press “Manage templates” on the left side. Here you are offered a list of available templates you can select for editing. But in the top of the page there is still the “New template” button.
Using the form that appears after pressing either “Edit” or “New template” you can define the template for your sheet of labels or cards.
Template ID is simply a system generated unique id
Template code should be the name of this template to identify it on a list of templates
You can use the template description to add additional information about the template
El desplegable de Unidades se utiliza para definir qué escala de medida va a utilizar para su perfil.
Nota
A Postscript Point is 1/72», an Adobe Agate is 1/64», an Inch is 25.4 SI Millimeters
The measurements (page height, page width, card width, card height) may be on the packaging, and if not it can usually be found on the vendor’s website or can be measured from a sample sheet.
Un perfil es un conjunto de «ajustes» aplicado a una plantilla justo antes de imprimir, el cual se usa para adecuarse a las particularidades de una impresora determinada (a la cual se le asigna el perfil).
Antes de elegir un perfil intente imprimir unos carnets de ejemplo para que pueda fácilmente elegir un perfil que sea adecuado para su combinación impresora/plantilla.
Después de encontrar y documentar alguna anomalía en el documento impreso, luego puede crear un perfil y asociarla a la plantilla.
Importante
Do not specify a profile unless needed, i.e. do not click to define a printer profile. It is not possible to remove a profile from a template but you can switch to another profile.
Nota
If you are using different printers you may be required to define several templates that are identical only different profiles are specified.
Después de guardar, sus perfiles aparecerán en la página “Administrar perfiles”.
Perfiles
Get there: More > Tools > Patron card creator > Manage > Profiles
Un perfil es un conjunto de «ajustes» aplicado a una plantilla dada justo antes de imprimir el cual compensa por anomalías únicas y propias de una impresora determinada (a la cual se le asigna el perfil). Esto significa que si usted se fija una plantilla y luego imprime una muestra de conjunto de datos y encuentra que los ítems no están todos alineados en cada etiqueta, usted debe configurar un perfil para la impresora para compensar las diferencias en estilos de impresión, como el desplazamiento de texto a la izquierda, derecha, arriba o abajo.
Si los carnés se imprimen de la manera que desea, usted no necesitará un perfil.
Add a profile
To add a new profile, you want to click on the “Profiles” button at the top of your page and choose “New profile”
To add a new profile, you want to click on the “New profile” button at the top of your page. Using the form that appears you can define the values to correct the card misalignment on your label sheet. You may also choose “Manage profiles” on the left side and select one of the currently available profiles for editing.
The Printer name and Paper bin do not have to match your printer exactly, they are for your reference so you can remember what printer you have set the profile for.
Nota
Por ejemplo: Si desea utilizar el número de modelo del Impresor en el nombre del impresor, usted puede, o puede nombrarlo “la impresora en mi escritorio”
La plantilla se completará una vez que haya elegido qué plantilla aplicar al perfil en el formulario para editar plantillas
El desplegable “Unidades” se usa para definir qué escala de medición va a usar para su perfil.
Nota
A Postscript Point is 1/72», an Adobe Agate is 1/64», an Inch is 25.4 SI Millimeters
Offset should be used when the entire image is off center either vertically or horizontally. Creep describes a condition where the distance between the labels changes across the page or up and down the page
For offset and creep values, negative numbers move the printed information up and to the left on the printed sheet and positive numbers move down and to the right
Example: the text is printed 0 .25» from the left edge of the first label, 0 .28» from the left edge of the second label and 0 .31» from the left edge of the third label. This means the horizontal creep should be set to (minus) -0.03 » to make up for this difference.
After saving, your profiles will appear on the “Manage printer profiles” page.
Una vez que haya guardado el nuevo perfil, puede volver a la lista de plantillas y editar la plantilla del perfil.
Lotes
Get there: More > Tools > Patron card creator > Manage > Card batches
Un lote es un conjunto de usuarios para el que se desea generar carnés.
Add a batch
To add a new batch, you want to click on the “New batches” button at the top of your page. Choosing the menu item “Manage batches” on the left a list of already defined batches is displayed. In this display you can either select a batch for editing or add a new batch.
For a new batch a message pops up and directs you to select patrons to be processed in this batch.
After choosing the “Add patron(s)” button the Patron Search window pops up.
From here you can search for patrons to add to your batch by any part of their name, their category and/or library. Entering * in the search box will display all the patrons.
From the results you can add patrons to the batch by clicking the “Add” button. After adding patrons from the results you can start over and perform another search or click “Close” at the bottom of the screen to indicate that you are done. You will then be presented with your batch.
Alternatively, you can use a custom report to create a batch. A report that contains borrowernumbers will have the option to send the report results to the patron card creator.
Version
The option to send report results to the patron card creator was added to Koha version 23.11.
If you are satisfied with your batch you can proceed to export. If you want to correct or even delete that batch the buttons to do so can be found at the top of your screen. You can always come back here through the “Manage > Card batches” button.
If you would like to export all patron cards you can click “Export card batch” otherwise you can choose specific patrons to print cards for by checking the box to the right of their names and then choose “Export selected card(s)” at the top.
The export menu will ask you to choose a template, a layout and starting position (where on the sheet should printing begin).
Nota
For the starting position if the first 6 labels have already been used on your sheet you can start printing on label in position 7 on the sheet. The labels are numbered left to right from top to bottom.
Once you click “Export” you will be presented with a PDF of your labels for printing
When you open the PDF you will see the cards for printing
The above image shows a layout that is made up of two text lines. The first one is just plain text, the second one is composed of the <firstname> <surname> fields. A patron image is printed (if available) and the barcode of patrons number is displayed in code 39. All this is printed on a template with three columns and 8 rows using position 1-3 here. When printing this PDF please take care that your printer doesn’t rescale the PDF (e.g do not fit to paper size) otherwise the printer will not be able to print to the right place per your templates.
Manage images
Get there: More > Tools > Patron card creator > Manage > Images
Images uploaded using this tool will appear on the menu when creating patron card layouts. You are limited in how many images you can upload (not counting patron images) by the ImageLimit system preference.
Importante
Las imágenes deben ser menores de 500K de tamaño.
Nota
Las fotos subidas con esta herramienta debe ser de al menos 300dpi que es la calidad mínima de una imagen imprimible.
En el centro de la pantalla hay una forma simple de carga, sólo tiene que buscar el archivo en su computadora y darle un nombre que para reconocerlo más adelante.
Una vez que el archivo es subido se presenta un mensaje de confirmación.
Y la imagen será listada junto con todas la otras en en el lado derecho de la página.
Para eliminar una o varias de estas imágenes, haga clic en la casilla a la derecha de cada imagen que quiera eliminar y haga clic en el botón “Borrar”.
Batch patron deletion and anonymization
Nota
Only staff with the delete_anonymize_patrons permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Patrons and circulation > Batch patron deletion/anonymization
Esta herramienta permite anonimizar historiales de circulación en bloque (lo cual significa que puede preservar cuantas veces se prestó un ítem - pero no a cual usuario) o eliminar usuarios en bloque (removerlos completamente del sistema).
Importante
It is recommended that you backup your database before using this tool. Changes made here are permanent.
Batch deleting patrons
Importante
Patrons who meet one or more of these conditions will not be deleted:
They have items currently checked out.
They have a non-zero account balance.
They are the guarantor to another patron.
They are in a patron category of type staff.
They have permissions assigned to them.
To delete patrons,
If necessary, choose the library at the top of the page to limit the batch action to patrons from that library.
Check the “Verify you want to delete patrons” box
Choose the criteria to select the patrons to delete
have not borrowed since a specific date
have accounts that will expire before a specific date
están en una categoría de socio específica
están en una lista de usuarios
Haga clic en “Siguiente”
A confirmation will appear showing the number of patrons to be deleted and a choice of deletion.
Choose the type of deletion:
Permanently delete these patrons: this will delete patrons directly from the database. Patron data will not be recoverable.
Move these patrons to the trash: this will move patrons to the deletedborrowers table. They can be deleted permanently with the cleanup_database.pl script (with the
--deleted-patrons
parameter).Test run: Do not remove any patrons: this will not delete any patrons.
Click “Finish”
Batch anonymizing patrons” checkout histories
Anonymizing checkout history will replace the patron’s borrowernumber from the checkout history. It will still be possible to see how many times a particular item was checked out, but not by whom.
Importante
Make sure to set the AnonymousPatron system preference before anonymizing checkout histories. An invalid or empty value will cause an error.
To anonymize checkout histories,
If necessary, choose the library at the top of the page to limit the batch action to patrons from that library.
Check the “Verify you want to anonymize patron checkout history” box
Ingrese una fecha antes de la cual desea alterar los datos
A confirmation will appear with the number of checkout histories that will be anonymized.
Click “Finish”
A confirmation message will be displayed showing the number of histories that were actually anonymized.
Modificación de usuarios en lote
Nota
Only staff with the edit_patrons permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Patrons and circulation > Batch patron modification
With this tool you can make edits to a batch of patron records. Simply load in a file of cardnumbers (one per line), choose from a list of patrons or scan patron card numbers in to the box provided. All options are also available for use with borrowernumbers instead of cardnumbers.
Once you have the file loaded or the cardnumbers or borrowernumbers entered click “Continue.” You will be presented with a list of the patrons and the changes you can make.
To the right of each text box there is a checkbox. Clicking that checkbox will clear our the field values.
Importante
Si el campo es obligatorio usted no podrá borrar el valor de él.
If you have multiple patron attributes you can change them all by using the “+ New” link to the right of the text box. This will allow you to add another attribute value.
Once you have made the changes you want, you can click “Save” and the job will be enqueued.
Batch extend due dates
Nota
Only staff with the batch_extend_due_dates permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Patrons and circulation > Batch extend due dates
This tool allows you to update due dates in bulk, this can be useful if a library needs to close unexpectedly and cannot accept returns.
You can filter the selection of checkouts based on patron category, item types, library or a combination.
Truco
If needed, you can select multiple options in the dropdown lists by holding the CTRL key while selecting the options.
Version
The option to filter by item type is available from Koha version 23.11.
Next, specify a date range for the current due date of the materials on loan. For example, you may want to extend the due dates for recent checkouts but exclude long overdue loans.
Choose to extend the due dates either to a new hard due date or by a number of days. Using the number of days option can prevent large numbers of loans being due on the same date.
You can choose whether to preview the results of your selections.
If you preview the results, you will see a table which shows you the current due date and the new due date so that you can check your selections. You can untick checkouts if they are incorrect or go back and change your selection.
Click on the “Modify selected checkouts” button to see a confirmation screen showing the checkouts that have been modified.
Moderación de etiquetas
Nota
Only staff with the moderate_tags permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Patrons and circulation > Tags
Dependiendo de sus preferencias de sistema de etiquetado, los bibliotecarios pueden necesitar aprobar etiquetas antes de que se publiquen en el OPAC. Esto se hace a través de la herramienta de moderación de etiquetas. Si hay etiquetas en espera de moderación, se enumerarán en el panel principal del personal debajo de las etiquetas del módulo:
Para moderar etiquetas visite la herramienta Etiquetas. La primera vez que visite la herramienta, se le presentará con una lista de etiquetas pendientes de aprobación o rechazo por parte de un bibliotecario
Para ver todos los títulos a los que esta etiqueta fue agregada simplemente haga clic en el término
Para remover una etiqueta de un título específica, simplemente haga clic en el botón “Remover etiqueta” a la derecha del título.
Para aprobar una etiqueta, puede hacer clic en el botón “Aprobar” en la línea del término, o marcar todos los términos que desee aprobar y hacer clic en “Aprobar” bajo la tabla.
To reject a tag, you can either click the “Reject” button in line with the term, or check all terms you want to reject and click “Reject” below the table.
Una vez que una etiqueta ha sido aprobada o rechazada, será trasladado a la lista apropiada de las etiquetas. Un resumen de todas las etiquetas aparecerá a la derecha de la pantalla.
Aun cuando una etiqueta sea aprobada o rechazada, puede ser movida a otra lista. Cuando vea las etiquetas aprobadas cada una tiene la opción de ser rechazada:
Para verificar los términos contra las listas aprobadas y rechazadas (y posiblemente contra: ref: el diccionario <tagsexternaldictionary-label> que ha asignado para moderación de etiquetas) simplemente ingrese el término en el cuadro de búsqueda en la parte inferior derecha de la pantalla para ver el estado del término
Por último, puede elegir un máximo de dos imágenes para imprimir en el carnet.
Carga de imágenes de usuarios
Nota
This section will only be visible if the patronimages system preference is set to “Allow”.
Nota
Only staff with the batch_upload_patron_images permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Patrons and circulation > Upload patron images
Las imágenes de usuario se pueden cargar en lote si permite que las imágenes de usuario se adjunten a los registros de usuario. Estas imágenes también se pueden usar al crear credenciales de usuario.
Cree un archivo txt y llámelo «DATALINK.TXT» o «IDLINK.TXT»
En cada línea del archivo de texto incluya el número de carnet del socio seguido de coma (o tabulación) y luego el nombre del archivo imagen
Asegúrese de que su archivo TXT es un documento de texto simple, no RTF.
Comprima el archivo de texto y los archivos de imagen
Go to the Upload patron images tool
Para una imagen, simplemente seleccione el archivo imagen e ingrese el número de carné del usuario
Para imágenes múltiples, elija subir un archivo ZIP
Después de cargar la data, se le presentará un mensaje de confirmación
Importante
Existe un límite de 100K en el tamaño de la foto subida y es recomendado que la imágen sea de 200x300 pixeles, pero imágenes más pequeñas fuencionan correctametne.
Colecciones rotativas
Nota
Only staff with the rotating_collections permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Catalog > Rotating collections
Rotating collections is a tool for managing collections of materials that frequently get shifted from library to library. It adds the ability to store not only an item’s home library and current location but also information about where it is supposed to be transferred to next to ensure that all items in the collection are sent to the correct library. When an item in a rotating collection is checked in, library staff is notified that the item is part of a rotating collection and which branch it should be sent to if it is not at the correct one.
Advertencia
The rotating collections tool will override all system preferences and circulation rules.
To create a new rotating collection, click the «New collection» button, fill in the title and description, and click «Submit». Once submitted you’ll see «Collection name added successfully»; click «Return to rotating collections home» to return to the main Rotating collections management page (or click Rotating collections in the sidebar).
To add items to a collection, click «Actions» and choose «Add or remove items» next to the collection’s name in the list of collections. Under «Add or remove items» scan or type in the barcode of the item you wish to add to the collection, and hit enter or click “Submit” if necessary.
To remove an item from a collection, either click “Remove” next to the item’s barcode in the list of items within the collection or check the «Remove item from collection» box next to the Barcode text box under «Add or remove items», and scan or type in the barcode, clicking «Submit» or hitting Enter if necessary. Note: The «Remove item from collection» checkbox will remain checked as long as you are on the «Add or remove items» page, unless you uncheck it, to facilitate quickly removing a number of items at a time by scanning their barcodes.
Transfer a rotating collection
La transferencia de una colección será:
Cambie la ubicación actual de los ítems en esa colección a la biblioteca que serán transferidos
Iniciar una transferencia desde su biblioteca original ubicación actual/depositaria a la biblioteca ubicación actual/depositaria a la cual será rotada. Cuando la biblioteca reciba una colección, ellos necesitarán devolver todos los ítems para completar la transferencia.
Usted puede transferir una colección en una o dos maneras:
From the main Rotating collections page, click on «Actions» and choose «Transfer» next to the title of the collection you wish to transfer; choose the library you wish to transfer the collection to and click «Transfer collection».
Or, from the «add or remove items» page for a collection, you can click the «Transfer» button, choose the library you wish to transfer the collection to and click «Transfer Collection».
Importante
A fin de cumplimentar el proceso de transferencia, la biblioteca que recibe una colección rotativa, debería devolver todos los ítems de la colección así como sean recibidos. Esto hará una transferencia clara, así que los ítems no seguirán siendo mostrados como «en tránsito».
Si un ítem en una colección rotativa es devuelto en una biblioteca distinta a la que se supone fue transferida, aparecerá un aviso notificando al personal de la biblioteca que el ítem es parte de una colección rotativa, asimismo, haciéndoles saber dónde el ítem necesita ser enviado.
Additional tools
Calendario
Nota
Only staff with the edit_calendar permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Additional tools > Calendar
Libraries can define library closings and holidays to be used when calculating due dates. You can make use of the calendar by turning on the proper system preferences:
useDaysMode: Choose the method for calculating due date - either include days the library is closed in the calculation or don’t include them
finescalendar: This will check the holiday calendar before charging fines
Adding events
Antes de añadir eventos, seleccione la biblioteca a la que desea aplicar los cierres. Al añadir eventos se le preguntará si desea aplicar el evento a una sucursal o a todas. Para agregar eventos, simplemente
Haga clic en la fecha del calendario en que desea aplicar el cierre de
En el formulario que aparece encima del calendario, introduzca la información de cierre (para obtener más información sobre cada opción, haga clic en el signo de interrogación [?] a la derecha de la opción)
La biblioteca se asignará automáticamente. Puede elegir una biblioteca del menú desplegable en la parte superior de la página
La información del día se rellenará automáticamente a partir de la fecha en la que hizo clic en el calendario
If this holiday extends on more than one day, enter the end date in “To date”
In the “title” enter the name of the holiday or the reason for the closing
In the “description” enter more information about this holiday
A continuación, puede elegir si este evento es un evento de una sola vez o si es repetible.
“Holiday only on this day”: this is a one day holiday
“Holiday repeated every same day of the week”: this is a weekly closing (if you’re closed every Sunday, for example)
“Holiday repeated yearly on the same date”: this is an annual holiday closing (if you’re closed on January 1st each year, for example)
“Holiday on a range”: this is a holiday that extends on several days
Nota
Make sure to enter a “To Date” at the top if you choose “Holiday on a range”
“Holiday repeated yearly on a range”: this is a holiday that extends on several days each year (such as summer holidays for schools)
Nota
Make sure to enter a “To Date” at the top if you choose “Holiday repeated yearly on a range”
Por último decida si este evento se debe aplicar a todas las bibliotecas o solo a la seleccionada inicialmente
Si prefiere introducir todas las fiestas y luego copiarlas todas a la vez a otra biblioteca puede usar el menú de copia que está bajo el calendario
Después de guardar podrá ver el evento listado en el resumen a la derecha del calendario
Editing events
Para editar los eventos
Haga clic en el evento del calendario que desea cambiar (hacer esto haciendo clic en la fecha en el calendario, no en el evento enumerado en el resumen)
Desde este formulario puedo editar o eliminar completamente el feriado. Ambas acciones requieren que haga clic en “Guardar” antes que se realice el cambio.
Todas las acciones requieren que se haga clic en “Guardar” antes de que se hagan los cambios
Al hacer clic en eventos repetibles se ofrecerán opciones ligeramente diferentes
In the form above you will note that there is now an option to “Generate an exception for this repeated holiday” and “Generate exceptions on a range of dates” choosing one of these options will allow you to make it so that this date is not closed even though the library is usually closed on this date.
Todas las acciones requieren que se haga clic en “Guardar” antes de que se hagan los cambios
Additional help
Al agregar o editar eventos se puede obtener ayuda adicional haciendo clic en el signo de interrogación al lado de distintas opciones en el formulario
Perfiles CSV
Nota
Only staff with the manage_csv_profiles permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Additional tools > CSV profiles
CSV profiles are created to define how you would like your cart or list to export.
CSV profiles are also used in the acquisitions module to export baskets and late orders, in the serials module to export late issues, and in the reports module to export the list of lost items.
Adding a CSV profile
To add a CSV profile,
Click on “New CSV profile”
Profile name: enter a unique and meaningful name for the profile. This name will appear on the export pull down list when choosing “Download” from your cart or list, or when choosing the profile in the acquisitions, serials or reports module to export baskets, late orders, etc.
Profile type: this determines what type of fields you plan to use (MARC or SQL) to define your profile; it will also affect the “Usage” options below.
If you choose MARC, you will need to enter MARC fields.
If you choose SQL, you will need to enter SQL database fields.
Usage: this field is used to indicate what type of report this CSV profile is used with:
Export records (only available with MARC profile type): this is used to export records from your cart or lists.
Late serial issues claims (only available with SQL profile type): this is used to export late issues of serial subscriptions
Export late orders (only available with SQL profile type): this is used to export late orders in the acquisitions module.
Basket export in acquisition (only available with SQL profile type): this is used to download records from acquisitions baskets.
Export lost items in report (only available with SQL profile type): this is used to export a CSV from the lost items report.
Profile description: you can use this field to expand the profile name. The description will also appear in the OPAC when patrons download content, so make sure it’s clear for your patrons as well.
CSV separator: this is the character used to separate values and value groups.
Nota
La opción más común aquí es coma ya que la mayoría de las planillas de cálculo saben como leer archivos separados por comas.
Field separator (only available with MARC profile type): this is the character used to separate duplicate fields.
For example, you may have multiple 650 fields and this is the character that will appear in between each one in the column.
Subfield separator (only available with MARC profile type): this is the character used to separate duplicate subfields.
For example, you may have multiple $a subfields in a field.
Encoding: use this field to define the character encoding used when saving the file.
Only available on the staff interface (only available with MARC profile type): check this box to limit this CSV profile to the staff interface only, meaning patrons will not be able to use this profile to export their cart or lists from the OPAC.
Profile MARC fields (only available with MARC profile type): enter the fields or subfields to export, separated by pipes.
For example:
200\|210$a\|301
Nota
You can use the dollar sign ($) to separate the field number and subfield code, or simply write the field number and subfield code together.
For example:
200\|210$a\|301
Or without the dollar sign:
200\|210a\|301
Truco
You can use your own headers (instead of the ones from Koha) by prefixing the field number with a header, followed by the equal sign.
For example:
Personal name=100\|title=245$a\|300
Nota
You can customize further the profile with Template Toolkit syntax.
See Using Template Toolkit in MARC CSV profile below for more information and examples.
Profile SQL fields (only available with SQL profile type): enter the database fields to export, including the table name, separated by pipes.
For example:
biblio.title\|biblio.author
Truco
You can use your own headers (instead of the ones from Koha) by prefixing the field with a header, followed by the equal sign.
For example:
Title=biblio.title\|Author=biblio.author
Importante
For late issues claims you can use data from following tables:
serial
subscription
biblio
biblioitems
aqbookseller
For basket exports you can use data from following tables:
biblio
biblioitems
aqorders
aqbudgets
aqbasket
Importante
Exporting late orders requires a profile using the Template Toolkit syntax (the same syntax as the notices and slips).
There is a default profile that comes with Koha that you can use as an example.
Title[% separator %]Author[% separator %]Publication year[% separator %]ISBN[% separator %]Quantity[% separator %]Number of claims [%~ SET biblio = order.biblio ~%] "[% biblio.title %]"[% separator ~%] "[% biblio.author %]"[% separator ~%] "[% bibio.biblioitem.publicationyear %]"[% separator ~%] "[% biblio.biblioitem.isbn %]"[% separator ~%] "[% order.quantity%]"[% separator ~%] "[% order.claims.count%][% IF order.claims.count %]([% FOR c IN order.claims %][% c.claimed_on | $KohaDates %][% UNLESS loop.last %], [% END %][% END %])[% END %]" [% END %]
Click “Submit” to save the new profile.
Using Template Toolkit in MARC CSV profiles
Template Toolkit syntax can be used to build complex CSV files.
For MARC information, you have to use the “fields” variables to access the field list of the current record.
Start with the column heading, equal sign, and the TT variable. Always separate CSV columns with a pipe (|).
For example, this will return a two-column CSV file, with the first column titled «Title» and the second column titled «Author». The first column will contain 245$a and the second column will contain 100$a:
Title=[% fields.245.0.a.0 %]|Author=[% fields.100.0.a.0 %]
Importante
It’s not possible to display an entire field (e.g. all of 245) you need to list the subfields you want to display.
The “0” indicate which field or subfield to print if there are more than one. For example, this will fetch the first subfield “a” of the first “245” field it finds in the record:
[% fields.245.0.a.0 %]
Single subfield
This is the syntax to get a single subfield from a MARC field.
For example, to get 245$a:
[% fields.245.0.a.0 %]
Multiple subfields in the same column
To concatenate multiple subfields in one column, you’ll need to use
[% FOREACH %]
. Remember to always define the end of the FOREACH loop
with [% END %]
.
For example, to get both 245$a and 245$b in the same column:
[% FOREACH field IN fields.245 %][% field.a.0 %][% field.b.0 %][% END %]
Multiple subfield values
The previous examples only fetched the first occurrence of the subfield. In some
cases, a field might contain more than one subfield of the same code in a field.
In that case, you’ll need to use the join()
key. The parentheses contain
the separator character.
For example, to get 260$a, $b, and $c, in a case where there might be more than one of each subfield, they will be separated by a semicolon followed by a space:
[% FOREACH field IN fields.260 %][% field.a.join('; ') %][% field.b.join('; ') %][% field.c.join('; ') %][% END %]
Indicator values
The indicators can be accessible using the indicator
key.
For example, to get the value of the second indicator of the 245 field:
[% fields.245.0.indicator.2 %]
Fixed-length data field values
You can use substr()
(substring) to get values from specific positions in
fixed-length data fields.
For example, to get the language from the 008 field (positions 35-37):
[% fields.008.0.substr(35,3) %]
Using conditions
Template Toolkit allows to add conditions, with [% IF %]
,
[% ELSIF %]
, and [% ELSE %]
. Remember to always define the end
of the condition with [% END %]
.
For example, to get 650$a if indicator 2 for 650 is set:
Subject=[% FOREACH field IN fields.650 %][% IF field.indicator.2 %][% field.a.0 %][% END %][% END %]
Truco
If you find you have extra spaces in your CSV, you can add tildes (~) inside the TT variables to remove extra whitespaces.
For example, the following code might replace the FOREACH variable with a space, making the title column start with a space:
Title=[% FOREACH field IN fields.245 %][% field.a.join(' ') %][% field.b.join(' ') %][% END %]
To correct this, add tildes at the beginning and end of the FOREACH variable:
Title=[%~ FOREACH field IN fields.245 ~%][% field.a.join(' ') %][% field.b.join(' ') %][% END %]
Modifying CSV profiles
To modify a CSV profile, click the “Edit” button next to the profile.
Alter the necessary fields and click “Submit”.
To delete a profile, click the “Delete” button next to the profile.
Using CSV profiles
MARC CSV profiles will appear on the export list or cart menu under the “Download” button in both the staff interface and the OPAC.
SQL CSV profiles will be available in various Koha modules in the staff interfaces depending on their usage.
“Late serial issues claims” CSV profiles will appear at the bottom of the late issues table in the serials module.
- “Export late orders” CSV profiles will appear at the bottom of the
late orders table in the acquisitions module.
- “Basket export in acquisition” CSV profiles will appear in the “Download”
button in acquisitions baskets.
“Export lost items in report” CSV profiles will appear in the lost items report.
Visor del log
Nota
Only staff with the view_system_logs permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Additional tools > Log viewer
Las acciones dentro del sistema Koha se rastrean en los registros del sistema. Las preferencias del sistema se puede cambiar para evitar el registro de diferentes acciones. Estos registros se pueden ver con el visor de registros del sistema.
Nota
The warning sign next to a module name indicates that the actions in this module are not logged. Change your logs preferences to log actions from a module.
Seleccionando diferentes combinaciones de opciones del menú producirá el archivo de registros para esa consulta.
A query for all logs related to the Circulation module produces a result
Nota
Puede personalizar las columnas de esta tabla en la sección “Configuración de columnas” del módulo de Administración (id de tabla: logst).
Noticias
Nota
Only staff with the edit_additional_contents permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Additional tools > News
Koha’s news module allows librarians to post news to the OPAC, staff interface and circulation receipts.
To add news to either the OPAC, the staff interface or a circulation receipt:
Click “New entry”
Code: enter a unique code for this news item
Display location: choose where to put the news
Librarian and OPAC interfaces: content will appear on the staff interface main page as well as in the news block on the OPAC
Librarian interface: content will appear on the staff interface main page
OPAC: content will appear in the top middle part of the OPAC page
Below the news in the OPAC there will be an RSS icon allowing you and your users to subscribe to library news
You can allow your users to choose to see branch-specific news with the OpacNewsLibrarySelect system preference
Slip: content will appear on the circulation receipts
Nota
This can be activated or deactivated in the Notices & slips tool
Library: choose the library for which this news item will be shown
Prior to end users logging in to the OPAC only news items listed to appear for “All libraries” will display unless your system administrator has configured an “OPAC_BRANCH_DEFAULT” override in virtual host configuration. See installation for details.
Publication date: use the publication date field to control from which date your news item appears
Examples: (these assume today’s date as 7 May 2019)
Publish on current date: set publication date as 7 May 2019
Schedule for publishing in future: set date later than 7 May 2019
Backdate the news item: set date earlier than 7 May 2019
Expiration date: use the expiration date field to automatically stop showing the news item when it is no longer relevant.
If this field is empty the news item will be shown until you remove it manually
Appear in position: you decide in what order your news items appear
If the field is left empty, the news will appear from newest to oldest
In this field, 0 is the top-most position; the larger the number, the lower in the list the news will appear
You can enter the news title and text for each language installed
Nota
You can choose which type of editor to use here (either a text editor or a WYSIWYG (what you see is what you get) editor) with the AdditionalContentsEditor system preference.
After filling in all of the fields, click “Save” at the top of the page.
Alternatively, click the arrow next to the “Save” button and choose “Save and continue editing” if you need to stay on this page to continue editing the news item.
Depending on your choice for the NewsAuthorDisplay system preference, you will also see the person who created the news item (this uses the logged in person).
HTML customizations
Nota
Only staff with the edit_additional_contents permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Additional tools > HTML customizations
Koha’s HTML customizations tool allows staff to post content to the OPAC.
Add a new HTML customization
To add content:
Click “New entry”
Code: enter a unique code for this additional content item
Display location: choose where to put the content.
See the list of all display locations below for details about each one.
Library: choose the library for which this content will be shown
Prior to end users logging in to the OPAC only content blocks listed to appear for “All libraries” will display unless your system administrator has configured an “OPAC_BRANCH_DEFAULT” override in virtual host configuration.
Publication date: use the publication date field to control from which date your content appears
Examples: (these assume today’s date as 7 May 2019)
Publish on current date: set publication date as 7 May 2019
Schedule for publishing in future: set date later than 7 May 2019
Backdate the news item: set date earlier than 7 May 2019
Expiration date: use the expiration date field to automatically stop showing the content when it is no longer relevant.
If this field is empty the content will be shown until you remove it manually
Appear in position: you decide in what order your content appear, when there is more than one in the same display location
If the field is left empty, the content will appear from oldest to newest
In this field, 0 is the top-most position; the larger the number, the lower in the list the content will appear
You can enter the content title and text for each language installed
Nota
The title is not shown for additional content. It mostly serves to know at a glance what the content is about when looking at the list of additional content items. If you want a title to appear, you must add it in the text portion.
Nota
You can choose which type of editor to use here (either a text editor or a WYSIWYG (what you see is what you get) editor) with the AdditionalContentsEditor system preference.
After filling in all of the fields, click “Save” at the top of the page.
Alternatively, click the arrow next to the “Save” button and choose “Save and continue editing” if you need to stay on this page to continue editing the news item.
Display locations
OPAC locations
The following image shows where each block is displayed on the OPAC’s main page, for the blocks that are displayed on the main page.
Nota
The Quote of the day feature is found in the tools module, and the news are managed in the news tool. The rest of the customizable blocks are managed in the HTML customizations tool.
ArticleRequestsDisclaimerText: content will appear and patron will have to accept before they can continue to the article request form; use for any copyright/disclaimer patrons need to be aware of regarding photocopies or scans of articles or chapters
CatalogConcernHelp: content will appear at the bottom of catalog concern form when reporting a concern in the OPAC, or reporting a concern in the staff interface. The default text is «Please describe your concern clearly and the library will try to deal with it as quickly as possible».
CatalogConcernTemplate: content will appear in the main text area of the catalog concern form when reporting a concern in the OPAC, or reporting a concern in the staff interface. The default text is
**Describe the concern** A clear and concise description of what the concern is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen.
Truco
Since this will be in a text field, there is no way to add formatting. Make sure to use the text editor, not the WYSIWYG editor, in order to have line breaks in your text.
CookieConsentBar: content will appear on the banner displayed when the CookieConsent system preference is enabled.
Version
The CookieConsentBar display location was added in version 23.11 of Koha.
Nota
The CookieConsentBar content will appear on the cookie banner in both the OPAC and the staff interface.
CookieConsentPopup: content will be used as the main body for the Cookies policy that pops up when clicking “More information” on the cookie banner.
Choices for non-essential cookies are added to the Cookies policy via the CookieConsentedJS system preference.
Version
The CookieConsentPopup display location was added in version 23.11 of Koha.
Nota
The CookieConsentPopup content is used in both the OPAC and the staff interface.
ILLModuleCopyrightClearance: content will appear when creating an interlibrary loan request on the OPAC.
Version
The ILLModuleCopyrightClearance display location was added to Koha in version 24.05. In prior versions, it was a system preference by the same name: ILLModuleCopyrightClearance.
opaccredits: content will appear at the bottom of the page
OpacCustomSearch: content will replace the simple search bar at the top of the page
opacheader: content will appear at the top of the OPAC page
OpacLibraryInfo: content will appear in the “Libraries” page in the OPAC, as well as in the holdings table in the OPAC
OpacLoginInstructions: content will appear under the login box on the OPAC’s main page
OpacMaintenanceNotice: content will replace the default maintenance message when the OpacMaintenance system preference is set to “Show”.
Version
Prior to Koha version 23.11, this was a system preference. See OpacMaintenanceNotice for more information.
OpacMainUserBlock: content will appear in the middle of the OPAC’s main page
OpacMoreSearches: content will appear under the search box at the top of the OPAC. By default (and depending on system preferences) there is a link for Advanced search, Course reserves, Authority search, and Tag cloud. Any new searches will be added to the right of the already present links.
OpacMySummaryNote: content will appear above the patron’s summary and below the welcome message when the patron logs in to the OPAC and views their “your summary” tab.
OpacNav: content will appear on the left hand column of the main page and patron account on the OPAC. When on the patron account page, the content in OpacNav will appear before the account tabs (summary, charges, personal details, etc.)
OpacNavBottom: content will appear on the left hand column of the main page and patron account on the OPAC. When on the patron account page, the content in OpacNavBottom will appear after the account tabs (summary, charges, personal details, etc.). On the main page, the content in OpacNavBottom appears right below the content in OpacNav.
OpacNavRight: content will appear on the right side of the OPAC page
OPACResultsSidebar: content will appear on the search results page below the list of facets on the left side of the screen.
Version
Prior to Koha version 23.11, this was a system preference. See OPACResultsSidebar for more information.
OpacSuggestionInstructions: content will replace the text at the top of the purchase suggestion form on the OPAC
OpacSuppressionMessage: content will appear on the OPAC when a record is blocked. (See the OpacSuppression system preference for more information.)
Version
Prior to Koha version 23.11, this was a system preference. See OpacSuppressionMessage for more information.
PatronSelfRegistrationAdditionalInstructions: content will be displayed after the patron successfully creates a library account via the OPAC.
Version
Prior to Koha version 23.11, this was a system preference. See PatronSelfRegistrationAdditionalInstructions for more information.
Nota
Note that this only appears after the patron has registered.
SCOMainUserBlock: content will appear in the center of the main page of the self check-out screen.
Version
Prior to Koha version 23.11, this was a system preference. See SCOMainUserBlock for more information.
SelfCheckHelpMessage: content will appear above the existing help message when clicking the “Help” link in the top right of the self check-out interface.
Version
Prior to Koha version 23.11, this was a system preference. See SelfCheckHelpMessage for more information.
SelfCheckInMainUserBlock: content will appear in the center of the main page of the self check-in screen.
Version
Prior to Koha version 23.11, this was a system preference. See SelfCheckInMainUserBlock for more information.
Staff interface locations
StaffAcquisitionsHome: content will appear at the bottom of the Acquisitions module main page.
StaffAuthoritiesHome: content will appear at the bottom of the Authorities main page.
StaffCataloguingHome: content will appear at the bottom of the Cataloguing module main page.
StaffListsHome: content will appear at the bottom of the Lists main page.
StaffPatronsHome: content will appear at the bottom of the Patrons module main page.
StaffPOSHome: content will appear at the bottom of the Point of sale main page.
StaffSerialsHome: content will appear at the bottom of the Serials module main page.
Pages
Nota
Only staff with the edit_additional_contents permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Additional tools > Pages
The pages tool is a tool to create custom additional pages in the OPAC and in the staff interface. It is based on the same tool as the news and the HTML customizations, therefore it works in the same way.
To add a new page:
Click “New entry”
Display location: choose the interface from which this page should be accessed
Librarian and OPAC interfaces: two links will be created, one for the OPAC and one for the staff interface
Librarian interface: a link for the staff interface will be created
OPAC: a link for the OPAC will be created
Library: choose the library for which this page will be available
If an OPAC page is limited to a library, only logged in users whose home library matches the page library will be able to access the page.
Pages limited to a library will not be accessible to OPAC users who are not logged in, unless your system administrator has configured an “OPAC_BRANCH_DEFAULT” override in virtual host configuration.
If a staff interface page is limited to a library, only staff logged into that library will be able to access the page.
Publication date: use the publication date field to control from which date your page is accessible, if it should only be accessed at a future date.
Expiration date: use the expiration date field to remove the page after a specific date.
If this field is empty the page will be available until you remove it manually
You can enter the page title and content for each language installed
Nota
You can choose which type of editor to use here (either a text editor or a WYSIWYG (what you see is what you get) editor) with the AdditionalContentsEditor system preference.
After filling in all of the fields, click “Save” at the top of the page.
Alternatively, click the arrow next to the “Save” button and choose “Save and continue editing” if you need to stay on this page to continue editing the news item.
In the table, a link will be generated for the OPAC or the staff interface or both. Use this link in HTML customizations, news or system preferences such as IntranetNav or IntranetmainUserBlock so that the patrons or staff members can access the new page.
Nota
To link to a specific page, use the code in the URL with the
code=
parameter. For example:OPACBASEURL/cgi-bin/koha/opac-page.pl?code=staff_and_opac_42 STAFFCLIENTBASEURL/cgi-bin/koha/tools/page.pl?code=staff_and_opac_42
In multi-language installations, use the
language=
parameter followed by the language code to link to the page in a specific language. For example:OPACBASEURL/cgi-bin/koha/opac-page.pl?code=staff_and_opac_42&language=fr-CA STAFFCLIENTBASEURL/cgi-bin/koha/tools/page.pl?code=staff_and_opac_42&language=fr-CA
To use a custom page
Once the page has been developed and saved, you will see a summary table of all custom pages. This table also displays the generated links to access these custom pages. The links will be available in both the default language, and the installed language currently in use by the logged in staff member.
There is a button to preview the created page. This is helpful to check how the page looks and functions before it is deployed.
Now the page has been created, there are a number of ways to make the page accessible to your patrons in the Koha OPAC.
One option is to use an HTML customisation to add the link to the page to a section of the OPAC. The page can be added as a navigation link (in OpacNav, OpacNavBottom, or OpacNavRight). Depending on the page, it may be more suitable in the header (opacheader), footer (opaccredits), or main section of the homepage (OpacMainUserBlock).
HTML customizations are only displayed on the OPAC, so News items would be the appropriate tool to add the link to the main landing page of the staff interface.
The benefit of putting the page link in an HTML customization or News item is that you can use the WYSIWYG editor, instead of writing code. However, there is always the option to write the content in the HTML text editor too, if you prefer.
Those more proficient in writing code could use jQuery (Javascript) to insert their page link anywhere in the OPAC or staff interface.
Using jQuery, the pages could be added to either interface as simple text links, or as more advanced button links or image links. Add code to the OPACUserJS system preference to apply jQuery to the OPAC, or to the IntranetUserJS system preference to apply jQuery to the staff interface.
Clever ways to use custom pages:
There are many interesting ways to use custom pages in a Koha library. We’ve heard discussion of pages being used for tables of contents, frequently asked questions pages for the library, and enquiry forms.
Another way to make custom Koha page content accessible for users, would be to catalogue those pages so they pop in in Koha search results, for example library tutorials that patrons may be looking for.
Once the page has been created, it can be catalogued in the URI field of a record (856$u). Alternatively, it could be catalogued in the URI field of an item attached to a record (952$u). Both of these fields get converted into hyperlinks by Koha. If catalogued in a record or item, it would then be indexed and become searchable.
Once catalogued, these pages could be used in other ways that are typically reserved for books and other records. The records representing pages can be added to lists, or stored in virtual collections or locations that make them easier to find in the catalogue. They could even be captured and displayed in carousels!
Task scheduler
Nota
Only staff with the schedule_tasks permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Additional tools > Task scheduler
El programador de tareas es una manera de programar informes para ejecutarse cada vez que desee.
To schedule a task, visit the task scheduler and fill in the form
El servidor de tiempo muestra que el tiempo en su servidor (sus informes se ejecutarán con un cronograma basado en este servidor - no en su hora local)
El tiempo se debe ingresar como hh:mm (2 dígitos de hora, 2 dígitos de minutos)
La fecha debe ser ingresada utilizando el calendario emergente
Desde Informe elija el informe que desea programar
Seleccione si desea recibir el texto o un enlace a los resultados
En el campo de correo electrónico ingresar el correo electrónico de la persona que desea recibir el informe
A continuación del formulario del programador de tareas, hay una lista de los informes programados
You can also schedule reports directly from the list of saved reports by clicking the small arrow next to the “Run” button and selecting the “Schedule” option.
Solución de problemas
El programador de tareas no funcionará si el usuario bajo el cual se ejecuta su servidor Web no tiene permiso para usarlo. Para saber si el usuario tiene los permisos necesarios, consulte /etc/at.allow para ver qué usuarios están en ella. Si no tiene ese archivo, consulte /etc/at.deny. Si at.deny existe, pero está en blanco, cualquier usuario puede utilizarlo. Hable con su administrador de sistema acerca de agregar el usuario al lugar correcto para hacer que el programador de tareas funcione.
Quote editor
Nota
Only staff with the edit_quotes permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Additional Tools > Quote editor
This tool will allow you to add and edit quotes to show on the OPAC or the staff interface.
To turn this feature on set the QuoteOfTheDay system preference to either “OPAC”, “staff interface”, or both, and add at least one quote using this tool.
Las citas en el OPAC aparecerán por encima del “OpacMainUserBlock” bloque de noticias.
In the staff interface, the quotes will appear under the news on the left side.
Adding a quote
Para agregar una cita:
Click the “New quote” button in the toolbar at the top of the page.
Fill out the form.
Source: enter the source of the quote, e.g. the name of the person who said the quote
Text: enter the text of the quote
Advertencia
Tanto el campo “Fuente” como “Texto” se deben cumplimentar para guardar la nueva cita.
Click “Submit” to save the new quote.
The new quote should now be visible in the list.
Importing quotes
You can import a batch of quotes as a CSV file. Your file must contain two columns in the form: «source»,»text» with no header row.
Nota
Se le pedirá confirmar la carga de archivos mayores que 512KB.
To start the import process click the “Import quotes” button at the top of the screen.
Una vez en la pantalla de importación de citas puede buscar en tu ordenador el archivo que desea importar
Luego de seleccionar el archivo CVS, haga clic en el botón “Abrir” y el archivo será subido dentro de una tabla de edición temporaria.
From the listing you can edit either the “Source” or “Text” fields by clicking on the desired field. When you are finished editing a field, press the <Enter> key on your keyboard to save the changes.
Una vez que esté satisfecho con las citas, haga clic en el botón «Guardar citas” en la barra de herramientas en la parte superior y se guardarán las citas.
Editing a quote
To edit a quote, click on the “Edit” button to the right of the quote.
Edit either the “Source” or “Text” fields.
Click “Submit” to save the quote.
Deleting a quote
To delete a quote, click on the “Delete” button to the right of the quote.
Confirm the deletion by clicking “Delete”.
Tool plugins
This tool is used to view, manage and configure plugins used as tools.
This section will only be visible once you have uploaded tool-type plugins in the plugin administration page.
Get there: More > Tools > Additional Tools > Tool plugins
Nota
Only staff with the tool permission (or the superlibrarian permission) will be able to access tool plugins.
From this page, you will see only tool-type plugins.
See the managing plugins section of this manual to learn how to manage your tool-type plugins.
Subir
Nota
Only staff with the upload_general_files permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Additional Tools > Upload
This tool will allow you to upload files to your Koha system for selection from the Cataloging form.
Upload files
When you first visit the Upload tool you might see a warning about missing a category.
Categories are defined in the authorized value in the UPLOAD category. If you do not have upload categories then your files will be temporary and will be deleted the next time the server is rebooted. Once you have a value in the UPLOAD authorized value category you will see a Category pull down below the “Browse” button.
Browse your computer a file, choose a category and decide if the public will be able to download this file via the OPAC. Once your file is uploaded you will be presented with a confirmation.
Search files
All uploaded files are searchable from below the upload form. Using the form you can search any part of the filename and/or the Hashvalue.Search uploaded files
You will be presented with the results of your search.
Archivos de acceso
Nota
Only staff with the access_files permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Additional Tools > Access files
This option allows access to files stored on the server from the staff interface. The directories where the files are stored need to be defined in the koha-conf.xml file.
OPAC problem reports
Get there: More > Tools > Additional tools > OPAC problem reports
This tool is used to manage the problem reports sent by patrons via the OPAC.
Nota
This tool only appears if the OPACReportProblem system preference is enabled.
From this tool, you will see all the problems that were reported by patrons on the OPAC.
From the “Actions” column, you can
“Mark viewed”: mark this problem report as viewed, this will change the status of the problem report to “Viewed”
“Mark closed”: close this problem report, this will change the status of the problem report to “Closed”
“Mark new”: mark this problem as new (i.e. not viewed), this will revert the status back to “New”.
You can also batch change statuses by checking the boxes next to the problem reports you want to change and use the button at the top of the page.
Cash management
Koha includes a number of options for dealing with monetary transactions and actions to allow for fine grained tracking of these processes for audit and analytic processes.
Cash registers
Cash registers can be used to track transactions to a specific location in your library. This can be especially helpful for detailing where cash has been taken for payments and then when this cash is subsequently removed and taken to the bank.
Setup
To enable the use of cash registers, you must turn on the UseCashRegisters system preference.
You can then configure cash registers for your library from the cash registers page in the administration module.
Cashup
Nota
Only staff with the cashup permission (or the superlibrarian permission) will be able to perform cashups.
The action of “cashing up” can be recorded against a cash register from both the library details and register details pages.
Clicking the Record cashup button will simply record the date and time that the action has taken place and is intended to allow the regular record of when money is collected from the cash register and taken to the bank.
Both of the above pages utilize the cashup record to limit the display of transactions/summaries to only pertinent information, since the last cashup.
Once a cashup has taken place, a summary of the transactions taken during that cashup period is available for display, and printing, via the Summary link found next to the last cashup date on the register details page.
Cash summary for library
Get there: Home > Tools > Cash summary for library
A summary of transaction amounts associated to a libraries cash registers can be found under the “Cash summary for library” page tool.
The summary will list registers associated with your logged in branch alongside information about how much money should be found in each register, what is available to take to the bank and a breakdown of income vs outgoings.
Note: You can also access this page from the left hand menu available on the Point of sale page when that module is enabled.
Transaction history for register
Get there: Home > Tools > Cash management > Transaction history for register
A list of all transactions to have taken place at a register is available by clicking on the cash register name from the library details page.
If you have the correct permissions, you can re-print receipts, issue refunds and record cashups from this page.
Note: You can also access this page from the left hand menu available on the Point of sale page when that module is enabled.
Comentarios
Nota
Only staff with the moderate_comments permission (or the superlibrarian permission) will have access to this tool.
Get there: More > Tools > Patrons and circulation > Comments
Todos los comentarios agregados por los usuarios vía OPAC a registros bibliográficos requieren moderación por los bibliotecarios. Si hay comentarios en espera de moderación aparecerán listados en el interfaz administrativo debajo de la etiqueta Herramientas:
and next to the Comments tool on the Tools page
To moderate comments click on the notification on the main dashboard or go directly to the Comments tool and click “Approve” or “Delete” to the right of the comments awaiting moderation.
Si no hay comentarios a moderar verá un mensaje indicándole ello
También puede revisar y reprobar comentarios que haya aprobado en el pasado seleccionando la pestaña “Comentarios aprobados”